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.
Files changed (268) hide show
  1. universal_mcp/applications/ahrefs/README.md +51 -0
  2. universal_mcp/applications/ahrefs/__init__.py +1 -0
  3. universal_mcp/applications/ahrefs/app.py +2291 -0
  4. universal_mcp/applications/airtable/README.md +22 -0
  5. universal_mcp/applications/airtable/__init__.py +1 -0
  6. universal_mcp/applications/airtable/app.py +479 -0
  7. universal_mcp/applications/apollo/README.md +44 -0
  8. universal_mcp/applications/apollo/__init__.py +1 -0
  9. universal_mcp/applications/apollo/app.py +1847 -0
  10. universal_mcp/applications/asana/README.md +199 -0
  11. universal_mcp/applications/asana/__init__.py +1 -0
  12. universal_mcp/applications/asana/app.py +9509 -0
  13. universal_mcp/applications/aws-s3/README.md +0 -0
  14. universal_mcp/applications/aws-s3/__init__.py +1 -0
  15. universal_mcp/applications/aws-s3/app.py +552 -0
  16. universal_mcp/applications/bill/README.md +0 -0
  17. universal_mcp/applications/bill/__init__.py +1 -0
  18. universal_mcp/applications/bill/app.py +8705 -0
  19. universal_mcp/applications/box/README.md +307 -0
  20. universal_mcp/applications/box/__init__.py +1 -0
  21. universal_mcp/applications/box/app.py +15987 -0
  22. universal_mcp/applications/braze/README.md +106 -0
  23. universal_mcp/applications/braze/__init__.py +1 -0
  24. universal_mcp/applications/braze/app.py +4754 -0
  25. universal_mcp/applications/cal-com-v2/README.md +150 -0
  26. universal_mcp/applications/cal-com-v2/__init__.py +1 -0
  27. universal_mcp/applications/cal-com-v2/app.py +5541 -0
  28. universal_mcp/applications/calendly/README.md +53 -0
  29. universal_mcp/applications/calendly/__init__.py +1 -0
  30. universal_mcp/applications/calendly/app.py +1436 -0
  31. universal_mcp/applications/canva/README.md +43 -0
  32. universal_mcp/applications/canva/__init__.py +1 -0
  33. universal_mcp/applications/canva/app.py +941 -0
  34. universal_mcp/applications/clickup/README.md +135 -0
  35. universal_mcp/applications/clickup/__init__.py +1 -0
  36. universal_mcp/applications/clickup/app.py +5009 -0
  37. universal_mcp/applications/coda/README.md +108 -0
  38. universal_mcp/applications/coda/__init__.py +1 -0
  39. universal_mcp/applications/coda/app.py +3671 -0
  40. universal_mcp/applications/confluence/README.md +198 -0
  41. universal_mcp/applications/confluence/__init__.py +1 -0
  42. universal_mcp/applications/confluence/app.py +6273 -0
  43. universal_mcp/applications/contentful/README.md +17 -0
  44. universal_mcp/applications/contentful/__init__.py +1 -0
  45. universal_mcp/applications/contentful/app.py +364 -0
  46. universal_mcp/applications/crustdata/README.md +25 -0
  47. universal_mcp/applications/crustdata/__init__.py +1 -0
  48. universal_mcp/applications/crustdata/app.py +586 -0
  49. universal_mcp/applications/dialpad/README.md +202 -0
  50. universal_mcp/applications/dialpad/__init__.py +1 -0
  51. universal_mcp/applications/dialpad/app.py +5949 -0
  52. universal_mcp/applications/digitalocean/README.md +463 -0
  53. universal_mcp/applications/digitalocean/__init__.py +1 -0
  54. universal_mcp/applications/digitalocean/app.py +20835 -0
  55. universal_mcp/applications/domain-checker/README.md +13 -0
  56. universal_mcp/applications/domain-checker/__init__.py +1 -0
  57. universal_mcp/applications/domain-checker/app.py +265 -0
  58. universal_mcp/applications/e2b/README.md +12 -0
  59. universal_mcp/applications/e2b/__init__.py +1 -0
  60. universal_mcp/applications/e2b/app.py +187 -0
  61. universal_mcp/applications/elevenlabs/README.md +88 -0
  62. universal_mcp/applications/elevenlabs/__init__.py +1 -0
  63. universal_mcp/applications/elevenlabs/app.py +3235 -0
  64. universal_mcp/applications/exa/README.md +15 -0
  65. universal_mcp/applications/exa/__init__.py +1 -0
  66. universal_mcp/applications/exa/app.py +221 -0
  67. universal_mcp/applications/falai/README.md +17 -0
  68. universal_mcp/applications/falai/__init__.py +1 -0
  69. universal_mcp/applications/falai/app.py +331 -0
  70. universal_mcp/applications/figma/README.md +49 -0
  71. universal_mcp/applications/figma/__init__.py +1 -0
  72. universal_mcp/applications/figma/app.py +1090 -0
  73. universal_mcp/applications/firecrawl/README.md +20 -0
  74. universal_mcp/applications/firecrawl/__init__.py +1 -0
  75. universal_mcp/applications/firecrawl/app.py +514 -0
  76. universal_mcp/applications/fireflies/README.md +25 -0
  77. universal_mcp/applications/fireflies/__init__.py +1 -0
  78. universal_mcp/applications/fireflies/app.py +506 -0
  79. universal_mcp/applications/fpl/README.md +23 -0
  80. universal_mcp/applications/fpl/__init__.py +1 -0
  81. universal_mcp/applications/fpl/app.py +1327 -0
  82. universal_mcp/applications/fpl/utils/api.py +142 -0
  83. universal_mcp/applications/fpl/utils/fixtures.py +629 -0
  84. universal_mcp/applications/fpl/utils/helper.py +982 -0
  85. universal_mcp/applications/fpl/utils/league_utils.py +546 -0
  86. universal_mcp/applications/fpl/utils/position_utils.py +68 -0
  87. universal_mcp/applications/ghost-content/README.md +25 -0
  88. universal_mcp/applications/ghost-content/__init__.py +1 -0
  89. universal_mcp/applications/ghost-content/app.py +654 -0
  90. universal_mcp/applications/github/README.md +1049 -0
  91. universal_mcp/applications/github/__init__.py +1 -0
  92. universal_mcp/applications/github/app.py +50600 -0
  93. universal_mcp/applications/gong/README.md +63 -0
  94. universal_mcp/applications/gong/__init__.py +1 -0
  95. universal_mcp/applications/gong/app.py +2297 -0
  96. universal_mcp/applications/google-ads/README.md +0 -0
  97. universal_mcp/applications/google-ads/__init__.py +1 -0
  98. universal_mcp/applications/google-ads/app.py +23 -0
  99. universal_mcp/applications/google-calendar/README.md +21 -0
  100. universal_mcp/applications/google-calendar/__init__.py +1 -0
  101. universal_mcp/applications/google-calendar/app.py +574 -0
  102. universal_mcp/applications/google-docs/README.md +25 -0
  103. universal_mcp/applications/google-docs/__init__.py +1 -0
  104. universal_mcp/applications/google-docs/app.py +760 -0
  105. universal_mcp/applications/google-drive/README.md +68 -0
  106. universal_mcp/applications/google-drive/__init__.py +1 -0
  107. universal_mcp/applications/google-drive/app.py +4936 -0
  108. universal_mcp/applications/google-gemini/README.md +25 -0
  109. universal_mcp/applications/google-gemini/__init__.py +1 -0
  110. universal_mcp/applications/google-gemini/app.py +663 -0
  111. universal_mcp/applications/google-mail/README.md +31 -0
  112. universal_mcp/applications/google-mail/__init__.py +1 -0
  113. universal_mcp/applications/google-mail/app.py +1354 -0
  114. universal_mcp/applications/google-searchconsole/README.md +21 -0
  115. universal_mcp/applications/google-searchconsole/__init__.py +1 -0
  116. universal_mcp/applications/google-searchconsole/app.py +320 -0
  117. universal_mcp/applications/google-sheet/README.md +36 -0
  118. universal_mcp/applications/google-sheet/__init__.py +1 -0
  119. universal_mcp/applications/google-sheet/app.py +1941 -0
  120. universal_mcp/applications/hashnode/README.md +20 -0
  121. universal_mcp/applications/hashnode/__init__.py +1 -0
  122. universal_mcp/applications/hashnode/app.py +455 -0
  123. universal_mcp/applications/heygen/README.md +44 -0
  124. universal_mcp/applications/heygen/__init__.py +1 -0
  125. universal_mcp/applications/heygen/app.py +961 -0
  126. universal_mcp/applications/http-tools/README.md +16 -0
  127. universal_mcp/applications/http-tools/__init__.py +1 -0
  128. universal_mcp/applications/http-tools/app.py +153 -0
  129. universal_mcp/applications/hubspot/README.md +239 -0
  130. universal_mcp/applications/hubspot/__init__.py +1 -0
  131. universal_mcp/applications/hubspot/app.py +416 -0
  132. universal_mcp/applications/jira/README.md +600 -0
  133. universal_mcp/applications/jira/__init__.py +1 -0
  134. universal_mcp/applications/jira/app.py +28804 -0
  135. universal_mcp/applications/klaviyo/README.md +313 -0
  136. universal_mcp/applications/klaviyo/__init__.py +1 -0
  137. universal_mcp/applications/klaviyo/app.py +11236 -0
  138. universal_mcp/applications/linkedin/README.md +15 -0
  139. universal_mcp/applications/linkedin/__init__.py +1 -0
  140. universal_mcp/applications/linkedin/app.py +243 -0
  141. universal_mcp/applications/mailchimp/README.md +281 -0
  142. universal_mcp/applications/mailchimp/__init__.py +1 -0
  143. universal_mcp/applications/mailchimp/app.py +10937 -0
  144. universal_mcp/applications/markitdown/README.md +12 -0
  145. universal_mcp/applications/markitdown/__init__.py +1 -0
  146. universal_mcp/applications/markitdown/app.py +63 -0
  147. universal_mcp/applications/miro/README.md +151 -0
  148. universal_mcp/applications/miro/__init__.py +1 -0
  149. universal_mcp/applications/miro/app.py +5429 -0
  150. universal_mcp/applications/ms-teams/README.md +42 -0
  151. universal_mcp/applications/ms-teams/__init__.py +1 -0
  152. universal_mcp/applications/ms-teams/app.py +1823 -0
  153. universal_mcp/applications/neon/README.md +74 -0
  154. universal_mcp/applications/neon/__init__.py +1 -0
  155. universal_mcp/applications/neon/app.py +2018 -0
  156. universal_mcp/applications/notion/README.md +30 -0
  157. universal_mcp/applications/notion/__init__.py +1 -0
  158. universal_mcp/applications/notion/app.py +527 -0
  159. universal_mcp/applications/openai/README.md +22 -0
  160. universal_mcp/applications/openai/__init__.py +1 -0
  161. universal_mcp/applications/openai/app.py +759 -0
  162. universal_mcp/applications/outlook/README.md +20 -0
  163. universal_mcp/applications/outlook/__init__.py +1 -0
  164. universal_mcp/applications/outlook/app.py +444 -0
  165. universal_mcp/applications/perplexity/README.md +12 -0
  166. universal_mcp/applications/perplexity/__init__.py +1 -0
  167. universal_mcp/applications/perplexity/app.py +65 -0
  168. universal_mcp/applications/pipedrive/README.md +284 -0
  169. universal_mcp/applications/pipedrive/__init__.py +1 -0
  170. universal_mcp/applications/pipedrive/app.py +12924 -0
  171. universal_mcp/applications/posthog/README.md +132 -0
  172. universal_mcp/applications/posthog/__init__.py +1 -0
  173. universal_mcp/applications/posthog/app.py +7125 -0
  174. universal_mcp/applications/reddit/README.md +135 -0
  175. universal_mcp/applications/reddit/__init__.py +1 -0
  176. universal_mcp/applications/reddit/app.py +4652 -0
  177. universal_mcp/applications/replicate/README.md +18 -0
  178. universal_mcp/applications/replicate/__init__.py +1 -0
  179. universal_mcp/applications/replicate/app.py +495 -0
  180. universal_mcp/applications/resend/README.md +40 -0
  181. universal_mcp/applications/resend/__init__.py +1 -0
  182. universal_mcp/applications/resend/app.py +881 -0
  183. universal_mcp/applications/retell/README.md +21 -0
  184. universal_mcp/applications/retell/__init__.py +1 -0
  185. universal_mcp/applications/retell/app.py +333 -0
  186. universal_mcp/applications/rocketlane/README.md +70 -0
  187. universal_mcp/applications/rocketlane/__init__.py +1 -0
  188. universal_mcp/applications/rocketlane/app.py +4346 -0
  189. universal_mcp/applications/semanticscholar/README.md +25 -0
  190. universal_mcp/applications/semanticscholar/__init__.py +1 -0
  191. universal_mcp/applications/semanticscholar/app.py +482 -0
  192. universal_mcp/applications/semrush/README.md +44 -0
  193. universal_mcp/applications/semrush/__init__.py +1 -0
  194. universal_mcp/applications/semrush/app.py +2081 -0
  195. universal_mcp/applications/sendgrid/README.md +362 -0
  196. universal_mcp/applications/sendgrid/__init__.py +1 -0
  197. universal_mcp/applications/sendgrid/app.py +9752 -0
  198. universal_mcp/applications/sentry/README.md +186 -0
  199. universal_mcp/applications/sentry/__init__.py +1 -0
  200. universal_mcp/applications/sentry/app.py +7471 -0
  201. universal_mcp/applications/serpapi/README.md +14 -0
  202. universal_mcp/applications/serpapi/__init__.py +1 -0
  203. universal_mcp/applications/serpapi/app.py +293 -0
  204. universal_mcp/applications/sharepoint/README.md +0 -0
  205. universal_mcp/applications/sharepoint/__init__.py +1 -0
  206. universal_mcp/applications/sharepoint/app.py +215 -0
  207. universal_mcp/applications/shopify/README.md +321 -0
  208. universal_mcp/applications/shopify/__init__.py +1 -0
  209. universal_mcp/applications/shopify/app.py +15392 -0
  210. universal_mcp/applications/shortcut/README.md +128 -0
  211. universal_mcp/applications/shortcut/__init__.py +1 -0
  212. universal_mcp/applications/shortcut/app.py +4478 -0
  213. universal_mcp/applications/slack/README.md +0 -0
  214. universal_mcp/applications/slack/__init__.py +1 -0
  215. universal_mcp/applications/slack/app.py +570 -0
  216. universal_mcp/applications/spotify/README.md +91 -0
  217. universal_mcp/applications/spotify/__init__.py +1 -0
  218. universal_mcp/applications/spotify/app.py +2526 -0
  219. universal_mcp/applications/supabase/README.md +87 -0
  220. universal_mcp/applications/supabase/__init__.py +1 -0
  221. universal_mcp/applications/supabase/app.py +2970 -0
  222. universal_mcp/applications/tavily/README.md +12 -0
  223. universal_mcp/applications/tavily/__init__.py +1 -0
  224. universal_mcp/applications/tavily/app.py +51 -0
  225. universal_mcp/applications/trello/README.md +266 -0
  226. universal_mcp/applications/trello/__init__.py +1 -0
  227. universal_mcp/applications/trello/app.py +10875 -0
  228. universal_mcp/applications/twillo/README.md +0 -0
  229. universal_mcp/applications/twillo/__init__.py +1 -0
  230. universal_mcp/applications/twillo/app.py +269 -0
  231. universal_mcp/applications/twitter/README.md +100 -0
  232. universal_mcp/applications/twitter/__init__.py +1 -0
  233. universal_mcp/applications/twitter/api_segments/__init__.py +0 -0
  234. universal_mcp/applications/twitter/api_segments/api_segment_base.py +51 -0
  235. universal_mcp/applications/twitter/api_segments/compliance_api.py +122 -0
  236. universal_mcp/applications/twitter/api_segments/dm_conversations_api.py +255 -0
  237. universal_mcp/applications/twitter/api_segments/dm_events_api.py +140 -0
  238. universal_mcp/applications/twitter/api_segments/likes_api.py +159 -0
  239. universal_mcp/applications/twitter/api_segments/lists_api.py +395 -0
  240. universal_mcp/applications/twitter/api_segments/openapi_json_api.py +34 -0
  241. universal_mcp/applications/twitter/api_segments/spaces_api.py +309 -0
  242. universal_mcp/applications/twitter/api_segments/trends_api.py +40 -0
  243. universal_mcp/applications/twitter/api_segments/tweets_api.py +1403 -0
  244. universal_mcp/applications/twitter/api_segments/usage_api.py +40 -0
  245. universal_mcp/applications/twitter/api_segments/users_api.py +1498 -0
  246. universal_mcp/applications/twitter/app.py +46 -0
  247. universal_mcp/applications/unipile/README.md +28 -0
  248. universal_mcp/applications/unipile/__init__.py +1 -0
  249. universal_mcp/applications/unipile/app.py +829 -0
  250. universal_mcp/applications/whatsapp/README.md +23 -0
  251. universal_mcp/applications/whatsapp/__init__.py +1 -0
  252. universal_mcp/applications/whatsapp/app.py +595 -0
  253. universal_mcp/applications/whatsapp-business/README.md +34 -0
  254. universal_mcp/applications/whatsapp-business/__init__.py +1 -0
  255. universal_mcp/applications/whatsapp-business/app.py +1065 -0
  256. universal_mcp/applications/wrike/README.md +46 -0
  257. universal_mcp/applications/wrike/__init__.py +1 -0
  258. universal_mcp/applications/wrike/app.py +1583 -0
  259. universal_mcp/applications/youtube/README.md +57 -0
  260. universal_mcp/applications/youtube/__init__.py +1 -0
  261. universal_mcp/applications/youtube/app.py +1696 -0
  262. universal_mcp/applications/zenquotes/README.md +12 -0
  263. universal_mcp/applications/zenquotes/__init__.py +1 -0
  264. universal_mcp/applications/zenquotes/app.py +31 -0
  265. universal_mcp_applications-0.1.1.dist-info/METADATA +172 -0
  266. universal_mcp_applications-0.1.1.dist-info/RECORD +268 -0
  267. universal_mcp_applications-0.1.1.dist-info/WHEEL +4 -0
  268. universal_mcp_applications-0.1.1.dist-info/licenses/LICENSE +21 -0
@@ -0,0 +1,12 @@
1
+ # MarkitdownApp MCP Server
2
+
3
+ An MCP Server for the MarkitdownApp API.
4
+
5
+ ## 🛠️ Tool List
6
+
7
+ This is automatically generated from OpenAPI schema for the MarkitdownApp API.
8
+
9
+
10
+ | Tool | Description |
11
+ |------|-------------|
12
+ | `convert_to_markdown` | Asynchronously converts a URI or local file path to markdown format |
@@ -0,0 +1 @@
1
+ from .app import MarkitdownApp
@@ -0,0 +1,63 @@
1
+ import re
2
+
3
+ from universal_mcp.applications import BaseApplication
4
+
5
+ from markitdown import MarkItDown
6
+
7
+
8
+ class MarkitdownApp(BaseApplication):
9
+ def __init__(self, **kwargs):
10
+ super().__init__(name="markitdown", **kwargs)
11
+ self.markitdown = MarkItDown(enable_plugins=True)
12
+
13
+ async def convert_to_markdown(self, uri: str) -> str:
14
+ """
15
+ Asynchronously converts a URI or local file path to markdown format
16
+ using the markitdown converter.
17
+
18
+ This tool aims to extract the main text content from various sources.
19
+ It automatically prepends 'file://' to the input string if it appears
20
+ to be a local path without a specified scheme (like http, https, data, file).
21
+
22
+ Args:
23
+ uri (str): The URI pointing to the resource or a local file path.
24
+ Supported schemes:
25
+ - http:// or https:// (Web pages, feeds, APIs)
26
+ - file:// (Local or accessible network files)
27
+ - data: (Embedded data)
28
+
29
+ Returns:
30
+ A string containing the markdown representation of the content at the specified URI
31
+
32
+ Raises:
33
+ ValueError: If the URI is invalid, empty, or uses an unsupported scheme
34
+ after automatic prefixing.
35
+
36
+ Tags:
37
+ convert, markdown, async, uri, transform, document, important
38
+ """
39
+ if not uri:
40
+ raise ValueError("URI cannot be empty")
41
+
42
+ known_schemes = ["http://", "https://", "file://", "data:"]
43
+ has_scheme = any(uri.lower().startswith(scheme) for scheme in known_schemes)
44
+ if not has_scheme and not re.match(r"^[a-zA-Z]+:", uri):
45
+ if re.match(r"^[a-zA-Z]:[\\/]", uri): # Check for Windows drive letter path
46
+ normalized_path = uri.replace("\\", "/") # Normalize backslashes
47
+ processed_uri = f"file:///{normalized_path}"
48
+ else: # Assume Unix-like path or simple relative path
49
+ processed_uri = (
50
+ f"file://{uri}" if uri.startswith("/") else f"file:///{uri}"
51
+ ) # Add leading slash if missing for absolute paths
52
+
53
+ uri_to_process = processed_uri
54
+ else:
55
+ # Use the uri as provided
56
+ uri_to_process = uri
57
+
58
+ return self.markitdown.convert_uri(uri_to_process).markdown
59
+
60
+ def list_tools(self):
61
+ return [
62
+ self.convert_to_markdown,
63
+ ]
@@ -0,0 +1,151 @@
1
+ # MiroApp MCP Server
2
+
3
+ An MCP Server for the MiroApp API.
4
+
5
+ ## 🛠️ Tool List
6
+
7
+ This is automatically generated from OpenAPI schema for the MiroApp API.
8
+
9
+
10
+ | Tool | Description |
11
+ |------|-------------|
12
+ | `revoke_token_v1` | Revokes an OAuth access token using the POST method at "/v1/oauth/revoke", allowing clients to invalidate tokens as needed. |
13
+ | `get_access_token_information` | Retrieves an OAuth 2.0 token using the GET method for client authorization purposes. |
14
+ | `get_audit_logs` | Retrieves audit logs with optional filtering by time range, pagination, and sorting parameters. |
15
+ | `get_organization_settings` | Retrieves data classification settings for an organization, providing information on how data is categorized and handled within the specified organization. |
16
+ | `bulk_update_boards_classification` | Updates the data classification settings for a specific team in an organization using the "PATCH" method. |
17
+ | `get_team_settings` | Retrieves the data classification settings for a specific team within an organization. |
18
+ | `update_team_settings` | Updates data classification settings for a specific team within an organization using the PATCH method. |
19
+ | `get_board_classification` | Retrieves data classification details for a specified organization, team, and board using the provided identifiers. |
20
+ | `update_board_classification` | Assigns data classifications to a board within a specified organization and team using the provided criteria and returns a success status upon completion. |
21
+ | `get_all_cases` | Retrieves a list of cases for a specified organization using the "GET" method, allowing optional query parameters for pagination via "limit" and "cursor". |
22
+ | `get_case` | Retrieves a specific case for an organization with the provided org_id and case_id. |
23
+ | `get_all_legal_holds_within_acase` | Retrieves a paginated list of legal holds for a specific case and organization using cursor-based pagination. |
24
+ | `get_legal_hold_information` | Retrieves a specific legal hold for a case within an organization using the provided identifiers. |
25
+ | `get_content_items_under_legal_hold` | Retrieves a list of content items under a specific legal hold in a case for an organization, allowing for pagination using limit and cursor parameters. |
26
+ | `create_board_export_job` | Exports board data for a specified organization using the "POST" method and returns a job status. |
27
+ | `get_board_export_job_status` | Retrieves the status and details of a specified board export job for an organization using the API. |
28
+ | `get_results_for_board_export_job` | Retrieves the export results for a specific organization's board export job using the API. |
29
+ | `retrieve_content_change_logs_of_board_items` | Retrieves organization content logs with filtering options such as board IDs, email addresses, date ranges, and pagination parameters. |
30
+ | `reset_all_sessions_of_auser` | Resets all active sessions for a specified user (identified by email), requiring reauthentication. |
31
+ | `get_organization_info` | Retrieves information about an organization specified by its ID using the API endpoint "/v2/orgs/{org_id}" with the GET method. |
32
+ | `get_organization_members` | Retrieves a list of members from an organization specified by `{org_id}` using query parameters for filtering by email, role, license status, and member activity, with pagination options. |
33
+ | `get_organization_member` | Retrieves a specific member's details within an organization using their unique identifiers. |
34
+ | `get_boards` | Retrieves a list of boards filtered by team, project, search query, owner, and pagination parameters. |
35
+ | `copy_board` | Updates a board's configuration (with optional source copying) and returns the updated board details. |
36
+ | `create_board` | Creates a new board resource and returns a success status upon completion. |
37
+ | `get_specific_board` | Retrieves information about a specific board identified by its ID using the API endpoint "/v2/boards/{board_id}" with the GET method. |
38
+ | `delete_board` | Deletes a specific board identified by its ID using the "DELETE" method, effectively removing it from the system and returning a success status when completed. |
39
+ | `update_board` | Updates a Trello board identified by `{board_id}` using the Trello API and returns a status message. |
40
+ | `create_app_card_item` | Creates a new app card on a specified board using the "POST" method, identified by the path "/v2/boards/{board_id}/app_cards". |
41
+ | `get_app_card_item` | Retrieves the details of an app card with the specified item ID from a board using the GET method. |
42
+ | `delete_app_card_item` | Deletes an app card item from the specified board using the DELETE method and returns a success status upon completion. |
43
+ | `update_app_card_item` | Updates a specific app card on the specified board using partial modifications via the PATCH method. |
44
+ | `create_card_item` | Creates a new card on the specified board using the provided data and returns the operation status upon success. |
45
+ | `get_card_item` | Retrieves a specific card from a board using its board ID and item ID, returning relevant details in the response. |
46
+ | `delete_card_item` | Deletes a specific card item from a board by ID and returns a success status upon removal. |
47
+ | `update_card_item` | Updates specified fields of a card item on a board using partial modifications. |
48
+ | `get_connectors` | Retrieves a list of connectors associated with a specific board, allowing optional filtering by limit and cursor parameters. |
49
+ | `create_connector` | Establishes a connection to a specific board by creating a new connector using the API at the path "/v2/boards/{board_id}/connectors" with the POST method. |
50
+ | `get_specific_connector` | Retrieves a specific connector from a board using the provided board and connector identifiers. |
51
+ | `delete_connector` | Deletes a specific connector associated with a board, identified by the provided `board_id` and `connector_id`, removing it along with any related configurations. |
52
+ | `update_connector` | Updates a connector on a specific board using the PATCH method, returning a status message upon successful modification. |
53
+ | `create_document_item_using_url` | Adds a document to a specified board using the POST method and returns a status message. |
54
+ | `get_document_item` | Retrieves a specific document from a board using the provided board ID and item ID. |
55
+ | `delete_document_item` | Deletes a specified document from a board using its unique identifier and returns a success status upon completion. |
56
+ | `update_document_item_using_url` | Updates a specific document within a board using partial modifications and returns a success status. |
57
+ | `create_embed_item` | Creates an embed associated with a specific board, returning the result upon successful creation. |
58
+ | `get_embed_item` | Retrieves an embedded item from a specified board using the provided board and item identifiers. |
59
+ | `delete_embed_item` | Deletes the specified embed item from the board by its ID and returns a success status upon removal. |
60
+ | `update_embed_item` | Updates an embedded item within a specified board and returns the updated result. |
61
+ | `create_image_item_using_url` | Uploads an image to a specified board and returns success status upon completion. |
62
+ | `get_image_item` | Retrieves a specific image item from a designated board using the provided identifiers. |
63
+ | `delete_image_item` | Deletes a specific image from a specified board. |
64
+ | `update_image_item_using_url` | Updates a specific image in a board using the PATCH method, applying partial modifications to the image's properties. |
65
+ | `get_items_on_board` | Retrieves a paginated list of items from a specified board using query parameters for limit, type, and cursor-based pagination. |
66
+ | `get_specific_item_on_board` | Retrieves details of a specific item from a board using the GET method and returns the data in response. |
67
+ | `delete_item` | Deletes a specific item from a board by its ID and returns a success status. |
68
+ | `update_item_position_or_parent` | Partially updates an existing item on a board using the PATCH method, allowing for specific modifications to resource properties. |
69
+ | `get_items_within_frame` | Retrieves a paginated list of items from a specified board, filtered by parent item ID and type, using cursor-based pagination. |
70
+ | `get_specific_item_on_board1` | Retrieves a specific item from a board using the specified identifiers. |
71
+ | `delete_item1` | Deletes a specific item from a Miro board using the "DELETE" method. |
72
+ | `get_all_board_members` | Retrieves a paginated list of board members using query parameters for limit and offset, returning a 200 status on success. |
73
+ | `share_board` | Adds a new member to a board using the API at path "/v2/boards/{board_id}/members" and returns a successful status message upon completion. |
74
+ | `get_specific_board_member` | Retrieves information about a specific board member using the "GET" method, providing details associated with the member identified by `{board_member_id}` within the board identified by `{board_id}`. |
75
+ | `remove_board_member` | Removes a user from a board using the Miro API and returns a successful response upon completion. |
76
+ | `update_board_member` | Updates a board member's details for the specified board using the PATCH method. |
77
+ | `create_shape_item` | Creates a new shape on a specified board using the provided data. |
78
+ | `get_shape_item` | Retrieves a specific shape from the specified board. |
79
+ | `delete_shape_item` | Deletes a specified shape from a board using the provided board and item identifiers. |
80
+ | `update_shape_item` | Updates a specific shape on a board by its ID and returns a success status. |
81
+ | `create_sticky_note_item` | Creates a new sticky note on a specific board using the "POST" method and returns a successful status message when the operation is completed. |
82
+ | `get_sticky_note_item` | Retrieves a specific sticky note from a board using the provided board and item IDs. |
83
+ | `delete_sticky_note_item` | Deletes a specific sticky note from a board using the DELETE method, returning a successful status message. |
84
+ | `update_sticky_note_item` | Updates a sticky note on the specified board using partial modifications and returns a success status. |
85
+ | `create_text_item` | Creates a new text entry on a specified board and returns a success status. |
86
+ | `get_text_item` | Retrieves a specific text item from a board using the provided board and item identifiers. |
87
+ | `delete_text_item` | Deletes a specific text item from a board using the provided board and item identifiers. |
88
+ | `update_text_item` | Updates a specific text item on a board using the PATCH method, allowing partial modifications of the item's properties. |
89
+ | `create_items_in_bulk` | Bulk updates or creates items on a specified board using the API endpoint "/v2/boards/{board_id}/items/bulk" via the POST method. |
90
+ | `create_frame` | Creates a new frame in the specified board using the API and returns a successful response. |
91
+ | `get_frame` | Retrieves the details of a specific frame within a board using the "GET" method. |
92
+ | `delete_frame` | Deletes a frame with the specified item ID from a board with the given board ID. |
93
+ | `update_frame` | Updates specific frame properties for a board using partial modifications and returns a success status. |
94
+ | `get_app_metrics` | Retrieves application metrics for a specified time period using the `startDate`, `endDate`, and `period` query parameters. |
95
+ | `get_total_app_metrics` | Retrieves total metrics for a specified application by its ID. |
96
+ | `create_webhook_subscription` | Creates a board subscription webhook and returns a success status upon configuration. |
97
+ | `update_webhook_subscription` | Updates a webhook subscription for a board using the GitHub API and returns a success status. |
98
+ | `get_webhook_subscriptions` | Retrieves a paginated list of webhook subscriptions using cursor-based pagination. |
99
+ | `get_specific_webhook_subscription` | Retrieves details about a specific webhook subscription identified by the provided subscription ID using the GET method. |
100
+ | `delete_webhook_subscription` | Deletes a webhook subscription by a specified `subscription_id`, stopping the delivery of notifications associated with that subscription. |
101
+ | `get_specific_mind_map_node` | Retrieves a specific mind map node by ID from a specified board using the GET method. |
102
+ | `delete_mind_map_node` | Deletes a specified mindmap node from a board using the experimental v2 API. |
103
+ | `get_mind_map_nodes` | Retrieves a paginated list of mindmap nodes from a specified Miro board, supporting limit and cursor parameters for result pagination. |
104
+ | `create_mind_map_node` | Creates a new mind map node in a specified Miro board using the POST method and returns a response upon successful creation. |
105
+ | `get_items_on_board1` | Retrieves a paginated list of items from a specified board, filtered by type and limited by cursor-based pagination. |
106
+ | `create_shape_item1` | Creates a new shape on a board with the specified `board_id` using the API. |
107
+ | `get_shape_item1` | Retrieves shape details from a specific item within a board, identified by the board ID and item ID. |
108
+ | `delete_shape_item1` | Deletes a specific shape from the specified board. |
109
+ | `update_shape_item1` | Updates a specific shape on a board and returns a status message. |
110
+ | `get_all_groups_on_aboard` | Retrieves a list of groups associated with a specified board, allowing for pagination with optional limit and cursor parameters. |
111
+ | `create_group` | Creates a new group in the specified board using the provided board ID and returns a success status. |
112
+ | `get_items_of_agroup_by_id` | Retrieves a paginated list of group items for a specific board, optionally filtered by group item ID, with cursor-based pagination support. |
113
+ | `get_agroup_by_its_id` | Retrieves a group associated with a specific board from the API. |
114
+ | `updates_agroup_with_new_items` | Updates a group on a specific board using the provided group ID and board ID. |
115
+ | `ungroup_items` | Deletes a group from a specified board using the DELETE method, optionally allowing for the deletion of associated items. |
116
+ | `deletes_the_group` | Deletes a group from a specified board, with an option to delete associated items, and returns a success status. |
117
+ | `revoke_token_v2` | Revokes an OAuth 2.0 access or refresh token at the authorization server's revocation endpoint and returns a successful status upon invalidation. |
118
+ | `get_tags_from_item` | Retrieves tags associated with a specific item on a board using the API. |
119
+ | `get_tags_from_board` | Retrieves a list of tags associated with a specific board, allowing for pagination control via limit and offset parameters. |
120
+ | `create_tag` | Creates and adds new tags to a specific board using the provided board ID. |
121
+ | `get_tag` | Retrieves information about a specific tag associated with a board, identified by the board ID and tag ID, using the GET method. |
122
+ | `delete_tag` | Deletes a tag from a specific board using the API and returns a successful status message. |
123
+ | `update_tag` | Updates a tag associated with a specific board by modifying its details using the specified `board_id` and `tag_id`. |
124
+ | `get_items_by_tag` | Retrieves paginated items from a specific board's platform tags, optionally filtered by tag ID. |
125
+ | `attach_tag_to_item` | Adds an item to a board with specific platform tags using the POST method, optionally specifying a tag ID in the query parameters. |
126
+ | `remove_tag_from_item` | Deletes a specific item from a board's PlatformTags collection, requiring a tag_id parameter for identification. |
127
+ | `list_of_projects` | Retrieves a list of projects for a specified team within an organization, allowing pagination via limit and cursor parameters. |
128
+ | `create_project` | Assigns a project to a team within an organization using a POST request and returns a success status upon completion. |
129
+ | `get_project` | Retrieves project details for a specific team within an organization. |
130
+ | `delete_project` | Deletes a specific organization's team project and returns a success message upon removal. |
131
+ | `update_project` | Updates project details within the specified team and organization using the PATCH method and returns a successful response upon completion. |
132
+ | `get_project_settings` | Retrieves the settings for a specified organization's team project. |
133
+ | `update_project_settings` | Updates organization, team, and project settings for the specified project. |
134
+ | `list_of_project_members` | Retrieves a list of members in a specific project within a team for an organization using the provided limit and cursor query parameters. |
135
+ | `add_member_in_aproject` | Adds a member to a specified project within a team and organization. |
136
+ | `get_project_member` | Retrieves a specific member's details from a project team within an organization. |
137
+ | `remove_project_member` | Deletes a member from a specific project within a team in an organization using the provided member ID. |
138
+ | `update_project_member` | Updates team member information in an organization project using the "PATCH" method and returns a successful status response. |
139
+ | `list_teams` | Retrieves a paginated list of teams for a specified organization with optional filtering by name. |
140
+ | `create_team` | Creates a new team within the specified organization using the POST method. |
141
+ | `get_team` | Retrieves team details for the specified organization and team ID. |
142
+ | `delete_team` | Deletes a team within an organization using the specified organization and team IDs. |
143
+ | `update_team` | Updates specific properties of a team within an organization using partial modifications. |
144
+ | `list_team_members` | Retrieves a paginated list of members for a specified team within an organization, optionally filtered by role. |
145
+ | `invite_team_members` | Adds a member to a specific team within an organization using the API endpoint at "/v2/orgs/{org_id}/teams/{team_id}/members". |
146
+ | `get_team_member` | Retrieves information about a specific team member using the provided organization, team, and member identifiers. |
147
+ | `delete_team_member_from_team` | Removes a member from a specified team in an organization using the GitHub API. |
148
+ | `update_team_member` | Updates the membership details of a team member in an organization using the GitHub API. |
149
+ | `get_default_team_settings` | Retrieves the default team settings for an organization via the GitHub API. |
150
+ | `get_team_settings1` | Retrieves team settings for a specified team within an organization using the "GET" method. |
151
+ | `update_team_settings1` | Updates settings for a team within an organization using the GitHub API and returns a status message. |
@@ -0,0 +1 @@
1
+ from .app import MiroApp