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,199 @@
|
|
|
1
|
+
# Asana MCP Server
|
|
2
|
+
|
|
3
|
+
An MCP Server for the Asana API.
|
|
4
|
+
|
|
5
|
+
## 🛠️ Tool List
|
|
6
|
+
|
|
7
|
+
This is automatically generated from OpenAPI schema for the Asana API.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
| Tool | Description |
|
|
11
|
+
|------|-------------|
|
|
12
|
+
| `get_an_allocation` | Retrieves details about an allocation by its GUID using the API endpoint "/allocations/{allocation_gid}" with optional fields and formatting controlled by query parameters "opt_fields" and "opt_pretty". |
|
|
13
|
+
| `update_an_allocation` | Updates or creates a resource identified by the allocation GID at the "/allocations/{allocation_gid}" path using the PUT method. |
|
|
14
|
+
| `delete_an_allocation` | Deletes the specified allocation by its global identifier and returns a status code indicating success or failure. |
|
|
15
|
+
| `get_multiple_allocations` | Retrieves a list of resource allocations filtered by parent, assignee, workspace, and pagination parameters. |
|
|
16
|
+
| `create_an_allocation` | Creates a new allocation using the API and returns a successful response upon completion, with optional fields and pretty printing available through query parameters. |
|
|
17
|
+
| `get_an_attachment` | Retrieves details for a specific attachment using its identifier, with optional fields and pretty-printed responses. |
|
|
18
|
+
| `delete_an_attachment` | Deletes an attachment identified by the attachment GID using the DELETE method. |
|
|
19
|
+
| `get_attachments_from_an_object` | Retrieves a list of attachments using the "GET" method at the "/attachments" endpoint, allowing optional filtering by limit, offset, parent, and additional fields for custom output. |
|
|
20
|
+
| `get_audit_log_events` | Retrieves a list of audit log events for a specified workspace, allowing filtering by time range, event type, actor type, and other parameters. |
|
|
21
|
+
| `submit_parallel_requests` | Processes a batch of API requests in a single call, allowing for efficient execution of multiple operations defined at the "/batch" path using the "POST" method. |
|
|
22
|
+
| `create_acustom_field` | Creates a new custom field at the "/custom_fields" endpoint using the "POST" method, allowing for optional parameters to specify additional fields or formatting options. |
|
|
23
|
+
| `get_acustom_field` | Retrieves the details of a specific custom field using its unique identifier and supports optional query parameters for additional field data and formatted output. |
|
|
24
|
+
| `update_acustom_field` | Updates the specified custom field's configuration for the given object (e.g., project) and returns the modified resource. |
|
|
25
|
+
| `delete_acustom_field` | Deletes a specific custom field by its globally unique identifier (GID) and returns an empty response upon success. |
|
|
26
|
+
| `get_aworkspace_scustom_fields` | Retrieves a list of custom fields for a specified workspace using the Asana API, allowing for optional filtering and formatting of the response. |
|
|
27
|
+
| `create_an_enum_option` | Creates a new enum option for a custom field and allows specifying its position relative to existing options. |
|
|
28
|
+
| `reorder_acustom_field_senum` | Reorders the enum options for a custom field using the Asana API by inserting an enum option at a specified position, allowing customization of the options' order. |
|
|
29
|
+
| `update_an_enum_option` | Updates an existing enum option's details in the custom field and returns the modified enum option. |
|
|
30
|
+
| `get_aproject_scustom_fields` | Retrieves custom field settings for a project using a specified project GID, allowing for optional filtering by fields, formatting, and pagination. |
|
|
31
|
+
| `get_aportfolio_scustom_fields` | Retrieves custom field settings for a portfolio using the "GET" method, allowing for optional parameters to customize the output. |
|
|
32
|
+
| `get_events_on_aresource` | Retrieves a list of events using the "GET" method at the "/events" endpoint, allowing optional filtering by fields, resource, synchronization status, and output format. |
|
|
33
|
+
| `get_agoal` | Retrieves information about a specific goal using the `GET` method at the path `/goals/{goal_gid}`, allowing optional parameters for customizing output fields and formatting. |
|
|
34
|
+
| `update_agoal` | Updates a specific goal identified by its GID using the PUT method at the path "/goals/{goal_gid}", optionally including query parameters for custom fields and formatting. |
|
|
35
|
+
| `delete_agoal` | Deletes a specific goal resource identified by the `goal_gid` at the path "/goals/{goal_gid}" using the HTTP DELETE method. |
|
|
36
|
+
| `get_goals` | Retrieves a list of goals using the GET method at the "/goals" endpoint, allowing filtering by parameters such as portfolio, project, task, team, workspace, and time periods. |
|
|
37
|
+
| `create_agoal` | Creates a new goal in the system and returns the created resource. |
|
|
38
|
+
| `create_agoal_metric` | Sets a metric for a specific goal identified by `{goal_gid}` and returns the updated goal data. |
|
|
39
|
+
| `update_agoal_metric` | Sets the current metric value for a specified goal using the "POST" method at the "/goals/{goal_gid}/setMetricCurrentValue" endpoint. |
|
|
40
|
+
| `add_acollaborator_to_agoal` | Adds followers to a specific goal using the "POST" method at the "/goals/{goal_gid}/addFollowers" endpoint and returns a status message based on the operation's success or failure. |
|
|
41
|
+
| `remove_acollaborator_from_agoal` | Removes followers from a specified goal using the POST method at the "/goals/{goal_gid}/removeFollowers" path. |
|
|
42
|
+
| `get_parent_goals_from_agoal` | Retrieves parent goals associated with a specific goal identified by its goal_gid. |
|
|
43
|
+
| `get_agoal_relationship` | Retrieves a goal relationship object by its GID, optionally including additional fields in the response, using the Asana API. |
|
|
44
|
+
| `update_agoal_relationship` | Updates a goal relationship using the Asana API and returns a response indicating the outcome of the operation. |
|
|
45
|
+
| `get_goal_relationships` | Retrieves compact goal relationship objects between goals, projects, or portfolios with optional filtering and field selection. |
|
|
46
|
+
| `add_asupporting_goal_relationship` | Adds a supporting relationship to a specified goal using the POST method at the "/goals/{goal_gid}/addSupportingRelationship" endpoint. |
|
|
47
|
+
| `removes_asupporting_goal_relationship` | Removes the supporting relationship from a specified goal and returns a status message. |
|
|
48
|
+
| `get_ajob_by_id` | Retrieves job details using the specified job GID, with optional fields and formatting controls, via a GET request to the "/jobs/{job_gid}" endpoint. |
|
|
49
|
+
| `get_multiple_memberships` | Retrieves paginated membership records with optional parent, member, and field selection parameters. |
|
|
50
|
+
| `create_amembership` | Creates a new membership by sending a POST request to the "/memberships" endpoint, potentially returning a newly created membership resource with a status code indicating successful creation. |
|
|
51
|
+
| `get_amembership` | Retrieves membership details for a specified membership ID, supporting optional field selection and formatted responses. |
|
|
52
|
+
| `update_amembership` | Updates an existing membership identified by `{membership_gid}` using the PUT method. |
|
|
53
|
+
| `delete_amembership` | Deletes a membership by its GUID using the API, removing the associated relationship between entities. |
|
|
54
|
+
| `create_an_organization_export_request` | Initiates a request to export an organization's complete data in JSON format, returning a status response upon successful creation. |
|
|
55
|
+
| `get_details_on_an_org_export_request` | Retrieves information about an organization export using the provided GID, allowing optional specification of additional fields and pretty-print formatting. |
|
|
56
|
+
| `get_multiple_portfolios` | Retrieves a list of portfolios with optional filtering and field selection parameters. |
|
|
57
|
+
| `create_aportfolio` | Creates a new portfolio and returns the result, optionally including specified fields and formatted output, using the Portfolio API. |
|
|
58
|
+
| `get_aportfolio` | Retrieves details about a specific portfolio identified by `{portfolio_gid}` using the `GET` method, allowing optional fields (`opt_fields`) and pretty formatting (`opt_pretty`) in the query parameters. |
|
|
59
|
+
| `update_aportfolio` | Replaces the entire portfolio resource with the provided data and returns the updated portfolio. |
|
|
60
|
+
| `delete_aportfolio` | Deletes the specified portfolio and returns a success status or error code. |
|
|
61
|
+
| `get_portfolio_items` | Retrieves a list of items associated with a specified portfolio using a GET request, allowing for optional parameters to customize the response fields and pagination. |
|
|
62
|
+
| `add_aportfolio_item` | Adds an item to a specified portfolio using a POST request, requiring item placement parameters. |
|
|
63
|
+
| `remove_aportfolio_item` | Removes an item from a portfolio using the provided path "/portfolios/{portfolio_gid}/removeItem" via a POST request. |
|
|
64
|
+
| `add_acustom_field_to_aportfolio` | Adds a custom field to a specified portfolio by creating a custom field setting using the Asana API. |
|
|
65
|
+
| `remove_acustom_field_from_aportfolio` | Removes a custom field setting from a portfolio and returns a success status. |
|
|
66
|
+
| `add_users_to_aportfolio` | Adds specified users as members to a portfolio and returns the updated portfolio record. |
|
|
67
|
+
| `remove_users_from_aportfolio` | Removes members from a portfolio using the specified portfolio ID and returns a status message. |
|
|
68
|
+
| `get_multiple_portfolio_memberships` | Retrieves portfolio membership details in Asana, including associated users and workspaces, with optional filtering and output field selection. |
|
|
69
|
+
| `get_aportfolio_membership` | Retrieves details about a portfolio membership by its GID, optionally including additional fields and formatted output. |
|
|
70
|
+
| `get_memberships_from_aportfolio` | Retrieves a list of portfolio memberships for a specific portfolio identified by its GID, allowing for optional filtering by user and customizing the response with additional fields. |
|
|
71
|
+
| `get_multiple_projects` | Retrieves a list of projects using the specified parameters such as limit, offset, workspace, team, archived status, optional fields, and formatting options. |
|
|
72
|
+
| `create_aproject` | Creates a new GitLab project with customizable fields and returns a success status upon completion. |
|
|
73
|
+
| `get_aproject` | Retrieves a specific project's details using its unique identifier (project_gid) with options to customize the response fields and formatting. |
|
|
74
|
+
| `update_aproject` | Updates an existing project at the specified path, replacing its entire resource with the provided request content, using the PUT method. |
|
|
75
|
+
| `delete_aproject` | Deletes a project identified by the project GID using the DELETE method at the path "/projects/{project_gid}", with optional support for pretty-printed output. |
|
|
76
|
+
| `duplicate_aproject` | Creates a duplicate of the specified project, including its structure and dependencies, while allowing optional field customization. |
|
|
77
|
+
| `get_projects_atask_is_in` | Retrieves the projects associated with a specific task using the GET method, allowing for optional customization of output fields and pagination. |
|
|
78
|
+
| `get_ateam_sprojects` | Retrieves a paginated list of projects associated with a specific team, supporting optional filtering for archived status and custom field selection. |
|
|
79
|
+
| `create_aproject_in_ateam` | Adds a project to a team using the GitHub API and returns a success status. |
|
|
80
|
+
| `get_all_projects_in_aworkspace` | Retrieves a list of projects for a specified workspace, allowing customization through parameters such as limit, offset, archived status, and optional fields, using the GET method. |
|
|
81
|
+
| `create_aproject_in_aworkspace` | Creates a new project within the specified workspace using optional query parameters to control response fields and formatting. |
|
|
82
|
+
| `add_acustom_field_to_aproject` | Adds a custom field setting to a specified project using the POST method via the API endpoint "/projects/{project_gid}/addCustomFieldSetting", allowing optional query parameters for field selection and response formatting. |
|
|
83
|
+
| `remove_acustom_field_from_aproject` | Removes a custom field setting from a specified project using the Asana API by sending a POST request to the "/projects/{project_gid}/removeCustomFieldSetting" endpoint. |
|
|
84
|
+
| `get_task_count_of_aproject` | Retrieves task counts for a specified project using the Asana API, allowing users to obtain an object containing task count fields by opting in with the `opt_fields` parameter. |
|
|
85
|
+
| `add_users_to_aproject` | Adds members to a project specified by its project GID using the POST method. |
|
|
86
|
+
| `remove_users_from_aproject` | Removes specified members from a project using their identifiers and returns an updated project object or error status. |
|
|
87
|
+
| `add_followers_to_aproject` | Adds specified users as followers to a project and returns a success or error status. |
|
|
88
|
+
| `remove_followers_from_aproject` | Removes specified followers from a project identified by its GID, updating the project's record without affecting its membership status. |
|
|
89
|
+
| `create_aproject_template_from_aproject` | Saves a project as a template using the POST method at "/projects/{project_gid}/saveAsTemplate," allowing for the creation of new projects with predefined structures based on existing projects. |
|
|
90
|
+
| `get_aproject_brief` | Retrieves a specific project brief identified by its unique identifier and returns its details, optionally including additional fields or formatted responses. |
|
|
91
|
+
| `update_aproject_brief` | Updates or replaces a project brief with the specified ID and returns the modified resource. |
|
|
92
|
+
| `delete_aproject_brief` | Deletes a specific project brief identified by its GID using the Asana API and returns an empty data record upon successful deletion. |
|
|
93
|
+
| `create_aproject_brief` | Creates a project brief for the specified project using the provided data and returns the newly created brief. |
|
|
94
|
+
| `get_aproject_membership` | Retrieves details of a specific project membership by its ID, including optional fields and formatted output. |
|
|
95
|
+
| `get_memberships_from_aproject` | Retrieves a list of project memberships with optional query parameters for filtering and pagination. |
|
|
96
|
+
| `get_aproject_status` | Retrieves a specific project status by its GID using the "GET" method, allowing for optional fields and pretty-printing. |
|
|
97
|
+
| `delete_aproject_status` | Deletes a specific project status by its GID and returns an empty response upon success. |
|
|
98
|
+
| `get_statuses_from_aproject` | Retrieves a list of project statuses for a specified project and returns paginated results with optional field filtering. |
|
|
99
|
+
| `create_aproject_status` | Creates a new project status for the specified project and returns the created status, supporting optional field selection and pretty-printed responses. |
|
|
100
|
+
| `get_aproject_template` | Retrieves a specific project template by its unique identifier, providing configurable output fields and formatted responses. |
|
|
101
|
+
| `delete_aproject_template` | Deletes an existing project template using the Asana API and returns an empty data record. |
|
|
102
|
+
| `get_multiple_project_templates` | Retrieves a list of project templates, optionally filtered by workspace or team, with support for pagination and field selection. |
|
|
103
|
+
| `get_ateam_sproject_templates` | Retrieves a paginated list of project templates associated with a specific team, supporting optional filtering and field customization. |
|
|
104
|
+
| `instantiate_aproject_from_aproject_template` | Instantiates a project template using the Asana API, creating a new project based on the specified template and optionally including additional fields and formatting options. |
|
|
105
|
+
| `trigger_arule` | Triggers the execution of a specific rule using the API defined at the path "/rule_triggers/{rule_trigger_gid}/run" via a POST request. |
|
|
106
|
+
| `get_asection` | Retrieves information about a specific section using the "GET" method at the "/sections/{section_gid}" endpoint, optionally allowing customization with additional fields and pretty-printing. |
|
|
107
|
+
| `update_asection` | Updates or replaces a specific section resource identified by its GID, returning relevant status messages based on success or failure, with optional parameters for customizing output fields and formatting. |
|
|
108
|
+
| `delete_asection` | Deletes the specified section identified by its global ID and returns a success or error status. |
|
|
109
|
+
| `get_sections_in_aproject` | Retrieves a list of sections associated with a specific project, supporting optional query parameters for pagination and field customization. |
|
|
110
|
+
| `create_asection_in_aproject` | Creates a new section in a specified project using the Asana API and returns a status message. |
|
|
111
|
+
| `add_task_to_section` | Adds a task to the specified section using the POST method. |
|
|
112
|
+
| `move_or_insert_sections` | Inserts a new section into a specific project and returns the operation's status. |
|
|
113
|
+
| `get_astatus_update` | Retrieves a specific status update's details and associated metadata based on the provided status update identifier. |
|
|
114
|
+
| `delete_astatus_update` | Deletes a specific status update identified by its GID and returns a response based on the operation's success or failure. |
|
|
115
|
+
| `get_status_updates_from_an_object` | Retrieves status updates with filtering options for parent, creation date, and other parameters, returning paginated results. |
|
|
116
|
+
| `create_astatus_update` | Creates a status update with optional fields, pagination controls, and returns success or error responses based on provided parameters. |
|
|
117
|
+
| `get_astory` | Retrieves a specific story by its globally unique identifier (GID) with optional fields and formatting parameters. |
|
|
118
|
+
| `update_astory` | Updates or creates a story at the specified path "/stories/{story_gid}" using the provided data. |
|
|
119
|
+
| `delete_astory` | Deletes a specific story identified by its story GID from the collection of stories. |
|
|
120
|
+
| `get_stories_from_atask` | Retrieves the stories associated with a specific task using the task's unique identifier and supports optional query parameters for pagination and field selection. |
|
|
121
|
+
| `create_astory_on_atask` | Creates a story for a specific task using the "POST" method at the "/tasks/{task_gid}/stories" endpoint, allowing for optional fields and formatting through query parameters. |
|
|
122
|
+
| `get_multiple_tags` | Retrieves a list of tags using the "GET" method at the "/tags" endpoint, allowing customization with parameters for limit, offset, workspace, optional fields, and pretty formatting. |
|
|
123
|
+
| `create_atag` | Creates a new tag entry with optional fields and formatted response. |
|
|
124
|
+
| `get_atag` | Retrieves information about a specific tag, identified by its GID, using the "GET" method at the path "/tags/{tag_gid}" with optional formatting and field selection. |
|
|
125
|
+
| `update_atag` | Updates or replaces a Git tag with the specified GID and returns the operation status. |
|
|
126
|
+
| `delete_atag` | Deletes a specific tag from a repository using the API and returns relevant status messages, depending on the outcome of the deletion operation. |
|
|
127
|
+
| `get_atask_stags` | Retrieves the tags associated with a specific task using the task's unique identifier and supports optional filtering/pagination through query parameters. |
|
|
128
|
+
| `get_tags_in_aworkspace` | Retrieves a list of tags associated with a specific workspace, with options to limit the response size and customize the output fields. |
|
|
129
|
+
| `create_atag_in_aworkspace` | Adds tags to a specified workspace using a POST request to the "/workspaces/{workspace_gid}/tags" endpoint. |
|
|
130
|
+
| `get_multiple_tasks` | Retrieves a list of tasks based on specified query parameters such as assignee, project, and completion status, using the GET method at the "/tasks" endpoint. |
|
|
131
|
+
| `create_atask` | Creates a new task using the API and returns a status message, allowing optional fields and pretty-printing configurations through query parameters. |
|
|
132
|
+
| `get_atask` | Retrieves task details using the Asana API and returns information about the specified task, with optional fields and formatting available through query parameters. |
|
|
133
|
+
| `update_atask` | Updates an existing task specified by its ID using the PUT method, allowing for a complete replacement of the task resource. |
|
|
134
|
+
| `delete_atask` | Deletes the specified task identified by the task_gid and returns an appropriate HTTP status code. |
|
|
135
|
+
| `duplicate_atask` | Duplicates a task using the Asana API and returns a job ID, requiring a subsequent update call to modify the new task's properties. |
|
|
136
|
+
| `get_tasks_from_aproject` | Retrieves a list of tasks associated with a specific project, supporting optional filtering and pagination parameters. |
|
|
137
|
+
| `get_tasks_from_asection` | Retrieves a list of tasks within a specified section using the Asana API and returns the data based on optional query parameters such as fields, formatting, limit, offset, and completion status. |
|
|
138
|
+
| `get_tasks_from_atag` | Retrieves a list of tasks associated with a specific tag, allowing for optional filtering by fields, formatting, and pagination using query parameters. |
|
|
139
|
+
| `get_tasks_from_auser_task_list` | Retrieves a list of tasks associated with a specific user task list, allowing optional filtering by completion status, custom fields, and pagination limits. |
|
|
140
|
+
| `get_subtasks_from_atask` | Retrieves a list of subtasks for a specified task using the GET method, allowing optional parameters for customizing the response. |
|
|
141
|
+
| `create_asubtask` | Creates a new subtask for the specified parent task and returns the created subtask details. |
|
|
142
|
+
| `set_the_parent_of_atask` | Changes the parent task of a specified task by submitting a POST request to the "/tasks/{task_gid}/setParent" endpoint. |
|
|
143
|
+
| `get_dependencies_from_atask` | Retrieves a list of dependencies for a task with the specified task GID, allowing customization with optional fields, pretty formatting, and pagination limits. |
|
|
144
|
+
| `set_dependencies_for_atask` | Adds dependencies to a task using the task's GID and returns a status message, with optional pretty formatting. |
|
|
145
|
+
| `unlink_dependencies_from_atask` | Removes dependencies from a task using the "POST" method at the "/tasks/{task_gid}/removeDependencies" path. |
|
|
146
|
+
| `get_dependents_from_atask` | Retrieves a list of dependent tasks for a specified task using the GET method at "/tasks/{task_gid}/dependents," allowing for optional filtering with parameters such as `opt_fields`, `opt_pretty`, `limit`, and `offset`. |
|
|
147
|
+
| `set_dependents_for_atask` | Adds dependent tasks to a specified task using the POST method. |
|
|
148
|
+
| `unlink_dependents_from_atask` | Removes dependent tasks from the specified task using the POST method. |
|
|
149
|
+
| `add_aproject_to_atask` | Adds a project to a specific task using the "POST" method at the path "/tasks/{task_gid}/addProject". |
|
|
150
|
+
| `remove_aproject_from_atask` | Removes the specified project from a task while retaining the task in the system. |
|
|
151
|
+
| `add_atag_to_atask` | Adds a tag to a specified task in the system using the provided task identifier and returns a status message. |
|
|
152
|
+
| `remove_atag_from_atask` | Removes a tag from a task with the specified identifier using the "POST" method and returns a status message. |
|
|
153
|
+
| `add_followers_to_atask` | Adds followers to a specific task identified by its GID using the POST method, allowing optional fields and formatting for the response. |
|
|
154
|
+
| `remove_followers_from_atask` | Removes specified followers from a task using the POST method, returning the updated task record. |
|
|
155
|
+
| `get_atask_for_agiven_custom_id` | Retrieves a task by its custom ID from a specified workspace using the Asana API. |
|
|
156
|
+
| `search_tasks_in_aworkspace` | Searches for tasks within a specified workspace using various filters, such as text, assignees, projects, tags, and due dates, and returns a list of tasks matching these criteria. |
|
|
157
|
+
| `get_multiple_task_templates` | Retrieves a list of available task templates for standardized task creation, supporting optional filters like project, pagination (limit/offset), and field customization (opt_fields). |
|
|
158
|
+
| `get_atask_template` | Retrieves detailed information about a specific task template in Asana using the "GET" method at the "/task_templates/{task_template_gid}" path. |
|
|
159
|
+
| `delete_atask_template` | Deletes a specific task template by making a DELETE request to the API endpoint, returning an empty response upon success. |
|
|
160
|
+
| `instantiate_atask_from_atask_template` | Instantiates a task from a specified task template using the Asana API, allowing for the creation of standardized and repeatable workflows by leveraging pre-defined templates. |
|
|
161
|
+
| `create_ateam` | Creates a new team resource using the API at the "/teams" path with the "POST" method. |
|
|
162
|
+
| `get_ateam` | Retrieves details for a specific GitHub team by its global ID, supporting optional query parameters to customize the response format and included fields. |
|
|
163
|
+
| `update_ateam` | Updates the details of a team with the specified GID using the provided parameters, returning a status response based on the operation's success or failure. |
|
|
164
|
+
| `get_teams_in_aworkspace` | Retrieves a list of teams in a specified workspace using the GET method, allowing optional query parameters for customizing output fields, formatting, and pagination. |
|
|
165
|
+
| `get_teams_for_auser` | Retrieves a paginated list of teams associated with a specific user, optionally filtered by organization, using query parameters for customization. |
|
|
166
|
+
| `add_auser_to_ateam` | Adds a user to a team using the provided team ID, allowing for optional specification of additional fields and formatting preferences. |
|
|
167
|
+
| `remove_auser_from_ateam` | Removes a user from a specified team using a POST request and returns a success status upon completion. |
|
|
168
|
+
| `get_ateam_membership` | Retrieves a specific team membership using the "GET" method at "/team_memberships/{team_membership_gid}", allowing optional fields and formatting parameters to be specified. |
|
|
169
|
+
| `get_team_memberships` | Retrieves team membership information for a specified user within a team and workspace, allowing optional fields and pagination. |
|
|
170
|
+
| `get_memberships_from_ateam` | Retrieves team memberships for a specified team using the GitHub API, returning details about members based on optional fields and pagination parameters. |
|
|
171
|
+
| `get_memberships_from_auser` | Retrieves a paginated list of team memberships for a specified user, including optional filtering by workspace and customizable response fields. |
|
|
172
|
+
| `get_atime_period` | Retrieves details about a specific time period, identified by its GID, using the "GET" method at the "/time_periods/{time_period_gid}" path. |
|
|
173
|
+
| `get_time_periods` | Retrieves a list of time periods filtered by start and end dates, workspace, and other optional parameters. |
|
|
174
|
+
| `get_time_tracking_entries_for_atask` | Retrieves a list of time tracking entries for a specific task based on provided query parameters, such as limit, offset, and optional fields, returning the data in a formatted response. |
|
|
175
|
+
| `create_atime_tracking_entry` | Creates a new time tracking entry for a specified task using the POST method, allowing for optional fields and formatting through query parameters. |
|
|
176
|
+
| `get_atime_tracking_entry` | Retrieves a specific time tracking entry by its global ID, allowing optional field selection for the response. |
|
|
177
|
+
| `update_atime_tracking_entry` | Updates an existing time tracking entry by its GID and returns the modified entry. |
|
|
178
|
+
| `delete_atime_tracking_entry` | Deletes a specific time tracking entry identified by the `time_tracking_entry_gid` using the DELETE method and returns relevant status messages based on the success or failure of the operation. |
|
|
179
|
+
| `get_objects_via_typeahead` | Queries a workspace for typeahead results using the specified parameters and returns relevant objects or suggestions. |
|
|
180
|
+
| `get_multiple_users` | Retrieves a list of users with optional filtering parameters and pagination support. |
|
|
181
|
+
| `get_auser` | Retrieves details for a specific user using their unique identifier (user_gid) and offers optional query parameters for customizing the returned data fields (opt_fields) and response formatting (opt_pretty). |
|
|
182
|
+
| `get_auser_sfavorites` | Retrieves a list of favorites for a user with the specified `user_gid`, allowing optional filtering by resource type and workspace, and customizable output through additional query parameters. |
|
|
183
|
+
| `get_users_in_ateam` | Retrieves a paginated list of users associated with a specified team, supporting optional fields, pretty formatting, and offset parameters. |
|
|
184
|
+
| `get_users_in_aworkspace_or_organization` | Retrieves a list of users associated with the specified workspace, supporting optional fields, pagination, and response formatting. |
|
|
185
|
+
| `get_auser_task_list` | Retrieves details of a user task list by its global ID, supporting optional query parameters for field selection and response formatting. |
|
|
186
|
+
| `get_auser_stask_list` | Retrieves a list of tasks for a user identified by the user_gid parameter, allowing optional filtering by additional fields or workspace. |
|
|
187
|
+
| `get_multiple_webhooks` | Retrieves a list of webhooks, allowing for optional filtering by workspace, resource, and additional fields, with pagination options via limit and offset parameters. |
|
|
188
|
+
| `establish_awebhook` | Creates a new webhook subscription to receive event notifications and returns the subscription details. |
|
|
189
|
+
| `get_awebhook` | Retrieves information about a webhook with the specified ID using the "GET" method, allowing optional fields and pretty-print formatting. |
|
|
190
|
+
| `update_awebhook` | Updates a webhook identified by its GID at the "/webhooks/{webhook_gid}" path, allowing modifications to existing webhook configurations. |
|
|
191
|
+
| `delete_awebhook` | Deletes a webhook identified by the `{webhook_gid}` and returns a status message, allowing for the removal of existing webhook configurations. |
|
|
192
|
+
| `get_multiple_workspaces` | Retrieves a paginated list of workspaces with optional filtering and formatting parameters. |
|
|
193
|
+
| `get_aworkspace` | Retrieves a specific workspace by its GID using the Asana API, optionally including additional fields and formatting options. |
|
|
194
|
+
| `update_aworkspace` | Updates a specified workspace's properties and returns the modified workspace data. |
|
|
195
|
+
| `add_auser_to_aworkspace_or_organization` | Adds a user to a specified workspace and returns the full user record upon successful completion. |
|
|
196
|
+
| `remove_auser_from_aworkspace_or_organization` | Removes a user from a workspace using the specified POST API operation at the "/workspaces/{workspace_gid}/removeUser" path. |
|
|
197
|
+
| `get_aworkspace_membership` | Retrieves a specific workspace membership entry by its global identifier (GID) with optional field filtering and formatted output. |
|
|
198
|
+
| `get_workspace_memberships_for_auser` | Retrieves a list of workspace memberships for a specified user based on the provided query parameters, including optional fields, formatting preferences, and pagination settings. |
|
|
199
|
+
| `get_the_workspace_memberships_for_aworkspace` | Retrieves a list of workspace memberships for a specified workspace, providing details about users and their roles within the workspace, allowing for optional filtering and customization of the response. |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .app import AsanaApp
|