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,12 @@
|
|
|
1
|
+
# Tavily MCP Server
|
|
2
|
+
|
|
3
|
+
An MCP Server for the Tavily API.
|
|
4
|
+
|
|
5
|
+
## 🛠️ Tool List
|
|
6
|
+
|
|
7
|
+
This is automatically generated from OpenAPI schema for the Tavily API.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
| Tool | Description |
|
|
11
|
+
|------|-------------|
|
|
12
|
+
| `search` | Performs a web search using Tavily's search API and returns either a direct answer or a summary of top results. |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .app import TavilyApp
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
from universal_mcp.applications.application import APIApplication
|
|
2
|
+
from universal_mcp.integrations import Integration
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class TavilyApp(APIApplication):
|
|
6
|
+
def __init__(self, integration: Integration) -> None:
|
|
7
|
+
name = "tavily"
|
|
8
|
+
super().__init__(name=name, integration=integration)
|
|
9
|
+
self.base_url = "https://api.tavily.com"
|
|
10
|
+
|
|
11
|
+
def search(self, query: str) -> str:
|
|
12
|
+
"""
|
|
13
|
+
Performs a web search using Tavily's search API and returns either a direct answer or a summary of top results.
|
|
14
|
+
|
|
15
|
+
Args:
|
|
16
|
+
query: The search query string to be processed by Tavily's search engine
|
|
17
|
+
|
|
18
|
+
Returns:
|
|
19
|
+
A string containing either a direct answer from Tavily's AI or a formatted summary of the top 3 search results, with each result containing the title and snippet
|
|
20
|
+
|
|
21
|
+
Raises:
|
|
22
|
+
ValueError: When authentication credentials are invalid or missing (via validate() method)
|
|
23
|
+
HTTPError: When the API request fails or returns an error response
|
|
24
|
+
|
|
25
|
+
Tags:
|
|
26
|
+
search, ai, web, query, important, api-client, text-processing
|
|
27
|
+
"""
|
|
28
|
+
url = f"{self.base_url}/search"
|
|
29
|
+
payload = {
|
|
30
|
+
"query": query,
|
|
31
|
+
"topic": "general",
|
|
32
|
+
"search_depth": "basic",
|
|
33
|
+
"max_results": 3,
|
|
34
|
+
"include_answer": True,
|
|
35
|
+
"include_raw_content": False,
|
|
36
|
+
"include_images": False,
|
|
37
|
+
"include_image_descriptions": False,
|
|
38
|
+
"include_domains": [],
|
|
39
|
+
"exclude_domains": [],
|
|
40
|
+
}
|
|
41
|
+
response = self._post(url, payload)
|
|
42
|
+
result = response.json()
|
|
43
|
+
if "answer" in result:
|
|
44
|
+
return result["answer"]
|
|
45
|
+
summaries = []
|
|
46
|
+
for item in result.get("results", [])[:3]:
|
|
47
|
+
summaries.append(f"• {item['title']}: {item['snippet']}")
|
|
48
|
+
return "\n".join(summaries)
|
|
49
|
+
|
|
50
|
+
def list_tools(self):
|
|
51
|
+
return [self.search]
|
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
# TrelloApp MCP Server
|
|
2
|
+
|
|
3
|
+
An MCP Server for the TrelloApp API.
|
|
4
|
+
|
|
5
|
+
## 🛠️ Tool List
|
|
6
|
+
|
|
7
|
+
This is automatically generated from OpenAPI schema for the TrelloApp API.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
| Tool | Description |
|
|
11
|
+
|------|-------------|
|
|
12
|
+
| `get_actions_id` | Get an Action |
|
|
13
|
+
| `put_actions_id` | Update an Action |
|
|
14
|
+
| `delete_actions_id` | Delete an Action |
|
|
15
|
+
| `get_actions_id_field` | Get a specific field on an Action |
|
|
16
|
+
| `get_actions_id_board` | Get the Board for an Action |
|
|
17
|
+
| `get_actions_id_card` | Get the Card for an Action |
|
|
18
|
+
| `get_actions_id_list` | Get the List for an Action |
|
|
19
|
+
| `get_actions_id_member` | Get the Member of an Action |
|
|
20
|
+
| `get_actions_id_membercreator` | Get the Member Creator of an Action |
|
|
21
|
+
| `get_actions_id_organization` | Get the Organization of an Action |
|
|
22
|
+
| `put_actions_id_text` | Update a Comment Action |
|
|
23
|
+
| `get_actions_idaction_reactions` | Get Action's Reactions |
|
|
24
|
+
| `create_reaction_to_action` | Create Reaction for Action |
|
|
25
|
+
| `get_action_reaction_by_id` | Get Action's Reaction |
|
|
26
|
+
| `delete_reaction_by_id_action` | Delete Action's Reaction |
|
|
27
|
+
| `get_action_reactions_summary` | List Action's summary of Reactions |
|
|
28
|
+
| `applications_key_compliance` | Get Application's compliance data |
|
|
29
|
+
| `get_batch` | Batch Requests |
|
|
30
|
+
| `get_boards_id_memberships` | Get Memberships of a Board |
|
|
31
|
+
| `get_boards_id` | Get a Board |
|
|
32
|
+
| `put_boards_id` | Update a Board |
|
|
33
|
+
| `delete_boards_id` | Delete a Board |
|
|
34
|
+
| `get_boards_id_field` | Get a field on a Board |
|
|
35
|
+
| `get_boards_id_actions` | Get Actions of a Board |
|
|
36
|
+
| `get_boards_id_boardstars` | Get boardStars on a Board |
|
|
37
|
+
| `boards_id_checklists` | Get Checklists on a Board |
|
|
38
|
+
| `get_boards_id_cards` | Get Cards on a Board |
|
|
39
|
+
| `get_boards_id_cards_filter` | Get filtered Cards on a Board |
|
|
40
|
+
| `get_boards_id_customfields` | Get Custom Fields for Board |
|
|
41
|
+
| `get_boards_id_labels` | Get Labels on a Board |
|
|
42
|
+
| `post_boards_id_labels` | Create a Label on a Board |
|
|
43
|
+
| `get_boards_id_lists` | Get Lists on a Board |
|
|
44
|
+
| `post_boards_id_lists` | Create a List on a Board |
|
|
45
|
+
| `get_boards_id_lists_filter` | Get filtered Lists on a Board |
|
|
46
|
+
| `get_boards_id_members` | Get the Members of a Board |
|
|
47
|
+
| `put_boards_id_members` | Invite Member to Board via email |
|
|
48
|
+
| `put_boards_id_members_idmember` | Add a Member to a Board |
|
|
49
|
+
| `boardsidmembersidmember` | Remove Member from Board |
|
|
50
|
+
| `update_membership` | Update Membership of Member on a Board |
|
|
51
|
+
| `update_board_email_position` | Update emailPosition Pref on a Board |
|
|
52
|
+
| `update_board_my_prefs_id_email_list` | Update idEmailList Pref on a Board |
|
|
53
|
+
| `update_board_sidebar_pref` | Update showSidebar Pref on a Board |
|
|
54
|
+
| `update_board_sidebar_act_pref` | Update showSidebarActivity Pref on a Board |
|
|
55
|
+
| `update_board_sidebar_actions` | Update showSidebarBoardActions Pref on a Board |
|
|
56
|
+
| `update_board_prefs_show_members` | Update showSidebarMembers Pref on a Board |
|
|
57
|
+
| `post_boards` | Create a Board |
|
|
58
|
+
| `generate_calendar_key` | Create a calendarKey for a Board |
|
|
59
|
+
| `generate_board_email_key` | Create a emailKey for a Board |
|
|
60
|
+
| `post_boards_id_idtags` | Create a Tag for a Board |
|
|
61
|
+
| `post_boards_id_markedasviewed` | Mark Board as viewed |
|
|
62
|
+
| `get_boards_id_boardplugins` | Get Enabled Power-Ups on Board |
|
|
63
|
+
| `post_boards_id_boardplugins` | Enable a Power-Up on a Board |
|
|
64
|
+
| `delete_boards_id_boardplugins` | Disable a Power-Up on a Board |
|
|
65
|
+
| `get_board_id_plugins` | Get Power-Ups on a Board |
|
|
66
|
+
| `post_cards` | Create a new Card |
|
|
67
|
+
| `get_cards_id` | Get a Card |
|
|
68
|
+
| `put_cards_id` | Update a Card |
|
|
69
|
+
| `delete_cards_id` | Delete a Card |
|
|
70
|
+
| `get_cards_id_field` | Get a field on a Card |
|
|
71
|
+
| `get_cards_id_actions` | Get Actions on a Card |
|
|
72
|
+
| `get_cards_id_attachments` | Get Attachments on a Card |
|
|
73
|
+
| `post_cards_id_attachments` | Create Attachment On Card |
|
|
74
|
+
| `get_attachment_by_id` | Get an Attachment on a Card |
|
|
75
|
+
| `delete_attachment_by_id` | Delete an Attachment on a Card |
|
|
76
|
+
| `get_cards_id_board` | Get the Board the Card is on |
|
|
77
|
+
| `get_cards_id_checkitemstates` | Get checkItems on a Card |
|
|
78
|
+
| `get_cards_id_checklists` | Get Checklists on a Card |
|
|
79
|
+
| `post_cards_id_checklists` | Create Checklist on a Card |
|
|
80
|
+
| `check_card_item` | Get checkItem on a Card |
|
|
81
|
+
| `update_card_check_item` | Update a checkItem on a Card |
|
|
82
|
+
| `delete_card_check_item` | Delete checkItem on a Card |
|
|
83
|
+
| `get_cards_id_list` | Get the List of a Card |
|
|
84
|
+
| `get_cards_id_members` | Get the Members of a Card |
|
|
85
|
+
| `get_cards_id_membersvoted` | Get Members who have voted on a Card |
|
|
86
|
+
| `cardsidmembersvoted` | Add Member vote to Card |
|
|
87
|
+
| `get_cards_id_plugindata` | Get pluginData on a Card |
|
|
88
|
+
| `get_cards_id_stickers` | Get Stickers on a Card |
|
|
89
|
+
| `post_cards_id_stickers` | Add a Sticker to a Card |
|
|
90
|
+
| `get_card_sticker` | Get a Sticker on a Card |
|
|
91
|
+
| `delete_sticker_by_id` | Delete a Sticker on a Card |
|
|
92
|
+
| `update_card_sticker_by_id_sticker` | Update a Sticker on a Card |
|
|
93
|
+
| `update_card_action_comment` | Update Comment Action on a Card |
|
|
94
|
+
| `delete_comment_action` | Delete a comment on a Card |
|
|
95
|
+
| `update_card_custom_field_item` | Update Custom Field item on Card |
|
|
96
|
+
| `put_cards_idcard_customfields` | Update Multiple Custom Field items on Card |
|
|
97
|
+
| `get_cards_id_customfielditems` | Get Custom Field Items for a Card |
|
|
98
|
+
| `post_cards_id_actions_comments` | Add a new comment to a Card |
|
|
99
|
+
| `post_cards_id_idlabels` | Add a Label to a Card |
|
|
100
|
+
| `post_cards_id_idmembers` | Add a Member to a Card |
|
|
101
|
+
| `post_cards_id_labels` | Create a new Label on a Card |
|
|
102
|
+
| `mark_notifications_read` | Mark a Card's Notifications as read |
|
|
103
|
+
| `delete_card_id_label_by_id` | Remove a Label from a Card |
|
|
104
|
+
| `delete_id_idmembers_idmember` | Remove a Member from a Card |
|
|
105
|
+
| `delete_card_voter` | Remove a Member's Vote on a Card |
|
|
106
|
+
| `update_check_item` | Update Checkitem on Checklist on Card |
|
|
107
|
+
| `delete_checklist_by_id` | Delete a Checklist on a Card |
|
|
108
|
+
| `post_checklists` | Create a Checklist |
|
|
109
|
+
| `get_checklists_id` | Get a Checklist |
|
|
110
|
+
| `put_checlists_id` | Update a Checklist |
|
|
111
|
+
| `delete_checklists_id` | Delete a Checklist |
|
|
112
|
+
| `get_checklists_id_field` | Get field on a Checklist |
|
|
113
|
+
| `put_checklists_id_field` | Update field on a Checklist |
|
|
114
|
+
| `get_checklists_id_board` | Get the Board the Checklist is on |
|
|
115
|
+
| `get_checklists_id_cards` | Get the Card a Checklist is on |
|
|
116
|
+
| `get_checklists_id_checkitems` | Get Checkitems on a Checklist |
|
|
117
|
+
| `post_checklists_id_checkitems` | Create Checkitem on Checklist |
|
|
118
|
+
| `get_check_item_detail` | Get a Checkitem on a Checklist |
|
|
119
|
+
| `delete_checklist_item_by_id` | Delete Checkitem from Checklist |
|
|
120
|
+
| `post_customfields` | Create a new Custom Field on a Board |
|
|
121
|
+
| `get_customfields_id` | Get a Custom Field |
|
|
122
|
+
| `put_customfields_id` | Update a Custom Field definition |
|
|
123
|
+
| `delete_customfields_id` | Delete a Custom Field definition |
|
|
124
|
+
| `get_customfields_id_options` | Add Option to Custom Field dropdown |
|
|
125
|
+
| `post_customfields_id_options` | Get Options of Custom Field drop down |
|
|
126
|
+
| `get_custom_field_option_by_id` | Get Option of Custom Field dropdown |
|
|
127
|
+
| `delete_custom_field_option` | Delete Option of Custom Field dropdown |
|
|
128
|
+
| `emoji` | List available Emoji |
|
|
129
|
+
| `get_enterprises_id` | Get an Enterprise |
|
|
130
|
+
| `get_enterprises_id_auditlog` | Get auditlog data for an Enterprise |
|
|
131
|
+
| `get_enterprises_id_admins` | Get Enterprise admin Members |
|
|
132
|
+
| `get_enterprises_id_signupurl` | Get signupUrl for Enterprise |
|
|
133
|
+
| `get_users_id` | Get Users of an Enterprise |
|
|
134
|
+
| `get_enterprises_id_members` | Get Members of Enterprise |
|
|
135
|
+
| `get_member_details` | Get a Member of Enterprise |
|
|
136
|
+
| `get_organization_transfer` | Get whether an organization can be transferred to an enterprise. |
|
|
137
|
+
| `list_enterprise_transferrables_by_org_ids` | Get a bulk list of organizations that can be transferred to an enterprise. |
|
|
138
|
+
| `bulk_join_enterprise_requests` | Decline enterpriseJoinRequests from one organization or a bulk list of organizations. |
|
|
139
|
+
| `list_claimable_orgs` | Get ClaimableOrganizations of an Enterprise |
|
|
140
|
+
| `get_pending_organizations` | Get PendingOrganizations of an Enterprise |
|
|
141
|
+
| `post_enterprises_id_tokens` | Create an auth Token for an Enterprise. |
|
|
142
|
+
| `put_enterprise_organizations_by_id` | Transfer an Organization to an Enterprise. |
|
|
143
|
+
| `update_enterprise_member_licensed` | Update a Member's licensed status |
|
|
144
|
+
| `deactivate_member` | Deactivate a Member of an Enterprise. |
|
|
145
|
+
| `update_admin_member` | Update Member to be admin of Enterprise |
|
|
146
|
+
| `delete_enterprise_admin_by_id` | Remove a Member as admin from Enterprise. |
|
|
147
|
+
| `delete_organization_by_id_and_org_id` | Delete an Organization from an Enterprise. |
|
|
148
|
+
| `get_bulk_organizations_by_ids` | Bulk accept a set of organizations to an Enterprise. |
|
|
149
|
+
| `get_labels_id` | Get a Label |
|
|
150
|
+
| `put_labels_id` | Update a Label |
|
|
151
|
+
| `delete_labels_id` | Delete a Label |
|
|
152
|
+
| `put_labels_id_field` | Update a field on a label |
|
|
153
|
+
| `post_labels` | Create a Label |
|
|
154
|
+
| `get_lists_id` | Get a List |
|
|
155
|
+
| `put_lists_id` | Update a List |
|
|
156
|
+
| `post_lists` | Create a new List |
|
|
157
|
+
| `post_lists_id_archiveallcards` | Archive all Cards in List |
|
|
158
|
+
| `post_lists_id_moveallcards` | Move all Cards in List |
|
|
159
|
+
| `put_lists_id_closed` | Archive or unarchive a list |
|
|
160
|
+
| `put_id_idboard` | Move List to Board |
|
|
161
|
+
| `put_lists_id_field` | Update a field on a List |
|
|
162
|
+
| `get_lists_id_actions` | Get Actions for a List |
|
|
163
|
+
| `get_lists_id_board` | Get the Board a List is on |
|
|
164
|
+
| `get_lists_id_cards` | Get Cards in a List |
|
|
165
|
+
| `get_members_id` | Get a Member |
|
|
166
|
+
| `put_members_id` | Update a Member |
|
|
167
|
+
| `get_members_id_field` | Get a field on a Member |
|
|
168
|
+
| `get_members_id_actions` | Get a Member's Actions |
|
|
169
|
+
| `get_board_backgrounds_by_id` | Get Member's custom Board backgrounds |
|
|
170
|
+
| `create_board_background` | Upload new boardBackground for Member |
|
|
171
|
+
| `get_member_board_backgrounds` | Get a boardBackground of a Member |
|
|
172
|
+
| `update_board_background` | Update a Member's custom Board background |
|
|
173
|
+
| `delete_board_background_by_id` | Delete a Member's custom Board background |
|
|
174
|
+
| `get_members_id_boardstars` | Get a Member's boardStars |
|
|
175
|
+
| `post_members_id_boardstars` | Create Star for Board |
|
|
176
|
+
| `get_board_star_by_id` | Get a boardStar of Member |
|
|
177
|
+
| `update_board_star_position` | Update the position of a boardStar of Member |
|
|
178
|
+
| `delete_board_star` | Delete Star for Board |
|
|
179
|
+
| `get_members_id_boards` | Get Boards that Member belongs to |
|
|
180
|
+
| `get_members_id_boardsinvited` | Get Boards the Member has been invited to |
|
|
181
|
+
| `get_members_id_cards` | Get Cards the Member is on |
|
|
182
|
+
| `get_custom_board_backgrounds_by_id` | Get a Member's custom Board Backgrounds |
|
|
183
|
+
| `set_custom_board_backgrounds` | Create a new custom Board Background |
|
|
184
|
+
| `get_custom_board_backgrounds_by_id_back` | Get custom Board Background of Member |
|
|
185
|
+
| `update_member_custom_board_background` | Update custom Board Background of Member |
|
|
186
|
+
| `delete_custom_background_by_id` | Delete custom Board Background of Member |
|
|
187
|
+
| `get_members_id_customemoji` | Get a Member's customEmojis |
|
|
188
|
+
| `post_members_id_customemoji` | Create custom Emoji for Member |
|
|
189
|
+
| `membersidcustomemojiidemoji` | Get a Member's custom Emoji |
|
|
190
|
+
| `get_members_id_customstickers` | Get Member's custom Stickers |
|
|
191
|
+
| `post_members_id_customstickers` | Create custom Sticker for Member |
|
|
192
|
+
| `get_member_custom_sticker_by_id` | Get a Member's custom Sticker |
|
|
193
|
+
| `delete_member_custom_sticker_by_id` | Delete a Member's custom Sticker |
|
|
194
|
+
| `get_members_id_notifications` | Get Member's Notifications |
|
|
195
|
+
| `get_members_id_organizations` | Get Member's Organizations |
|
|
196
|
+
| `get_member_organizations_invited` | Get Organizations a Member has been invited to |
|
|
197
|
+
| `get_members_id_savedsearches` | Get Member's saved searched |
|
|
198
|
+
| `post_members_id_savedsearches` | Create saved Search for Member |
|
|
199
|
+
| `get_saved_searches_by_id` | Get a saved search |
|
|
200
|
+
| `update_member_saved_search` | Update a saved search |
|
|
201
|
+
| `delete_saved_search` | Delete a saved search |
|
|
202
|
+
| `get_members_id_tokens` | Get Member's Tokens |
|
|
203
|
+
| `membersidavatar` | Create Avatar for Member |
|
|
204
|
+
| `post_member_one_time_messages_dismissed` | Dismiss a message for Member |
|
|
205
|
+
| `get_member_notifications_channel_settings` | Get a Member's notification channel settings |
|
|
206
|
+
| `update_notification_channel_settings` | Update blocked notification keys of Member on a channel |
|
|
207
|
+
| `get_member_notification_channel_settings` | Get blocked notification keys of Member on this channel |
|
|
208
|
+
| `update_member_notification_channel_settings` | Update blocked notification keys of Member on a channel |
|
|
209
|
+
| `update_notification_settings` | Update blocked notification keys of Member on a channel |
|
|
210
|
+
| `get_notifications_id` | Get a Notification |
|
|
211
|
+
| `put_notifications_id` | Update a Notification's read status |
|
|
212
|
+
| `get_notifications_id_field` | Get a field of a Notification |
|
|
213
|
+
| `post_notifications_all_read` | Mark all Notifications as read |
|
|
214
|
+
| `put_notifications_id_unread` | Update Notification's read status |
|
|
215
|
+
| `get_notifications_id_board` | Get the Board a Notification is on |
|
|
216
|
+
| `get_notifications_id_card` | Get the Card a Notification is on |
|
|
217
|
+
| `get_notifications_id_list` | Get the List a Notification is on |
|
|
218
|
+
| `notificationsidmember` | Get the Member a Notification is about (not the creator) |
|
|
219
|
+
| `get_member_creator_details` | Get the Member who created the Notification |
|
|
220
|
+
| `get_notification_org` | Get a Notification's associated Organization |
|
|
221
|
+
| `post_organizations` | Create a new Organization |
|
|
222
|
+
| `get_organizations_id` | Get an Organization |
|
|
223
|
+
| `put_organizations_id` | Update an Organization |
|
|
224
|
+
| `delete_organizations_id` | Delete an Organization |
|
|
225
|
+
| `get_organizations_id_field` | Get field on Organization |
|
|
226
|
+
| `get_organizations_id_actions` | Get Actions for Organization |
|
|
227
|
+
| `get_organizations_id_boards` | Get Boards in an Organization |
|
|
228
|
+
| `post_organizations_id_exports` | Create Export for Organizations |
|
|
229
|
+
| `get_organizations_id_exports` | Retrieve Organization's Exports |
|
|
230
|
+
| `get_organizations_id_members` | Get the Members of an Organization |
|
|
231
|
+
| `put_organizations_id_members` | Update an Organization's Members |
|
|
232
|
+
| `get_organization_memberships` | Get Memberships of an Organization |
|
|
233
|
+
| `get_membership_details` | Get a Membership of an Organization |
|
|
234
|
+
| `get_organization_plugin_data_by_id` | Get the pluginData Scoped to Organization |
|
|
235
|
+
| `get_organizations_id_tags` | Get Tags of an Organization |
|
|
236
|
+
| `post_organizations_id_tags` | Create a Tag in Organization |
|
|
237
|
+
| `update_member_type` | Update a Member of an Organization |
|
|
238
|
+
| `remove_organization_member` | Remove a Member from an Organization |
|
|
239
|
+
| `deactivate_member_org` | Deactivate or reactivate a member of an Organization |
|
|
240
|
+
| `post_organizations_id_logo` | Update logo for an Organization |
|
|
241
|
+
| `delete_organizations_id_logo` | Delete Logo for Organization |
|
|
242
|
+
| `delete_organization_member_all` | Remove a Member from an Organization and all Organization Boards |
|
|
243
|
+
| `delete_associated_domain` | Remove the associated Google Apps domain from a Workspace |
|
|
244
|
+
| `delete_org_invite_restrict_by_id` | Delete the email domain restriction on who can be invited to the Workspace |
|
|
245
|
+
| `delete_organization_tag_by_id_tag` | Delete an Organization's Tag |
|
|
246
|
+
| `get_guests_by_board` | Get Organizations new billable guests |
|
|
247
|
+
| `get_plugins_id` | Get a Plugin |
|
|
248
|
+
| `put_plugins_id` | Update a Plugin |
|
|
249
|
+
| `post_plugins_idplugin_listing` | Create a Listing for Plugin |
|
|
250
|
+
| `get_member_privacy_compliance` | Get Plugin's Member privacy compliance |
|
|
251
|
+
| `update_plugin_listing` | Updating Plugin's Listing |
|
|
252
|
+
| `get_search` | Search Trello |
|
|
253
|
+
| `get_search_members` | Search for Members |
|
|
254
|
+
| `get_tokens_token` | Get a Token |
|
|
255
|
+
| `get_tokens_token_member` | Get Token's Member |
|
|
256
|
+
| `get_tokens_token_webhooks` | Get Webhooks for Token |
|
|
257
|
+
| `post_tokens_token_webhooks` | Create Webhooks for Token |
|
|
258
|
+
| `get_webhook_by_id` | Get a Webhook belonging to a Token |
|
|
259
|
+
| `delete_webhook_by_id` | Delete a Webhook created by Token |
|
|
260
|
+
| `tokenstokenwebhooks` | Update a Webhook created by Token |
|
|
261
|
+
| `delete_token` | Delete a Token |
|
|
262
|
+
| `post_webhooks` | Create a Webhook |
|
|
263
|
+
| `get_webhooks_id` | Get a Webhook |
|
|
264
|
+
| `put_webhooks_id` | Update a Webhook |
|
|
265
|
+
| `delete_webhooks_id` | Delete a Webhook |
|
|
266
|
+
| `webhooksidfield` | Get a field on a Webhook |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .app import TrelloApp
|