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,150 @@
|
|
|
1
|
+
# CalComV2App MCP Server
|
|
2
|
+
|
|
3
|
+
An MCP Server for the CalComV2App API.
|
|
4
|
+
|
|
5
|
+
## 🛠️ Tool List
|
|
6
|
+
|
|
7
|
+
This is automatically generated from OpenAPI schema for the CalComV2App API.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
| Tool | Description |
|
|
11
|
+
|------|-------------|
|
|
12
|
+
| `get_provider_details` | Retrieves information for a provider using the client ID provided in the path. |
|
|
13
|
+
| `get_provider_access_token` | Retrieves an access token for the specified client ID using a GET request. |
|
|
14
|
+
| `gcal_controller_redirect` | Retrieves and returns an authorization URL for Google Calendar OAuth using the "GET" method at the "/v2/gcal/oauth/auth-url" path. |
|
|
15
|
+
| `gcal_controller_save` | Handles Google Calendar OAuth 2.0 authorization callback by exchanging an authorization code for an access token and saving credentials. |
|
|
16
|
+
| `gcal_controller_check` | Checks the Google Calendar availability or status using the v2 API and returns a success response if valid. |
|
|
17
|
+
| `list_client_users` | Retrieves a list of users associated with a specific OAuth client ID, optionally limited by the specified query parameter. |
|
|
18
|
+
| `create_oauth_client_user` | Creates a new user for an OAuth client specified by the `clientId` and returns a successful response with a 201 status code. |
|
|
19
|
+
| `get_oauth_client_user_by_id` | Retrieves user-specific information associated with an OAuth client using the provided client ID and user ID. |
|
|
20
|
+
| `patch_oauth_client_user_by_id` | Updates the association of a user with a specified OAuth client using the PATCH method on the "/v2/oauth-clients/{clientId}/users/{userId}" path. |
|
|
21
|
+
| `delete_user_by_client_id_id` | Removes a user's association with an OAuth client identified by the client ID and user ID. |
|
|
22
|
+
| `force_refresh_user` | Forces a refresh for the OAuth client's user session, invalidating existing tokens and generating new ones. |
|
|
23
|
+
| `refresh_oauth_client_token` | Refreshes an access token for a specified client using OAuth 2.0, allowing the client to obtain a new access token without user interaction. |
|
|
24
|
+
| `create_oauth_client_webhook` | Creates a webhook for an OAuth client using the client ID specified in the path, enabling event-driven communication. |
|
|
25
|
+
| `list_webhooks_by_client_id` | Retrieves a paginated list of webhooks associated with a specific OAuth client using clientId, take, and skip parameters for pagination. |
|
|
26
|
+
| `delete_client_webhook` | Deletes a webhook associated with an OAuth client identified by the provided client ID using the DELETE method. |
|
|
27
|
+
| `update_webhook` | Updates an existing webhook for a specified OAuth client using the "PATCH" method, modifying its configuration as needed. |
|
|
28
|
+
| `get_oauth_client_webhook_by_id` | Retrieves information about a specific webhook associated with an OAuth client using the "GET" method at the specified path. |
|
|
29
|
+
| `delete_oauth_client_webhook_by_id` | Deletes a webhook associated with a specific OAuth client using the provided client and webhook IDs. |
|
|
30
|
+
| `list_org_attributes` | Retrieves a list of organization attributes filtered by pagination parameters. |
|
|
31
|
+
| `create_org_attributes` | Adds new attributes to an organization using the API, specifying the organization ID in the path, and returns a successful creation status. |
|
|
32
|
+
| `fetch_organization_attribute_by_id` | Retrieves a specific attribute for an organization based on the provided orgId and attributeId. |
|
|
33
|
+
| `update_organization_attribute` | Modifies an attribute of an organization using the PATCH method, updating the specified attribute by ID within the given organization. |
|
|
34
|
+
| `delete_org_attribute` | Deletes a specified attribute from an organization using the provided orgId and attributeId path parameters. |
|
|
35
|
+
| `create_org_attribute_option` | Creates a new option for the specified attribute in the given organization and returns the created resource. |
|
|
36
|
+
| `get_org_attribute_options` | Retrieves options for a specific attribute within an organization using the "GET" method at the "/v2/organizations/{orgId}/attributes/{attributeId}/options" endpoint. |
|
|
37
|
+
| `delete_attribute_option_by_id` | Deletes a specific attribute option for an organization's custom attributes using the provided orgId, attributeId, and optionId. |
|
|
38
|
+
| `patch_option_by_id` | Updates a specific option for an organization's attribute using partial modifications. |
|
|
39
|
+
| `set_user_attribute_option` | Assigns attribute options to a user within an organization using the POST method and returns a creation status. |
|
|
40
|
+
| `get_user_org_attribute_options` | Retrieves attribute options for a specified user within an organization using the "GET" method. |
|
|
41
|
+
| `delete_attribute_option` | Deletes a specific attribute option for a user within an organization via the provided path parameters. |
|
|
42
|
+
| `create_event_type` | Creates a new event type within a specified team and organization. |
|
|
43
|
+
| `list_event_types_by_team_and_org` | Retrieves event types for a specific team within an organization using the "GET" method at the "/v2/organizations/{orgId}/teams/{teamId}/event-types" endpoint, optionally filtering by event slug. |
|
|
44
|
+
| `get_event_types_by_team_id` | Retrieves details about a specific event type within a team of an organization using the provided organization ID, team ID, and event type ID. |
|
|
45
|
+
| `create_phone_call_event` | Initiates a phone call for a specific event type under an organization's team context and returns a 201 Created response upon successful creation. |
|
|
46
|
+
| `list_event_types_by_org_id` | Retrieves a paginated list of event types for teams within a specified organization. |
|
|
47
|
+
| `list_organization_memberships` | Retrieves a list of memberships for an organization identified by the specified `orgId`, allowing pagination through optional `take` and `skip` query parameters. |
|
|
48
|
+
| `create_membership` | Creates a new membership for an organization identified by {orgId} using the API. |
|
|
49
|
+
| `get_org_membership_by_id` | Retrieves membership details for a specific organization membership using the provided organization ID and membership ID. |
|
|
50
|
+
| `delete_org_membership_by_id` | Removes a user's membership from the specified organization by deleting the membership record at the given path. |
|
|
51
|
+
| `update_membership_by_id_org` | Updates an organization membership's details using the PATCH method and returns the updated membership data. |
|
|
52
|
+
| `get_organization_schedules` | Retrieves a list of schedules for the specified organization, using pagination parameters to limit results. |
|
|
53
|
+
| `create_user_schedule` | Creates a schedule for the specified user within an organization and returns a success status upon creation. |
|
|
54
|
+
| `get_user_schedule` | Retrieves a user's schedule for a specific organization using the GET method. |
|
|
55
|
+
| `get_schedule_detail` | Retrieves the specified schedule for a user within an organization. |
|
|
56
|
+
| `update_user_schedule_by_id` | Updates a user's schedule for a specified organization by applying partial modifications to the schedule's details using the PATCH method. |
|
|
57
|
+
| `delete_user_schedule_by_id` | Deletes a specific schedule for a user within an organization and returns a success status. |
|
|
58
|
+
| `get_organization_teams` | Retrieves a list of teams for a specified organization using the provided orgId, with optional pagination control via take and skip parameters. |
|
|
59
|
+
| `create_team_in_organization` | Creates a new team within the specified organization using the provided organization ID and returns a success status upon creation. |
|
|
60
|
+
| `get_organization_team_me` | Retrieves the teams for the current user within a specified organization using the "GET" method, optionally allowing pagination through query parameters. |
|
|
61
|
+
| `get_organization_team_by_id` | Retrieves information about a specific team within an organization using the organization and team IDs. |
|
|
62
|
+
| `delete_team_by_id` | Deletes a specific team within an organization and returns a success status upon completion. |
|
|
63
|
+
| `update_team` | Updates the specified team properties within an organization using partial modifications. |
|
|
64
|
+
| `list_team_memberships` | Retrieves a paginated list of memberships for a specified team within an organization, using path parameters for orgId and teamId, and query parameters for pagination (take and skip). |
|
|
65
|
+
| `create_team_membership` | Adds a member to the specified team within an organization and returns the membership details. |
|
|
66
|
+
| `get_membership_details` | Retrieves a specific membership record for a team within an organization, identified by membership ID, team ID, and organization ID. |
|
|
67
|
+
| `delete_org_team_membership_by_id` | Removes a user's team membership in an organization using the specified organization, team, and membership identifiers. |
|
|
68
|
+
| `patch_team_membership_by_id` | Updates membership details for a specific organization team member using partial modifications and returns a success status. |
|
|
69
|
+
| `get_schedule_by_user` | Retrieves the schedule details for a specific user within a designated team and organization. |
|
|
70
|
+
| `list_org_users` | Retrieves a list of users for a specified organization, allowing filtering by take, skip, and emails parameters, using the GET method on the "/v2/organizations/{orgId}/users" endpoint. |
|
|
71
|
+
| `create_org_user` | Creates a new user within an organization using the provided organization ID. |
|
|
72
|
+
| `delete_member_by_id` | Deletes a user with the specified user ID from an organization identified by the provided organization ID using the DELETE method, returning a status message upon success. |
|
|
73
|
+
| `get_org_webhooks` | Retrieves a list of webhooks for the specified organization, supporting pagination through skip and take parameters. |
|
|
74
|
+
| `create_webhook` | Creates an organization webhook that triggers HTTP POST payloads for specified events and returns a success status on creation. |
|
|
75
|
+
| `get_organization_webhook_by_id` | Retrieves information about a specific webhook identified by `webhookId` for an organization specified by `orgId`. |
|
|
76
|
+
| `delete_organization_webhook_by_id` | Deletes a specified webhook from an organization using the provided organization and webhook identifiers. |
|
|
77
|
+
| `update_webhook_by_id` | Updates a specific webhook for an organization using partial modifications via the PATCH method. |
|
|
78
|
+
| `list_bookings` | Retrieves a filtered list of bookings based on parameters like status, attendee details, event types, time ranges, and pagination settings. |
|
|
79
|
+
| `get_booking_by_uid` | Retrieves the details of a specific booking using its unique identifier. |
|
|
80
|
+
| `reschedule_booking_by_uid` | Reschedules an existing booking identified by its unique `bookingUid`, using the `POST` method at the "/v2/bookings/{bookingUid}/reschedule" endpoint. |
|
|
81
|
+
| `cancel_booking_by_uid` | Cancels a booking by sending a POST request to the "/v2/bookings/{bookingUid}/cancel" endpoint, using the provided booking UID to identify the booking to be canceled. |
|
|
82
|
+
| `mark_booking_absent_by_uid` | Marks a booking as absent using the provided booking UID and authentication token, indicating that the owner of the booking is absent. |
|
|
83
|
+
| `reassign_booking` | Reassigns a booking to a different team member or booking page via a POST request to the specified booking UID, potentially allowing double bookings if availability conflicts exist. |
|
|
84
|
+
| `reassign_booking_to_user` | Reassigns a booking to a specific user specified by the `userId` using a POST request, requiring authorization and providing a reason for the reassignment. |
|
|
85
|
+
| `confirm_booking` | Confirms a specific booking by its unique identifier and returns a success status upon completion. |
|
|
86
|
+
| `decline_booking` | Declines a specific booking identified by the bookingUid using the Booking.com API and returns a success status upon completion. |
|
|
87
|
+
| `save_ics_feed_post` | Saves an ICS calendar feed configuration and returns the created resource. |
|
|
88
|
+
| `check_ics_feed` | Checks the status and validity of an ICS calendar feed. |
|
|
89
|
+
| `get_calendars_busy_times` | Retrieves a list of busy times for specified calendars within a given date range using the "GET" method at "/v2/calendars/busy-times," allowing for time zone and credential specification. |
|
|
90
|
+
| `get_calendars` | Retrieves a list of calendars using the API at the "/v2/calendars" endpoint via the GET method. |
|
|
91
|
+
| `calendars_controller_redirect` | Retrieves a connection status for the specified calendar at path "/v2/calendars/{calendar}/connect" using the GET method, requiring authorization and calendar identifier. |
|
|
92
|
+
| `calendars_controller_save` | Retrieves the saved state of a specified calendar using the given parameters. |
|
|
93
|
+
| `create_calendar_credentials` | Creates credentials for a specified Google Calendar using the POST method at the "/v2/calendars/{calendar}/credentials" path. |
|
|
94
|
+
| `calendars_controller_check` | Checks the status or availability of a specified calendar using the "GET" method at the "/v2/calendars/{calendar}/check" endpoint. |
|
|
95
|
+
| `disconnect_calendar` | Disconnects a specified calendar from a user's account using the Cal.com API, requiring a POST request to the "/v2/calendars/{calendar}/disconnect" endpoint with the calendar type and credential ID in the request body. |
|
|
96
|
+
| `conferencing_controller_connect` | Establishes a connection for conferencing using the specified application via the POST method at the "/v2/conferencing/{app}/connect" endpoint. |
|
|
97
|
+
| `get_auth_url` | Generates an authorization URL for OAuth in a conferencing application using the "GET" method at the "/v2/conferencing/{app}/oauth/auth-url" path, accepting parameters such as the application name and return URLs. |
|
|
98
|
+
| `conferencing_controller_save` | Handles OAuth authorization callbacks for conferencing applications, processing authorization codes and states to authenticate users via the "GET" method. |
|
|
99
|
+
| `list_conferencing` | Retrieves conferencing data using the "GET" method at the "/v2/conferencing" endpoint, returning relevant information. |
|
|
100
|
+
| `conferencing_controller_default` | Sets the default conferencing application for the specified app identifier. |
|
|
101
|
+
| `get_default_conferencing` | Retrieves the default conferencing configuration from the API. |
|
|
102
|
+
| `disconnect_conferencing_app` | Disconnects all participants from a specified conferencing application instance using the path parameter and returns a success response upon completion. |
|
|
103
|
+
| `update_destination_calendars` | Updates a destination calendar at the specified path "/v2/destination-calendars" using the PUT method. |
|
|
104
|
+
| `list_event_types` | Retrieves a list of event types using the GET method, allowing filtering by username, event slug, usernames list, organization slug, and organization ID through query parameters. |
|
|
105
|
+
| `get_event_type_by_id` | Retrieves detailed information about a specific event type by its ID using the Events API. |
|
|
106
|
+
| `delete_event_type_by_id` | Deletes the specified event type using the provided ID and returns a success status upon completion. |
|
|
107
|
+
| `create_event_type_webhook` | Creates a webhook subscription for a specific event type, returning a success status upon creation. |
|
|
108
|
+
| `get_event_webhooks` | Retrieves a list of webhooks configured for a specific event type, supporting pagination via take and skip parameters. |
|
|
109
|
+
| `delete_event_webhook` | Deletes a webhook associated with a specific event type ID using the DELETE method. |
|
|
110
|
+
| `patch_event_type_webhook_by_id` | Updates a webhook associated with a specific event type using the PATCH method, modifying its properties at the path "/v2/event-types/{eventTypeId}/webhooks/{webhookId}". |
|
|
111
|
+
| `get_webhook_by_id` | Retrieves details about a specific webhook for a given event type using the provided event type ID and webhook ID. |
|
|
112
|
+
| `delete_event_type_webhook_by_id` | Deletes a webhook associated with a specific event type using the provided `eventTypeId` and `webhookId` parameters. |
|
|
113
|
+
| `me_controller_get_me` | Retrieves the authenticated user's profile information and returns it in the API response. |
|
|
114
|
+
| `me_controller_update_me` | Updates the properties of the current user's profile at the "/v2/me" path using the PATCH method. |
|
|
115
|
+
| `create_schedule` | Creates a new schedule using the provided data and returns a successful creation response with a 201 status code. |
|
|
116
|
+
| `list_schedules` | Retrieves a list of schedules using specified authorization headers and API version. |
|
|
117
|
+
| `get_default_schedule` | Retrieves the default schedule of the authenticated user using the Cal.com API, returning relevant scheduling information. |
|
|
118
|
+
| `get_schedule_by_id` | Retrieves a specific schedule by its ID using the "GET" method at the "/v2/schedules/{scheduleId}" endpoint. |
|
|
119
|
+
| `update_schedule_by_id` | Updates a schedule's configuration partially by specifying scheduleId and modified fields in the request body, returning a success status upon completion. |
|
|
120
|
+
| `delete_schedule_by_id` | Deletes a specific schedule identified by the `scheduleId` using the `DELETE` method. |
|
|
121
|
+
| `add_selected_calendar` | Creates a new selected calendar entry for external integrations using provided identifiers. |
|
|
122
|
+
| `delete_selected_calendars` | Deletes one or more selected calendars based on integration, external ID, and credential ID using the DELETE method at the "/v2/selected-calendars" path. |
|
|
123
|
+
| `slots_controller_reserve_slot` | Reserves a slot using the "POST" method at "/v2/slots/reserve", creating a new reservation and returning a successful response when the operation is completed. |
|
|
124
|
+
| `delete_selected_slot` | Deletes the specified slot identified by the uid parameter and returns a successful response upon completion. |
|
|
125
|
+
| `list_available_slots` | Retrieves a list of available slots within a specified time range, filtered by event type, user list, and other criteria, using the `GET` method at `/v2/slots/available`. |
|
|
126
|
+
| `stripe_controller_redirect` | Retrieves details of a connected Stripe account using the Stripe-Account header for authorization. |
|
|
127
|
+
| `stripe_controller_save` | Retrieves a Stripe resource using a state and code query parameter and returns the result upon successful authentication. |
|
|
128
|
+
| `stripe_controller_check` | Checks system status or configuration in Stripe's v2 API and returns a success response. |
|
|
129
|
+
| `get_team_stripe_check` | Retrieves Stripe payment or subscription data for a specific team using the provided `teamId` and returns relevant information via a GET request. |
|
|
130
|
+
| `teams_controller_create_team` | Creates a new team using the API and returns a successful response with a 201 status code, indicating the creation of a resource. |
|
|
131
|
+
| `teams_controller_get_teams` | Retrieves a list of teams and returns their details in the response. |
|
|
132
|
+
| `teams_controller_get_team` | Retrieves information about a team specified by the team ID using the GET method. |
|
|
133
|
+
| `teams_controller_update_team` | Updates team configuration details for the specified team ID. |
|
|
134
|
+
| `teams_controller_delete_team` | Deletes a specified team using the provided team ID. |
|
|
135
|
+
| `create_team_event_type` | Creates a new event type for a specified team using the API and returns a successful creation status. |
|
|
136
|
+
| `get_team_event_types` | Retrieves a list of event types for a specified team using the provided team ID and optionally filters by event slug. |
|
|
137
|
+
| `get_event_type_by_team_id` | Retrieves details about a specific event type within a team using the "GET" method, requiring both team ID and event type ID as path parameters. |
|
|
138
|
+
| `delete_team_event_type_by_id` | Deletes a specific event type for a team using the provided path parameters. |
|
|
139
|
+
| `create_phone_call_for_event` | Creates a phone call for a specific event type within a team using the "POST" method, returning a successful creation status. |
|
|
140
|
+
| `add_team_membership` | Adds multiple users to a team using their organization membership IDs through a POST request to the specified team endpoint. |
|
|
141
|
+
| `get_team_memberships` | Retrieves paginated membership details for a specific team using `take` and `skip` parameters to manage results. |
|
|
142
|
+
| `get_membership_by_id` | Retrieves the membership details for a specific user in a team using the provided membership ID. |
|
|
143
|
+
| `update_membership` | Updates the membership role for a user in a specific team using the GitHub API and returns a success status. |
|
|
144
|
+
| `deletegithub_membership_by_id` | Removes a user's team membership in GitHub, requiring admin permissions or organization ownership. |
|
|
145
|
+
| `get_timezones` | Retrieves a list of time zones with associated metadata, including codes, descriptions, and identifiers. |
|
|
146
|
+
| `createandconfigure_webhook` | Creates and configures a webhook endpoint to receive HTTP POST notifications for specific events, returning a success response upon creation. |
|
|
147
|
+
| `webhooks_controller_get_webhooks` | Retrieves a list of webhooks, allowing pagination with optional parameters to specify the number of items to take and skip. |
|
|
148
|
+
| `patch_webhook` | Updates a webhook identified by its ID using the PATCH method to modify its configuration. |
|
|
149
|
+
| `webhooks_controller_get_webhook` | Retrieves information about a specific webhook identified by its ID using the "GET" method. |
|
|
150
|
+
| `delete_user_webhook_by_id` | Deletes a webhook by its ID using the DELETE method at the "/v2/webhooks/{webhookId}" path, removing the specified webhook endpoint. |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .app import CalApp
|