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,186 @@
|
|
|
1
|
+
# SentryApp MCP Server
|
|
2
|
+
|
|
3
|
+
An MCP Server for the SentryApp API.
|
|
4
|
+
|
|
5
|
+
## 🛠️ Tool List
|
|
6
|
+
|
|
7
|
+
This is automatically generated from OpenAPI schema for the SentryApp API.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
| Tool | Description |
|
|
11
|
+
|------|-------------|
|
|
12
|
+
| `list_your_organizations` | Retrieves a list of organizations using the "GET" method, allowing filtering by owner, query, and sorting, and requires authentication with admin, read, or write permissions. |
|
|
13
|
+
| `retrieve_an_organization` | Retrieves detailed information about a specified organization by its ID or slug, optionally including extended details, requiring appropriate organizational permissions. |
|
|
14
|
+
| `update_an_organization` | Updates an existing organization using the provided JSON data, replacing its current details, and requires authentication with permissions to write or administer the organization. |
|
|
15
|
+
| `list_an_organization_s_metric_alert_rules` | Retrieves the list of alert rules associated with the specified organization and requires appropriate read and organization permissions. |
|
|
16
|
+
| `create_a_metric_alert_rule_for_an_organization` | Creates a new alert rule for an organization using the provided JSON data and returns a success response upon creation. |
|
|
17
|
+
| `retrieve_a_metric_alert_rule_for_an_organization` | Retrieves an alert rule by its ID within a specified organization using the organization's ID or slug. |
|
|
18
|
+
| `update_a_metric_alert_rule` | Updates an alert rule for a specified organization using the provided JSON payload, requiring authentication with the necessary permissions. |
|
|
19
|
+
| `delete_a_metric_alert_rule` | Deletes the specified alert rule for the given organization using the alert rule identifier, returning a 202 Accepted status if the deletion is initiated. |
|
|
20
|
+
| `retrieve_activations_for_a_metric_alert_rule` | Retrieves a list of activations for a specific alert rule within an organization. |
|
|
21
|
+
| `get_integration_provider_information` | Retrieves the list of configured integrations for a specified organization, optionally filtered by provider key, and returns integration details if found. |
|
|
22
|
+
| `list_an_organization_s_custom_dashboards` | Retrieves a list of dashboards for a specified organization using pagination parameters. |
|
|
23
|
+
| `create_a_new_dashboard_for_an_organization` | Creates a new dashboard for the specified organization using provided JSON data, requiring appropriate organization-level authentication. |
|
|
24
|
+
| `retrieve_an_organization_s_custom_dashboard` | Retrieves details of a specific dashboard within an organization using its ID or slug and the dashboard ID. |
|
|
25
|
+
| `edit_an_organization_s_custom_dashboard` | Updates the specified dashboard within an organization by replacing it with the provided data using the PUT method. |
|
|
26
|
+
| `delete_an_organization_s_custom_dashboard` | Deletes a specific dashboard in an organization using the provided organization ID or slug and dashboard ID, requiring authentication with admin or write permissions. |
|
|
27
|
+
| `list_an_organization_s_discover_saved_queries` | Retrieves a list of saved discoveries for an organization, allowing filtering by query, sorting, and pagination. |
|
|
28
|
+
| `create_a_new_saved_query` | Saves a discovery configuration for a specified organization using the provided JSON data and returns a success status upon completion. |
|
|
29
|
+
| `retrieve_an_organization_s_discover_saved_query` | Retrieves saved discovery data for a specified query within an organization using the provided organization ID or slug and query ID. |
|
|
30
|
+
| `edit_an_organization_s_discover_saved_query` | Updates or replaces a saved Discover query for the specified organization using the provided query details. |
|
|
31
|
+
| `delete_an_organization_s_discover_saved_query` | Deletes a saved query for a specified organization and query ID, returning a 204 (No Content) on success. |
|
|
32
|
+
| `list_an_organization_s_environments` | Lists all environments for a specified organization, optionally filtered by visibility, when authenticated with sufficient permissions. |
|
|
33
|
+
| `query_discover_events_in_table_format` | Retrieves a list of events for a specified organization, allowing filtering and sorting by various query parameters such as fields, environment, project, time range, and pagination. |
|
|
34
|
+
| `create_an_external_user` | Links a user from an external provider to a Sentry user within the specified organization and returns the external user resource. |
|
|
35
|
+
| `update_an_external_user` | Updates the details of a specified external user within an organization using the provided request body. |
|
|
36
|
+
| `delete_an_external_user` | Removes an external user from an organization using the organization ID or slug and the external user ID. |
|
|
37
|
+
| `list_an_organization_s_available_integrations` | Retrieves a list of integrations for a specified organization using the provided organization ID or slug, allowing optional filtering by provider key, features, and configuration inclusion. |
|
|
38
|
+
| `retrieve_an_integration_for_an_organization` | Retrieves details for a specific integration within an organization using its ID or slug. |
|
|
39
|
+
| `delete_an_integration_for_an_organization` | Deletes an integration from an organization using the provided organization ID or slug and integration ID, returning a 204 status code upon successful deletion. |
|
|
40
|
+
| `list_an_organization_s_members` | Retrieves a list of members belonging to a specified organization, with access controlled by member-specific permissions. |
|
|
41
|
+
| `add_a_member_to_an_organization` | Invites a new member to the specified organization by creating their membership with the provided details. |
|
|
42
|
+
| `retrieve_an_organization_member` | Retrieves information about a specific member in an organization using the provided organization ID or slug and member ID. |
|
|
43
|
+
| `update_an_organization_member_s_roles` | Updates a member's details in an organization using the PUT method, requiring the organization ID or slug and member ID in the path, and supports JSON content in the request body. |
|
|
44
|
+
| `delete_an_organization_member` | Deletes a member from an organization using the provided organization ID or slug and member ID. |
|
|
45
|
+
| `add_an_organization_member_to_a_team` | Adds a member to a specified team within an organization. |
|
|
46
|
+
| `update_an_organization_member_s_team_role` | Updates a team membership for a specific member in an organization using the provided team ID or slug. |
|
|
47
|
+
| `delete_an_organization_member_from_a_team` | Removes a member from a specific team in an organization using the provided organization ID or slug, member ID, and team ID or slug. |
|
|
48
|
+
| `retrieve_monitors_for_an_organization` | Retrieves a list of monitors for an organization using the provided organization ID or slug, with optional filtering by project, environment, and owner. |
|
|
49
|
+
| `create_a_monitor` | Creates a new monitor for an organization using the provided JSON body and returns a status message, requiring authentication with permissions to read or write within the organization. |
|
|
50
|
+
| `retrieve_a_monitor` | Retrieves details about a specific monitor in an organization based on the provided organization ID or slug and monitor ID or slug, optionally filtered by environment. |
|
|
51
|
+
| `update_a_monitor` | Updates the specified monitor within the given organization by replacing its configuration using the provided JSON data. |
|
|
52
|
+
| `delete_a_monitor_or_monitor_environments` | Deletes a monitor from a specified organization in an API, identified by organization ID or slug and monitor ID or slug, with optional environment parameters. |
|
|
53
|
+
| `retrieve_check_ins_for_a_monitor` | Retrieves check-ins for a specific monitor within an organization using the provided organization ID or slug and monitor ID or slug. |
|
|
54
|
+
| `list_spike_protection_notifications` | Retrieves a list of notification actions available for the specified organization, optionally filtered by project or trigger type. |
|
|
55
|
+
| `create_a_spike_protection_notification_action` | Performs an action on notifications for a specified organization using the provided JSON body and returns a success status. |
|
|
56
|
+
| `retrieve_a_spike_protection_notification_action` | Retrieves information about a specific notification action for an organization using the provided organization identifier or slug and action ID. |
|
|
57
|
+
| `update_a_spike_protection_notification_action` | Updates a notification action for a specific organization using the provided JSON data and returns a success status upon completion. |
|
|
58
|
+
| `delete_a_spike_protection_notification_action` | Deletes a notification action by its ID for a specific organization identified by its ID or slug, using the provided authentication token with appropriate permissions. |
|
|
59
|
+
| `list_an_organization_s_projects` | Retrieves a paginated list of projects within the specified organization identified by its ID or slug. |
|
|
60
|
+
| `list_an_organization_s_trusted_relays` | Retrieves relay usage information for a specified organization using its ID or slug, requiring appropriate authentication tokens for administrative or read access. |
|
|
61
|
+
| `retrieve_statuses_of_release_thresholds_alpha` | Retrieves the current statuses of release thresholds for a specified organization within a given time range, optionally filtered by environment, project, or release. |
|
|
62
|
+
| `retrieve_an_organization_s_release` | Retrieves detailed information about a specific release version within an organization, optionally filtered and sorted by project, health metrics, adoption stages, summary statistics, and status. |
|
|
63
|
+
| `update_an_organization_s_release` | Updates a specific release version within an organization using the provided JSON data and returns a status message. |
|
|
64
|
+
| `delete_an_organization_s_release` | Deletes a release version associated with an organization in the API, identified by the organization ID or slug and the version number, and returns a successful deletion status with a 204 response code. |
|
|
65
|
+
| `retrieve_a_count_of_replays` | Retrieves the replay count for a specified organization, filtered by optional parameters such as environment, time range, project, and custom query. |
|
|
66
|
+
| `list_an_organization_s_selectors` | Retrieves a list of replay selectors for an organization using the provided parameters such as environment, stats period, project, and query filters. |
|
|
67
|
+
| `list_an_organization_s_replays` | Retrieves and lists replays for an organization, allowing filtering by various parameters such as statistics period, date range, fields, projects, environment, sorting, and query filters. |
|
|
68
|
+
| `retrieve_a_replay_instance` | Retrieves replay data for a specified organization and replay ID, allowing filtering by various parameters such as stats period, date range, fields, projects, and environment. |
|
|
69
|
+
| `list_an_organization_s_paginated_teams` | Retrieves a list of SCIM groups for a specified organization using query parameters such as startIndex, count, filter, and excludedAttributes. |
|
|
70
|
+
| `provision_a_new_team` | Creates a new SCIM group for the specified organization using a POST request to the Groups endpoint, requiring organization details in the request body. |
|
|
71
|
+
| `query_an_individual_team` | Retrieves details about a specific team using its ID within an organization, returning relevant SCIM group information. |
|
|
72
|
+
| `update_a_team_s_attributes` | Modifies a specific group within an organization using SCIM 2.0, allowing updates to group attributes with the provided JSON payload. |
|
|
73
|
+
| `delete_an_individual_team` | Deletes a specific team from an organization using SCIM, identified by a team ID, and removes associated permissions and access. |
|
|
74
|
+
| `list_an_organization_s_scim_members` | Retrieves a list of users from the specified organization using SCIM 2.0, allowing pagination and filtering based on query parameters such as `startIndex`, `count`, and `filter`. |
|
|
75
|
+
| `provision_a_new_organization_member` | Creates a new user in an organization using the SCIM API by sending a POST request to the specified Users endpoint. |
|
|
76
|
+
| `query_an_individual_organization_member` | Retrieves a specific member's details within an organization using the SCIM API, based on the organization ID or slug and the member ID. |
|
|
77
|
+
| `update_an_organization_member_s_attributes` | Updates specific attributes of a SCIM user within an organization using a PATCH request. |
|
|
78
|
+
| `delete_an_organization_member_via_scim` | Deletes an organization member by ID using the SCIM API, requiring a valid admin token for authentication. |
|
|
79
|
+
| `retrieve_release_health_session_statistics` | Retrieves sessions for a specified organization using the provided filters and parameters, such as fields, date range, environment, and statistics period. |
|
|
80
|
+
| `retrieve_an_organization_s_events_count_by_project` | Retrieves a summary of statistics for an organization specified by its ID or slug, allowing for filtering by field, time period, and other criteria, and optionally returns the data in a downloadable format. |
|
|
81
|
+
| `retrieve_event_counts_for_an_organization_v2` | Retrieves statistical data for an organization using the `GET` method, allowing filtering by group, field, and time period. |
|
|
82
|
+
| `list_an_organization_s_teams` | Retrieves a list of teams associated with the specified organization, optionally with detailed information and pagination support. |
|
|
83
|
+
| `create_a_new_team` | Creates a team within a specified organization using the provided JSON data and returns a status message upon successful creation. |
|
|
84
|
+
| `list_a_user_s_teams_for_an_organization` | Retrieves a list of user teams associated with the specified organization. |
|
|
85
|
+
| `retrieve_a_project` | Retrieves details about a specific project within an organization using the organization ID or slug and project ID or slug. |
|
|
86
|
+
| `update_a_project` | Updates a project specified by organization ID or slug and project ID or slug using JSON data in the request body, requiring appropriate authentication. |
|
|
87
|
+
| `delete_a_project` | Deletes a project identified by the specified organization ID or slug and project ID or slug using the DELETE method, requiring admin authentication. |
|
|
88
|
+
| `list_a_project_s_environments` | Get a list of environments for a specified project within an organization, optionally filtered by visibility. |
|
|
89
|
+
| `retrieve_a_project_environment` | Retrieves details for a specific environment within a project using the organization ID or slug, project ID or slug, and environment name. |
|
|
90
|
+
| `update_a_project_environment` | Updates the environment settings for a specific project using the provided JSON data and returns a status message. |
|
|
91
|
+
| `list_a_project_s_error_events` | Retrieves a list of events for a specific project in an organization using the provided identifiers and optional query parameters for pagination and data filtering. |
|
|
92
|
+
| `debug_issues_related_to_source_maps_for_a_given_event` | Retrieves source map debug information for a specific event within a project, using the `GET` method and requiring an organization ID or slug, project ID or slug, event ID, frame index, and exception index. |
|
|
93
|
+
| `list_a_project_s_data_filters` | Retrieves a list of filters for a project in a specified organization using the provided organization ID or slug and project ID or slug. |
|
|
94
|
+
| `update_an_inbound_data_filter` | Updates a filter in a project using the organization ID or slug, project ID or slug, and filter ID, with the new filter details provided in the JSON body, requiring appropriate authentication for project administration or writing permissions. |
|
|
95
|
+
| `list_a_project_s_client_keys` | Retrieves a list of keys for a project, allowing optional filtering by status and pagination with a cursor. |
|
|
96
|
+
| `create_a_new_client_key` | Create a new key for a specific project within an organization by providing the necessary details in the request body. |
|
|
97
|
+
| `retrieve_a_client_key` | Retrieves details about a specific project key using the organization ID or slug and project ID or slug. |
|
|
98
|
+
| `update_a_client_key` | Updates a project key using the PUT method, requiring the organization ID or slug, project ID or slug, and key ID, with authentication for project admin or write permissions. |
|
|
99
|
+
| `delete_a_client_key` | Deletes a specified API key within a project under an organization, requiring project admin authorization. |
|
|
100
|
+
| `list_a_project_s_organization_members` | Retrieves a list of members for a specific project within an organization using the provided organization ID or slug and project ID or slug. |
|
|
101
|
+
| `retrieve_a_monitor_for_a_project` | Retrieves details for a specific monitor within a project and organization using their respective IDs or slugs. |
|
|
102
|
+
| `update_a_monitor_for_a_project` | Updates a monitor in a project using the organization and project identifiers. |
|
|
103
|
+
| `delete_a_monitor_or_monitor_environments_for_a_project` | Deletes a specific monitor from a project in an organization and returns an HTTP status indicating the outcome. |
|
|
104
|
+
| `retrieve_check_ins_for_a_monitor_by_project` | Retrieves checkin data for a specific monitor in a project, identified by the organization ID or slug, project ID or slug, and monitor ID or slug. |
|
|
105
|
+
| `retrieve_ownership_configuration_for_a_project` | Retrieves project ownership details for a specific project within an organization using the provided organization ID or slug and project ID or slug. |
|
|
106
|
+
| `update_ownership_configuration_for_a_project` | Updates the ownership configuration for a specific project, allowing modification of ownership rules, fallthrough assignment, auto-assignment settings, and CODEOWNERS synchronization[1]. |
|
|
107
|
+
| `delete_a_replay_instance` | Deletes a specified replay associated with a project and organization using its unique identifier. |
|
|
108
|
+
| `list_clicked_nodes` | Retrieves a list of user click events recorded during a specific replay session within a project and organization, with optional filtering and pagination. |
|
|
109
|
+
| `list_recording_segments` | Retrieves a paginated list of recording segments for a specified replay within a project and organization. |
|
|
110
|
+
| `retrieve_a_recording_segment` | Retrieves a specific recording segment from a replay within a project using the organization ID or slug and project ID or slug. |
|
|
111
|
+
| `list_users_who_have_viewed_a_replay` | Get a list of users who have viewed a specific replay in a project within an organization. |
|
|
112
|
+
| `list_a_project_s_issue_alert_rules` | Retrieves the list of rules configured for a specified project within an organization. |
|
|
113
|
+
| `create_an_issue_alert_rule_for_a_project` | Creates a new rule for a project within an organization using the provided JSON data and returns a success status upon creation. |
|
|
114
|
+
| `retrieve_an_issue_alert_rule_for_a_project` | Retrieves information about a specific rule in a project using the organization ID or slug, project ID or slug, and rule ID. |
|
|
115
|
+
| `update_an_issue_alert_rule` | Updates a specific rule in a project by replacing its current state with new values provided in the request body, requiring authentication with the necessary permissions. |
|
|
116
|
+
| `delete_an_issue_alert_rule` | Deletes a specific rule from a project within an organization by rule ID. |
|
|
117
|
+
| `retrieve_a_project_s_symbol_sources` | Retrieves a list of symbol sources for a specified project within an organization using the provided organization and project identifiers. |
|
|
118
|
+
| `add_a_symbol_source_to_a_project` | Creates a new symbol source for a specified project within an organization using the provided JSON data and returns a 201 status on success. |
|
|
119
|
+
| `update_a_project_s_symbol_source` | Updates or replaces a symbol source configuration for a specified project within an organization using the provided JSON data. |
|
|
120
|
+
| `delete_a_symbol_source_from_a_project` | Deletes symbol sources from a specific project identified by organization ID or slug and project ID or slug using the provided ID, requiring project admin authentication. |
|
|
121
|
+
| `list_a_project_s_teams` | Retrieves a list of teams within a specified project using the provided organization and project identifiers. |
|
|
122
|
+
| `add_a_team_to_a_project` | Adds a specified team to a project within an organization and returns a response indicating successful creation. |
|
|
123
|
+
| `delete_a_team_from_a_project` | Deletes a team from a project within a specified organization using the API with appropriate permissions. |
|
|
124
|
+
| `retrieve_a_team` | Retrieves information about a team within an organization using the provided organization ID or slug and team ID or slug, allowing optional expansion or collapse of additional details. |
|
|
125
|
+
| `update_a_team` | Updates the details of a specified team within a given organization using the provided data and requires administrative or write permissions. |
|
|
126
|
+
| `delete_a_team` | Deletes a team from an organization using the provided organization ID or slug and team ID or slug, requiring the team admin authentication token for authorization. |
|
|
127
|
+
| `create_an_external_team` | Create a new external team associated with a specified organization and team using the provided JSON data. |
|
|
128
|
+
| `update_an_external_team` | Updates an external team's details for a specified team and organization, requiring admin or write permissions, with the request body containing the updated data. |
|
|
129
|
+
| `delete_an_external_team` | Deletes an external team association with the specified team in an organization using the provided organization identifier, team identifier, and external team ID. |
|
|
130
|
+
| `list_a_team_s_members` | Retrieves a list of members belonging to the specified team within the given organization, supporting pagination via a cursor parameter. |
|
|
131
|
+
| `list_a_team_s_projects` | Retrieves a paginated list of projects associated with a specific team within an organization, using optional cursor-based pagination. |
|
|
132
|
+
| `create_a_new_project` | Creates a new project within the specified team and organization using provided details and returns the project resource upon success. |
|
|
133
|
+
| `list_user_emails` | Retrieves a list of email addresses associated with the specified user ID, requiring authentication. |
|
|
134
|
+
| `add_a_secondary_email_address` | Adds a new email address for a specified user using the provided JSON data and returns a success message. |
|
|
135
|
+
| `update_a_primary_email_address` | Updates the email address of a user specified by the `user_id` using the provided JSON data in the request body. |
|
|
136
|
+
| `remove_an_email_address` | Deletes a user's email configurations associated with the specified user ID using the DELETE method. |
|
|
137
|
+
| `retrieve_event_counts_for_a_team` | Retrieves team statistics for a specified organization and team, allowing filtering by specific stat, date range, and resolution. |
|
|
138
|
+
| `resolve_an_event_id` | Retrieves event details for a specific event within an organization identified by the provided organization ID or slug and event ID. |
|
|
139
|
+
| `list_an_organization_s_repositories` | Retrieves a list of repositories for the specified organization identified by its ID or slug, requiring organization read authorization. |
|
|
140
|
+
| `list_a_repository_s_commits` | Retrieves a list of commits from a specified repository within an organization, requiring read access for authentication. |
|
|
141
|
+
| `resolve_a_short_id` | Retrieves information for a specific short ID within an organization using the provided organization ID or slug. |
|
|
142
|
+
| `list_your_projects` | Get a list of projects accessible to the user, optionally paginated using a cursor. |
|
|
143
|
+
| `list_a_project_s_debug_information_files` | Retrieves a list of dSYM files for a specific project within an organization using the provided organization ID or slug and project ID or slug. |
|
|
144
|
+
| `delete_a_specific_project_s_debug_information_file` | Deletes a dSYM file from a project using its ID, requiring a write authorization token for the project. |
|
|
145
|
+
| `list_a_project_s_users` | Retrieves a list of users associated with a specified project within an organization, optionally filtered by a query parameter. |
|
|
146
|
+
| `list_a_tag_s_values` | Retrieves a list of values for a specific tag key within a project, using the organization ID or slug and project ID or slug. |
|
|
147
|
+
| `retrieve_event_counts_for_a_project` | Retrieves statistics for a specific project within an organization, optionally filtered by stat type, time range, and resolution. |
|
|
148
|
+
| `list_a_project_s_user_feedback` | Retrieves a list of user feedback items for a specified project within an organization. |
|
|
149
|
+
| `submit_user_feedback` | Submits user feedback for a specific project within an organization using the provided JSON body and authenticates via an authentication token with project write permissions. |
|
|
150
|
+
| `list_a_project_s_service_hooks` | Retrieves a list of hooks for a specific project within an organization using the project and organization identifiers. |
|
|
151
|
+
| `register_a_new_service_hook` | Creates a new webhook for the specified project within an organization and returns a success status upon creation. |
|
|
152
|
+
| `retrieve_a_service_hook` | Retrieves a specific hook from a project using organization and project identifiers. |
|
|
153
|
+
| `update_a_service_hook` | Updates a specific hook in a project using the provided JSON payload and returns a success response upon completion. |
|
|
154
|
+
| `remove_a_service_hook` | Deletes a webhook hook identified by the specified hook ID within a project, requiring administrative privileges for the project. |
|
|
155
|
+
| `retrieve_an_event_for_a_project` | Retrieves details for a specific event within a project using the organization ID or slug and project ID or slug. |
|
|
156
|
+
| `get_api_0_projects_by_organization_id_or_slug_by_project_id_or_slug_issues` | Get a list of issues for a specified project within an organization, with optional filters for query, stats period, short ID lookup, hashes, and pagination. |
|
|
157
|
+
| `bulk_mutate_a_list_of_issues` | Updates an issue in a specific project within an organization using the provided JSON body and returns a status code indicating the outcome of the update. |
|
|
158
|
+
| `bulk_remove_a_list_of_issues` | Deletes issues from a project by organization or project identifier using the "DELETE" method, requiring authentication as an event administrator. |
|
|
159
|
+
| `list_a_tag_s_values_related_to_an_issue` | Retrieves the available values for a specific tag key associated with an issue within the specified organization. |
|
|
160
|
+
| `list_an_issue_s_hashes` | Retrieves hashes for a specific issue in an organization using the provided organization ID or slug and issue ID, optionally including additional details if the "full" query parameter is set. |
|
|
161
|
+
| `retrieve_an_issue` | Retrieves details about a specific issue within an organization using the provided organization ID or slug and issue ID. |
|
|
162
|
+
| `update_an_issue` | Updates an existing issue within an organization by modifying its details using the provided JSON payload. |
|
|
163
|
+
| `remove_an_issue` | Deletes an issue identified by `{issue_id}` within an organization specified by `{organization_id_or_slug}` using the DELETE method. |
|
|
164
|
+
| `list_an_organization_s_releases` | Retrieves a list of releases for a specified organization using the provided organization ID or slug, with optional query filtering. |
|
|
165
|
+
| `create_a_new_release_for_an_organization` | Creates a new release for the specified organization using the provided release data. |
|
|
166
|
+
| `list_an_organization_s_release_files` | Retrieves a list of files associated with a specific release version within an organization using the provided organization ID or slug and version number. |
|
|
167
|
+
| `list_a_project_s_release_files` | Get a list of files associated with a specific release version for a project within an organization. |
|
|
168
|
+
| `retrieve_an_organization_release_s_file` | Retrieves a file from a release in an organization using the provided organization ID or slug, version, and file ID, optionally allowing for file download. |
|
|
169
|
+
| `update_an_organization_release_file` | Updates a file with the specified ID in a release of an organization using the provided JSON data. |
|
|
170
|
+
| `delete_an_organization_release_s_file` | Deletes a specific file associated with a release in an organization using the provided organization ID or slug, version, and file ID. |
|
|
171
|
+
| `retrieve_a_project_release_s_file` | Retrieves a specific file from a project release using the "GET" method, requiring organization ID or slug, project ID or slug, version, and file ID, and optionally allows for a download option via query parameter. |
|
|
172
|
+
| `update_a_project_release_file` | Updates a specific file associated with a project release using the provided JSON data. |
|
|
173
|
+
| `delete_a_project_release_s_file` | Deletes a specific file from a release version in a project using the organization and project identifiers. |
|
|
174
|
+
| `list_an_organization_release_s_commits` | Retrieves a list of commits for a specific version within an organization using the provided organization ID or slug and version number. |
|
|
175
|
+
| `list_a_project_release_s_commits` | Get the list of commits associated with a specific release version in a project within an organization. |
|
|
176
|
+
| `retrieve_files_changed_in_a_release_s_commits` | Retrieves a list of commit files for a specific release version within an organization, identified by its ID or slug. |
|
|
177
|
+
| `list_a_release_s_deploys` | Retrieves deployment information for a specific release version within an organization. |
|
|
178
|
+
| `create_a_new_deploy_for_an_organization` | Records a new deployment of a specific release version for an organization identified by its ID or slug and returns status codes indicating success, conflict, or error. |
|
|
179
|
+
| `list_an_organization_s_integration_platform_installations` | Retrieves a list of Sentry app installations for a specified organization using the organization ID or slug. |
|
|
180
|
+
| `create_or_update_an_external_issue` | Creates or updates an external issue linked to a Sentry issue using the integration platform integration specified by the `uuid` path parameter, requiring authentication with a token having the `event:write` scope. |
|
|
181
|
+
| `delete_an_external_issue` | Deletes an external issue associated with a specific integration installation in Sentry, requiring authentication with the `event:admin` scope. |
|
|
182
|
+
| `enable_spike_protection` | Creates a new spike protection for an organization using the provided JSON data and returns a status message, requiring authentication with permissions to read, write, or administer projects. |
|
|
183
|
+
| `list_an_issue_s_events` | Retrieves a list of events associated with a specific issue, optionally filtered by date range, environment, and other query parameters. |
|
|
184
|
+
| `retrieve_an_issue_event` | Retrieves event details for a specific event within an issue using the provided issue ID and event ID, optionally filtered by environment. |
|
|
185
|
+
| `retrieve_tag_details` | Retrieves a tag for a specific issue based on the provided key, with optional filtering by environment. |
|
|
186
|
+
| `list_a_tag_s_values_for_an_issue` | Retrieves a list of values for a specific tag key associated with an issue, allowing optional sorting and filtering by environment. |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .app import SentryApp
|