universal-mcp-applications 0.1.18__py3-none-any.whl → 0.1.19__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.
Potentially problematic release.
This version of universal-mcp-applications might be problematic. Click here for more details.
- universal_mcp/applications/ahrefs/README.md +3 -3
- universal_mcp/applications/airtable/README.md +3 -3
- universal_mcp/applications/asana/README.md +3 -3
- universal_mcp/applications/aws_s3/README.md +29 -0
- universal_mcp/applications/bill/README.md +249 -0
- universal_mcp/applications/calendly/README.md +45 -45
- universal_mcp/applications/canva/README.md +35 -35
- universal_mcp/applications/clickup/README.md +4 -4
- universal_mcp/applications/contentful/README.md +1 -2
- universal_mcp/applications/crustdata/README.md +3 -3
- universal_mcp/applications/domain_checker/README.md +2 -2
- universal_mcp/applications/e2b/README.md +4 -4
- universal_mcp/applications/elevenlabs/README.md +3 -77
- universal_mcp/applications/exa/README.md +7 -7
- universal_mcp/applications/falai/README.md +13 -12
- universal_mcp/applications/figma/README.md +3 -3
- universal_mcp/applications/file_system/README.md +13 -0
- universal_mcp/applications/firecrawl/README.md +9 -9
- universal_mcp/applications/fireflies/README.md +14 -14
- universal_mcp/applications/fpl/README.md +12 -12
- universal_mcp/applications/fpl/app.py +5 -5
- universal_mcp/applications/github/README.md +10 -10
- universal_mcp/applications/google_calendar/README.md +10 -10
- universal_mcp/applications/google_docs/README.md +14 -14
- universal_mcp/applications/google_drive/README.md +54 -57
- universal_mcp/applications/google_gemini/README.md +3 -14
- universal_mcp/applications/google_mail/README.md +20 -20
- universal_mcp/applications/google_searchconsole/README.md +10 -10
- universal_mcp/applications/google_sheet/README.md +25 -25
- universal_mcp/applications/google_sheet/app.py +1 -1
- universal_mcp/applications/http_tools/README.md +5 -5
- universal_mcp/applications/hubspot/__init__.py +1 -1
- universal_mcp/applications/hubspot/api_segments/__init__.py +0 -0
- universal_mcp/applications/hubspot/api_segments/api_segment_base.py +25 -0
- universal_mcp/applications/hubspot/api_segments/crm_api.py +7337 -0
- universal_mcp/applications/hubspot/api_segments/marketing_api.py +1467 -0
- universal_mcp/applications/hubspot/app.py +74 -146
- universal_mcp/applications/klaviyo/README.md +0 -36
- universal_mcp/applications/linkedin/README.md +4 -4
- universal_mcp/applications/mailchimp/README.md +3 -3
- universal_mcp/applications/ms_teams/README.md +31 -31
- universal_mcp/applications/neon/README.md +3 -3
- universal_mcp/applications/openai/README.md +18 -17
- universal_mcp/applications/outlook/README.md +9 -9
- universal_mcp/applications/perplexity/README.md +4 -4
- universal_mcp/applications/posthog/README.md +128 -127
- universal_mcp/applications/reddit/README.md +21 -124
- universal_mcp/applications/replicate/README.md +10 -10
- universal_mcp/applications/resend/README.md +29 -29
- universal_mcp/applications/scraper/README.md +4 -4
- universal_mcp/applications/semrush/README.md +3 -0
- universal_mcp/applications/serpapi/README.md +3 -3
- universal_mcp/applications/sharepoint/README.md +17 -0
- universal_mcp/applications/shortcut/README.md +3 -3
- universal_mcp/applications/slack/README.md +23 -0
- universal_mcp/applications/spotify/README.md +3 -3
- universal_mcp/applications/supabase/README.md +3 -3
- universal_mcp/applications/tavily/README.md +4 -4
- universal_mcp/applications/twilio/README.md +15 -0
- universal_mcp/applications/twitter/README.md +92 -89
- universal_mcp/applications/twitter/app.py +11 -11
- universal_mcp/applications/unipile/README.md +17 -17
- universal_mcp/applications/whatsapp/README.md +12 -12
- universal_mcp/applications/whatsapp/app.py +13 -13
- universal_mcp/applications/whatsapp_business/README.md +23 -23
- universal_mcp/applications/youtube/README.md +46 -46
- universal_mcp/applications/youtube/app.py +7 -1
- universal_mcp/applications/zenquotes/README.md +1 -1
- {universal_mcp_applications-0.1.18.dist-info → universal_mcp_applications-0.1.19.dist-info}/METADATA +2 -89
- {universal_mcp_applications-0.1.18.dist-info → universal_mcp_applications-0.1.19.dist-info}/RECORD +72 -67
- {universal_mcp_applications-0.1.18.dist-info → universal_mcp_applications-0.1.19.dist-info}/WHEEL +0 -0
- {universal_mcp_applications-0.1.18.dist-info → universal_mcp_applications-0.1.19.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AhrefsApp MCP Server
|
|
2
2
|
|
|
3
|
-
An MCP Server for the
|
|
3
|
+
An MCP Server for the AhrefsApp API.
|
|
4
4
|
|
|
5
5
|
## 🛠️ Tool List
|
|
6
6
|
|
|
7
|
-
This is automatically generated from OpenAPI schema for the
|
|
7
|
+
This is automatically generated from OpenAPI schema for the AhrefsApp API.
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
| Tool | Description |
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AirtableApp MCP Server
|
|
2
2
|
|
|
3
|
-
An MCP Server for the
|
|
3
|
+
An MCP Server for the AirtableApp API.
|
|
4
4
|
|
|
5
5
|
## 🛠️ Tool List
|
|
6
6
|
|
|
7
|
-
This is automatically generated from OpenAPI schema for the
|
|
7
|
+
This is automatically generated from OpenAPI schema for the AirtableApp API.
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
| Tool | Description |
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AsanaApp MCP Server
|
|
2
2
|
|
|
3
|
-
An MCP Server for the
|
|
3
|
+
An MCP Server for the AsanaApp API.
|
|
4
4
|
|
|
5
5
|
## 🛠️ Tool List
|
|
6
6
|
|
|
7
|
-
This is automatically generated from OpenAPI schema for the
|
|
7
|
+
This is automatically generated from OpenAPI schema for the AsanaApp API.
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
| Tool | Description |
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# AwsS3App MCP Server
|
|
2
|
+
|
|
3
|
+
An MCP Server for the AwsS3App API.
|
|
4
|
+
|
|
5
|
+
## 🛠️ Tool List
|
|
6
|
+
|
|
7
|
+
This is automatically generated from OpenAPI schema for the AwsS3App API.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
| Tool | Description |
|
|
11
|
+
|------|-------------|
|
|
12
|
+
| `create_bucket` | Creates a new Amazon S3 bucket with a specified name and optional region. Returns `True` upon successful creation, or `False` if an AWS client error, such as a naming conflict or permission issue, occurs. |
|
|
13
|
+
| `delete_bucket` | Deletes a specified S3 bucket. The operation requires the bucket to be empty to succeed. It returns `True` if the bucket is successfully deleted and `False` if an error occurs, such as the bucket not being found or containing objects. |
|
|
14
|
+
| `get_bucket_policy` | Retrieves the IAM resource policy for a specified S3 bucket, parsing the JSON string into a dictionary. If the operation fails due to permissions or a non-existent policy, it returns an error dictionary. This complements `put_bucket_policy`, which applies a new policy. |
|
|
15
|
+
| `set_bucket_policy` | Applies or replaces the access policy for a specified S3 bucket. The function accepts the policy as a dictionary, converts it to JSON, and assigns it to the bucket. This write operation is the counterpart to `get_bucket_policy` and returns `True` on success. |
|
|
16
|
+
| `list_subdirectories` | Lists immediate subdirectories (common prefixes) within an S3 bucket. If a prefix is provided, it returns subdirectories under that path; otherwise, it lists top-level directories. This function specifically lists folders, distinguishing it from `list_objects`, which lists files. |
|
|
17
|
+
| `create_prefix` | Creates a prefix (folder) in an S3 bucket, optionally nested under a parent prefix. It simulates a directory by creating a zero-byte object with a key ending in a slash ('/'), distinguishing it from put_object, which uploads content. |
|
|
18
|
+
| `list_objects` | Paginates through and lists all objects within a specified S3 bucket prefix. It returns a curated list of metadata for each object (key, name, size, last modified), excluding folder placeholders. This function specifically lists files, distinguishing it from `list_prefixes` which lists folders. |
|
|
19
|
+
| `put_text_object` | Uploads string content to create an object in a specified S3 bucket and prefix. The content is UTF-8 encoded before being written. This method is for text, distinguishing it from `put_object_from_base64` which handles binary data. |
|
|
20
|
+
| `put_object_from_base64` | Decodes a base64 string into binary data and uploads it as an object to a specified S3 location. This method is designed for binary files, differentiating it from `put_object` which handles plain text content. Returns true on success. |
|
|
21
|
+
| `get_object_with_content` | Retrieves an S3 object's content. It decodes text files as UTF-8 or encodes binary files as base64 based on the object's key. This function downloads the full object body, unlike `get_object_metadata` which only fetches metadata without content, returning the content, name, size, and type. |
|
|
22
|
+
| `get_object_metadata` | Efficiently retrieves metadata for a specified S3 object, such as size and last modified date, without downloading its content. This function uses a HEAD request, making it faster than `get_object_content` for accessing object properties. Returns a dictionary of metadata or an error message on failure. |
|
|
23
|
+
| `copy_object` | Copies an S3 object from a specified source location to a destination, which can be in the same or a different bucket. Unlike `move_object`, the original object remains at the source after the copy operation. It returns `True` for a successful operation. |
|
|
24
|
+
| `move_object` | Moves an S3 object from a source to a destination. This is achieved by first copying the object to the new location and subsequently deleting the original. The move can occur within the same bucket or between different ones, returning `True` on success. |
|
|
25
|
+
| `delete_single_object` | Deletes a single, specified object from an S3 bucket using its key. Returns `True` if successful, otherwise `False`. For bulk deletions in a single request, the `delete_objects` function should be used instead. |
|
|
26
|
+
| `delete_objects` | Performs a bulk deletion of objects from a specified S3 bucket in a single request. Given a list of keys, it returns a dictionary detailing successful deletions and any errors. This method is the batch-processing counterpart to the singular `delete_object` function, designed for efficiency. |
|
|
27
|
+
| `generate_presigned_url` | Generates a temporary, secure URL for a specific S3 object. This URL grants time-limited permissions for actions like GET, PUT, or DELETE, expiring after a defined period. It allows object access without sharing permanent AWS credentials. |
|
|
28
|
+
| `search_objects` | Filters objects within an S3 bucket and prefix based on a name pattern and size range. It retrieves all objects via `list_objects` and then applies the specified criteria client-side, returning a refined list of matching objects and their metadata. |
|
|
29
|
+
| `get_storage_summary` | Calculates and returns statistics for an S3 bucket or prefix. The result includes the total number of objects, their combined size in bytes, and a human-readable string representation of the size (e.g., '15.2 MB'). |
|
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
# BillApp MCP Server
|
|
2
|
+
|
|
3
|
+
An MCP Server for the BillApp API.
|
|
4
|
+
|
|
5
|
+
## 🛠️ Tool List
|
|
6
|
+
|
|
7
|
+
This is automatically generated from OpenAPI schema for the BillApp API.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
| Tool | Description |
|
|
11
|
+
|------|-------------|
|
|
12
|
+
| `list_customer_attachments` | Get list of customer attachments |
|
|
13
|
+
| `create_customer_attachment` | Upload customer attachment |
|
|
14
|
+
| `list_invoice_attachments` | Get list of invoice attachments |
|
|
15
|
+
| `create_invoice_attachment` | Upload invoice attachment |
|
|
16
|
+
| `list_vendor_attachments` | Get list of vendor attachments |
|
|
17
|
+
| `create_vendor_attachment` | Upload vendor attachment |
|
|
18
|
+
| `get_attachment` | Get attachment details |
|
|
19
|
+
| `list_bills` | Get list of bills |
|
|
20
|
+
| `create_bill` | Create a bill |
|
|
21
|
+
| `create_bulk_bills` | Create multiple bills |
|
|
22
|
+
| `get_bill` | Get bill details |
|
|
23
|
+
| `replace_bill` | Replace a bill |
|
|
24
|
+
| `update_bill` | Update a bill |
|
|
25
|
+
| `archive_bill` | Archive a bill |
|
|
26
|
+
| `restore_bill` | Restore an archived bill |
|
|
27
|
+
| `list_classification_accounting_classes` | Get list of accounting classes |
|
|
28
|
+
| `create_classification_accounting_class` | Create an accounting class |
|
|
29
|
+
| `bulk_create_classification_accounting_class` | Create multiple accounting classes |
|
|
30
|
+
| `bulk_update_classification_accounting_class` | Update multiple accounting classes |
|
|
31
|
+
| `bulk_archive_classification_accounting_class` | Archive multiple accounting classes |
|
|
32
|
+
| `bulk_restore_classification_accounting_class` | Restore multiple accounting classes |
|
|
33
|
+
| `get_classification_accounting_class` | Get accounting class details |
|
|
34
|
+
| `update_classification_accounting_class` | Update an accounting class |
|
|
35
|
+
| `archive_classification_accounting_class` | Archive an accounting class |
|
|
36
|
+
| `restore_classification_accounting_class` | Restore an archived accounting class |
|
|
37
|
+
| `list_classification_chart_of_accounts` | Get list of chart of accounts |
|
|
38
|
+
| `create_classification_chart_of_accounts` | Create a chart of accounts |
|
|
39
|
+
| `bulk_create_classification_chart_of_accounts` | Create multiple chart of accounts |
|
|
40
|
+
| `bulk_update_classification_chart_of_accounts` | Update multiple chart of accounts |
|
|
41
|
+
| `bulk_archive_classification_chart_of_accounts` | Archive mutliple chart of accounts |
|
|
42
|
+
| `bulk_restore_classification_chart_of_accounts` | Restore multiple chart of accounts |
|
|
43
|
+
| `get_classification_chart_of_accounts` | Get chart of accounts details |
|
|
44
|
+
| `update_classification_chart_of_accounts` | Update a chart of accounts |
|
|
45
|
+
| `archive_classification_chart_of_accounts` | Archive a chart of accounts |
|
|
46
|
+
| `restore_classification_chart_of_accounts` | Restore an archived chart of accounts |
|
|
47
|
+
| `list_classification_departments` | Get list of departments |
|
|
48
|
+
| `create_classification_department` | Create a department |
|
|
49
|
+
| `bulk_create_classification_department` | Create multiple departments |
|
|
50
|
+
| `bulk_update_classification_department` | Update multiple departments |
|
|
51
|
+
| `bulk_archive_classification_department` | Archive multiple departments |
|
|
52
|
+
| `bulk_restore_classification_department` | Restore multiple departments |
|
|
53
|
+
| `get_classification_department` | Get department details |
|
|
54
|
+
| `update_classification_department` | Update a department |
|
|
55
|
+
| `archive_classification_department` | Archive a department |
|
|
56
|
+
| `restore_classification_department` | Restore an archived department |
|
|
57
|
+
| `list_classification_employees` | Get list of employees |
|
|
58
|
+
| `create_classification_employee` | Create an employee |
|
|
59
|
+
| `bulk_create_classification_employee` | Create multiple employees |
|
|
60
|
+
| `bulk_update_classification_employee` | Update multiple employees |
|
|
61
|
+
| `bulk_archive_classification_employee` | Archive multiple employees |
|
|
62
|
+
| `bulk_restore_classification_employee` | Restore multiple employees |
|
|
63
|
+
| `get_classification_employee` | Get employee details |
|
|
64
|
+
| `update_classification_employee` | Update an employee |
|
|
65
|
+
| `archive_classification_employee` | Archive an employee |
|
|
66
|
+
| `restore_classification_employee` | Restore an archived employee |
|
|
67
|
+
| `list_classification_items` | Get list of items |
|
|
68
|
+
| `create_classification_item` | Create an item |
|
|
69
|
+
| `bulk_create_classification_item` | Create multiple items |
|
|
70
|
+
| `bulk_update_classification_item` | Update multiple items |
|
|
71
|
+
| `bulk_archive_classification_item` | Archive multiple items |
|
|
72
|
+
| `bulk_restore_classification_item` | Restore multiple items |
|
|
73
|
+
| `get_classification_item` | Get item details |
|
|
74
|
+
| `update_classification_item` | Update an item |
|
|
75
|
+
| `archive_classification_item` | Archive an item |
|
|
76
|
+
| `restore_classification_item` | Restore an archived item |
|
|
77
|
+
| `list_classification_jobs` | Get list of jobs |
|
|
78
|
+
| `create_classification_job` | Create a job |
|
|
79
|
+
| `bulk_create_classification_job` | Create multiple jobs |
|
|
80
|
+
| `bulk_update_classification_job` | Update multiple jobs |
|
|
81
|
+
| `bulk_archive_classification_job` | Archive multiple jobs |
|
|
82
|
+
| `bulk_restore_classification_job` | Restore multiple jobs |
|
|
83
|
+
| `get_classification_job` | Get job details |
|
|
84
|
+
| `update_classification_job` | Update a job |
|
|
85
|
+
| `archive_classification_job` | Archive a job |
|
|
86
|
+
| `restore_classification_job` | Restore an archived job |
|
|
87
|
+
| `list_classification_locations` | Get list of locations |
|
|
88
|
+
| `create_classification_location` | Create a location |
|
|
89
|
+
| `bulk_create_classification_location` | Create multiple locations |
|
|
90
|
+
| `bulk_update_classification_location` | Update multiple locations |
|
|
91
|
+
| `bulk_archive_classification_location` | Archive multiple locations |
|
|
92
|
+
| `bulk_restore_classification_location` | Restore multiple locations |
|
|
93
|
+
| `get_classification_location` | Get location details |
|
|
94
|
+
| `update_classification_location` | Update a location |
|
|
95
|
+
| `archive_classification_location` | Archive a location |
|
|
96
|
+
| `restore_classification_location` | Restore an archived location |
|
|
97
|
+
| `list_customers` | Get list of customers |
|
|
98
|
+
| `create_customer` | Create a customer |
|
|
99
|
+
| `get_customer` | Get customer details |
|
|
100
|
+
| `update_customer` | Update a customer |
|
|
101
|
+
| `archive_customer` | Archive a customer |
|
|
102
|
+
| `restore_customer` | Restore an archived customer |
|
|
103
|
+
| `list_documents` | Get list of documents |
|
|
104
|
+
| `create_bill_document` | Upload bill document |
|
|
105
|
+
| `upload_status` | Get document upload status |
|
|
106
|
+
| `get_document` | Get document details |
|
|
107
|
+
| `list_payable_apcards` | Get list of AP Cards |
|
|
108
|
+
| `list_bank_accounts` | Get list of bank accounts |
|
|
109
|
+
| `create_bank_account` | Create a bank account |
|
|
110
|
+
| `list_bank_account_users` | Get list of bank account users |
|
|
111
|
+
| `nominate_bank_account_user` | Nominate a bank account user |
|
|
112
|
+
| `archive_bank_account_user` | Archive a bank account user |
|
|
113
|
+
| `get_bank_account` | Get bank account details |
|
|
114
|
+
| `update_bank_account` | Update a bank account |
|
|
115
|
+
| `archive_bank_account` | Archive a bank account |
|
|
116
|
+
| `verify_bank_account` | Verify a bank account |
|
|
117
|
+
| `list_payable_card_accounts` | Get list of card accounts |
|
|
118
|
+
| `list_card_funding_purposes` | Get card funding purpose |
|
|
119
|
+
| `list_card_account_users` | Get list of card account users |
|
|
120
|
+
| `get_card_account` | Get card account details |
|
|
121
|
+
| `get_funding_account_permission` | Get funding account permissions |
|
|
122
|
+
| `get_health_check` | Check app health |
|
|
123
|
+
| `list_invoices` | Get list of invoices |
|
|
124
|
+
| `create_invoice` | Create an invoice |
|
|
125
|
+
| `record_invoice` | Record AR payment |
|
|
126
|
+
| `get_invoice` | Get invoice details |
|
|
127
|
+
| `replace_invoice` | Replace an invoice |
|
|
128
|
+
| `update_invoice` | Update an invoice |
|
|
129
|
+
| `archive_invoice` | Archive an invoice |
|
|
130
|
+
| `send_invoice` | Send an invoice |
|
|
131
|
+
| `restore_invoice` | Restore an archived invoice |
|
|
132
|
+
| `login` | API login |
|
|
133
|
+
| `get_session_info` | Get API session details |
|
|
134
|
+
| `logout` | API logout |
|
|
135
|
+
| `generate_challenge` | Generate MFA challenge |
|
|
136
|
+
| `validate_challenge` | Validate MFA challenge |
|
|
137
|
+
| `list_mfa_phones` | Get list of MFA phone numbers |
|
|
138
|
+
| `setup` | Add phone for MFA setup |
|
|
139
|
+
| `validate` | Validate phone for MFA setup |
|
|
140
|
+
| `step_up_session` | MFA step-up for API session |
|
|
141
|
+
| `search` | Search for an organization in the BILL networks |
|
|
142
|
+
| `accept_invitation` | Accept network invitation |
|
|
143
|
+
| `get_customer_invitation` | Get customer invitation status |
|
|
144
|
+
| `create_customer_invitation` | Invite a customer in the BILL network |
|
|
145
|
+
| `delete_customer_invitation` | Delete customer connection |
|
|
146
|
+
| `get_vendor_invitation` | Get vendor invitation status |
|
|
147
|
+
| `create_vendor_invitation` | Invite a vendor in the BILL network |
|
|
148
|
+
| `delete_vendor_invitation` | Delete vendor connection |
|
|
149
|
+
| `list_industries` | Get list of organization industries |
|
|
150
|
+
| `get_organization` | Get organization details |
|
|
151
|
+
| `update_organization` | Update an organization |
|
|
152
|
+
| `get_price_plan` | Get organization price plan details |
|
|
153
|
+
| `partner_login` | API partner login |
|
|
154
|
+
| `login_as_user` | API login as user |
|
|
155
|
+
| `list_partner_organizations` | Get list of organizations |
|
|
156
|
+
| `create_organization` | Create an organization |
|
|
157
|
+
| `create_phone` | Add phone for risk verification |
|
|
158
|
+
| `list_partner_user_roles` | Get list of user roles |
|
|
159
|
+
| `get_partner_user_role` | Get user role details |
|
|
160
|
+
| `list_partner_users` | Get list of users |
|
|
161
|
+
| `create_partner_user` | Create a user |
|
|
162
|
+
| `get_partner_user` | Get user details |
|
|
163
|
+
| `update_partner_user` | Update a user |
|
|
164
|
+
| `archive_partner_user` | Archive a user |
|
|
165
|
+
| `restore_partner_user` | Restore an archived user |
|
|
166
|
+
| `list_payments` | Get list of payments |
|
|
167
|
+
| `create_payment` | Create a payment |
|
|
168
|
+
| `create_bulk_payment` | Create a bulk payment |
|
|
169
|
+
| `list_payment_options` | Get list of vendor payment options |
|
|
170
|
+
| `get_payment` | Get payment details |
|
|
171
|
+
| `cancel_payment` | Cancel a payment |
|
|
172
|
+
| `get_check_image_data` | Get check image data |
|
|
173
|
+
| `void_payment` | Void a payment |
|
|
174
|
+
| `list_recurring_bills` | Get list of recurring bills |
|
|
175
|
+
| `create_recurring_bill` | Create a recurring bill |
|
|
176
|
+
| `get_recurring_bill` | Get recurring bill details |
|
|
177
|
+
| `replace_recurring_bill` | Replace a recurring bill |
|
|
178
|
+
| `update_recurring_bill` | Update a recurring bill |
|
|
179
|
+
| `archive_recurring_bill` | Archive a recurring bill |
|
|
180
|
+
| `restore_recurring_bill` | Restore an archived recurring bill |
|
|
181
|
+
| `get_vendor_audit_trail` | Get audit trail details for a vendor |
|
|
182
|
+
| `get_risk_verifications` | Get risk verification details |
|
|
183
|
+
| `initiate_risk_verifications` | Initiate risk verification for an organization |
|
|
184
|
+
| `get_risk_verification_phone` | Get phone status for risk verification |
|
|
185
|
+
| `create_risk_verification_phone` | Add phone for risk verification |
|
|
186
|
+
| `list_organization_user_roles` | Get list of user roles |
|
|
187
|
+
| `get_organization_user_role` | Get user role details |
|
|
188
|
+
| `list_budgets` | Get list of budgets |
|
|
189
|
+
| `create_budget` | Create a budget |
|
|
190
|
+
| `get_budget` | Get budget details |
|
|
191
|
+
| `delete_budget` | Delete a budget |
|
|
192
|
+
| `update_budget` | Update a budget |
|
|
193
|
+
| `list_budget_members` | Get list of members for a budget |
|
|
194
|
+
| `upsert_bulk_budget_users` | Update a list of budget members in a budget |
|
|
195
|
+
| `get_budget_member` | Get a single member for a budget |
|
|
196
|
+
| `upsert_budget_member` | Add a member to a budget or update an existing member of the budget |
|
|
197
|
+
| `delete_budget_member` | Delete a member from a budget |
|
|
198
|
+
| `list_cards` | Get list of cards |
|
|
199
|
+
| `create_budget_card` | Create a vendor card |
|
|
200
|
+
| `get_card` | Get card details |
|
|
201
|
+
| `delete_card` | Delete a card |
|
|
202
|
+
| `update_card` | Update a vendor card |
|
|
203
|
+
| `get_pan_jwt` | Get PAN JWT |
|
|
204
|
+
| `list_custom_fields` | Get list of custom fields |
|
|
205
|
+
| `create_custom_field` | Create custom field |
|
|
206
|
+
| `get_custom_field` | Get custom field details |
|
|
207
|
+
| `delete_custom_field` | Delete a custom field |
|
|
208
|
+
| `update_custom_field` | Update custom field details |
|
|
209
|
+
| `list_custom_field_values` | Get list of values for custom field |
|
|
210
|
+
| `create_custom_field_values` | Create custom field values |
|
|
211
|
+
| `delete_custom_field_value` | Delete custom field values |
|
|
212
|
+
| `get_custom_field_values` | Get custom field value |
|
|
213
|
+
| `list_reimbursements` | Get list of reimbursements |
|
|
214
|
+
| `create_reimbursement` | Create a reimbursement |
|
|
215
|
+
| `create_image_upload_url` | Create an image upload URL for a reimbursement. |
|
|
216
|
+
| `get_reimbursement` | Get reimbursement details |
|
|
217
|
+
| `delete_reimbursement` | Delete a reimbursement |
|
|
218
|
+
| `update_reimbursement` | Update a reimbursement |
|
|
219
|
+
| `approve_or_deny_reimbursement` | Approve or deny a reimbursement |
|
|
220
|
+
| `list_transactions` | Get list of transactions |
|
|
221
|
+
| `get_transaction` | Get transaction details |
|
|
222
|
+
| `update_transaction` | Update transaction |
|
|
223
|
+
| `list_transaction_custom_fields` | Get transaction custom field details |
|
|
224
|
+
| `update_transaction_custom_fields` | Update a custom field and values on a transaction |
|
|
225
|
+
| `list_transaction_custom_field_values` | Get transaction custom field value details |
|
|
226
|
+
| `list_users` | Get list of users |
|
|
227
|
+
| `create_user` | Create a user |
|
|
228
|
+
| `get_current_user` | Get current user details |
|
|
229
|
+
| `get_user` | Get user details |
|
|
230
|
+
| `delete_user` | Delete a user |
|
|
231
|
+
| `update_user` | Update a user |
|
|
232
|
+
| `list_organization_users` | Get list of users |
|
|
233
|
+
| `create_organization_user` | Create a user |
|
|
234
|
+
| `get_organization_user` | Get user details |
|
|
235
|
+
| `update_organization_user` | Update a user |
|
|
236
|
+
| `archive_organization_user` | Archive a user |
|
|
237
|
+
| `restore_organization_user` | Restore an archived user |
|
|
238
|
+
| `list_vendors` | Get list of vendors |
|
|
239
|
+
| `create_vendor` | Create a vendor |
|
|
240
|
+
| `create_bulk_vendor` | Create multiple vendors |
|
|
241
|
+
| `get_intl_config` | Get international payments configuration |
|
|
242
|
+
| `get_vendor` | Get vendor details |
|
|
243
|
+
| `update_vendor` | Update a vendor |
|
|
244
|
+
| `archive_vendor` | Archive a vendor |
|
|
245
|
+
| `get_vendor_bank_account` | Get vendor bank account details |
|
|
246
|
+
| `create_vendor_bank_account` | Create a vendor bank account |
|
|
247
|
+
| `delete_vendor_bank_account` | Delete a vendor bank account |
|
|
248
|
+
| `get_configuration_by_vendor_id` | Get vendor configuration |
|
|
249
|
+
| `restore_vendor` | Restore an archived vendor |
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
#
|
|
1
|
+
# CalendlyApp MCP Server
|
|
2
2
|
|
|
3
|
-
An MCP Server for the
|
|
3
|
+
An MCP Server for the CalendlyApp API.
|
|
4
4
|
|
|
5
5
|
## 🛠️ Tool List
|
|
6
6
|
|
|
7
|
-
This is automatically generated from OpenAPI schema for the
|
|
7
|
+
This is automatically generated from OpenAPI schema for the CalendlyApp API.
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
| Tool | Description |
|
|
11
11
|
|------|-------------|
|
|
12
|
-
| `list_event_invitees` | Retrieves a paginated list of invitees for a specific scheduled event
|
|
13
|
-
| `
|
|
14
|
-
| `get_event_invitee` |
|
|
15
|
-
| `
|
|
16
|
-
| `get_event_type` | Retrieves the details of a specific event type
|
|
17
|
-
| `
|
|
18
|
-
| `get_user` | Retrieves a user
|
|
19
|
-
| `get_current_user` | Retrieves information
|
|
20
|
-
| `list_organization_invitations` | Retrieves a list of invitations for
|
|
21
|
-
| `
|
|
22
|
-
| `get_organization_invitation` | Retrieves
|
|
23
|
-
| `
|
|
24
|
-
| `get_organization_membership` |
|
|
25
|
-
| `
|
|
26
|
-
| `list_organization_memberships` | Retrieves
|
|
27
|
-
| `get_webhook_subscription` |
|
|
28
|
-
| `delete_webhook_subscription` | Deletes a webhook subscription
|
|
29
|
-
| `list_webhook_subscriptions` | Retrieves a
|
|
30
|
-
| `create_webhook_subscription` | Creates a
|
|
31
|
-
| `
|
|
32
|
-
| `
|
|
33
|
-
| `
|
|
34
|
-
| `get_invitee_no_show` | Retrieves
|
|
35
|
-
| `
|
|
36
|
-
| `
|
|
37
|
-
| `
|
|
38
|
-
| `list_groups` | Retrieves a list of groups
|
|
39
|
-
| `get_group_relationship` | Retrieves
|
|
40
|
-
| `list_group_relationships` |
|
|
41
|
-
| `get_routing_form` | Retrieves a routing form
|
|
42
|
-
| `list_routing_forms` | Retrieves a list of routing forms for a specified organization
|
|
43
|
-
| `get_routing_form_submission` |
|
|
44
|
-
| `
|
|
45
|
-
| `list_event_type_available_times` | Retrieves a list of
|
|
46
|
-
| `list_activity_log_entries` |
|
|
47
|
-
| `
|
|
48
|
-
| `list_user_busy_times` |
|
|
49
|
-
| `get_user_availability_schedule` | Retrieves
|
|
50
|
-
| `
|
|
51
|
-
| `
|
|
52
|
-
| `create_one_off_event_type` | Creates a
|
|
53
|
-
| `get_sample_webhook_data` |
|
|
12
|
+
| `list_event_invitees` | Retrieves a paginated list of invitees for a specific scheduled event, identified by its UUID. The results can be filtered by invitee status or email, sorted by creation date, and the list size can be controlled using pagination parameters. |
|
|
13
|
+
| `get_scheduled_event` | Retrieves the details for a specific scheduled event using its unique identifier (UUID). This targets a single event instance, differentiating it from `list_events` which fetches a collection of events and `get_event_type` which retrieves an event template. |
|
|
14
|
+
| `get_event_invitee` | Fetches detailed information for a single invitee associated with a specific scheduled event. It uses both the event's UUID and the invitee's UUID to uniquely identify and retrieve the correct record, distinguishing it from `list_event_invitees` which returns a collection. |
|
|
15
|
+
| `list_scheduled_events` | Fetches a list of scheduled events, offering extensive filtering by user, organization, invitee email, status, and time range. Supports pagination and sorting, providing a flexible method to query specific event data from the Calendly API. |
|
|
16
|
+
| `get_event_type` | Retrieves the full details of a specific event type, such as its name, duration, and scheduling rules, by providing its unique identifier (UUID). It fetches a single resource, unlike list_user_sevent_types which retrieves a collection. |
|
|
17
|
+
| `list_event_types` | Retrieves a collection of event types from the `/event_types` endpoint. Results can be filtered by user, organization, or status, and the list supports sorting and pagination for controlled data retrieval. |
|
|
18
|
+
| `get_user` | Retrieves the details of a specific user identified by their unique identifier (UUID). This differs from `get_current_user`, which fetches the profile of the currently authenticated user. |
|
|
19
|
+
| `get_current_user` | Retrieves profile information for the currently authenticated user by querying the `/users/me` endpoint. This function requires no parameters, unlike `get_user` which fetches a specific user by their UUID. |
|
|
20
|
+
| `list_organization_invitations` | Retrieves a paginated list of invitations for a specific organization, identified by its UUID. It allows optional filtering by email and status (e.g., pending, accepted) and sorting. This function fetches a collection of invitations, unlike `get_organization_invitation` which retrieves a single one. |
|
|
21
|
+
| `create_organization_invitation` | Invites a user via email to join a specific organization, identified by the organization's UUID. This function creates a new pending invitation, distinguishing it from functions that list, retrieve, or revoke existing invitations. |
|
|
22
|
+
| `get_organization_invitation` | Retrieves the details of a single, specific invitation within an organization. It requires both the organization's unique identifier (`org_uuid`) and the invitation's unique identifier (`uuid`) for the lookup. |
|
|
23
|
+
| `revoke_user_organization_invitation` | Revokes a specific user's invitation to an organization, identified by the organization and invitation UUIDs. This action permanently deletes the pending invitation, preventing it from being accepted. |
|
|
24
|
+
| `get_organization_membership` | Fetches the details of a specific organization membership using its unique identifier (UUID). Unlike `list_organization_memberships`, this function retrieves a single membership record rather than a collection. |
|
|
25
|
+
| `delete_organization_membership` | Deletes an organization membership by its unique UUID, effectively removing the associated user from the organization. This function is the destructive counterpart to `get_organization_membership` and acts on active members, not pending invitations. |
|
|
26
|
+
| `list_organization_memberships` | Retrieves a paginated list of organization memberships. The results can be filtered by user, organization, or email address to narrow down the search for specific members within one or more organizations. |
|
|
27
|
+
| `get_webhook_subscription` | Fetches detailed information for a single webhook subscription using its unique identifier (UUID). Unlike `list_webhook_subscriptions`, which returns a collection, this function retrieves one specific subscription's configuration and status. |
|
|
28
|
+
| `delete_webhook_subscription` | Deletes a specific webhook subscription using its unique `webhook_uuid`. This function sends a DELETE request to the Calendly API to permanently remove the subscription, stopping all future event notifications. It raises an error if the deletion fails. |
|
|
29
|
+
| `list_webhook_subscriptions` | Retrieves a collection of webhook subscriptions for a given scope (organization or user). Supports filtering, sorting, and pagination to browse multiple subscriptions, unlike functions like `get_webhook_subscription` which fetches a single subscription by its unique ID. |
|
|
30
|
+
| `create_webhook_subscription` | Creates a Calendly webhook subscription for specified events. It requires a callback URL, the scope (e.g., organization, user), and the list of events to monitor, registering the webhook via a POST request to the API. |
|
|
31
|
+
| `create_limited_use_scheduling_link` | Generates a unique, limited-use scheduling link for a specific owner, such as an event type. The link is valid for a specified maximum number of bookings, after which it expires. |
|
|
32
|
+
| `request_invitee_data_deletion` | Submits an asynchronous data deletion request for one or more invitees, identified by their email addresses, to comply with privacy regulations. This action permanently removes invitee information from the system. |
|
|
33
|
+
| `request_scheduled_event_data_deletion` | For data compliance, submits an asynchronous request to delete scheduled event data within a specified `start_time` and `end_time`. This targets events by time range, unlike `delete_invitee_data` which targets specific individuals. |
|
|
34
|
+
| `get_invitee_no_show` | Retrieves the details for a specific 'no-show' record associated with an invitee, identified by its unique ID (UUID). This function fetches a single record, unlike create_invitee_no_show which creates one. |
|
|
35
|
+
| `revoke_invitee_no_show` | Deletes an invitee's 'no-show' record using its unique UUID. This operation revokes the no-show status previously assigned to an invitee, effectively undoing the action of `create_invitee_no_show`. |
|
|
36
|
+
| `mark_invitee_as_no_show` | Marks a specific invitee as a 'no-show' by creating a no-show record. It requires the invitee's URI and sends a POST request to the `/invitee_no_shows` endpoint, returning the details of the newly created entry. |
|
|
37
|
+
| `get_group_by_id` | Retrieves the details of a specific group by its unique identifier (UUID). Unlike `list_groups`, which returns multiple group records, this function fetches information for a single group. |
|
|
38
|
+
| `list_groups` | Retrieves a paginated list of groups associated with a specific organization. The result set can be controlled using pagination parameters for the page token and the number of items to return per page. |
|
|
39
|
+
| `get_group_relationship` | Retrieves the details of a specific group relationship, which connects an owner (like a user or invitation) to a group, by its unique identifier (UUID). This differs from `list_group_relationships` which fetches a list. |
|
|
40
|
+
| `list_group_relationships` | Fetches a paginated list of group relationships. The results can be filtered by organization, owner, or a specific group to refine the search and control the returned data set. |
|
|
41
|
+
| `get_routing_form` | Retrieves the details of a specific routing form using its unique identifier (UUID). This is distinct from `list_routing_forms`, which fetches a collection, and from functions that retrieve form submissions. |
|
|
42
|
+
| `list_routing_forms` | Retrieves a list of routing forms for a specified organization. This function supports pagination using a page token, sorting by creation date, and limiting the number of results returned per request, distinguishing it from `get_routing_form` which fetches a single item. |
|
|
43
|
+
| `get_routing_form_submission` | Fetches details for a single routing form submission using its unique identifier (UUID). It queries the `/routing_form_submissions/{uuid}` endpoint, distinct from `list_routing_form_submissions` which retrieves multiple submissions. |
|
|
44
|
+
| `get_routing_form_submissions` | Retrieves a paginated list of submissions associated with a specific routing form. The results can be sorted by creation date and navigated using count and page_token parameters. |
|
|
45
|
+
| `list_event_type_available_times` | Retrieves a list of concrete, bookable time slots for a specific event type within a defined start and end time. It provides specific availability, distinct from functions that list a user's general busy times or configured schedules. |
|
|
46
|
+
| `list_activity_log_entries` | Fetches a paginated list of activity log entries for an organization. Allows advanced filtering by actor, time range, search term, namespace, and action, with support for custom sorting and pagination to refine the results. |
|
|
47
|
+
| `create_shareable_link` | Creates a custom, shareable scheduling link by defining properties like availability rules, event duration, and location. This generates a unique booking link tailored to specific settings, differing from standard event types or single-use links. |
|
|
48
|
+
| `list_user_busy_times` | Fetches a user's busy time intervals within a specified date range, including all scheduled events. This helps determine actual unavailability, differing from `list_user_availability_schedules` which retrieves a user's general working hours. |
|
|
49
|
+
| `get_user_availability_schedule` | Retrieves a specific user availability schedule by its unique identifier (UUID). It fetches a single schedule resource, unlike `list_user_availability_schedules`, which returns all schedules associated with a user. |
|
|
50
|
+
| `list_schedules_for_user` | Retrieves all availability schedules for a specified user via their URI. Unlike `get_user_availability_schedule`, which fetches a single schedule by its UUID, this function returns a collection of all schedules defining a user's availability intervals. |
|
|
51
|
+
| `list_event_type_memberships` | Retrieves a paginated list of all user memberships (hosts) for a specific event type. It requires the event type's URI and allows for navigating through results using `count` and `page_token` parameters, returning the membership objects. |
|
|
52
|
+
| `create_one_off_event_type` | Creates a unique, non-reusable event type for a single, ad-hoc meeting. It defines event details like host, co-hosts, duration, and location, distinguishing it from standard, reusable event types. |
|
|
53
|
+
| `get_sample_webhook_data` | Fetches a sample webhook data payload for a specified event, organization, and scope. This helps developers preview the JSON structure for a webhook notification, facilitating testing and integration without needing to trigger a live event. |
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
#
|
|
1
|
+
# CanvaApp MCP Server
|
|
2
2
|
|
|
3
|
-
An MCP Server for the
|
|
3
|
+
An MCP Server for the CanvaApp API.
|
|
4
4
|
|
|
5
5
|
## 🛠️ Tool List
|
|
6
6
|
|
|
7
|
-
This is automatically generated from OpenAPI schema for the
|
|
7
|
+
This is automatically generated from OpenAPI schema for the CanvaApp API.
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
| Tool | Description |
|
|
11
11
|
|------|-------------|
|
|
12
|
-
| `
|
|
13
|
-
| `
|
|
14
|
-
| `
|
|
15
|
-
| `
|
|
16
|
-
| `
|
|
17
|
-
| `
|
|
18
|
-
| `
|
|
19
|
-
| `
|
|
20
|
-
| `
|
|
21
|
-
| `
|
|
22
|
-
| `
|
|
23
|
-
| `
|
|
24
|
-
| `
|
|
25
|
-
| `
|
|
26
|
-
| `
|
|
27
|
-
| `
|
|
28
|
-
| `
|
|
29
|
-
| `
|
|
30
|
-
| `
|
|
31
|
-
| `
|
|
32
|
-
| `
|
|
33
|
-
| `
|
|
34
|
-
| `
|
|
35
|
-
| `
|
|
36
|
-
| `
|
|
37
|
-
| `
|
|
38
|
-
| `
|
|
39
|
-
| `
|
|
40
|
-
| `
|
|
41
|
-
| `
|
|
42
|
-
| `
|
|
43
|
-
| `
|
|
12
|
+
| `get_app_jwks` | Retrieves the JSON Web Key Set (JWKS) for a given application ID. The JWKS contains public keys essential for verifying the authenticity of JSON Web Tokens (JWTs) issued by the application, ensuring secure communication. |
|
|
13
|
+
| `get_asset` | Fetches the details of a specific asset using its unique identifier. This function performs a GET request to retrieve asset data, distinguishing it from other functions that update (`v1_assets_assetid2`, `v1_assets_assetid3`) or delete (`v1_assets_assetid`) assets at the same endpoint. |
|
|
14
|
+
| `post_update_asset` | Updates an asset's name and tags by its ID using an HTTP POST request. This method is distinct from the PATCH-based update function (`v1_assets_assetid2`), which performs a similar action on the same `/v1/assets/{assetId}` endpoint. |
|
|
15
|
+
| `delete_asset` | Deletes a specific Canva asset identified by its unique ID. This function sends an HTTP DELETE request to the `/v1/assets/{assetId}` endpoint to permanently remove the resource, returning the API's confirmation response upon successful completion. |
|
|
16
|
+
| `patch_asset` | Partially updates an asset by its ID using an HTTP PATCH request to modify specific fields like name or tags. Unlike `v1_assets_assetid3` which uses POST, this method applies incremental changes, returning the updated asset data upon completion. |
|
|
17
|
+
| `upload_asset` | Uploads an asset by sending its data to the `/v1/assets/upload` endpoint. This function performs a direct, synchronous upload, returning a confirmation. It differs from `v1_asset_uploads`, which initiates an asynchronous upload job tracked by an ID. |
|
|
18
|
+
| `create_asset_upload_job` | Initiates an asynchronous asset upload by creating an upload job. This method returns details, like a job ID, for subsequent steps. It differs from `v1_assets_upload`, which targets a direct, synchronous upload endpoint. |
|
|
19
|
+
| `get_asset_upload_job_status` | Retrieves the status and results of an asynchronous asset upload job using its unique job ID. This allows for checking the outcome of an upload initiated by `v1_asset_uploads`, returning details on its completion and any resulting asset information. |
|
|
20
|
+
| `create_autofill_job` | Initiates an autofill job to create a new design by populating a brand template with provided data. It sends a POST request with the template ID, data, and title, returning the details of the newly created job. |
|
|
21
|
+
| `get_autofill_job_status` | Retrieves the status and results of an asynchronous autofill job by its unique `jobId`. This function is used to check the outcome of a template population operation initiated by the `v1_autofills` method. |
|
|
22
|
+
| `list_brand_templates` | Searches for and retrieves a paginated list of brand templates. Results can be filtered by ownership and sorted by relevance, modification date, or title. A continuation token can be used to fetch subsequent pages of templates. |
|
|
23
|
+
| `get_brand_template_by_id` | Retrieves the complete metadata for a specific brand template using its unique identifier. This is distinct from `v1_brand_templates`, which lists multiple templates, and `v1_brand_templates_brandtemplateid_dataset`, which gets only a template's dataset. |
|
|
24
|
+
| `get_brand_template_dataset` | Retrieves the dataset for a specific brand template by its ID. The dataset defines the names and types of autofillable fields, which is essential for programmatically populating the template with data. |
|
|
25
|
+
| `create_comment` | Creates a new top-level comment attached to a specific resource, such as a design. It allows for an optional assignee and a message body, sending a POST request to the `/v1/comments` endpoint and returning the details of the newly created comment. |
|
|
26
|
+
| `create_comment_reply` | Creates a reply to a specific comment, identified by `commentId`. It sends a POST request with the reply's message and attachment details to the `/v1/comments/{commentId}/replies` endpoint, adding a threaded response to an existing comment. |
|
|
27
|
+
| `get_design_comment` | Fetches a specific comment from a design using both the design and comment IDs. Unlike other functions that create comments or replies, this method exclusively retrieves the data for a single, existing comment by making a GET request to the API. |
|
|
28
|
+
| `get_connection_keys` | Fetches a list of connection keys for the authenticated user or application from the `/v1/connect/keys` endpoint. These keys are used for establishing secure connections or integrations with the Canva API. |
|
|
29
|
+
| `list_designs` | Retrieves a list of designs available to the user. Results can be filtered by a search query, ownership status, and sort order. It supports pagination for large datasets using a continuation token to fetch multiple designs. |
|
|
30
|
+
| `create_design` | Creates a new design from an asset. This function sends a POST request to the `/v1/designs` endpoint with the asset ID, design type, and title, returning the data for the newly created design resource. |
|
|
31
|
+
| `get_design` | Fetches the details for a single, specific design using its unique identifier. This function retrieves one design, distinguishing it from `v1_designs` which lists multiple designs and `v1_designs1` which creates a new design. |
|
|
32
|
+
| `create_design_import_job` | Initiates a job to import a file (e.g., PDF, PPTX) for creating a new Canva design. This function sends a POST request to the `/v1/imports` endpoint and returns details of the created import job, including a job ID for status tracking. |
|
|
33
|
+
| `get_design_import_status` | Retrieves the status and results of a specific design import job using its unique `jobId`. This function checks the outcome of an import process initiated by the `v1_imports` method, returning details about the job's progress and final state. |
|
|
34
|
+
| `create_design_export` | Initiates an export job for a specified design based on its ID and format details (e.g., file type, quality). It returns the export job's details, including an ID used to track its status with `v1_exports_exportid`. |
|
|
35
|
+
| `get_export_job_status` | Retrieves the status and results of a specific design export job using its unique ID. This is used to check on an export initiated by the `v1_exports` function and to obtain download links for the completed file. |
|
|
36
|
+
| `get_folder_by_id` | Retrieves detailed information for a specific folder using its unique ID. This GET operation fetches folder metadata, distinguishing it from functions that delete (`v1_folders_folderid`) or update (`v1_folders_folderid2`) the same folder resource. |
|
|
37
|
+
| `delete_folder` | Deletes a folder and all its contents using the folder's unique identifier. This function sends an HTTP DELETE request to the `/v1/folders/{folderId}` endpoint and returns a confirmation status upon successful deletion. |
|
|
38
|
+
| `update_folder` | Updates a specific folder's properties, such as its name, using its unique ID. This function sends a PATCH request to the `/v1/folders/{folderId}` endpoint to apply partial modifications and returns the updated folder information upon success. |
|
|
39
|
+
| `list_folder_items` | Lists items within a specific folder. Supports optional filtering by item type (asset, design, folder, template) and pagination using a continuation token to navigate through large result sets. |
|
|
40
|
+
| `move_folder_item` | Moves an item, such as a design or another folder, from a source folder to a destination folder. It requires the unique IDs for the item, the source folder, and the target folder to perform the relocation, returning a status confirmation upon completion. |
|
|
41
|
+
| `create_folder` | Creates a new folder, optionally assigning it a name and placing it within a specified parent folder. This function is distinct from others as it uses a POST request to the base `/v1/folders` endpoint, specifically for creation. |
|
|
42
|
+
| `get_current_user` | Retrieves core information for the currently authenticated user, such as ID and team details. This function is distinct from `v1_users_me_profile`, which fetches more specific profile data like the user's display name and profile picture. |
|
|
43
|
+
| `get_current_user_profile` | Fetches detailed profile information for the currently authenticated user. This method is distinct from `v1_users_me`, which retrieves general user account information rather than specific profile details like display name or avatar. |
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ClickupApp MCP Server
|
|
2
2
|
|
|
3
|
-
An MCP Server for the
|
|
3
|
+
An MCP Server for the ClickupApp API.
|
|
4
4
|
|
|
5
5
|
## 🛠️ Tool List
|
|
6
6
|
|
|
7
|
-
This is automatically generated from OpenAPI schema for the
|
|
7
|
+
This is automatically generated from OpenAPI schema for the ClickupApp API.
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
| Tool | Description |
|
|
@@ -60,7 +60,7 @@ This is automatically generated from OpenAPI schema for the Clickup API.
|
|
|
60
60
|
| `lists_get_folderless` | Retrieves all lists within the specified space that are not associated with a folder. |
|
|
61
61
|
| `lists_create_folderless_list` | Creates a new list within a specified space without associating it with a folder. |
|
|
62
62
|
| `lists_get_list_details` | Retrieves the details of a specific list by its unique identifier. |
|
|
63
|
-
| `
|
|
63
|
+
| `lists_update_list` | Updates the information of a list, including name, content, due date, priority, assignee, status, and color attributes. |
|
|
64
64
|
| `lists_remove_list` | Removes a list with the specified list ID via an HTTP DELETE request and returns the API response as a dictionary. |
|
|
65
65
|
| `lists_add_task_to_list` | Adds a task to a specified list. |
|
|
66
66
|
| `lists_remove_task_from_list` | Removes a specific task from a list by sending a DELETE request to the appropriate API endpoint. |
|
|
@@ -13,5 +13,4 @@ This is automatically generated from OpenAPI schema for the ContentfulApp API.
|
|
|
13
13
|
| `get_entries_collection` | Fetches a collection of entries of a specified content type. |
|
|
14
14
|
| `get_asset` | Fetches a single asset by its ID. |
|
|
15
15
|
| `get_assets_collection` | Fetches a collection of assets. |
|
|
16
|
-
| `execute_graphql_query` | Executes an arbitrary GraphQL query. |
|
|
17
|
-
| `execute_graphql_mutation` | Executes an arbitrary GraphQL mutation. |
|
|
16
|
+
| `execute_graphql_query` | Executes an arbitrary GraphQL query against the configured Contentful space/environment. |
|