universal-mcp-applications 0.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- universal_mcp/applications/ahrefs/README.md +51 -0
- universal_mcp/applications/ahrefs/__init__.py +1 -0
- universal_mcp/applications/ahrefs/app.py +2291 -0
- universal_mcp/applications/airtable/README.md +22 -0
- universal_mcp/applications/airtable/__init__.py +1 -0
- universal_mcp/applications/airtable/app.py +479 -0
- universal_mcp/applications/apollo/README.md +44 -0
- universal_mcp/applications/apollo/__init__.py +1 -0
- universal_mcp/applications/apollo/app.py +1847 -0
- universal_mcp/applications/asana/README.md +199 -0
- universal_mcp/applications/asana/__init__.py +1 -0
- universal_mcp/applications/asana/app.py +9509 -0
- universal_mcp/applications/aws-s3/README.md +0 -0
- universal_mcp/applications/aws-s3/__init__.py +1 -0
- universal_mcp/applications/aws-s3/app.py +552 -0
- universal_mcp/applications/bill/README.md +0 -0
- universal_mcp/applications/bill/__init__.py +1 -0
- universal_mcp/applications/bill/app.py +8705 -0
- universal_mcp/applications/box/README.md +307 -0
- universal_mcp/applications/box/__init__.py +1 -0
- universal_mcp/applications/box/app.py +15987 -0
- universal_mcp/applications/braze/README.md +106 -0
- universal_mcp/applications/braze/__init__.py +1 -0
- universal_mcp/applications/braze/app.py +4754 -0
- universal_mcp/applications/cal-com-v2/README.md +150 -0
- universal_mcp/applications/cal-com-v2/__init__.py +1 -0
- universal_mcp/applications/cal-com-v2/app.py +5541 -0
- universal_mcp/applications/calendly/README.md +53 -0
- universal_mcp/applications/calendly/__init__.py +1 -0
- universal_mcp/applications/calendly/app.py +1436 -0
- universal_mcp/applications/canva/README.md +43 -0
- universal_mcp/applications/canva/__init__.py +1 -0
- universal_mcp/applications/canva/app.py +941 -0
- universal_mcp/applications/clickup/README.md +135 -0
- universal_mcp/applications/clickup/__init__.py +1 -0
- universal_mcp/applications/clickup/app.py +5009 -0
- universal_mcp/applications/coda/README.md +108 -0
- universal_mcp/applications/coda/__init__.py +1 -0
- universal_mcp/applications/coda/app.py +3671 -0
- universal_mcp/applications/confluence/README.md +198 -0
- universal_mcp/applications/confluence/__init__.py +1 -0
- universal_mcp/applications/confluence/app.py +6273 -0
- universal_mcp/applications/contentful/README.md +17 -0
- universal_mcp/applications/contentful/__init__.py +1 -0
- universal_mcp/applications/contentful/app.py +364 -0
- universal_mcp/applications/crustdata/README.md +25 -0
- universal_mcp/applications/crustdata/__init__.py +1 -0
- universal_mcp/applications/crustdata/app.py +586 -0
- universal_mcp/applications/dialpad/README.md +202 -0
- universal_mcp/applications/dialpad/__init__.py +1 -0
- universal_mcp/applications/dialpad/app.py +5949 -0
- universal_mcp/applications/digitalocean/README.md +463 -0
- universal_mcp/applications/digitalocean/__init__.py +1 -0
- universal_mcp/applications/digitalocean/app.py +20835 -0
- universal_mcp/applications/domain-checker/README.md +13 -0
- universal_mcp/applications/domain-checker/__init__.py +1 -0
- universal_mcp/applications/domain-checker/app.py +265 -0
- universal_mcp/applications/e2b/README.md +12 -0
- universal_mcp/applications/e2b/__init__.py +1 -0
- universal_mcp/applications/e2b/app.py +187 -0
- universal_mcp/applications/elevenlabs/README.md +88 -0
- universal_mcp/applications/elevenlabs/__init__.py +1 -0
- universal_mcp/applications/elevenlabs/app.py +3235 -0
- universal_mcp/applications/exa/README.md +15 -0
- universal_mcp/applications/exa/__init__.py +1 -0
- universal_mcp/applications/exa/app.py +221 -0
- universal_mcp/applications/falai/README.md +17 -0
- universal_mcp/applications/falai/__init__.py +1 -0
- universal_mcp/applications/falai/app.py +331 -0
- universal_mcp/applications/figma/README.md +49 -0
- universal_mcp/applications/figma/__init__.py +1 -0
- universal_mcp/applications/figma/app.py +1090 -0
- universal_mcp/applications/firecrawl/README.md +20 -0
- universal_mcp/applications/firecrawl/__init__.py +1 -0
- universal_mcp/applications/firecrawl/app.py +514 -0
- universal_mcp/applications/fireflies/README.md +25 -0
- universal_mcp/applications/fireflies/__init__.py +1 -0
- universal_mcp/applications/fireflies/app.py +506 -0
- universal_mcp/applications/fpl/README.md +23 -0
- universal_mcp/applications/fpl/__init__.py +1 -0
- universal_mcp/applications/fpl/app.py +1327 -0
- universal_mcp/applications/fpl/utils/api.py +142 -0
- universal_mcp/applications/fpl/utils/fixtures.py +629 -0
- universal_mcp/applications/fpl/utils/helper.py +982 -0
- universal_mcp/applications/fpl/utils/league_utils.py +546 -0
- universal_mcp/applications/fpl/utils/position_utils.py +68 -0
- universal_mcp/applications/ghost-content/README.md +25 -0
- universal_mcp/applications/ghost-content/__init__.py +1 -0
- universal_mcp/applications/ghost-content/app.py +654 -0
- universal_mcp/applications/github/README.md +1049 -0
- universal_mcp/applications/github/__init__.py +1 -0
- universal_mcp/applications/github/app.py +50600 -0
- universal_mcp/applications/gong/README.md +63 -0
- universal_mcp/applications/gong/__init__.py +1 -0
- universal_mcp/applications/gong/app.py +2297 -0
- universal_mcp/applications/google-ads/README.md +0 -0
- universal_mcp/applications/google-ads/__init__.py +1 -0
- universal_mcp/applications/google-ads/app.py +23 -0
- universal_mcp/applications/google-calendar/README.md +21 -0
- universal_mcp/applications/google-calendar/__init__.py +1 -0
- universal_mcp/applications/google-calendar/app.py +574 -0
- universal_mcp/applications/google-docs/README.md +25 -0
- universal_mcp/applications/google-docs/__init__.py +1 -0
- universal_mcp/applications/google-docs/app.py +760 -0
- universal_mcp/applications/google-drive/README.md +68 -0
- universal_mcp/applications/google-drive/__init__.py +1 -0
- universal_mcp/applications/google-drive/app.py +4936 -0
- universal_mcp/applications/google-gemini/README.md +25 -0
- universal_mcp/applications/google-gemini/__init__.py +1 -0
- universal_mcp/applications/google-gemini/app.py +663 -0
- universal_mcp/applications/google-mail/README.md +31 -0
- universal_mcp/applications/google-mail/__init__.py +1 -0
- universal_mcp/applications/google-mail/app.py +1354 -0
- universal_mcp/applications/google-searchconsole/README.md +21 -0
- universal_mcp/applications/google-searchconsole/__init__.py +1 -0
- universal_mcp/applications/google-searchconsole/app.py +320 -0
- universal_mcp/applications/google-sheet/README.md +36 -0
- universal_mcp/applications/google-sheet/__init__.py +1 -0
- universal_mcp/applications/google-sheet/app.py +1941 -0
- universal_mcp/applications/hashnode/README.md +20 -0
- universal_mcp/applications/hashnode/__init__.py +1 -0
- universal_mcp/applications/hashnode/app.py +455 -0
- universal_mcp/applications/heygen/README.md +44 -0
- universal_mcp/applications/heygen/__init__.py +1 -0
- universal_mcp/applications/heygen/app.py +961 -0
- universal_mcp/applications/http-tools/README.md +16 -0
- universal_mcp/applications/http-tools/__init__.py +1 -0
- universal_mcp/applications/http-tools/app.py +153 -0
- universal_mcp/applications/hubspot/README.md +239 -0
- universal_mcp/applications/hubspot/__init__.py +1 -0
- universal_mcp/applications/hubspot/app.py +416 -0
- universal_mcp/applications/jira/README.md +600 -0
- universal_mcp/applications/jira/__init__.py +1 -0
- universal_mcp/applications/jira/app.py +28804 -0
- universal_mcp/applications/klaviyo/README.md +313 -0
- universal_mcp/applications/klaviyo/__init__.py +1 -0
- universal_mcp/applications/klaviyo/app.py +11236 -0
- universal_mcp/applications/linkedin/README.md +15 -0
- universal_mcp/applications/linkedin/__init__.py +1 -0
- universal_mcp/applications/linkedin/app.py +243 -0
- universal_mcp/applications/mailchimp/README.md +281 -0
- universal_mcp/applications/mailchimp/__init__.py +1 -0
- universal_mcp/applications/mailchimp/app.py +10937 -0
- universal_mcp/applications/markitdown/README.md +12 -0
- universal_mcp/applications/markitdown/__init__.py +1 -0
- universal_mcp/applications/markitdown/app.py +63 -0
- universal_mcp/applications/miro/README.md +151 -0
- universal_mcp/applications/miro/__init__.py +1 -0
- universal_mcp/applications/miro/app.py +5429 -0
- universal_mcp/applications/ms-teams/README.md +42 -0
- universal_mcp/applications/ms-teams/__init__.py +1 -0
- universal_mcp/applications/ms-teams/app.py +1823 -0
- universal_mcp/applications/neon/README.md +74 -0
- universal_mcp/applications/neon/__init__.py +1 -0
- universal_mcp/applications/neon/app.py +2018 -0
- universal_mcp/applications/notion/README.md +30 -0
- universal_mcp/applications/notion/__init__.py +1 -0
- universal_mcp/applications/notion/app.py +527 -0
- universal_mcp/applications/openai/README.md +22 -0
- universal_mcp/applications/openai/__init__.py +1 -0
- universal_mcp/applications/openai/app.py +759 -0
- universal_mcp/applications/outlook/README.md +20 -0
- universal_mcp/applications/outlook/__init__.py +1 -0
- universal_mcp/applications/outlook/app.py +444 -0
- universal_mcp/applications/perplexity/README.md +12 -0
- universal_mcp/applications/perplexity/__init__.py +1 -0
- universal_mcp/applications/perplexity/app.py +65 -0
- universal_mcp/applications/pipedrive/README.md +284 -0
- universal_mcp/applications/pipedrive/__init__.py +1 -0
- universal_mcp/applications/pipedrive/app.py +12924 -0
- universal_mcp/applications/posthog/README.md +132 -0
- universal_mcp/applications/posthog/__init__.py +1 -0
- universal_mcp/applications/posthog/app.py +7125 -0
- universal_mcp/applications/reddit/README.md +135 -0
- universal_mcp/applications/reddit/__init__.py +1 -0
- universal_mcp/applications/reddit/app.py +4652 -0
- universal_mcp/applications/replicate/README.md +18 -0
- universal_mcp/applications/replicate/__init__.py +1 -0
- universal_mcp/applications/replicate/app.py +495 -0
- universal_mcp/applications/resend/README.md +40 -0
- universal_mcp/applications/resend/__init__.py +1 -0
- universal_mcp/applications/resend/app.py +881 -0
- universal_mcp/applications/retell/README.md +21 -0
- universal_mcp/applications/retell/__init__.py +1 -0
- universal_mcp/applications/retell/app.py +333 -0
- universal_mcp/applications/rocketlane/README.md +70 -0
- universal_mcp/applications/rocketlane/__init__.py +1 -0
- universal_mcp/applications/rocketlane/app.py +4346 -0
- universal_mcp/applications/semanticscholar/README.md +25 -0
- universal_mcp/applications/semanticscholar/__init__.py +1 -0
- universal_mcp/applications/semanticscholar/app.py +482 -0
- universal_mcp/applications/semrush/README.md +44 -0
- universal_mcp/applications/semrush/__init__.py +1 -0
- universal_mcp/applications/semrush/app.py +2081 -0
- universal_mcp/applications/sendgrid/README.md +362 -0
- universal_mcp/applications/sendgrid/__init__.py +1 -0
- universal_mcp/applications/sendgrid/app.py +9752 -0
- universal_mcp/applications/sentry/README.md +186 -0
- universal_mcp/applications/sentry/__init__.py +1 -0
- universal_mcp/applications/sentry/app.py +7471 -0
- universal_mcp/applications/serpapi/README.md +14 -0
- universal_mcp/applications/serpapi/__init__.py +1 -0
- universal_mcp/applications/serpapi/app.py +293 -0
- universal_mcp/applications/sharepoint/README.md +0 -0
- universal_mcp/applications/sharepoint/__init__.py +1 -0
- universal_mcp/applications/sharepoint/app.py +215 -0
- universal_mcp/applications/shopify/README.md +321 -0
- universal_mcp/applications/shopify/__init__.py +1 -0
- universal_mcp/applications/shopify/app.py +15392 -0
- universal_mcp/applications/shortcut/README.md +128 -0
- universal_mcp/applications/shortcut/__init__.py +1 -0
- universal_mcp/applications/shortcut/app.py +4478 -0
- universal_mcp/applications/slack/README.md +0 -0
- universal_mcp/applications/slack/__init__.py +1 -0
- universal_mcp/applications/slack/app.py +570 -0
- universal_mcp/applications/spotify/README.md +91 -0
- universal_mcp/applications/spotify/__init__.py +1 -0
- universal_mcp/applications/spotify/app.py +2526 -0
- universal_mcp/applications/supabase/README.md +87 -0
- universal_mcp/applications/supabase/__init__.py +1 -0
- universal_mcp/applications/supabase/app.py +2970 -0
- universal_mcp/applications/tavily/README.md +12 -0
- universal_mcp/applications/tavily/__init__.py +1 -0
- universal_mcp/applications/tavily/app.py +51 -0
- universal_mcp/applications/trello/README.md +266 -0
- universal_mcp/applications/trello/__init__.py +1 -0
- universal_mcp/applications/trello/app.py +10875 -0
- universal_mcp/applications/twillo/README.md +0 -0
- universal_mcp/applications/twillo/__init__.py +1 -0
- universal_mcp/applications/twillo/app.py +269 -0
- universal_mcp/applications/twitter/README.md +100 -0
- universal_mcp/applications/twitter/__init__.py +1 -0
- universal_mcp/applications/twitter/api_segments/__init__.py +0 -0
- universal_mcp/applications/twitter/api_segments/api_segment_base.py +51 -0
- universal_mcp/applications/twitter/api_segments/compliance_api.py +122 -0
- universal_mcp/applications/twitter/api_segments/dm_conversations_api.py +255 -0
- universal_mcp/applications/twitter/api_segments/dm_events_api.py +140 -0
- universal_mcp/applications/twitter/api_segments/likes_api.py +159 -0
- universal_mcp/applications/twitter/api_segments/lists_api.py +395 -0
- universal_mcp/applications/twitter/api_segments/openapi_json_api.py +34 -0
- universal_mcp/applications/twitter/api_segments/spaces_api.py +309 -0
- universal_mcp/applications/twitter/api_segments/trends_api.py +40 -0
- universal_mcp/applications/twitter/api_segments/tweets_api.py +1403 -0
- universal_mcp/applications/twitter/api_segments/usage_api.py +40 -0
- universal_mcp/applications/twitter/api_segments/users_api.py +1498 -0
- universal_mcp/applications/twitter/app.py +46 -0
- universal_mcp/applications/unipile/README.md +28 -0
- universal_mcp/applications/unipile/__init__.py +1 -0
- universal_mcp/applications/unipile/app.py +829 -0
- universal_mcp/applications/whatsapp/README.md +23 -0
- universal_mcp/applications/whatsapp/__init__.py +1 -0
- universal_mcp/applications/whatsapp/app.py +595 -0
- universal_mcp/applications/whatsapp-business/README.md +34 -0
- universal_mcp/applications/whatsapp-business/__init__.py +1 -0
- universal_mcp/applications/whatsapp-business/app.py +1065 -0
- universal_mcp/applications/wrike/README.md +46 -0
- universal_mcp/applications/wrike/__init__.py +1 -0
- universal_mcp/applications/wrike/app.py +1583 -0
- universal_mcp/applications/youtube/README.md +57 -0
- universal_mcp/applications/youtube/__init__.py +1 -0
- universal_mcp/applications/youtube/app.py +1696 -0
- universal_mcp/applications/zenquotes/README.md +12 -0
- universal_mcp/applications/zenquotes/__init__.py +1 -0
- universal_mcp/applications/zenquotes/app.py +31 -0
- universal_mcp_applications-0.1.1.dist-info/METADATA +172 -0
- universal_mcp_applications-0.1.1.dist-info/RECORD +268 -0
- universal_mcp_applications-0.1.1.dist-info/WHEEL +4 -0
- universal_mcp_applications-0.1.1.dist-info/licenses/LICENSE +21 -0
|
@@ -0,0 +1,307 @@
|
|
|
1
|
+
# BoxApp MCP Server
|
|
2
|
+
|
|
3
|
+
An MCP Server for the BoxApp API.
|
|
4
|
+
|
|
5
|
+
## 🛠️ Tool List
|
|
6
|
+
|
|
7
|
+
This is automatically generated from OpenAPI schema for the BoxApp API.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
| Tool | Description |
|
|
11
|
+
|------|-------------|
|
|
12
|
+
| `get_authorize` | Authorize user |
|
|
13
|
+
| `post_oauth_token` | Request access token |
|
|
14
|
+
| `post_oauth_token_refresh` | Refresh access token |
|
|
15
|
+
| `post_oauth_revoke` | Revoke access token |
|
|
16
|
+
| `get_files_id` | Get file information |
|
|
17
|
+
| `post_files_id` | Restore file |
|
|
18
|
+
| `put_files_id` | Update file |
|
|
19
|
+
| `delete_files_id` | Delete file |
|
|
20
|
+
| `list_file_associations` | List file app item associations |
|
|
21
|
+
| `get_files_id_content` | Download file |
|
|
22
|
+
| `post_files_id_content` | Upload file version |
|
|
23
|
+
| `options_files_content` | Preflight check before upload |
|
|
24
|
+
| `post_files_content` | Upload file |
|
|
25
|
+
| `post_files_upload_sessions` | Create upload session |
|
|
26
|
+
| `post_files_id_upload_sessions` | Create upload session for existing file |
|
|
27
|
+
| `get_files_upload_sessions_id` | Get upload session |
|
|
28
|
+
| `put_files_upload_sessions_id` | Upload part of file |
|
|
29
|
+
| `delete_upload_session_by_id` | Remove upload session |
|
|
30
|
+
| `get_upload_session_parts` | List parts |
|
|
31
|
+
| `commit_upload_session` | Commit upload session |
|
|
32
|
+
| `post_files_id_copy` | Copy file |
|
|
33
|
+
| `get_files_id_thumbnail_id` | Get file thumbnail |
|
|
34
|
+
| `get_files_id_collaborations` | List file collaborations |
|
|
35
|
+
| `get_files_id_comments` | List file comments |
|
|
36
|
+
| `get_files_id_tasks` | List tasks on file |
|
|
37
|
+
| `get_files_id_trash` | Get trashed file |
|
|
38
|
+
| `delete_files_id_trash` | Permanently remove file |
|
|
39
|
+
| `get_files_id_versions` | List all file versions |
|
|
40
|
+
| `get_files_id_versions_id` | Get file version |
|
|
41
|
+
| `delete_files_id_versions_id` | Remove file version |
|
|
42
|
+
| `put_files_id_versions_id` | Restore file version |
|
|
43
|
+
| `post_files_id_versions_current` | Promote file version |
|
|
44
|
+
| `get_files_id_metadata` | List metadata instances on file |
|
|
45
|
+
| `get_file_security_classification_by_id` | Get classification on file |
|
|
46
|
+
| `update_file_security_classification` | Add classification to file |
|
|
47
|
+
| `put_update_file_security_classification` | Update classification on file |
|
|
48
|
+
| `delete_file_metadata` | Remove classification from file |
|
|
49
|
+
| `get_files_id_metadata_id_id` | Get metadata instance on file |
|
|
50
|
+
| `post_files_id_metadata_id_id` | Create metadata instance on file |
|
|
51
|
+
| `put_files_id_metadata_id_id` | Update metadata instance on file |
|
|
52
|
+
| `delete_files_id_metadata_id_id` | Remove metadata instance from file |
|
|
53
|
+
| `get_global_metadata` | List Box Skill cards on file |
|
|
54
|
+
| `post_file_metadata_global_box_skills_cards` | Create Box Skill cards on file |
|
|
55
|
+
| `update_file_metadata` | Update Box Skill cards on file |
|
|
56
|
+
| `delete_file_global_box_skills_cards` | Remove Box Skill cards from file |
|
|
57
|
+
| `get_files_id_watermark` | Get watermark on file |
|
|
58
|
+
| `put_files_id_watermark` | Apply watermark to file |
|
|
59
|
+
| `delete_files_id_watermark` | Remove watermark from file |
|
|
60
|
+
| `get_file_requests_id` | Get file request |
|
|
61
|
+
| `put_file_requests_id` | Update file request |
|
|
62
|
+
| `delete_file_requests_id` | Delete file request |
|
|
63
|
+
| `post_file_requests_id_copy` | Copy file request |
|
|
64
|
+
| `get_folders_id` | Get folder information |
|
|
65
|
+
| `post_folders_id` | Restore folder |
|
|
66
|
+
| `put_folders_id` | Update folder |
|
|
67
|
+
| `delete_folders_id` | Delete folder |
|
|
68
|
+
| `get_folder_app_item_associations` | List folder app item associations |
|
|
69
|
+
| `get_folders_id_items` | List items in folder |
|
|
70
|
+
| `post_folders` | Create folder |
|
|
71
|
+
| `post_folders_id_copy` | Copy folder |
|
|
72
|
+
| `get_folders_id_collaborations` | List folder collaborations |
|
|
73
|
+
| `get_folders_id_trash` | Get trashed folder |
|
|
74
|
+
| `delete_folders_id_trash` | Permanently remove folder |
|
|
75
|
+
| `get_folders_id_metadata` | List metadata instances on folder |
|
|
76
|
+
| `get_folder_security_classification` | Get classification on folder |
|
|
77
|
+
| `post_folder_metadata_security_classification` | Add classification to folder |
|
|
78
|
+
| `update_folder_security_classification` | Update classification on folder |
|
|
79
|
+
| `delete_security_classification_by_folder_id` | Remove classification from folder |
|
|
80
|
+
| `get_folders_id_metadata_id_id` | Get metadata instance on folder |
|
|
81
|
+
| `post_folders_id_metadata_id_id` | Create metadata instance on folder |
|
|
82
|
+
| `put_folders_id_metadata_id_id` | Update metadata instance on folder |
|
|
83
|
+
| `delete_folder_metadata` | Remove metadata instance from folder |
|
|
84
|
+
| `get_folders_trash_items` | List trashed items |
|
|
85
|
+
| `get_folders_id_watermark` | Get watermark for folder |
|
|
86
|
+
| `put_folders_id_watermark` | Apply watermark to folder |
|
|
87
|
+
| `delete_folders_id_watermark` | Remove watermark from folder |
|
|
88
|
+
| `get_folder_locks` | List folder locks |
|
|
89
|
+
| `post_folder_locks` | Create folder lock |
|
|
90
|
+
| `delete_folder_locks_id` | Delete folder lock |
|
|
91
|
+
| `get_metadata_templates` | Find metadata template by instance ID |
|
|
92
|
+
| `get_security_classification_schema` | List all classifications |
|
|
93
|
+
| `add_security_classification_schema` | Add classification |
|
|
94
|
+
| `update_security_classification_schema` | Update classification |
|
|
95
|
+
| `get_schema_template` | Get metadata template by name |
|
|
96
|
+
| `update_schema_template` | Update metadata template |
|
|
97
|
+
| `delete_metadata_template_schema` | Remove metadata template |
|
|
98
|
+
| `get_metadata_templates_id` | Get metadata template by ID |
|
|
99
|
+
| `get_metadata_templates_global` | List all global metadata templates |
|
|
100
|
+
| `get_metadata_templates_enterprise` | List all metadata templates for enterprise |
|
|
101
|
+
| `post_metadata_templates_schema` | Create metadata template |
|
|
102
|
+
| `create_metadata_template_classification` | Add initial classifications |
|
|
103
|
+
| `get_metadata_cascade_policies` | List metadata cascade policies |
|
|
104
|
+
| `post_metadata_cascade_policies` | Create metadata cascade policy |
|
|
105
|
+
| `get_metadata_cascade_policy_by_id` | Get metadata cascade policy |
|
|
106
|
+
| `delete_metadata_cascade_policy` | Remove metadata cascade policy |
|
|
107
|
+
| `apply_metadata_cascade_policy_by_id` | Force-apply metadata cascade policy to folder |
|
|
108
|
+
| `execute_metadata_query` | Query files/folders by metadata |
|
|
109
|
+
| `get_comments_id` | Get comment |
|
|
110
|
+
| `put_comments_id` | Update comment |
|
|
111
|
+
| `delete_comments_id` | Remove comment |
|
|
112
|
+
| `post_comments` | Create comment |
|
|
113
|
+
| `get_collaborations_id` | Get collaboration |
|
|
114
|
+
| `put_collaborations_id` | Update collaboration |
|
|
115
|
+
| `delete_collaborations_id` | Remove collaboration |
|
|
116
|
+
| `get_collaborations` | List pending collaborations |
|
|
117
|
+
| `post_collaborations` | Create collaboration |
|
|
118
|
+
| `get_search` | Search for content |
|
|
119
|
+
| `post_tasks` | Create task |
|
|
120
|
+
| `get_tasks_id` | Get task |
|
|
121
|
+
| `put_tasks_id` | Update task |
|
|
122
|
+
| `delete_tasks_id` | Remove task |
|
|
123
|
+
| `get_tasks_id_assignments` | List task assignments |
|
|
124
|
+
| `post_task_assignments` | Assign task |
|
|
125
|
+
| `get_task_assignments_id` | Get task assignment |
|
|
126
|
+
| `put_task_assignments_id` | Update task assignment |
|
|
127
|
+
| `delete_task_assignments_id` | Unassign task |
|
|
128
|
+
| `get_shared_items` | Find file for shared link |
|
|
129
|
+
| `get_files_id_get_shared_link` | Get shared link for file |
|
|
130
|
+
| `put_files_id_add_shared_link` | Add shared link to file |
|
|
131
|
+
| `update_file_shared_link` | Update shared link on file |
|
|
132
|
+
| `remove_shared_link_by_id` | Remove shared link from file |
|
|
133
|
+
| `get_shared_items_folders` | Find folder for shared link |
|
|
134
|
+
| `get_folders_id_get_shared_link` | Get shared link for folder |
|
|
135
|
+
| `put_folders_id_add_shared_link` | Add shared link to folder |
|
|
136
|
+
| `update_shared_linkfolder` | Update shared link on folder |
|
|
137
|
+
| `remove_shared_link_by_folder_id` | Remove shared link from folder |
|
|
138
|
+
| `post_web_links` | Create web link |
|
|
139
|
+
| `get_web_links_id` | Get web link |
|
|
140
|
+
| `post_web_links_id` | Restore web link |
|
|
141
|
+
| `put_web_links_id` | Update web link |
|
|
142
|
+
| `delete_web_links_id` | Remove web link |
|
|
143
|
+
| `get_web_links_id_trash` | Get trashed web link |
|
|
144
|
+
| `delete_web_links_id_trash` | Permanently remove web link |
|
|
145
|
+
| `get_shared_items_web_links` | Find web link for shared link |
|
|
146
|
+
| `get_shared_link_by_id` | Get shared link for web link |
|
|
147
|
+
| `update_web_link_shared_link` | Add shared link to web link |
|
|
148
|
+
| `update_shared_link` | Update shared link on web link |
|
|
149
|
+
| `remove_shared_link_by_web_link_id` | Remove shared link from web link |
|
|
150
|
+
| `get_shared_items_app_items` | Find app item for shared link |
|
|
151
|
+
| `get_users` | List enterprise users |
|
|
152
|
+
| `post_users` | Create user |
|
|
153
|
+
| `get_users_me` | Get current user |
|
|
154
|
+
| `post_users_terminate_sessions` | Create jobs to terminate users session |
|
|
155
|
+
| `get_users_id` | Get user |
|
|
156
|
+
| `put_users_id` | Update user |
|
|
157
|
+
| `delete_users_id` | Delete user |
|
|
158
|
+
| `get_users_id_avatar` | Get user avatar |
|
|
159
|
+
| `post_users_id_avatar` | Add or update user avatar |
|
|
160
|
+
| `delete_users_id_avatar` | Delete user avatar |
|
|
161
|
+
| `put_users_id_folders` | Transfer owned folders |
|
|
162
|
+
| `get_users_id_email_aliases` | List user's email aliases |
|
|
163
|
+
| `post_users_id_email_aliases` | Create email alias |
|
|
164
|
+
| `delete_email_alias_by_id` | Remove email alias |
|
|
165
|
+
| `get_users_id_memberships` | List user's groups |
|
|
166
|
+
| `post_invites` | Create user invite |
|
|
167
|
+
| `get_invites_id` | Get user invite status |
|
|
168
|
+
| `get_groups` | List groups for enterprise |
|
|
169
|
+
| `post_groups` | Create group |
|
|
170
|
+
| `post_groups_terminate_sessions` | Create jobs to terminate user group session |
|
|
171
|
+
| `get_groups_id` | Get group |
|
|
172
|
+
| `put_groups_id` | Update group |
|
|
173
|
+
| `delete_groups_id` | Remove group |
|
|
174
|
+
| `get_groups_id_memberships` | List members of group |
|
|
175
|
+
| `get_groups_id_collaborations` | List group collaborations |
|
|
176
|
+
| `post_group_memberships` | Add user to group |
|
|
177
|
+
| `get_group_memberships_id` | Get group membership |
|
|
178
|
+
| `put_group_memberships_id` | Update group membership |
|
|
179
|
+
| `delete_group_memberships_id` | Remove user from group |
|
|
180
|
+
| `get_webhooks` | List all webhooks |
|
|
181
|
+
| `post_webhooks` | Create webhook |
|
|
182
|
+
| `get_webhooks_id` | Get webhook |
|
|
183
|
+
| `put_webhooks_id` | Update webhook |
|
|
184
|
+
| `delete_webhooks_id` | Remove webhook |
|
|
185
|
+
| `put_skill_invocations_id` | Update all Box Skill cards on file |
|
|
186
|
+
| `options_events` | Get events long poll endpoint |
|
|
187
|
+
| `get_events` | List user and enterprise events |
|
|
188
|
+
| `get_collections` | List all collections |
|
|
189
|
+
| `get_collections_id_items` | List collection items |
|
|
190
|
+
| `get_collections_id` | Get collection by ID |
|
|
191
|
+
| `get_recent_items` | List recently accessed items |
|
|
192
|
+
| `get_retention_policies` | List retention policies |
|
|
193
|
+
| `post_retention_policies` | Create retention policy |
|
|
194
|
+
| `get_retention_policies_id` | Get retention policy |
|
|
195
|
+
| `put_retention_policies_id` | Update retention policy |
|
|
196
|
+
| `delete_retention_policies_id` | Delete retention policy |
|
|
197
|
+
| `get_retention_policy_assignments` | List retention policy assignments |
|
|
198
|
+
| `create_retention_policy_assignment` | Assign retention policy |
|
|
199
|
+
| `get_retention_policy_assignment_by_id` | Get retention policy assignment |
|
|
200
|
+
| `delete_retention_policy_assignment_by_id` | Remove retention policy assignment |
|
|
201
|
+
| `get_files_under_retention` | Get files under retention |
|
|
202
|
+
| `get_retention_policy_assignment_file_versions` | Get file versions under retention |
|
|
203
|
+
| `get_legal_hold_policies` | List all legal hold policies |
|
|
204
|
+
| `post_legal_hold_policies` | Create legal hold policy |
|
|
205
|
+
| `get_legal_hold_policies_id` | Get legal hold policy |
|
|
206
|
+
| `put_legal_hold_policies_id` | Update legal hold policy |
|
|
207
|
+
| `delete_legal_hold_policies_id` | Remove legal hold policy |
|
|
208
|
+
| `get_legal_hold_policy_assignments` | List legal hold policy assignments |
|
|
209
|
+
| `assign_legal_hold_policy` | Assign legal hold policy |
|
|
210
|
+
| `get_legal_hold_policy_assignment` | Get legal hold policy assignment |
|
|
211
|
+
| `delete_legal_hold_assignment` | Unassign legal hold policy |
|
|
212
|
+
| `get_files_on_hold_by_legl_hld_polcy_asgnmt_id` | List files with current file versions for legal hold policy assignment |
|
|
213
|
+
| `get_file_version_retentions` | List file version retentions |
|
|
214
|
+
| `get_legal_hold_file_versions_on_hold` | List previous file versions for legal hold policy assignment |
|
|
215
|
+
| `get_file_version_retentions_id` | Get retention on file |
|
|
216
|
+
| `get_legal_hold` | Get file version legal hold |
|
|
217
|
+
| `get_file_version_legal_holds` | List file version legal holds |
|
|
218
|
+
| `get_shield_information_barrier_by_id` | Get shield information barrier with specified ID |
|
|
219
|
+
| `change_shield_status` | Add changed status of shield information barrier with specified ID |
|
|
220
|
+
| `get_shield_information_barriers` | List shield information barriers |
|
|
221
|
+
| `create_shield_barriers` | Create shield information barrier |
|
|
222
|
+
| `get_shield_information_barrier_reports` | List shield information barrier reports |
|
|
223
|
+
| `generate_shield_report` | Create shield information barrier report |
|
|
224
|
+
| `get_shield_report_by_id` | Get shield information barrier report by ID |
|
|
225
|
+
| `get_shield_segment_by_id` | Get shield information barrier segment with specified ID |
|
|
226
|
+
| `delete_shield_inft_barrier_sgmt_by_id` | Delete shield information barrier segment |
|
|
227
|
+
| `update_shield_barrier_segment` | Update shield information barrier segment with specified ID |
|
|
228
|
+
| `get_shield_segments` | List shield information barrier segments |
|
|
229
|
+
| `create_shield_barrier_segments` | Create shield information barrier segment |
|
|
230
|
+
| `get_shield_infmt_barrier_sgmnt_member_by_id` | Get shield information barrier segment member by ID |
|
|
231
|
+
| `delete_shield_member` | Delete shield information barrier segment member by ID |
|
|
232
|
+
| `get_shield_infmt_barrier_sgmnt_members` | List shield information barrier segment members |
|
|
233
|
+
| `add_shield_members` | Create shield information barrier segment member |
|
|
234
|
+
| `get_shield_barrier_segment_restriction_by_id` | Get shield information barrier segment restriction by ID |
|
|
235
|
+
| `delete_shield_restriction` | Delete shield information barrier segment restriction by ID |
|
|
236
|
+
| `get_shield_infmt_barrier_sgmnt_restrictions` | List shield information barrier segment restrictions |
|
|
237
|
+
| `create_shield_restrictions` | Create shield information barrier segment restriction |
|
|
238
|
+
| `get_device_pinners_id` | Get device pin |
|
|
239
|
+
| `delete_device_pinners_id` | Remove device pin |
|
|
240
|
+
| `list_device_pins` | List enterprise device pins |
|
|
241
|
+
| `get_terms_of_services` | List terms of services |
|
|
242
|
+
| `post_terms_of_services` | Create terms of service |
|
|
243
|
+
| `get_terms_of_services_id` | Get terms of service |
|
|
244
|
+
| `put_terms_of_services_id` | Update terms of service |
|
|
245
|
+
| `get_tos_user_statuses` | List terms of service user statuses |
|
|
246
|
+
| `create_terms_of_service_statuses` | Create terms of service status for new user |
|
|
247
|
+
| `update_terms_of_service_user_status_by_id` | Update terms of service status for existing user |
|
|
248
|
+
| `list_collaboration_whitelist_entries` | List allowed collaboration domains |
|
|
249
|
+
| `create_collaboration_whitelist_entry` | Add domain to list of allowed collaboration domains |
|
|
250
|
+
| `get_whitelist_entry_by_id` | Get allowed collaboration domain |
|
|
251
|
+
| `delete_collaboration_whitelist_entry_by_id` | Remove domain from list of allowed collaboration domains |
|
|
252
|
+
| `list_whitelist_targets` | List users exempt from collaboration domain restrictions |
|
|
253
|
+
| `create_collaboration_whitelist_exempt_target` | Create user exemption from collaboration domain restrictions |
|
|
254
|
+
| `get_exempt_target_by_id` | Get user exempt from collaboration domain restrictions |
|
|
255
|
+
| `delete_collab_whitelist_exempt_target_by_id` | Remove user from list of users exempt from domain restrictions |
|
|
256
|
+
| `get_storage_policies` | List storage policies |
|
|
257
|
+
| `get_storage_policies_id` | Get storage policy |
|
|
258
|
+
| `get_storage_policy_assignments` | List storage policy assignments |
|
|
259
|
+
| `create_storage_policy_assignment` | Assign storage policy |
|
|
260
|
+
| `get_storage_policy_assignment` | Get storage policy assignment |
|
|
261
|
+
| `update_storage_policy_assignment` | Update storage policy assignment |
|
|
262
|
+
| `delete_storage_policy_assignment` | Unassign storage policy |
|
|
263
|
+
| `post_zip_downloads` | Create zip download |
|
|
264
|
+
| `get_zip_downloads_id_content` | Download zip archive |
|
|
265
|
+
| `get_zip_downloads_id_status` | Get zip download status |
|
|
266
|
+
| `post_sign_requests_id_cancel` | Cancel Box Sign request |
|
|
267
|
+
| `post_sign_requests_id_resend` | Resend Box Sign request |
|
|
268
|
+
| `get_sign_requests_id` | Get Box Sign request by ID |
|
|
269
|
+
| `get_sign_requests` | List Box Sign requests |
|
|
270
|
+
| `post_sign_requests` | Create Box Sign request |
|
|
271
|
+
| `get_workflows` | List workflows |
|
|
272
|
+
| `post_workflows_id_start` | Starts workflow based on request body |
|
|
273
|
+
| `get_sign_templates` | List Box Sign templates |
|
|
274
|
+
| `get_sign_templates_id` | Get Box Sign template by ID |
|
|
275
|
+
| `get_integration_mappings_slack` | List Slack integration mappings |
|
|
276
|
+
| `create_slack_mapping` | Create Slack integration mapping |
|
|
277
|
+
| `update_slack_integration_mapping_by_id` | Update Slack integration mapping |
|
|
278
|
+
| `delete_slack_mapping_by_id` | Delete Slack integration mapping |
|
|
279
|
+
| `get_integration_mappings_teams` | List Teams integration mappings |
|
|
280
|
+
| `create_integration_mapping_team` | Create Teams integration mapping |
|
|
281
|
+
| `update_integration_mapping_team` | Update Teams integration mapping |
|
|
282
|
+
| `delete_integration_mapping_by_id` | Delete Teams integration mapping |
|
|
283
|
+
| `post_ai_ask` | Ask question |
|
|
284
|
+
| `post_ai_text_gen` | Generate text |
|
|
285
|
+
| `get_ai_agent_default` | Get AI agent default configuration |
|
|
286
|
+
| `post_ai_extract` | Extract metadata (freeform) |
|
|
287
|
+
| `post_ai_extract_structured` | Extract metadata (structured) |
|
|
288
|
+
| `get_ai_agents` | List AI agents |
|
|
289
|
+
| `post_ai_agents` | Create AI agent |
|
|
290
|
+
| `put_ai_agents_id` | Update AI agent |
|
|
291
|
+
| `get_ai_agents_id` | Get AI agent by agent ID |
|
|
292
|
+
| `delete_ai_agents_id` | Delete AI agent |
|
|
293
|
+
| `post_docgen_templates_v` | Create Box Doc Gen template |
|
|
294
|
+
| `get_docgen_templates_v` | List Box Doc Gen templates |
|
|
295
|
+
| `delete_template_by_id` | Delete Box Doc Gen template |
|
|
296
|
+
| `get_docgen_template_by_id` | Get Box Doc Gen template by ID |
|
|
297
|
+
| `get_docgen_template_tags` | List all Box Doc Gen template tags in template |
|
|
298
|
+
| `get_docgen_jobs_id_v` | Get Box Doc Gen job by ID |
|
|
299
|
+
| `get_docgen_jobs_v` | List all Box Doc Gen jobs |
|
|
300
|
+
| `get_template_job` | Get list of all Box Doc Gen jobs for template |
|
|
301
|
+
| `get_batch_job_details` | Get Box Doc Gen jobs by batch ID |
|
|
302
|
+
| `post_docgen_batches_v` | Generate document using Box Doc Gen template |
|
|
303
|
+
| `get_shield_lists_v` | Get all shield lists in enterprise |
|
|
304
|
+
| `post_shield_lists_v` | Create shield list |
|
|
305
|
+
| `get_shield_lists_id_v` | Get single shield list by shield list id |
|
|
306
|
+
| `delete_shield_lists_id_v` | Delete single shield list by shield list id |
|
|
307
|
+
| `put_shield_lists_id_v` | Update shield list |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .app import BoxApp
|