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,198 @@
1
+ # ConfluenceApp MCP Server
2
+
3
+ An MCP Server for the ConfluenceApp API.
4
+
5
+ ## 🛠️ Tool List
6
+
7
+ This is automatically generated from OpenAPI schema for the ConfluenceApp API.
8
+
9
+
10
+ | Tool | Description |
11
+ |------|-------------|
12
+ | `get_attachments` | Retrieves a list of attachments based on specified filters like sort order, cursor position, status, media type, filename, and limit, using the GET method. |
13
+ | `get_attachment_by_id` | Retrieves a specific attachment by ID with optional parameters to include labels, properties, operations, versions, collaborators, or specify a version. |
14
+ | `delete_attachment` | Deletes the specified attachment using its unique identifier and optionally purges it permanently. |
15
+ | `get_attachment_labels` | Retrieves labels associated with a specific attachment, optionally filtered by prefix, sorted, and paginated using cursor-based pagination. |
16
+ | `get_attachment_operations` | Retrieves operations associated with a specific attachment using its unique identifier. |
17
+ | `get_attachment_content_properties` | Retrieves properties of a specific attachment identified by `attachment-id`, with optional filtering, sorting, and pagination via query parameters. |
18
+ | `create_attachment_property` | Creates a new property for the specified attachment and returns the created property. |
19
+ | `get_attachment_content_properties_by_id` | Retrieves a specific property of an attachment using the provided attachment ID and property ID. |
20
+ | `update_attachment_property_by_id` | Updates a specific property for an attachment by its ID and returns the updated result. |
21
+ | `delete_attachment_property_by_id` | Deletes a specific property from an attachment using the DELETE method, identified by both the attachment ID and the property ID. |
22
+ | `get_attachment_versions` | Retrieves a list of versions for a specific attachment using the "id" parameter and supports query parameters for pagination and sorting. |
23
+ | `get_attachment_version_details` | Retrieves a specific version of an attachment file using the attachment ID and version number, returning the details of the specified version. |
24
+ | `get_attachment_comments` | Retrieves paginated footer comments for a specific attachment using query parameters for formatting, pagination, sorting, and version control. |
25
+ | `get_blog_posts` | Retrieves a list of blog posts using the "GET" method at the "/blogposts" endpoint, allowing filtering by parameters such as ID, space ID, sort order, status, title, and body format. |
26
+ | `create_blog_post` | Creates a new blog post using the POST method at the "/blogposts" endpoint, with an optional parameter to specify whether the post should be private. |
27
+ | `get_blog_post_by_id` | Retrieves a specific blog post by ID, allowing optional filtering by various parameters such as body format, draft status, and inclusion of additional metadata like labels, properties, and collaborators. |
28
+ | `update_blog_post` | Updates or creates a blog post with the specified ID and returns a status message. |
29
+ | `delete_blog_post` | Deletes a blog post with the specified ID using the DELETE method, with optional parameters to purge or manage draft status. |
30
+ | `get_blogpost_attachments` | Retrieves a list of attachments associated with a specific blog post, supporting filtering by status, media type, filename, and pagination via query parameters. |
31
+ | `get_custom_content_by_type_in_blog_post` | Retrieves custom content for a specific blog post using the "GET" method with options to filter by type, sort order, and other parameters. |
32
+ | `get_blog_post_labels` | Retrieves a list of labels associated with a specific blog post, filtered by prefix, sorted, and paginated based on provided query parameters. |
33
+ | `get_blog_post_like_count` | Retrieves the number of likes for a blog post using the specified ID via the GET method. |
34
+ | `get_blog_post_like_users` | Retrieves a paginated list of users who liked a specific blog post, using cursor-based pagination parameters. |
35
+ | `get_blogpost_content_properties` | Retrieves properties of a specific blog post identified by its ID, allowing optional filtering by key, sorting, and pagination using cursor and limit parameters. |
36
+ | `create_blogpost_property` | Adds custom properties to a specified blogpost and returns a success or error status. |
37
+ | `get_blogpost_content_properties_by_id` | Retrieves a specific property from a blog post using the provided blogpost and property IDs. |
38
+ | `update_blogpost_property_by_id` | Updates the specified property of a blog post using the provided identifiers and returns a status message. |
39
+ | `delete_blogpost_property_by_id` | Deletes a specific property from a blog post using the blog post ID and property ID. |
40
+ | `get_blog_post_operations` | Retrieves operations associated with a specific blog post identified by the provided ID using the GET method. |
41
+ | `get_blog_post_versions` | Retrieves a list of version history entries for a specific blog post, optionally paginated and sorted, with customizable response formatting. |
42
+ | `get_blog_post_version_details` | Retrieves a specific version of a blog post identified by its ID and version number using the GET method. |
43
+ | `convert_content_ids_to_content_types` | Converts content IDs to their corresponding types using a POST request and returns appropriate responses based on the conversion outcome. |
44
+ | `get_custom_content_by_type` | Retrieves custom content at the specified path "/custom-content" using the GET method, allowing for filtering by type, id, space-id, sort order, and pagination with optional cursor and limit parameters. |
45
+ | `create_custom_content` | Creates custom content via a POST request and returns appropriate status codes indicating success or specific errors. |
46
+ | `get_custom_content_by_id` | Retrieves custom content by a specified ID using the "GET" method, allowing optional formatting and inclusion of additional details such as labels, properties, operations, versions, and collaborators. |
47
+ | `update_custom_content` | Updates or replaces a custom content resource identified by the provided ID using the PUT method, returning various status responses based on the request's success or failure. |
48
+ | `delete_custom_content` | Deletes a custom content resource identified by its ID from the system, with an optional query parameter to specify whether to purge the content. |
49
+ | `get_custom_content_attachments` | Retrieves a list of attachments associated with custom content identified by the given ID, allowing for filtering by sort order, cursor, status, media type, filename, and limiting the number of results. |
50
+ | `get_custom_content_comments` | Retrieves a list of footer comments associated with a specific custom content item using the "GET" method, allowing for optional filtering by body format, cursor, limit, and sort order. |
51
+ | `get_custom_content_labels` | Retrieves labels for custom content with a specified ID, allowing filtering by prefix, sorting, and pagination using query parameters. |
52
+ | `get_custom_content_operations` | Retrieves operational details for a custom content item identified by its ID using the GET method. |
53
+ | `get_custom_content_content_properties` | Retrieves the properties associated with a specific custom content item by its ID, with optional filtering and pagination via query parameters. |
54
+ | `create_custom_content_property` | Adds or updates properties for a specified custom content item and returns the operation result. |
55
+ | `get_custom_content_content_properties_by_id` | Retrieves properties of a specific item identified by a custom content ID and property ID using the GET method. |
56
+ | `update_custom_content_property_by_id` | Updates a specific custom property of a custom content item in Confluence and returns the updated property. |
57
+ | `delete_custom_content_property_by_id` | Deletes a specified property from a custom content resource. |
58
+ | `get_labels` | Retrieves a list of labels using the "GET" method at the "/labels" endpoint, allowing filtering by label ID, prefix, sorting, and pagination via query parameters. |
59
+ | `get_label_attachments` | Retrieves a list of attachments associated with a label identified by the provided ID, allowing for sorting and pagination via query parameters. |
60
+ | `get_label_blog_posts` | Retrieves a list of blog posts associated with a specific label by ID, allowing optional filtering by space ID, body format, sorting, cursor pagination, and content limit, using the GET method. |
61
+ | `get_label_pages` | Retrieves a list of pages associated with a label identified by `{id}`, allowing filtering by space, body format, sorting, and pagination options. |
62
+ | `get_pages` | Retrieves a list of pages based on specified parameters such as ID, space ID, sort order, status, title, body format, cursor, and limit using the GET method at the "/pages" endpoint. |
63
+ | `create_page` | Creates a new page with optional query parameters to specify visibility (private/public), embedding, and root-level placement, returning appropriate status codes. |
64
+ | `get_page_by_id` | Retrieves a specific page by its ID, including optional details such as version history, labels, collaborators, and web resources based on query parameters. |
65
+ | `update_page` | Updates or creates a page resource at the specified ID and returns a status. |
66
+ | `delete_page` | Deletes a page specified by ID using the DELETE method, with optional purge and draft query parameters, returning a successful response if the operation is completed without providing content. |
67
+ | `get_page_attachments` | Retrieves a list of attachments for a page with the specified ID, allowing optional sorting, filtering, and pagination based on query parameters. |
68
+ | `get_custom_content_by_type_in_page` | Retrieves custom content for a page with the specified ID using the GET method, allowing filtering by type, sorting, pagination, and body format customization. |
69
+ | `get_page_labels` | Retrieves a list of labels for a page with the specified ID, optionally filtering by prefix, sorting, and paginating using cursor and limit parameters. |
70
+ | `get_page_like_count` | Retrieves the number of likes for a page identified by the given ID using the GET method. |
71
+ | `get_page_like_users` | Retrieves a list of users who have liked a page with the specified ID using the GET method, with optional parameters for pagination. |
72
+ | `get_page_operations` | Retrieves operations associated with a specific page based on the provided ID. |
73
+ | `get_page_content_properties` | Retrieves properties associated with a specific page using the Notion API and returns them based on query parameters like key, sort, cursor, and limit. |
74
+ | `create_page_property` | Updates properties for a page using the page ID provided in the path. |
75
+ | `get_page_content_properties_by_id` | Retrieves the properties of a specific page element using the page ID and property ID. |
76
+ | `update_page_property_by_id` | Updates a specific property for a given page using the provided path parameters and returns the operation status. |
77
+ | `delete_page_property_by_id` | Deletes a specific property from a specified page using the provided page-id and property-id as path parameters. |
78
+ | `get_page_versions` | Retrieves versions of a page identified by the specified ID, allowing optional filtering by body format, sorting, and pagination using cursor and limit parameters. |
79
+ | `create_whiteboard` | Creates a new whiteboard with optional privacy settings and returns the result. |
80
+ | `get_whiteboard_by_id` | Retrieves a specific whiteboard by ID, optionally including additional details such as collaborators, direct children, operations, and properties using query parameters. |
81
+ | `delete_whiteboard` | Deletes the specified whiteboard by its ID and moves it to the trash. |
82
+ | `get_whiteboard_content_properties` | Retrieves properties for a whiteboard with the specified ID, optionally filtering by key, sorting, and paginating results using a cursor and limit parameters. |
83
+ | `create_whiteboard_property` | Updates the properties of a specific whiteboard using the API at path "/whiteboards/{id}/properties" via the POST method. |
84
+ | `get_whiteboard_content_properties_by_id` | Retrieves a specific property from a designated whiteboard using the provided whiteboard and property identifiers. |
85
+ | `update_whiteboard_property_by_id` | Updates a specific property of a whiteboard using the "PUT" method, specifying the whiteboard and property IDs in the path. |
86
+ | `delete_whiteboard_property_by_id` | Deletes a specific property from a whiteboard by ID using the DELETE method. |
87
+ | `get_whiteboard_operations` | Retrieves a list of operations for a specific whiteboard identified by its ID using the GET method. |
88
+ | `get_whiteboard_ancestors` | Retrieves all ancestors for a specified whiteboard in top-to-bottom order, limited by the `limit` parameter, with minimal details returned for each ancestor. |
89
+ | `create_database` | Creates a new database (optionally with private access restrictions) and returns the operation result. |
90
+ | `get_database_by_id` | Retrieves a database by its ID and optionally includes additional details such as collaborators, direct children, operations, or properties using the specified query parameters. |
91
+ | `delete_database` | Deletes a database identified by its ID using the DELETE method, returning a success status of 204 if successful, or error statuses for unauthorized access, invalid requests, or if the database is not found. |
92
+ | `get_database_content_properties` | Retrieves the properties (columns) of a Notion database identified by its ID, supporting pagination and sorting via query parameters. |
93
+ | `create_database_property` | Creates a new property in a database using the specified database ID and returns the result. |
94
+ | `get_database_content_properties_by_id` | Retrieves specific property details from a designated database using the provided database and property identifiers. |
95
+ | `update_database_property_by_id` | Updates a specific property in a database by providing the database ID and property ID, using the PUT method to modify its schema or settings. |
96
+ | `delete_database_property_by_id` | Removes a specified property from a database and returns a confirmation response upon success. |
97
+ | `get_database_operations` | Retrieves and performs operations on a specific database by its identifier. |
98
+ | `get_database_ancestors` | Retrieves a list of ancestors for a database specified by its ID, returning them in top-to-bottom order, with optional filtering by a limit parameter. |
99
+ | `create_smart_link` | Creates or processes embedded content via the API and returns a status or the created resource. |
100
+ | `get_smart_link_by_id` | Retrieves an embed with the specified ID and optionally includes collaborators, direct children, operations, and properties based on query parameters. |
101
+ | `delete_smart_link` | Deletes an embed resource by ID and returns a success status upon removal. |
102
+ | `get_smart_link_content_properties` | Retrieves properties for an embed with the specified ID, allowing optional filtering by key, sorting, and pagination using query parameters. |
103
+ | `create_smart_link_property` | Creates or updates properties for a specific embed using the embed ID and returns the operation status. |
104
+ | `get_smart_link_content_properties_by_id` | Retrieves the properties of a specific embed using its embed ID and property ID. |
105
+ | `update_smart_link_property_by_id` | Updates a specific property of an embed using the provided embed ID and property ID. |
106
+ | `delete_smart_link_property_by_id` | Deletes a specific property from an embed identified by embed-id and property-id. |
107
+ | `get_smart_link_operations` | Retrieves the operations associated with a specific embed identified by {id}. |
108
+ | `get_smart_link_ancestors` | Retrieves a list of ancestors associated with a specified embed ID using a path parameter and an optional query limit. |
109
+ | `create_folder` | Creates a new folder within a specified parent folder using the POST method and returns details of the newly created folder. |
110
+ | `get_folder_by_id` | Retrieves a specific folder's details including its collaborators, direct children, operations, and properties based on the provided ID. |
111
+ | `delete_folder` | Deletes a folder by its ID using the DELETE method, returning a 204 status code upon successful removal. |
112
+ | `get_folder_content_properties` | Retrieves properties for a folder identified by the provided ID, allowing filtering by key and optional sorting, pagination, and limiting of results. |
113
+ | `create_folder_property` | Creates and updates properties for a specific folder identified by `{id}` using the "POST" method. |
114
+ | `get_folder_content_properties_by_id` | Retrieves a specific property associated with a folder using the folder ID and property ID. |
115
+ | `update_folder_property_by_id` | Updates a specific property of a folder by ID using the specified property identifier. |
116
+ | `delete_folder_property_by_id` | Deletes a specific property from a folder using the "DELETE" method by providing the folder ID and property ID in the request path. |
117
+ | `get_folder_operations` | Retrieves a list of available operations for a specific folder identified by its ID using the GET method. |
118
+ | `get_folder_ancestors` | Retrieves a flat list of a folder's ancestors starting from its parent up to the root folder. |
119
+ | `get_page_version_details` | Retrieves a specific version of a page using the provided page ID and version number. |
120
+ | `get_custom_content_versions` | Retrieves a paginated list of versions for a specific custom content item, supporting filtering, sorting, and format customization. |
121
+ | `get_custom_content_version_details` | Retrieves a specific version of custom content by its ID and version number using the "GET" method. |
122
+ | `get_spaces` | Retrieves a list of spaces filtered by criteria such as IDs, keys, type, status, labels, favorited status, and pagination parameters. |
123
+ | `create_space` | Creates a new space resource and returns a success response upon creation. |
124
+ | `get_space_by_id` | Retrieves a space's details by its ID, optionally including descriptions, icons, operations, properties, permissions, role assignments, and labels based on query parameters. |
125
+ | `get_blog_posts_in_space` | Retrieves a list of blog posts associated with a specific space, allowing filtering by status, title, and sorting options. |
126
+ | `get_space_labels` | Retrieves a list of labels for a specific space identified by its ID, allowing optional filtering by prefix, sorting, and pagination using query parameters. |
127
+ | `get_space_content_labels` | Retrieves a list of content labels for a specific space using the provided ID, with optional filtering by prefix, sorting, and pagination. |
128
+ | `get_custom_content_by_type_in_space` | Retrieves custom content for a specific space, allowing users to filter by type, cursor, and limit, with options for different body formats. |
129
+ | `get_space_operations` | Retrieves a list of operations for a specific space identified by the given ID using the provided API endpoint. |
130
+ | `get_pages_in_space` | Retrieves a list of pages for a specified space, allowing filtering by depth, sort order, status, title, body format, and pagination controls. |
131
+ | `get_space_properties` | Retrieves a list of properties for a specified space, optionally filtered by key, with pagination support via cursor and limit parameters. |
132
+ | `create_space_property` | Creates a new property for a specified space using the "POST" method, where the space is identified by the `{space-id}` path parameter. |
133
+ | `get_space_property_by_id` | Retrieves the specified property details for a space using the provided space and property identifiers. |
134
+ | `update_space_property_by_id` | Updates the specified property within a designated space and returns a success status upon completion. |
135
+ | `delete_space_property_by_id` | Deletes a property from a specified space using the provided space ID and property ID. |
136
+ | `get_space_permissions_assignments` | Retrieves the list of permissions assigned to a specific space, supporting pagination via cursor and limit parameters. |
137
+ | `get_available_space_permissions` | Retrieves space permissions with pagination support using cursor and limit parameters. |
138
+ | `get_available_space_roles` | Retrieves a list of space roles, filtered by space ID, role type, principal ID, and principal type, with options for pagination using a cursor and limit, returning relevant space role information. |
139
+ | `get_space_roles_by_id` | Retrieves space role assignments for a specified space ID, returning role-based permissions and user access details. |
140
+ | `get_space_role_assignments` | Retrieves role assignments for a specific space with optional filtering by role type, role ID, principal type, principal ID, and pagination controls. |
141
+ | `set_space_role_assignments` | Assigns a role to a specific space identified by the path parameter ID and returns the assignment status. |
142
+ | `get_page_footer_comments` | Retrieves comments from the footer section of a specific page identified by its ID, allowing for optional filtering by body format, status, sorting, cursor, and limit. |
143
+ | `get_page_inline_comments` | Retrieves a list of inline comments for a specific page, allowing customization by body format, status, resolution status, sorting, cursor, and limit, using the API at "/pages/{id}/inline-comments" via the GET method. |
144
+ | `get_blog_post_footer_comments` | Retrieves comments from the footer section of a specific blog post using the "GET" method, allowing for customizable output format and sorting options based on query parameters. |
145
+ | `get_blog_post_inline_comments` | Retrieves a list of inline comments associated with a specific blog post using the provided parameters for filtering and sorting. |
146
+ | `get_footer_comments` | Retrieves a list of comments for the footer, allowing customization through query parameters for body format, sorting, pagination with a cursor, and limiting the number of results. |
147
+ | `create_footer_comment` | Creates a new footer comment entry and returns a success status upon creation. |
148
+ | `get_footer_comment_by_id` | Retrieves information about a specific footer comment using the comment ID, with optional configurations for formatting and included metadata. |
149
+ | `update_footer_comment` | Updates a Confluence footer comment's content and returns a success response. |
150
+ | `delete_footer_comment` | Deletes a specific footer comment identified by its ID using the DELETE method, returning a 204 status code upon successful deletion. |
151
+ | `get_footer_comment_children` | Retrieves child comments for a specific footer comment with optional filtering, sorting, and pagination parameters. |
152
+ | `get_footer_like_count` | Retrieves the count of likes for a specific footer comment using the "GET" method at the "/footer-comments/{id}/likes/count" endpoint. |
153
+ | `get_footer_like_users` | Retrieves a list of users who have liked a specific comment with the given ID using the GET method, allowing for pagination through cursor and limit parameters. |
154
+ | `get_footer_comment_operations` | Retrieves the operations for a specific footer comment identified by the provided ID using the GET method. |
155
+ | `get_footer_comment_versions` | Retrieves and lists versions of a specific comment identified by `{id}` in the footer, allowing customization through query parameters such as format, sorting, and pagination. |
156
+ | `get_footer_comment_version_details` | Retrieves a specific version of a footer comment by its ID and version number. |
157
+ | `get_inline_comments` | Retrieves a paginated list of inline comments with optional parameters for body formatting, sorting, pagination (cursor), and result limit. |
158
+ | `create_inline_comment` | Creates inline comments on a specified line of a pull request file using the GitHub API and returns the created comment. |
159
+ | `get_inline_comment_by_id` | Retrieves the specified inline comment by ID, optionally including formatted content and associated metadata. |
160
+ | `update_inline_comment` | Updates an inline comment's content in a version control system using the specified comment identifier. |
161
+ | `delete_inline_comment` | Deletes an inline comment specified by its ID using the DELETE method and returns a successful status upon completion. |
162
+ | `get_inline_comment_children` | Retrieves a paginated list of child comments for a specific inline comment, supporting query parameters for formatting, sorting, and pagination. |
163
+ | `get_inline_like_count` | Retrieves the total number of likes for a specific inline comment using the API endpoint "/inline-comments/{id}/likes/count" via the GET method. |
164
+ | `get_inline_like_users` | Retrieves a list of users who have liked an inline comment with the specified ID, with optional pagination using cursor and limit parameters. |
165
+ | `get_inline_comment_operations` | Retrieves an inline comment by ID from a GitHub repository using the GitHub API. |
166
+ | `get_inline_comment_versions` | Retrieves version history for a specific inline comment, supporting pagination and body formatting options. |
167
+ | `get_inline_comment_version_details` | Retrieves a specific version of an inline comment by its ID and version number using the GET method. |
168
+ | `get_comment_content_properties` | Retrieves specific properties of a comment using its ID, optionally filtered by key, sorted, and paginated. |
169
+ | `create_comment_property` | Updates properties of a comment identified by the given "comment-id" using the specified API. |
170
+ | `get_comment_content_properties_by_id` | Retrieves the specified property of a comment using the provided comment ID and property ID. |
171
+ | `update_comment_property_by_id` | Updates the specified property of a comment using the provided path parameters and returns a status message. |
172
+ | `delete_comment_property_by_id` | Deletes a specific property from a comment using the provided `comment-id` and `property-id`, returning a status code upon successful deletion. |
173
+ | `get_tasks` | Retrieves a filtered list of tasks from a specified space, page, or blog post, allowing filtering by status, assignment, creation/due dates, and other criteria. |
174
+ | `get_task_by_id` | Retrieves a specific task by ID and optionally formats the response body based on the body-format query parameter. |
175
+ | `get_child_pages` | Retrieves a list of child pages for a given page, identified by the `{id}`, allowing optional filtering by cursor, limit, and sort order. |
176
+ | `get_child_custom_content` | Retrieves a list of child content items for a specified custom content item identified by `{id}`, allowing optional filtering by `cursor`, `limit`, and `sort` parameters. |
177
+ | `get_page_ancestors` | Retrieves the hierarchical ancestors of a specified Confluence page in top-to-bottom order, returning minimal page details with optional limit control. |
178
+ | `create_bulk_user_lookup` | Creates a bulk operation on user data using the POST method at the "/users-bulk" endpoint. |
179
+ | `check_access_by_email` | Checks user access by email using a POST request to the "/user/access/check-access-by-email" endpoint, returning relevant access information. |
180
+ | `invite_by_email` | Sends an email invitation to grant user access and returns a success or error status. |
181
+ | `get_data_policy_metadata` | Retrieves data policy metadata from a workspace using the Confluence Cloud REST API. |
182
+ | `get_data_policy_spaces` | Retrieves information about data policies affecting spaces, returning details on whether content is blocked for each space specified by query parameters like `ids`, `keys`, `sort`, `cursor`, and `limit`. |
183
+ | `get_classification_levels` | Retrieves a list of classification levels using the "GET" method at the "/classification-levels" path. |
184
+ | `get_space_default_classification_level` | Retrieves the default classification level for a specified space using its unique identifier. |
185
+ | `put_space_default_classification_level` | Updates the default classification level for a space with the specified ID using the "PUT" method via the API endpoint "/spaces/{id}/classification-level/default." |
186
+ | `delete_space_default_classification_level` | Removes the default classification level from a specified space identified by its ID. |
187
+ | `get_page_classification_level` | Retrieves the classification level for a specified page using the `GET` method, accepting a page ID and an optional status query parameter. |
188
+ | `put_page_classification_level` | Updates the classification level of a page with the specified ID using the PUT method. |
189
+ | `post_page_classification_level` | Resets the classification level for a specific page to the default, removing any custom classification settings. |
190
+ | `get_blog_post_classification_level` | Retrieves the classification level for a specific blog post identified by its ID using the GET method at the "/blogposts/{id}/classification-level" endpoint, allowing for optional filtering by status. |
191
+ | `put_blog_post_classification_level` | Updates the classification level of the blog post with the specified ID and returns a success status upon completion. |
192
+ | `post_blog_post_classification_level` | Resets the classification level for a specific blog post to the space's default level using the Confluence REST API. |
193
+ | `get_whiteboard_classification_level` | Retrieves the classification level of a specific whiteboard identified by its ID, returning relevant information if the request is successful. |
194
+ | `put_whiteboard_classification_level` | Updates the classification level for a specific whiteboard identified by its ID using the Confluence Cloud REST API. |
195
+ | `post_whiteboard_classification_level` | Resets the classification level for a specific whiteboard to the default space classification level using the Confluence Cloud REST API. |
196
+ | `get_database_classification_level` | Retrieves the classification level of a specific database by its unique identifier. |
197
+ | `put_database_classification_level` | Updates the classification level of a database identified by `{id}` using the PUT method. |
198
+ | `post_database_classification_level` | Resets the classification level for a specified database using a POST request and returns an empty response on success. |
@@ -0,0 +1 @@
1
+ from .app import ConfluenceApp