universal-mcp-agents 0.1.3__py3-none-any.whl → 0.1.5__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 (46) hide show
  1. universal_mcp/agents/__init__.py +19 -0
  2. universal_mcp/agents/autoagent/__init__.py +1 -1
  3. universal_mcp/agents/autoagent/__main__.py +1 -1
  4. universal_mcp/agents/autoagent/graph.py +32 -13
  5. universal_mcp/agents/autoagent/studio.py +3 -8
  6. universal_mcp/agents/base.py +80 -22
  7. universal_mcp/agents/bigtool/__init__.py +13 -9
  8. universal_mcp/agents/bigtool/__main__.py +6 -7
  9. universal_mcp/agents/bigtool/graph.py +84 -40
  10. universal_mcp/agents/bigtool/prompts.py +3 -3
  11. universal_mcp/agents/bigtool2/__init__.py +16 -6
  12. universal_mcp/agents/bigtool2/__main__.py +7 -6
  13. universal_mcp/agents/bigtool2/agent.py +4 -2
  14. universal_mcp/agents/bigtool2/graph.py +78 -36
  15. universal_mcp/agents/bigtool2/prompts.py +1 -1
  16. universal_mcp/agents/bigtoolcache/__init__.py +8 -4
  17. universal_mcp/agents/bigtoolcache/__main__.py +1 -1
  18. universal_mcp/agents/bigtoolcache/agent.py +5 -3
  19. universal_mcp/agents/bigtoolcache/context.py +0 -1
  20. universal_mcp/agents/bigtoolcache/graph.py +99 -69
  21. universal_mcp/agents/bigtoolcache/prompts.py +28 -0
  22. universal_mcp/agents/bigtoolcache/tools_all.txt +956 -0
  23. universal_mcp/agents/bigtoolcache/tools_important.txt +474 -0
  24. universal_mcp/agents/builder.py +62 -20
  25. universal_mcp/agents/cli.py +19 -5
  26. universal_mcp/agents/codeact/__init__.py +16 -4
  27. universal_mcp/agents/codeact/test.py +2 -1
  28. universal_mcp/agents/hil.py +16 -4
  29. universal_mcp/agents/llm.py +12 -4
  30. universal_mcp/agents/planner/__init__.py +14 -4
  31. universal_mcp/agents/planner/__main__.py +10 -6
  32. universal_mcp/agents/planner/graph.py +9 -3
  33. universal_mcp/agents/planner/prompts.py +14 -1
  34. universal_mcp/agents/planner/state.py +0 -1
  35. universal_mcp/agents/react.py +36 -22
  36. universal_mcp/agents/shared/tool_node.py +26 -11
  37. universal_mcp/agents/simple.py +27 -4
  38. universal_mcp/agents/tools.py +9 -4
  39. universal_mcp/agents/ui_tools.py +305 -0
  40. universal_mcp/agents/utils.py +55 -17
  41. {universal_mcp_agents-0.1.3.dist-info → universal_mcp_agents-0.1.5.dist-info}/METADATA +3 -2
  42. universal_mcp_agents-0.1.5.dist-info/RECORD +52 -0
  43. universal_mcp/agents/bigtool/context.py +0 -24
  44. universal_mcp/agents/bigtool2/context.py +0 -33
  45. universal_mcp_agents-0.1.3.dist-info/RECORD +0 -51
  46. {universal_mcp_agents-0.1.3.dist-info → universal_mcp_agents-0.1.5.dist-info}/WHEEL +0 -0
@@ -0,0 +1,956 @@
1
+ App ID: serpapi (Connected by user)
2
+ - search: Performs a search using the SerpApi service and returns formatted search results. Note: The underlying SerpApiSearch().get_dict() call is synchronous.
3
+ - google_maps_search: Performs a Google Maps search using the SerpApi service and returns formatted search results.
4
+ - get_google_maps_reviews: Retrieves Google Maps reviews for a specific place using the SerpApi service.
5
+
6
+ App ID: google_drive (Connected by user)
7
+ - get_drive_info: Retrieves detailed information about the user's Google Drive storage and account.
8
+ - list_files: Lists and retrieves files from Google Drive with optional filtering, pagination, and sorting.
9
+ - create_file_from_text: Creates a new file in Google Drive with specified text content and returns the file's metadata.
10
+ - upload_a_file: Uploads a file to Google Drive by creating a file metadata entry and uploading the binary content.
11
+ - create_folder: Creates a new folder in Google Drive with optional parent folder specification
12
+ - get_file: Retrieves detailed metadata for a specific file using its ID.
13
+ - delete_file: Deletes a specified file from Google Drive and returns a status message.
14
+ - move_files: Moves a file from one folder to another by adding a new parent and removing the old parent.
15
+
16
+ App ID: hubspot (Connected by user)
17
+ - add_a_note: Create a note in HubSpot with the given properties and associations.
18
+
19
+ App ID: google_mail (Connected by user)
20
+ - send_email: Sends an email using the Gmail API and returns a confirmation or error message.
21
+ - create_draft: Creates a draft email message in Gmail using the Gmail API and returns a confirmation status.
22
+ - send_draft: Sends an existing draft email using the Gmail API and returns a confirmation message.
23
+ - get_draft: Retrieves and formats a specific draft email from Gmail by its ID
24
+ - list_drafts: Retrieves and formats a list of email drafts from the user's Gmail mailbox with optional filtering and pagination.
25
+ - get_message: Retrieves and formats a specific email message from Gmail API by its ID, including sender, recipient, date, subject, and full message body content.
26
+ - list_messages: Retrieves and formats a list of messages from the user's Gmail mailbox with optional filtering and pagination support.
27
+ - list_labels: Retrieves and formats a list of all labels (both system and user-created) from the user's Gmail account, organizing them by type and sorting them alphabetically.
28
+ - create_label: Creates a new Gmail label with specified visibility settings and returns creation status details.
29
+ - get_profile: Retrieves and formats the user's Gmail profile information including email address, message count, thread count, and history ID.
30
+ - update_drafts: Updates an existing Gmail draft with new message content and metadata.
31
+ - trash_messsages: Moves a message to the trash folder (acts like delete functionality).
32
+ - untrash_messages: Moves a message out of the trash, effectively undoing a trash action and restoring the message to the user's mailbox.
33
+ - get_attachments: Retrieves the actual file content of a specific attachment from a Gmail message
34
+ - update_labels: Update an existing Gmail label's properties such as name, color, or visibility.
35
+ - delete_labels: Delete a Gmail label by its ID.
36
+ - get_filters: Fetch Gmail filter configuration and rules by filter ID
37
+ - delete_filters: Remove Gmail filter and its associated automation rules
38
+ - list_filters: Retrieve all Gmail filters and their automation settings
39
+ - create_filters: Set up new Gmail filter with criteria and automated actions
40
+
41
+ App ID: google_calendar (Connected by user)
42
+ - get_event: Retrieves detailed information about a specific Google Calendar event by its ID
43
+ - get_today_events: Retrieves events from Google Calendar for today or a specified number of future days.
44
+ - list_events: Retrieves a list of events from Google Calendar with customizable filtering, sorting, and pagination options
45
+ - quick_add_event: Creates a calendar event. Use it only when user specfies that they want to add a quick event
46
+ - add_an_event: Creates a new calendar event with details like start time, end time, summary, description, location, attendees, and recurrence rules. Always check the timezone using get_user_timezone before creating an event.
47
+ - update_event: Updates an existing calendar event. This method updates the entire event resource. To do a partial update, first get the event, then update it using etags to ensure atomicity.
48
+ - get_event_instances: Retrieves all instances of a recurring calendar event within a specified time range.
49
+ - get_user_timezone: Gets the user's calendar timezone setting to help with timezone-aware event creation.
50
+ - delete_event: Deletes an event from the specified calendar.
51
+ - query_free_busy: Checks if you have free slots or not by querying the free/busy status of your calendars.
52
+
53
+ App ID: reddit (Connected by user)
54
+ - get_subreddit_posts: Retrieves and formats top posts from a specified subreddit within a given timeframe using the Reddit API
55
+ - search_subreddits: Searches Reddit for subreddits matching a given query string and returns a formatted list of results including subreddit names, subscriber counts, and descriptions.
56
+ - create_post: Creates a new Reddit post in a specified subreddit with support for text posts, link posts, and image posts
57
+ - get_comment_by_id: Retrieves a specific Reddit comment using its unique identifier.
58
+ - post_comment: Posts a comment to a Reddit post or comment using the Reddit API
59
+ - edit_content: Edits the text content of an existing Reddit post or comment using the Reddit API
60
+ - delete_content: Deletes a specified Reddit post or comment using the Reddit API.
61
+
62
+ App ID: google_sheet (Connected by user)
63
+ - create_spreadsheet: Creates a new blank Google Spreadsheet with the specified title and returns the API response.
64
+ - get_spreadsheet: Retrieves detailed information about a specific Google Spreadsheet using its ID excluding cell data.
65
+ - batch_get_values: Retrieves multiple ranges of values from a Google Spreadsheet in a single batch request.
66
+ - insert_dimensions: Inserts new rows or columns into a Google Sheet at a specific position within the sheet.
67
+ - append_dimensions: Appends empty rows or columns to the end of a Google Sheet.
68
+ - delete_dimensions: Tool to delete specified rows or columns from a sheet in a google spreadsheet. use when you need to remove a range of rows or columns. or Use this when you need to remove unwanted rows or columns from your data.
69
+ - add_sheet: Adds a new sheet (worksheet) to a spreadsheet. use this tool to create a new tab within an existing google sheet, optionally specifying its title, index, size, and other properties.
70
+ - delete_sheet: Tool to delete a sheet (worksheet) from a spreadsheet. use when you need to remove a specific sheet from a google sheet document.
71
+ - add_basic_chart: Adds a basic chart to a Google Spreadsheet like a column chart, bar chart, line chart and area chart.
72
+ - add_pie_chart: Adds a pie chart to a Google Spreadsheet.
73
+ - add_table: Adds a table to a Google Spreadsheet.
74
+ - update_table: Updates an existing table in a Google Spreadsheet.
75
+ - clear_values: Clears all values from a specified range in a Google Spreadsheet while preserving cell formatting and other properties
76
+ - update_values: Updates cell values in a specified range of a Google Spreadsheet using the Sheets API
77
+ - batch_update: Updates a specified range in a google sheet with given values, or appends them as new rows if `first cell location` is omitted; ensure the target sheet exists and the spreadsheet contains at least one worksheet. Use this tool for basic updates/append. Overwrites existing data when appending.
78
+ - clear_basic_filter: Tool to clear the basic filter from a sheet. use when you need to remove an existing basic filter from a specific sheet within a google spreadsheet.
79
+ - list_tables: This action is used to list all tables in a google spreadsheet, call this action to get the list of tables in a spreadsheet. discover all tables in a google spreadsheet by analyzing sheet structure and detecting data patterns. uses heuristic analysis to find header rows, data boundaries, and table structures.
80
+ - get_values: Retrieves values from a specific range in a Google Spreadsheet.
81
+ - get_table_schema: Analyzes table structure and infers column names, types, and constraints. Uses statistical analysis of sample data to determine the most likely data type for each column. Call this action after calling the list tables action to get the schema of a table in a spreadsheet.
82
+ - set_basic_filter: Tool to set a basic filter on a sheet in a google spreadsheet. use when you need to filter or sort data within a specific range on a sheet.
83
+ - copy_to_sheet: Tool to copy a single sheet from a spreadsheet to another spreadsheet. Use when you need to duplicate a sheet into a different spreadsheet.
84
+ - append_values: Tool to append values to a spreadsheet. use when you need to add new data to the end of an existing table in a google sheet. Use it for Insert new rows (INSERT_ROWS), specific range append, advanced options
85
+ - batch_clear_values: Tool to clear one or more ranges of values from a spreadsheet. use when you need to remove data from specific cells or ranges while keeping formatting and other properties intact.
86
+ - batch_get_values_by_data_filter: Tool to return one or more ranges of values from a spreadsheet that match the specified data filters. use when you need to retrieve specific data sets based on filtering criteria rather than entire sheets or fixed ranges.
87
+ - format_cells: Applies comprehensive cell formatting to a specified range in a Google Sheets worksheet. Supports background colors, text colors, borders, text formatting, font properties, alignment, number formats, text wrapping, and cell merging.
88
+
89
+ App ID: clickup (Connected by user)
90
+ - task_checklists_create_new_checklist: Creates a new checklist for a given task and returns the created checklist details as a dictionary.
91
+ - task_checklists_update_checklist: Updates a checklist's name and/or position by sending a PUT request to the checklist API endpoint.
92
+ - task_checklists_remove_checklist: Removes a checklist by its ID using a DELETE request to the API.
93
+ - lists_get_folder_lists: Retrieves all lists contained within a specified folder, with optional filtering for archived lists.
94
+ - lists_get_folderless: Retrieves all lists within the specified space that are not associated with a folder.
95
+ - tasks_get_list_tasks: Retrieves a list of tasks from a specified list with optional filters such as archived status, pagination, sorting, subtask inclusion, status, assignees, tags, date ranges, and custom fields.
96
+ - tasks_create_new_task: Creates a new task in the specified list with optional attributes including tags, assignees, status, priority, dates, and custom fields.
97
+
98
+ App ID: github (Connected by user)
99
+ - star_repository: Stars a GitHub repository using the GitHub API and returns a status message.
100
+ - list_commits: Retrieves and formats a list of recent commits from a GitHub repository
101
+ - list_branches: Lists all branches for a specified GitHub repository and returns them in a formatted string representation.
102
+ - list_pull_requests: Retrieves and formats a list of pull requests for a specified GitHub repository.
103
+ - list_issues: Retrieves a list of issues from a specified GitHub repository with optional filtering parameters.
104
+ - get_pull_request: Retrieves and formats detailed information about a specific GitHub pull request from a repository
105
+ - create_pull_request: Creates a new pull request in a GitHub repository, optionally converting an existing issue into a pull request.
106
+ - create_issue: Creates a new issue in a specified GitHub repository with a title, body content, and optional labels.
107
+ - update_issue: Updates an existing GitHub issue with specified parameters including title, body, assignee, state, and state reason.
108
+
109
+ App ID: google_docs (Connected by user)
110
+ - create_document: Creates a new blank Google Document with the specified title and returns the API response.
111
+ - get_document: Retrieves the latest version of a specified document from the Google Docs API.
112
+ - add_content: Adds text content at a specified position in an existing Google Document via the Google Docs API.
113
+ - style_text: Simplified text styling for Google Document - handles most common cases.
114
+ - delete_content: Deletes content from a specified range in a Google Document.
115
+ - insert_table: Inserts a table at the specified location in a Google Document.
116
+ - create_footer: Creates a Footer in a Google Document.
117
+ - create_footnote: Creates a Footnote segment and inserts a new FootnoteReference at the given location.
118
+ - delete_footer: Deletes a Footer from the document.
119
+ - create_header: Creates a Header in a Google Document.
120
+ - delete_header: Deletes a Header from the document.
121
+ - create_paragraph_bullets: Creates bullets for all of the paragraphs that overlap with the given range.
122
+ - delete_paragraph_bullets: Deletes bullets from all of the paragraphs that overlap with the given range.
123
+ - update_paragraph_style: Updates paragraph styling for a specified range in a Google Document.
124
+
125
+ App ID: perplexity (NOT connected by user)
126
+ - chat: Initiates a chat completion request to generate AI responses using various models with customizable parameters.
127
+
128
+ App ID: youtube (NOT connected by user)
129
+ - get_jobs_job_reports: Retrieves job reports for a specified job based on provided filters and parameters.
130
+ - get_jobs_job_reports_report: Retrieves a specific report associated with a job using the provided job and report identifiers.
131
+ - delete_jobs_job: Deletes a job with the specified ID, optionally acting on behalf of a content owner.
132
+ - get_jobs: Retrieves a list of jobs from the server with optional filtering by query parameters.
133
+ - get_media_resource_name: Retrieves a media resource by name and returns its JSON representation.
134
+ - get_reporttypes: Retrieves a paginated list of report types from the API with optional filtering.
135
+ - delete_captions: Deletes specified captions from a YouTube resource and returns the API response.
136
+ - delete_comments: Deletes a comment or comments from the server based on the specified ID.
137
+ - add_comments_mark_as_spam: Marks a comment as spam by sending a POST request to the API endpoint.
138
+ - get_captions: Retrieves the captions text for a specified video ID on youtube
139
+ - add_comments_set_moderation_status: Sets the moderation status for a comment and optionally bans the author through a POST request to a defined endpoint.
140
+ - delete_live_broadcasts: Deletes specified live broadcasts using query parameters to filter requests.
141
+ - add_live_broadcasts_bind: Binds a live broadcast to a stream on YouTube, using specified parameters for authentication and identification.
142
+ - add_live_broadcasts_control: Controls a live broadcast by sending a POST request with specified parameters.
143
+ - add_live_broadcasts_transition: Transitions a live broadcast to a specified status for a given broadcast ID via API.
144
+ - delete_live_chat_bans: Deletes a live chat ban identified by the specified ID from the server.
145
+ - delete_live_chat_messages: Deletes live chat messages based on the specified message ID.
146
+ - delete_live_chat_moderators: Deletes a live chat moderator by ID using the specified endpoint.
147
+ - delete_videos: Deletes specified videos from a video platform using API endpoints.
148
+ - get_videos_get_rating: Retrieves the rating of a video using its ID and optional content owner specification.
149
+ - add_videos_rate: Submits a rating for a video on the server using the provided video ID and rating value.
150
+ - add_videos_report_abuse: Sends an abuse report for videos via the YouTube API, typically used to flag inappropriate content.
151
+ - add_watermarks_set: Sets watermarks on a specified YouTube channel using optional content owner credentials.
152
+ - add_watermarks_unset: Removes watermarks from a YouTube channel specified by channel ID.
153
+ - get_activities: Retrieve YouTube channel activities based on specified filters and parameters.
154
+ - add_channel_banners_insert: Inserts a new channel banner for a YouTube channel using the YouTube Data API.
155
+ - delete_channel_sections: Deletes one or more channel sections from the specified platform using the provided identifiers.
156
+ - get_channels: Retrieves YouTube channels based on specified parameters.
157
+ - get_comment_threads: Retrieve YouTube comment threads based on specified filters and pagination parameters.
158
+ - get_fanfundingevents: Retrieves fan funding events based on specified filter criteria.
159
+ - get_guecategories: Fetches guide categories from a remote service based on specified parameters.
160
+ - get_languages: Fetches a list of supported languages from the internationalization API, returning localized names when specified.
161
+ - get_regions: Retrieves a list of i18n regions from an API endpoint.
162
+ - delete_livestreams: Deletes a YouTube livestream resource using the YouTube Data API with optional filtering parameters.
163
+ - delete_play_list_items: Deletes playlist items identified by the given ID or on behalf of the specified content owner.
164
+ - delete_playlists: Deletes playlists via the YouTube Data API based on specified criteria.
165
+ - get_search: Submits a search query to the YouTube Data API with optional filters.
166
+ - get_sponsors: Fetches a list of sponsors from a server with optional filtering and pagination.
167
+ - delete_subscriptions: Deletes one or all subscriptions by sending a DELETE request to the API endpoint.
168
+ - get_superchatevents: Fetches a list of super chat events from the YouTube API with optional filtering parameters.
169
+ - add_thumbnails_set: Sets a thumbnail for a specified video on behalf of a content owner using the YouTube API.
170
+ - get_video_abuse_report_reasons: Fetches video abuse report reasons with optional localization and response filtering.
171
+ - get_veocategories: Fetches video categories from an external API using specified query parameters and returns the parsed JSON response.
172
+ - delete_groupitems: Deletes group items based on the provided parameters.
173
+ - delete_groups: Deletes specified groups via API, optionally on behalf of a content owner.
174
+ - get_reports: Fetches and returns report data based on specified filtering, sorting, and range criteria.
175
+
176
+ App ID: outlook (NOT connected by user)
177
+ - users_message_reply: Replies to a specific message for a user using the POST method, accepting JSON content in the request body and returning status codes indicating success or error.
178
+ - user_send_mail: Sends an email on behalf of the specified user, accepting the email details as JSON in the request body and returning a 204 No Content response on success.
179
+ - user_get_mail_folder: Retrieves a specific mail folder for a specified user using optional query parameters to include hidden folders or select/expand properties.
180
+ - user_list_message: Retrieves a list of messages for a user, allowing optional filtering and sorting of results based on parameters such as includeHiddenMessages, search, filter, top, skip, orderby, select, and expand.
181
+ - user_get_message: Retrieves a specific message for a user, optionally including hidden messages, selecting specific fields, or expanding related data.
182
+ - user_delete_message: Deletes a specific message for a given user using the DELETE method and optional If-Match header for conditional requests.
183
+ - user_message_list_attachment: Retrieves attachments associated with a specified user’s message, supporting filtering, pagination, and field selection via query parameters.
184
+ - get_user_id: Retrieves the current user.
185
+ - get_from_url: Makes a GET request to a full @odata.nextLink or @odata.deltaLink URL.
186
+
187
+ App ID: airtable (NOT connected by user)
188
+ - list_tables: Lists all tables within a specified base.
189
+ - list_bases: Lists all bases accessible with the current API key.
190
+ - get_record: Retrieves a single record by its ID from a specified table within a base.
191
+ - list_records: Lists records from a specified table within a base.
192
+ - create_record: Creates a new record in a specified table within a base.
193
+ - update_record: Updates an existing record in a specified table within a base.
194
+ - delete_record: Deletes a record from a specified table within a base.
195
+ - batch_create_records: Creates multiple records in batches in a specified table.
196
+ - batch_update_records: Updates multiple records in batches in a specified table.
197
+ - batch_delete_records: Deletes multiple records in batches from a specified table.
198
+ - batch_upsert_records: Updates or creates records in batches in a specified table.
199
+
200
+ App ID: calendly (NOT connected by user)
201
+ - list_event_invitees: Retrieves a paginated list of invitees for a specific scheduled event with optional filtering by status, email, and sorting parameters.
202
+ - get_event: Retrieves details about a scheduled event identified by the provided UUID using the GET method.
203
+ - get_event_invitee: Retrieves detailed information about a specific invitee for a scheduled event using their unique identifiers.
204
+ - list_events: Retrieves a list of scheduled events filtered by user, organization, invitee, status, time range, and other parameters, supporting pagination and sorting.
205
+ - get_event_type: Retrieves the details of a specific event type identified by its UUID using the path "/event_types/{uuid}" and the GET method.
206
+ - list_user_sevent_types: Retrieves a list of event types based on active status, organization, user, availability schedule, sorting, and pagination.
207
+ - get_user: Retrieves a user's details by their unique identifier (UUID) and returns the user data.
208
+ - get_current_user: Retrieves information about the current user using the API.
209
+ - list_organization_invitations: Retrieves a list of invitations for an organization identified by its UUID, allowing filtering by count, page token, sort order, email, and invitation status.
210
+ - invite_user_to_organization: Creates an invitation for a user to join an organization, identified by the provided UUID, and sends it to the specified recipient.
211
+ - get_organization_invitation: Retrieves information about an organization invitation identified by its UUID, returning details about the invitation using the specified organization UUID and invitation UUID.
212
+ - revoke_user_sorganization_invitation: Deletes one or more organization invitations and returns success or error codes indicating invalid tokens, missing invitations, or authorization issues.
213
+ - get_organization_membership: Retrieves details of a specific organization membership using its unique identifier.
214
+ - remove_user_from_organization: Removes a user from an organization using the specified UUID and returns a success status if the operation is completed without errors.
215
+ - list_organization_memberships: Retrieves and lists organization memberships for specified users or organizations, supporting filtering by user, organization, and other criteria, using the "GET" method at the "/organization_memberships" path.
216
+ - get_webhook_subscription: Retrieves the details of a webhook subscription identified by the specified `webhook_uuid`, returning relevant subscription information in response.
217
+ - delete_webhook_subscription: Deletes a webhook subscription identified by its unique UUID and returns a success response upon completion.
218
+ - list_webhook_subscriptions: Retrieves a paginated list of webhook subscriptions filtered by organization, user, and scope, with options for sorting and count.
219
+ - create_webhook_subscription: Creates a new webhook subscription to receive notifications for specified events from a Squarespace website.
220
+ - create_single_use_scheduling_link: Creates a new scheduling link using the "POST" method at the "/scheduling_links" path, allowing users to generate customized links for scheduling events.
221
+ - delete_invitee_data: Initiates data deletion requests for invitees in compliance with data privacy regulations.
222
+ - delete_scheduled_event_data: Submits data deletion requests for compliance events and returns asynchronous processing confirmation.
223
+ - get_invitee_no_show: Retrieves information about an invitee who did not show up, identified by a specific UUID, using the GET method via the API endpoint "/invitee_no_shows/{uuid}".
224
+ - delete_invitee_no_show: Removes an invitee's "no-show" status using their unique identifier (uuid) and returns an empty response upon successful deletion.
225
+ - create_invitee_no_show: Triggers an action related to invitee no-shows using the POST method at the "/invitee_no_shows" endpoint, returning a status message based on the response codes provided.
226
+ - get_group: Retrieves information about a group specified by its UUID from the API.
227
+ - list_groups: Retrieves a list of groups for a specified organization using the GitHub API, with optional pagination controls.
228
+ - get_group_relationship: Retrieves information about group relationships identified by the specified UUID using the GET method.
229
+ - list_group_relationships: Retrieves a list of group relationships filtered by organization, owner, or group, using pagination parameters for controlled results.
230
+ - get_routing_form: Retrieves a routing form by its unique identifier (UUID) using the GET method via the "/routing_forms/{uuid}" path.
231
+ - list_routing_forms: Retrieves a list of routing forms for a specified organization with pagination, sorting, and count parameters.
232
+ - get_routing_form_submission: Retrieves a specific routing form submission by its unique identifier (UUID) using the Calendly API.
233
+ - list_routing_form_submissions: Retrieves routing form submissions using the GET method at "/routing_form_submissions", allowing filtering by form, count, page token, and sort order.
234
+ - list_event_type_available_times: Retrieves a list of available times for a specified event type within a given date range, using the event type, start time, and end time as query parameters.
235
+ - list_activity_log_entries: Retrieves filtered activity log entries based on parameters like organization, actor, timestamps, and action, supporting sorting and pagination.
236
+ - create_share: Creates a new share resource and returns a status message.
237
+ - list_user_busy_times: Retrieves an ascending list of a user's internal and external scheduled events within a specified date range using the "/user_busy_times" endpoint, allowing for efficient management of busy times.
238
+ - get_user_availability_schedule: Retrieves the availability schedule of a user based on the provided UUID using the GET method.
239
+ - list_user_availability_schedules: Retrieves the availability schedule for a specified user, including time intervals when booking is permitted.
240
+ - list_event_type_hosts: Retrieves paginated event type memberships filtered by event type, count, and page token.
241
+ - create_one_off_event_type: Creates a one-off event type using the "POST" method, allowing for the setup of a single, unique event configuration.
242
+ - get_sample_webhook_data: Retrieves sample webhook data filtered by event type, organization, user, and scope parameters.
243
+
244
+ App ID: sharepoint (NOT connected by user)
245
+ - list_folders: Lists folders in the specified directory or root if not specified.
246
+ - create_folder: Creates a folder in the specified directory or root if not specified.
247
+ - list_documents: Lists all documents in a specified folder.
248
+ - create_document: Creates a document in the specified folder.
249
+ - get_document_content: Gets the content of a specified document.
250
+ - delete_file: Deletes a file from OneDrive.
251
+
252
+ App ID: notion (NOT connected by user)
253
+ - retrieve_a_user: Retrieves a user's details from the server using their unique identifier.
254
+ - list_all_users: Retrieves a complete list of users from the API endpoint.
255
+ - retrieve_your_token_sbot_user: Retrieves the current user's authentication token information from the SBOT service.
256
+ - retrieve_a_database: Retrieves detailed information about a specific database using its unique identifier.
257
+ - update_a_database: Updates a database entry with the specified ID using a PATCH request.
258
+ - query_a_database: Executes a database query operation using a specified database ID and optional request parameters
259
+ - create_a_database: Creates a new database on the server by sending a POST request to the database endpoint.
260
+ - create_a_page: Creates a new page by sending a POST request to the API endpoint.
261
+ - retrieve_a_page: Retrieves a specific page's data from a remote server using its unique identifier.
262
+ - update_page_properties: Updates the properties of a page with the specified ID using the provided request body.
263
+ - retrieve_a_page_property_item: Retrieves a specific property item from a Notion page using the page ID and property ID.
264
+ - retrieve_block_children: Retrieves all child blocks for a specified parent block using its ID via the API.
265
+ - append_block_children: Appends child elements to a specified block and returns the updated block data.
266
+ - retrieve_a_block: Retrieves a specific block of data from the API using its unique identifier.
267
+ - delete_a_block: Deletes a specified block by its ID and returns the server response.
268
+ - update_a_block: Updates a specific block resource via a PATCH request to the API endpoint
269
+ - search: Executes a search operation by sending a POST request to the search endpoint and returns the results
270
+ - retrieve_comments: Retrieves comments from a remote server with optional block filtering and pagination support.
271
+ - add_comment_to_page: Adds a comment to a page by making an HTTP POST request to the comments endpoint.
272
+
273
+ App ID: exa (NOT connected by user)
274
+ - search: Searches for data using the specified criteria and returns a list of results.
275
+ - get_contents: Creates new content entries via a POST request to the "/contents" endpoint.
276
+ - answer: Provides an answer to a query using the API endpoint at "/answer" via the POST method.
277
+ - find_similar: Finds and returns similar items using the API at "/findSimilar" via the POST method.
278
+
279
+ App ID: falai (NOT connected by user)
280
+ - run: Run a Fal AI application directly and wait for the result. Suitable for short-running applications with synchronous execution from the caller's perspective.
281
+ - submit: Submits a request to the Fal AI queue for asynchronous processing and returns a request ID for tracking the job.
282
+ - status: Checks the status of a previously submitted Fal AI request and retrieves its current execution state
283
+ - result: Retrieves the result of a completed Fal AI request, waiting for completion if the request is still running.
284
+ - cancel: Asynchronously cancels a running or queued Fal AI request.
285
+ - upload_file: Uploads a local file to the Fal CDN and returns its public URL
286
+ - generate_image: Asynchronously generates images using the 'fal-ai/flux/dev' application with customizable parameters and default settings
287
+
288
+ App ID: firecrawl (NOT connected by user)
289
+ - scrape_url: Scrapes a single URL using Firecrawl and returns the extracted data.
290
+ - search: Performs a web search using Firecrawl's search capability.
291
+ - start_crawl: Starts a async crawl job for a given URL using Firecrawl. Returns the job ID immediately.
292
+ - check_crawl_status: Checks the status of a previously initiated async Firecrawl crawl job.
293
+ - cancel_crawl: Cancels a currently running Firecrawl crawl job.
294
+ - start_batch_scrape: Starts a batch scrape job for multiple URLs using Firecrawl. (Note: May map to multiple individual scrapes or a specific batch API endpoint if available)
295
+ - check_batch_scrape_status: Checks the status of a previously initiated Firecrawl batch scrape job.
296
+ - quick_web_extract: Performs a quick, synchronous extraction of data from one or more URLs using Firecrawl and returns the results directly.
297
+ - check_extract_status: Checks the status of a previously initiated Firecrawl extraction job.
298
+
299
+ App ID: tavily (NOT connected by user)
300
+ - search: Performs a web search using Tavily's search API and returns either a direct answer or a summary of top results.
301
+
302
+ App ID: apollo (NOT connected by user)
303
+ - people_enrichment: Matches a person based on provided identifying information such as name, email, organization, or LinkedIn URL, with options to reveal personal emails and phone numbers.
304
+ - bulk_people_enrichment: Performs a bulk match operation on people data using a POST request to the "/people/bulk_match" endpoint, accepting query parameters to control the reveal of personal emails and phone numbers, and optionally specifying a webhook URL, with the request body containing JSON data.
305
+ - organization_enrichment: Retrieves enriched organization data for a company specified by its domain name.
306
+ - bulk_organization_enrichment: Enriches multiple organizations in bulk by submitting an array of domain names and returns detailed company profiles in a single request.
307
+ - people_search: Searches for people matching specified criteria including titles, locations, seniorities, organization details, and keywords, returning paginated results.
308
+ - organization_search: Searches mixed companies based on various criteria such as employee ranges, locations, revenue range, technology usage, keyword tags, organization names, and IDs, supporting pagination.
309
+ - organization_jobs_postings: Retrieves a paginated list of job postings for a specified organization using the "GET" method, allowing optional pagination parameters for page and items per page.
310
+ - create_an_account: Creates a new account resource using the provided query parameters such as name, domain, owner ID, account stage ID, phone, and raw address.
311
+ - update_an_account: Updates an account identified by `{account_id}` with specified parameters such as `name`, `domain`, `owner_id`, `account_stage_id`, `raw_address`, and `phone`, returning a status message upon successful modification.
312
+ - search_for_accounts: Searches for accounts based on organization name, account stage IDs, sorting, and pagination parameters, returning matching results.
313
+ - update_account_stage: Updates multiple account records in bulk by their specified IDs, assigning each to the given account stage ID.
314
+ - update_account_ownership: Updates the owners of multiple accounts by assigning a specified owner ID to the given list of account IDs.
315
+ - list_account_stages: Retrieves a list of account stages.
316
+ - create_a_contact: Creates a new contact with specified details such as name, organization, contact information, and labels.
317
+ - update_a_contact: Updates or replaces the details of a specific contact identified by contact_id using the provided parameters as new values for the contact record.
318
+ - search_for_contacts: Searches contacts based on keywords, contact stage IDs, sorting, and pagination parameters, returning a filtered and sorted list of contacts.
319
+ - update_contact_stage: Updates the stage of multiple contacts by specifying their IDs and the new contact stage ID via a POST request.
320
+ - update_contact_ownership: Updates the owners of specified contacts by assigning a new owner ID to the provided list of contact IDs.
321
+ - list_contact_stages: Retrieves a list of all available contact stage IDs from the Apollo account[2][4].
322
+ - create_deal: Creates a new opportunity with specified details such as name, owner, account, amount, stage, and closed date.
323
+ - list_all_deals: Searches and retrieves a paginated list of opportunities with optional sorting by a specified field.
324
+ - update_deal: Updates specific fields of an opportunity resource identified by opportunity_id using a PATCH request[2][4][5].
325
+ - list_deal_stages: Retrieves a list of opportunity stages representing the different phases in the sales pipeline.
326
+ - add_contacts_to_sequence: Adds specified contact IDs to an email campaign sequence, configuring how and when emails are sent to each contact and supporting various filtering options.
327
+ - update_contact_status_sequence: Posts a request to remove or stop specified contact IDs from given emailer campaign IDs based on the selected mode.
328
+ - create_task: Creates multiple tasks in bulk with specified user, contact IDs, priority, due date, type, status, and optional note parameters.
329
+ - search_tasks: Searches for tasks using specified parameters and returns a paginated list of results, allowing users to sort by a field and filter by open factor names.
330
+ - get_a_list_of_users: Searches for users with optional pagination parameters to specify the page number and number of results per page.
331
+ - get_a_list_of_email_accounts: Retrieves a list of all available email accounts and their summary information.
332
+ - get_a_list_of_all_liststags: Retrieves a list of labels.
333
+ - get_a_list_of_all_custom_fields: Retrieves a list of all typed custom fields configured in the system.
334
+ - view_deal: View Deal by opportunity_id
335
+ - search_for_sequences: Search for Sequences by name
336
+
337
+ App ID: asana (NOT connected by user)
338
+ - get_an_allocation: Retrieves details about an allocation by its GUID using the API endpoint "/allocations/{allocation_gid}" with optional fields and formatting controlled by query parameters "opt_fields" and "opt_pretty".
339
+ - update_an_allocation: Updates or creates a resource identified by the allocation GID at the "/allocations/{allocation_gid}" path using the PUT method.
340
+ - delete_an_allocation: Deletes the specified allocation by its global identifier and returns a status code indicating success or failure.
341
+
342
+ App ID: box (NOT connected by user)
343
+ - get_authorize: Authorize user
344
+
345
+ App ID: braze (NOT connected by user)
346
+ - list_catalogs: List Catalogs
347
+ - create_catalog: Create Catalog
348
+ - delete_catalog_item: Delete Multiple Catalog Items
349
+ - edit_catalog_item: Edit Multiple Catalog Items
350
+ - list_events: Export Custom Events List
351
+ - list_users: Search Existing Dashboard User by Email
352
+ - create_user: Create New Dashboard User Account
353
+ - create_content_block: Create Content Block
354
+
355
+ App ID: coda (NOT connected by user)
356
+ - list_categories: Retrieves a dictionary of available categories from the API endpoint.
357
+ - list_docs: Retrieves a list of documents based on specified filtering and pagination criteria.
358
+ - create_doc: Creates a new document with the specified properties and returns its metadata as a dictionary.
359
+ - get_doc: Retrieves a document by its unique identifier from the remote service.
360
+ - delete_doc: Deletes a document by its ID from the remote service.
361
+
362
+ App ID: confluence (NOT connected by user)
363
+ - 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.
364
+ - delete_attachment: Deletes the specified attachment using its unique identifier and optionally purges it permanently.
365
+ - get_attachment_operations: Retrieves operations associated with a specific attachment using its unique identifier.
366
+ - get_attachment_content_properties: Retrieves properties of a specific attachment identified by `attachment-id`, with optional filtering, sorting, and pagination via query parameters.
367
+ - 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.
368
+
369
+ App ID: dialpad (NOT connected by user)
370
+ - callcenters_operators_delete: Deletes an operator associated with a specific call center identified by the provided ID.
371
+ - custom_ivrs_get: Retrieves custom IVR data based on the specified target type and ID, with optional pagination using a cursor.
372
+
373
+ App ID: digitalocean (NOT connected by user)
374
+ - apps_list: List All Apps
375
+ - databases_list_options: List Database Options
376
+ - databases_list: List All Databases
377
+
378
+ App ID: figma (NOT connected by user)
379
+ - get_file: Retrieves a specified file's data (including versions, geometry, and plugin information) from the API using a unique file identifier.
380
+ - get_file_nodes: Retrieves nodes related to a file identified by the "file_key" using the specified query parameters for filtering by "ids", "version", "depth", "geometry", and "plugin_data".
381
+ - get_images: Retrieves an image specified by the `file_key` using the GET method, allowing optional query parameters for customization such as formatting, scaling, and SVG options.
382
+ - get_image_fills: Retrieves images associated with a file identified by the `{file_key}` using the `/v1/files/{file_key}/images` API endpoint.
383
+ - get_team_projects: Retrieves a list of projects associated with a specific team identified by the team_id parameter.
384
+ - get_project_files: Retrieves files from a specified project, optionally including branch data, using the provided project identifier.
385
+ - get_file_versions: Retrieves a list of file versions using the "GET" method, filtering by file key and optional query parameters for pagination and sorting.
386
+ - get_comments: Retrieves comments associated with a specified file and optionally returns them in Markdown format based on the query parameter.
387
+ - post_comment: Creates a new comment on a file specified by the file_key and returns an appropriate status code.
388
+ - delete_comment: Deletes a specified comment from a file identified by its file key and comment ID.
389
+ - get_comment_reactions: Retrieves reactions for a specific comment in a file using the provided file key and comment ID.
390
+ - post_comment_reaction: Adds a reaction to a specific comment on a file identified by the file key and comment ID using the "POST" method at the "/v1/files/{file_key}/comments/{comment_id}/reactions" endpoint.
391
+ - delete_comment_reaction: Removes a reaction emoji from a comment on a file using the specified emoji parameter.
392
+ - get_me: Retrieves the authenticated user's profile data.
393
+ - get_team_components: Retrieves a list of components for a specified team with pagination support using page_size, after, and before parameters.
394
+ - get_file_components: Retrieves a list of components associated with a file identified by the specified file key using the API endpoint "/v1/files/{file_key}/components".
395
+ - get_component: Retrieves component information for a specific key using the API endpoint at "/v1/components/{key}" with the GET method.
396
+ - get_team_component_sets: Retrieves a paginated list of component sets associated with a specific team ID, supporting pagination via page size, after, and before query parameters.
397
+ - get_file_component_sets: Retrieves the component sets associated with a file identified by a specific file key using the "GET" method at the "/v1/files/{file_key}/component_sets" endpoint.
398
+ - get_component_set: Retrieves a component set by its unique key identifier and returns the associated component data.
399
+ - get_team_styles: Retrieves paginated style resources associated with a specific team using query parameters for pagination control.
400
+ - get_file_styles: Retrieves styles information for a specific file identified by the file key using the API endpoint "/v1/files/{file_key}/styles" with the GET method.
401
+ - get_style: Retrieves a style object associated with the specified key using the "GET" method at the "/v1/styles/{key}" endpoint.
402
+ - post_webhook: Registers a new webhook to receive HTTP callbacks for specified events, returning success or error status codes.
403
+ - get_webhook: Retrieves information about a specific webhook by its ID using the "GET" method at the path "/v2/webhooks/{webhook_id}".
404
+ - put_webhook: Updates an existing webhook's configuration using the provided webhook ID and returns an HTTP status code indicating success or failure.
405
+ - delete_webhook: Deletes a webhook identified by its `webhook_id`, permanently removing it to manage and optimize webhook configurations.
406
+ - get_team_webhooks: Retrieves a list of webhooks for a specified team using the "GET" method, with the team identified by the `team_id` path parameter.
407
+ - get_webhook_requests: Retrieves a list of requests for a specific webhook identified by `{webhook_id}` using the "GET" method.
408
+ - get_activity_logs: Retrieves a list of activity logs filtered by specified events, time range, and other parameters, returning the results in a specified order with a limited number of entries.
409
+ - get_payments: Retrieves payment information based on specified parameters, including plugin payment token, user ID, community file ID, plugin ID, and widget ID, using the "/v1/payments" API endpoint with a GET request.
410
+ - get_local_variables: Retrieves local variables for a file specified by the "file_key" using the "GET" method.
411
+ - get_published_variables: Retrieves the published variables for a file identified by the `{file_key}` using the `GET` method.
412
+ - post_variables: Creates variables for a specific file identified by its file_key and returns an appropriate status code based on the operation's outcome.
413
+ - get_dev_resources: Retrieves development resources associated with a specific file, identified by its file_key, with optional filtering by node IDs.
414
+ - post_dev_resources: Creates developer resources via the API and returns a status response.
415
+ - put_dev_resources: Replaces a specific developer resource at the specified path with updated data, returning a status code for success or error conditions.
416
+ - delete_dev_resource: Deletes a specific development resource associated with a file using the provided file key and development resource ID.
417
+
418
+ App ID: fireflies (NOT connected by user)
419
+ - get_team_analytics: Fetches team analytics data within a specified time range.
420
+ - get_ai_apps_outputs: Fetches AI Apps outputs for a given transcript.
421
+ - get_user_details: Fetches details for a specific user.
422
+ - list_users: Fetches a list of users in the workspace.
423
+ - get_transcript_details: Fetches details for a specific transcript.
424
+ - list_transcripts: Fetches a list of transcripts, optionally filtered by user ID.
425
+ - get_bite_details: Fetches details for a specific bite (soundbite/clip).
426
+ - list_bites: Fetches a list of bites, optionally filtered to the current user's bites.
427
+ - add_to_live_meeting: Adds Fireflies.ai to a live meeting.
428
+ - create_bite: Creates a bite (soundbite/clip) from a transcript.
429
+ - delete_transcript: Deletes a transcript.
430
+ - set_user_role: Sets the role for a user.
431
+ - upload_audio: Uploads an audio file for transcription.
432
+ - update_meeting_title: Updates the title of a meeting (transcript).
433
+
434
+ App ID: gong (NOT connected by user)
435
+ - list_calls: Retrieves a list of call records within the specified date range, with optional pagination and workspace filtering.
436
+ - add_call: Creates and submits a new call record with detailed metadata to the remote service.
437
+ - get_call: Retrieves details for a specific call by its identifier.
438
+ - get_user: Retrieves user information by user ID from the API.
439
+
440
+ App ID: hashnode (NOT connected by user)
441
+ - publish_post: Publishes a post to Hashnode using the GraphQL API.
442
+ - get_me: Fetches details about the authenticated user.
443
+ - get_publication: Fetches details about a publication by host or ID. Only one of host or publication_id should be provided.
444
+ - get_post: Fetches details of a single post by slug and hostname.
445
+ - update_post: Updates an existing post using the GraphQL API.
446
+ - delete_post: Deletes a post using the GraphQL API.
447
+ - add_comment: Adds a comment to a post using the GraphQL API.
448
+ - delete_comment: Deletes a comment using the GraphQL API.
449
+ - get_user: Fetches details about a user by username.
450
+
451
+ App ID: mailchimp (NOT connected by user)
452
+ - campaigns_get_all: Retrieves all campaigns from the API with optional filtering and pagination.
453
+ - campaigns_create_new_mailchimp_campaign: Creates a new Mailchimp campaign with the specified type and optional configuration settings.
454
+ - campaigns_get_info: Retrieves detailed information about a specific campaign, supporting optional field filtering and resend shortcut eligibility inclusion.
455
+
456
+ App ID: canva (NOT connected by user)
457
+ - v1_apps_appid_jwks: Retrieves the JSON Web Key Set (JWKS) containing public keys for verifying JWTs associated with the specified application.
458
+ - v1_assets_assetid1: Retrieves the details of a specific asset using the provided assetId and returns the asset data.
459
+ - v1_assets_assetid3: Updates an asset using the "POST" method at the "/v1/assets/{assetId}" endpoint and returns a status message.
460
+ - v1_assets_assetid: Deletes an asset by its unique identifier and returns a success status upon completion.
461
+ - v1_assets_assetid2: Updates specific properties of an asset identified by its ID and returns the operation status.
462
+ - v1_assets_upload: Uploads an asset with provided metadata to the server and returns a success or error status.
463
+ - v1_asset_uploads: Initiates an asset upload using the "POST" method at the "/v1/asset-uploads" path, accepting asset metadata in the header and handling responses for successful and failed uploads.
464
+ - v1_asset_uploads_jobid: Retrieves the status and results of an asset upload job identified by the job ID.
465
+ - v1_autofills: Triggers an autofill operation using the API at the "/v1/autofills" path, sending data via the POST method, and returns a response indicating success or failure.
466
+ - v1_autofills_jobid: Retrieves autofill data for a job identified by the specified jobId using the GET method at the "/v1/autofills/{jobId}" endpoint.
467
+ - v1_brand_templates: Retrieves a list of brand templates based on query parameters such as ownership and sorting options using the "GET" method at the "/v1/brand-templates" path.
468
+ - v1_brand_templates_brandtemplateid: Retrieves metadata for a specific brand template using its unique identifier.
469
+ - v1_brand_templates_brandtemplateid_dataset: Retrieves the dataset definition of a brand template, including data field names and types, allowing for the identification of autofillable fields.
470
+ - v1_comments: Creates a new comment and returns a status message.
471
+ - v1_comments_commentid_replies: Creates a new reply to a comment using the "POST" method.
472
+ - v1_designs_designid_comments_commentid: Retrieves a specific comment from a design using the provided design ID and comment ID.
473
+ - v1_connect_keys: Retrieves a list of connection keys associated with the current user or application.
474
+ - v1_designs: Retrieves a list of designs based on query parameters, including query, continuation, ownership, and sort order, using the GET method at the "/v1/designs" endpoint.
475
+ - v1_designs1: Creates a new design resource and returns the result of the operation.
476
+ - v1_designs_designid: Retrieves a specific design by its ID using the GET method at the "/v1/designs/{designId}" endpoint.
477
+ - v1_imports: Initiates a data import process with the provided metadata in the request header and returns an appropriate response.
478
+ - v1_imports_jobid: Retrieves the status and details of a specific import job identified by its job ID.
479
+ - v1_exports: Initiates an export process through the API and returns status codes for success or failure.
480
+ - v1_exports_exportid: Retrieves export details by ID using the "GET" method at the path "/v1/exports/{exportId}" and returns a response.
481
+ - v1_folders_folderid1: Retrieves information about a folder with the specified ID using the "GET" method at the "/v1/folders/{folderId}" endpoint.
482
+ - v1_folders_folderid: Deletes a folder with the specified ID, including all of its contents, using the DELETE method and returns a status code indicating success or failure.
483
+ - v1_folders_folderid2: Updates an existing folder using the specified `folderId` and returns a status message upon successful modification.
484
+ - v1_folders_folderid_items: Retrieves a paginated list of items within a specified folder, filtered by type, using continuation tokens for pagination.
485
+ - v1_folders_move: Moves folders to a new location using the "POST" method at the "/v1/folders/move" endpoint and returns status messages based on the operation's success or failure.
486
+ - v1_folders: Creates a new folder in the system and returns a success or error status.
487
+ - v1_users_me: Retrieves information about the currently authenticated user using the GET method at the "/v1/users/me" endpoint.
488
+ - v1_users_me_profile: Retrieves the authenticated user's profile information.
489
+
490
+ App ID: crustdata (NOT connected by user)
491
+ - screen_companies: Screens companies based on specified metrics, filters, sorting, and pagination parameters, and returns the result as a JSON-compatible dictionary.
492
+ - get_headcount_timeseries: Retrieve headcount timeseries data from the data lab endpoint using the provided filters, pagination, and sorting options.
493
+ - get_headcount_by_facet_timeseries: Retrieves headcount timeseries data aggregated by specified facets using provided filters and sorting options.
494
+ - get_funding_milestone_timeseries: Retrieves a time series of funding milestone data based on specified filters, pagination, and sorting options.
495
+ - get_decision_makers: Retrieves decision makers based on specified filters and parameters.
496
+ - get_web_traffic: Retrieves web traffic data based on provided filters, pagination, and sorting criteria.
497
+ - get_investor_portfolio: Retrieves the investment portfolio information for a specified investor.
498
+ - get_job_listings: Retrieves job listings data based on specified parameters.
499
+ - search_persons: Submits a search request for persons associated with a given asynchronous job and returns the search results as a dictionary.
500
+ - search_companies: Searches for companies using specified filters and pagination parameters.
501
+ - enrich_person: Retrieves enriched person data from LinkedIn profile using the provided profile URL, enrichment mode, and requested fields.
502
+ - enrich_company: Retrieves enriched company data using the provided company domain and enrichment mode.
503
+ - get_linked_in_posts: Fetches LinkedIn posts for a specified company using its LinkedIn URL.
504
+ - search_linked_in_posts: Searches LinkedIn posts using the provided keyword and filters, returning the search results as a dictionary.
505
+
506
+ App ID: jira (NOT connected by user)
507
+ - get_banner: Retrieves the configuration of the announcement banner using the Jira Cloud API.
508
+ - set_banner: Updates the announcement banner configuration in Jira Cloud, including message, visibility, and dismissal settings.
509
+
510
+ App ID: klaviyo (NOT connected by user)
511
+ - get_accounts: Retrieves account information using the GET method, allowing optional filtering by specific account fields and requiring a revision header, returning a successful response with the requested data if available.
512
+ - get_campaigns: Retrieve a list of campaigns using optional filtering, sorting, and inclusion parameters, with the option to specify fields for campaign messages, campaigns, and tags.
513
+ - create_campaign: Creates a new campaign using specified parameters, returning appropriate status codes for success (201), client errors (400), or server issues (500).
514
+ - get_campaign: Retrieves detailed information about a campaign by its ID, allowing for selective field inclusion and revision specification through query parameters and headers.
515
+
516
+ App ID: heygen (NOT connected by user)
517
+ - post_streaming_new: Initiates a new streaming session with optional quality parameter and returns the server's JSON response.
518
+ - get_v1_voice_list: Retrieves the list of available voices from the v1 voice API endpoint.
519
+ - get_v1_avatar_list: Retrieves a list of available avatars from the v1 API endpoint.
520
+ - get_v2_voices: Retrieves the list of available v2 voices from the API endpoint.
521
+ - get_v2_avatars: Retrieves a list of avatar objects from the /v2/avatars API endpoint.
522
+ - get_v1_video_list: Retrieves a list of videos from the v1 API endpoint.
523
+ - post_v2_video_generate: Submits a request to generate a video using specified input parameters via the v2 video generate API endpoint.
524
+ - delete_v1_video: Deletes a video using the v1 API endpoint with the specified video ID.
525
+ - get_v2_templates: Retrieves the list of v2 templates from the API endpoint.
526
+ - get_v2_template_by_id: Retrieves a v2 template resource by its unique identifier.
527
+ - post_v2_template_generate_by_id: Generates content from a template specified by ID using the provided title and variables, and returns the generation result.
528
+ - get_v2_video_translate_target_languages: Retrieves the list of supported target languages for video translation via the v2 API.
529
+ - post_v2_video_translate: Submits a video translation request and returns the API response as JSON.
530
+ - get_v2_video_translate_status_by_id: Retrieves the status of a video translation job by its unique identifier.
531
+ - get_streaming_list: Retrieves the list of available streaming resources from the remote API.
532
+ - post_streaming_ice: Sends an ICE candidate for a streaming session to the server and returns the JSON response.
533
+ - post_streaming_task: Submits a streaming task for the specified session and text input, returning the response from the remote API.
534
+ - post_streaming_stop: Stops an ongoing streaming session by sending a stop request for the specified session ID.
535
+ - post_streaming_interrupt: Sends a request to interrupt an active streaming session identified by the given session ID.
536
+ - post_streaming_create_token: Creates a new streaming token with an optional expiry time by sending a POST request to the streaming token API endpoint.
537
+ - get_streaming_avatar_list: Retrieves a list of available streaming avatars from the API endpoint.
538
+ - get_v1_webhook_list: Retrieves a list of all registered webhooks via the v1 API endpoint.
539
+ - post_v1_webhook_endpoint_add: Registers a new webhook endpoint with the specified URL and events.
540
+ - delete_v1_webhook_endpoint_by_id: Deletes a webhook endpoint identified by its ID via a DELETE request to the v1 API.
541
+ - get_v1_webhook_endpoint_list: Retrieves a list of webhook endpoints from the v1 API.
542
+ - get_v1_talking_photo_list: Retrieves the list of talking photos from the v1 API endpoint.
543
+ - delete_v2_talking_photo_by_id: Deletes a v2 talking photo resource identified by its unique ID.
544
+ - post_personalized_video_add_contact: Adds a new contact to a personalized video project by sending the contact variables to the server.
545
+ - get_personalized_video_audience_detail: Retrieves detailed information about a personalized video audience by ID.
546
+ - get_personalized_video_project_detail: Retrieves the details of a personalized video project by its unique identifier.
547
+ - get_v2_user_remaining_quota: Retrieves the current remaining quota information for the user from the v2 API endpoint.
548
+ - post_v1_asset_upload: Uploads an asset to the server using a POST request to the '/v1/asset' endpoint.
549
+ - get_v1_video_status: Retrieves the status of a video by making a GET request to the v1 video_status endpoint.
550
+
551
+ App ID: aws_s3 (NOT connected by user)
552
+ - create_bucket: Creates a new S3 bucket.
553
+ - delete_bucket: Deletes an S3 bucket (must be empty).
554
+ - get_bucket_policy: Gets the bucket policy for the specified bucket.
555
+ - put_bucket_policy: Sets the bucket policy for the specified bucket.
556
+ - list_prefixes: Lists common prefixes ("folders") in the specified S3 bucket and prefix.
557
+ - put_prefix: Creates a prefix ("folder") in the specified S3 bucket.
558
+ - list_objects: Lists all objects in a specified S3 prefix.
559
+ - put_object: Uploads an object to the specified S3 prefix.
560
+ - put_object_from_base64: Uploads a binary object from base64 content to the specified S3 prefix.
561
+ - get_object_content: Gets the content of a specified object.
562
+ - get_object_metadata: Gets metadata for a specified object without downloading the content.
563
+ - copy_object: Copies an object from one location to another.
564
+ - move_object: Moves an object from one location to another (copy then delete).
565
+ - delete_object: Deletes an object from S3.
566
+ - delete_objects: Deletes multiple objects from S3.
567
+ - generate_presigned_url: Generates a presigned URL for accessing an S3 object.
568
+ - search_objects: Searches for objects in S3 based on various criteria.
569
+ - get_bucket_size: Calculates the total size and object count for a bucket or prefix.
570
+
571
+ App ID: miro (NOT connected by user)
572
+
573
+ App ID: openai (NOT connected by user)
574
+ - create_chat_completion: Creates a model response for the given chat conversation.
575
+ - upload_file: Upload a file that can be used across various OpenAI API endpoints.
576
+ - list_files: Lists the files that have been uploaded to your OpenAI account.
577
+ - retrieve_file: Retrieves information about a specific file.
578
+ - delete_file: Deletes a file.
579
+ - retrieve_file_content: Retrieves the content of the specified file. Returns text content directly, or base64 encoded content in a dictionary for binary files.
580
+ - generate_image: Creates an image given a prompt.
581
+ - create_image_edit: Creates an edited or extended image given an original image and a prompt.
582
+ - create_image_variation: Creates a variation of a given image.
583
+ - create_transcription: Transcribes audio into the input language.
584
+ - create_translation: Translates audio into English text.
585
+ - create_speech: Generates audio from the input text.
586
+
587
+ App ID: pipedrive (NOT connected by user)
588
+
589
+ App ID: posthog (NOT connected by user)
590
+ - subscriptions_list: Retrieves a list of subscriptions for a specified project by project ID, allowing pagination through query parameters for limit and offset.
591
+ - surveys_list: Retrieves a paginated list of surveys for a specific project with optional search and pagination parameters.
592
+ - surveys_create: Creates a new survey under the specified project and returns a status message upon successful creation.
593
+
594
+ App ID: replicate (NOT connected by user)
595
+ - run: Run a Replicate model and wait for its output. This is a blocking call from the user's perspective. If the model output is an iterator, this tool will collect all items into a list.
596
+ - submit_prediction: Submits a prediction request to Replicate for asynchronous processing.
597
+ - get_prediction: Retrieves the current state and details of a Replicate prediction.
598
+ - fetch_prediction_output: Retrieves the output of a completed Replicate prediction. If the prediction is not yet complete, this method will wait for it to finish. If the model output is an iterator, this tool will collect all items into a list.
599
+ - cancel_prediction: Cancels a running or queued Replicate prediction.
600
+ - upload_file: Uploads a local file to Replicate and returns its public URL. Replicate uses these URLs for file inputs in models.
601
+ - generate_image: Generates images using a specified Replicate model (defaults to SDXL). This is a convenience wrapper around the `run` tool.
602
+
603
+ App ID: resend (NOT connected by user)
604
+ - get_domain: Retrieves a single domain by its ID.
605
+ - verify_domain: Verifies an existing domain using the provided domain ID.
606
+ - send_email: Sends an email to specified recipients using the Resend API.
607
+ - send_batch_emails: Sends a batch of emails using the Resend API.
608
+ - get_email: Retrieves a single email by its specified ID.
609
+ - update_scheduled_email: Updates the scheduling of an email to a new time.
610
+ - cancel_scheduled_email: Cancels a scheduled email using the provided email ID.
611
+ - create_domain: Creates a new domain with the specified name.
612
+ - update_domain: Updates an existing domain's settings regarding open tracking, click tracking, and TLS enforcement.
613
+ - list_domains: Retrieves a list of all domains for the authenticated user.
614
+ - remove_domain: Removes an existing domain by its ID using the Resend API.
615
+ - create_api_key: Creates a new API key for authenticating with Resend.
616
+ - list_api_keys: Retrieves a list of all API keys available through the resend service.
617
+ - remove_api_key: Removes an existing API key using the specified key ID.
618
+ - create_broadcast: Creates a new broadcast to send to a specified audience.
619
+ - get_broadcast: Retrieves a single broadcast by its ID.
620
+ - update_broadcast: Updates a broadcast by modifying its HTML content and/or subject line.
621
+ - send_broadcast: Starts sending a broadcast via the API.
622
+ - remove_broadcast: Removes an existing broadcast with 'draft' status.
623
+ - list_broadcasts: Retrieves a list of all available broadcasts using the configured API key.
624
+ - create_audience: Creates a new audience (a list of contacts) with the specified name.
625
+ - get_audience: Retrieves a single audience object from the API using the specified audience ID.
626
+ - remove_audience: Removes an existing audience using the provided audience ID and returns the API response.
627
+ - list_audiences: Retrieves a list of all audiences.
628
+ - create_contact: Creates a contact within a specific audience.
629
+ - get_contact: Retrieves a single contact from an audience by providing either a unique contact ID or an email address, ensuring exactly one identifier is given.
630
+ - update_contact: Updates an existing contact, identified by ID or email, within a specified audience.
631
+ - remove_contact: Removes a contact from an audience, identified by ID or email.
632
+ - list_contacts: Lists all contacts from a specified audience.
633
+
634
+ App ID: retell (NOT connected by user)
635
+ - get_v2_get_call_by_call_id: Retrieve detailed information about a specific call using its call ID.
636
+ - post_v2_create_phone_call: Initiates a phone call using a JSON payload with specified parameters.
637
+ - post_v2_create_web_call: Creates a web call via a POST request to the v2 endpoint with specified agent ID and optional metadata or dynamic variables.
638
+ - get_get_voice_by_voice_id: Fetches voice details based on the provided voice ID.
639
+ - post_v2_list_calls: Sends a POST request to list call records with optional filtering, sorting, pagination, and limits.
640
+ - post_create_phone_number: Creates a phone number with the specified area code and optional parameters.
641
+ - get_get_phone_number_by_phone_number: Retrieves phone number details by making a GET request to the API endpoint using the provided phone number.
642
+ - get_list_phone_numbers: Retrieves a list of phone numbers from the remote API.
643
+ - patch_update_phone_number_by_phone_number: Updates the information of a phone number by its number, allowing optional modification of inbound and outbound agent IDs and nickname.
644
+ - delete_delete_phone_number_by_phone_number: Deletes a phone number resource by its phone number identifier via an HTTP DELETE request.
645
+
646
+ App ID: sendgrid (NOT connected by user)
647
+ - list_access_activity: Retrieves activity settings using the specified limit, allowing for the optional specification of the user on whose behalf the request is made.
648
+ - list_alert: Retrieves a list of alerts using the GitHub API, returning a successful response with a status code of 200.
649
+ - list_campaign: Retrieves a list of campaigns with optional pagination and filtering by limit and offset, allowing operations on behalf of another entity.
650
+ - list_segment: Retrieves a list of all segments defined in the contact database using the SendGrid API.
651
+
652
+ App ID: shortcut (NOT connected by user)
653
+ - list_categories: Retrieves a list of categories from the API.
654
+ - list_epics: Fetches a list of epics from the API.
655
+
656
+ App ID: spotify (NOT connected by user)
657
+ - get_playlist: Retrieves a playlist from the API using the specified playlist ID.
658
+ - search: Performs a search query against the API and returns the matching results as a JSON object.
659
+ - get_playlists_tracks: Retrieves the tracks of a specified playlist from the API, applying optional filters and pagination parameters.
660
+ - add_tracks_to_playlist: Adds one or more tracks to a specified playlist at an optional position.
661
+ - create_playlist: Creates a new playlist for a specified user with optional visibility, collaboration, and description settings.
662
+
663
+ App ID: trello (NOT connected by user)
664
+ - get_actions_id: Get an Action
665
+ - check_card_item: Get checkItem on a Card
666
+
667
+ App ID: unipile (NOT connected by user)
668
+ - list_all_chats: Lists all chats, with options to filter by unread status, pagination, date ranges, and account.
669
+ - list_chat_messages: Lists all messages from a specific chat, with pagination and filtering options.
670
+ - send_chat_message: Sends a message in a specific chat.
671
+ - retrieve_chat: Retrieves a specific chat by its Unipile or provider ID.
672
+ - list_all_messages: Lists all messages across all chats, with pagination and filtering options.
673
+ - list_all_accounts: Lists all linked accounts.
674
+ - retrieve_account: Retrieves a specific linked account by its ID.
675
+ - list_user_posts: Lists all posts for a given user or company identifier.
676
+ - retrieve_own_profile: Retrieves the profile of the user associated with the given Unipile account_id.
677
+ - retrieve_profile: Retrieves a specific user profile by its identifier.
678
+ - retrieve_post: Retrieves a specific post by its ID.
679
+ - list_post_comments: Lists all comments from a specific post. Can also list replies to a specific comment.
680
+ - create_post: Creates a new post on LinkedIn.
681
+ - list_post_reactions: Lists all reactions from a specific post or comment.
682
+ - create_post_comment: Adds a comment to a specific post.
683
+ - add_reaction_to_post: Adds a reaction to a post or comment. The OpenAPI spec does not detail the request body. This method assumes 'post_social_id' (as 'post_id') and 'reaction_type' (as 'value') are in the JSON body. 'account_id' is an optional query parameter. Verify request/response structure with official Unipile LinkedIn API documentation.
684
+ - search: Performs a comprehensive search on LinkedIn for people, companies, posts, or jobs.
685
+
686
+ App ID: wrike (NOT connected by user)
687
+ - delete_groups_by_groupid: Deletes a group resource identified by the provided groupId using an HTTP DELETE request.
688
+ - get_contacts: Retrieves contacts from the server with optional deleted status filtering, field selection, and metadata inclusion.
689
+ - get_contacts_by_contactid: Retrieves contact information for a specific contact ID, optionally returning only specified fields.
690
+ - put_contacts_by_contactid: Updates an existing contact using the specified contact ID with provided details including metadata, billing/cost rates, job role, and custom fields.
691
+ - get_users_by_userid: Retrieves user information by ID from the API endpoint.
692
+ - put_users_by_userid: Updates a user's profile information by user ID using a PUT request.
693
+ - get_groups: Retrieves a list of groups from the API, applying optional filtering and pagination parameters.
694
+ - post_groups: Creates a new group with the specified title and optional details via a POST request to the groups endpoint.
695
+ - get_groups_by_groupid: Retrieves details for a specific group by its group ID, optionally returning only specified fields.
696
+ - put_groups_by_groupid: Updates an existing group by groupId with new properties and membership changes via a PUT request.
697
+ - put_groups_bulk: Updates multiple group memberships in bulk by sending a PUT request with the given member data.
698
+ - get_invitations: Retrieves all invitations from the server using a GET request.
699
+ - post_invitations: Sends an invitation email to a user with optional details such as name, role, and custom message.
700
+ - put_invitations_by_invitationid: Updates an existing invitation by its unique ID with optional parameters, handling conditional updates and API communication.
701
+ - delete_invitations_by_invitationid: Deletes a specific invitation using its unique identifier
702
+ - get_a_ccount: Retrieves account information from the API, optionally including only specified fields.
703
+ - put_a_ccount: Sends a PUT request to update or create an account with the provided metadata and returns the server response as a JSON object.
704
+ - get_workflows: Retrieves all workflows from the server using a GET request.
705
+ - post_workflows: Creates a new workflow by sending a POST request to the workflows endpoint with optional name and request body.
706
+ - put_workflows_by_workflowid: Updates an existing workflow by workflow ID with optional name, hidden status, and request body data.
707
+ - get_customfields: Retrieves all custom fields from the API and returns them as a parsed JSON object.
708
+ - post_customfields: Creates a custom field by sending a POST request to the customfields endpoint with the specified parameters.
709
+ - get_customfields_by_customfieldid: Retrieves details for a custom field by its unique identifier from the API
710
+ - put_customfields_by_customfieldid: Updates a custom field specified by its ID with the provided parameters.
711
+ - delete_customfields_by_customfieldid: Deletes a custom field resource identified by its custom field ID.
712
+ - get_folders: Retrieves a list of folders from the API with support for filtering, pagination, and field selection.
713
+ - get_folders_by_folderid_folders: Retrieves subfolders of a specified folder, applying optional filters and pagination parameters.
714
+ - post_folders_by_folderid_folders: Creates a new subfolder within a specified folder by folder ID, with configurable attributes such as title, description, sharing, metadata, and permissions.
715
+ - delete_folders_by_folderid: Deletes a folder resource identified by its folder ID via an HTTP DELETE request.
716
+ - put_folders_by_folderid: Updates a folder's properties and relationships using a PUT request, allowing comprehensive modifications including metadata, access roles, and parent associations.
717
+ - get_tasks: Retrieves tasks from the API with optional filtering, sorting, pagination, and field selection parameters.
718
+ - get_tasks_by_taskid: Retrieves a task by its ID from the remote service, optionally returning only specified fields.
719
+ - put_tasks_by_taskid: Updates a task's properties and relationships by ID, returning the updated task data.
720
+ - delete_tasks_by_taskid: Deletes a task identified by the given task ID via an HTTP DELETE request and returns the response as a JSON object.
721
+ - post_folders_by_folderid_tasks: Creates a new task in a specified folder with configurable attributes including title, description, assignments, and custom fields.
722
+
723
+ App ID: fpl (NOT connected by user)
724
+ - get_player_information: Get detailed information and statistics for a specific player
725
+ - search_fpl_players: Search for FPL players by name with optional filtering
726
+ - get_gameweek_status: Get precise information about current, previous, and next gameweeks.
727
+ - analyze_players: Filter and analyze FPL players based on multiple criteria
728
+ - compare_players: Compare multiple players across various metrics
729
+ - analyze_player_fixtures: Analyze upcoming fixtures for a player and provide a difficulty rating
730
+ - analyze_fixtures: Analyze upcoming fixtures for players, teams, or positions
731
+ - get_blank_gameweeks: Get information about upcoming blank gameweeks where teams don't have fixtures
732
+ - get_double_gameweeks: Get information about upcoming double gameweeks where teams have multiple fixtures
733
+ - get_league_standings: Get standings for a specified FPL league
734
+ - get_league_analytics: Get rich analytics for a Fantasy Premier League mini-league
735
+ - team_info: Get information about a team
736
+
737
+ App ID: linkedin (NOT connected by user)
738
+ - create_post: Create a post on LinkedIn.
739
+ - get_your_info: Get your LinkedIn profile information.
740
+ - delete_post: Delete a post on LinkedIn.
741
+ - update_post: Update a post on LinkedIn.
742
+
743
+ App ID: neon (NOT connected by user)
744
+ - list_projects: Retrieves a list of projects with optional pagination, filtering, and organizational scoping.
745
+ - list_shared_projects: Retrieves a list of shared projects with optional pagination and search filtering.
746
+ - get_project: Retrieves detailed information for a specific project by its project ID.
747
+ - list_project_operations: Retrieves a paginated list of operations for a specified project.
748
+
749
+ App ID: rocketlane (NOT connected by user)
750
+ - get_project: Get project by Id
751
+ - update_project: Update project by Id
752
+ - delete_project: Delete project by Id
753
+ - add_members: Add members to a project
754
+ - create_field: Create a Field
755
+ - get_user: Get user by Id
756
+
757
+ App ID: sentry (NOT connected by user)
758
+ - list_your_organizations: Retrieves a list of organizations using the "GET" method, allowing filtering by owner, query, and sorting, and requires authentication with admin, read, or write permissions.
759
+ - retrieve_an_organization: Retrieves detailed information about a specified organization by its ID or slug, optionally including extended details, requiring appropriate organizational permissions.
760
+
761
+ App ID: supabase (NOT connected by user)
762
+ - v1_list_all_organizations: Retrieves a list of all organizations from the API endpoint.
763
+ - v1_create_an_organization: Creates a new organization using the provided name and returns the organization details.
764
+ - v1_list_all_snippets: Retrieves all code snippets for the specified project, or for all projects if no project reference is provided.
765
+ - v1_list_all_branches: Retrieves a list of all branches for the specified project reference using the v1 API.
766
+ - v1_create_a_branch: Creates a new branch for a specified project, configuring options such as instance size, release channel, and region.
767
+
768
+ App ID: shopify (NOT connected by user)
769
+ - creates_anew_report: Submits a report generation request and returns a success status upon creation.
770
+ - get_application_charges: Retrieves a list of application charges in JSON format, allowing filtering by specific fields and starting from a given ID.
771
+ - get_application_credit_by_id: Retrieves a specific application credit from Shopify's admin API, including optional field filtering parameters.
772
+ - retrieves_asingle_charge: Retrieves details for a specific recurring application charge by ID using the "GET" method, optionally including additional fields specified in the query parameters.
773
+
774
+ App ID: semanticscholar (NOT connected by user)
775
+ - post_graph_get_authors: Creates a batch of authors using the provided JSON data in the request body, optionally specifying fields to include in the response via a query parameter.
776
+ - get_graph_get_author_search: Searches for authors based on a query string with optional pagination and field selection parameters.
777
+ - get_graph_get_author: Retrieves the profile information for a specific author identified by the `author_id` and returns it with optional fields specified in the `fields` query parameter.
778
+ - get_graph_get_author_papers: Retrieves a paginated list of papers authored by the specified author, with optional field selection.
779
+ - get_graph_get_paper_autocomplete: Provides an autocomplete suggestion list based on a required query string parameter.
780
+ - post_graph_get_papers: Creates a batch of papers using JSON data in the request body and optionally specifies fields to include in the response.
781
+ - get_graph_paper_relevance_search: Searches for academic papers using the "GET" method at the "/paper/search" endpoint, allowing filtering by query, publication types, open access PDF availability, citation count, publication date or year, venue, fields of study, and pagination parameters.
782
+ - get_graph_paper_bulk_search: Retrieves bulk search results of academic papers based on various query parameters such as keywords, fields of study, publication types, and sorting criteria.
783
+ - get_graph_paper_title_search: Searches for matching papers based on specified query parameters, such as query string, fields, publication types, open access status, citation count, publication date, year, venue, and fields of study, using the "GET" method.
784
+ - get_graph_get_paper: Retrieves details of a paper by its ID, optionally specifying fields to include in the response.
785
+ - get_graph_get_paper_authors: Retrieves a list of authors for a specific paper identified by the `paper_id`, allowing optional parameters for offset, limit, and fields to customize the response.
786
+ - get_graph_get_paper_citations: Retrieves a list of citations for a specific paper, identified by its paper ID, with optional parameters for offset, limit, and fields.
787
+ - get_graph_get_paper_references: Retrieves references for a specific paper by its ID using the "GET" method and allows optional filtering by offset, limit, and fields for customizable output.
788
+ - get_snippet_search: Retrieves a list of search results based on a specified query string, optionally limited by a user-defined number of results, using the "GET" method at the "/snippet/search" endpoint.
789
+
790
+ App ID: whatsapp_business (NOT connected by user)
791
+ - get_analytics: Retrieves details of a specified WhatsApp Business Account (WABA) with customizable fields using the GET method.
792
+ - get_credit_lines: Retrieves the extended credit lines available for a specified business account using its ID.
793
+ - get_business_account: Retrieves information about a business account using the specified API version and business account ID, optionally filtering the response fields via a query parameter.
794
+ - get_commerce_settings: Retrieves the commerce settings configured for a specific WhatsApp Business phone number.
795
+ - set_or_update_commerce_settings: Updates WhatsApp Business commerce settings (cart availability and catalog visibility) for a specific business phone number.
796
+ - upload_file: Uploads a file using the specified API version and application ID, with optional query parameters for file length and type, and returns a successful status message upon completion.
797
+ - resume_session: Initiates a session using the provided SESSION_ID and file offset specified in the header, supporting further session-related operations via the POST method at the "/{api-version}/<SESSION_ID>" endpoint.
798
+ - get_business_phone_number: Retrieves details for a specific business phone number ID using query parameters to specify returned fields.
799
+ - get_all_business_phone_numbers: Retrieves a list of phone numbers associated with a specific WhatsApp Business Account (WABA), allowing for filtering and customization of the response fields.
800
+ - get_qr_code: Retrieves a message linked to a specific QR code for a business phone number using the GET method via the API.
801
+ - delete_qr_code: Deletes a specific WhatsApp Business QR code using the provided QR code ID and returns a success message if the operation is completed successfully.
802
+ - get_all_qr_codes_default_fields: Retrieves a list of message QR code deep links associated with a business phone number, filtered by specified fields and QR code identifiers.
803
+ - create_qr_code: Creates a WhatsApp Business QR code with a predefined message and returns the generated code details.
804
+ - get_template_by_id_default_fields: Retrieves a template using the specified template ID from the API version path.
805
+ - edit_template: Creates or processes a resource using the specified template ID based on the API version and returns a successful status upon completion.
806
+ - get_template_by_name_default_fields: Retrieves a list of WhatsApp message templates associated with a specific WhatsApp Business Account using the "GET" method, allowing filtering by template name.
807
+ - create_message_template: Creates a new WhatsApp message template for a business account, allowing businesses to send standardized messages to customers.
808
+ - delete_template_by_name: Deletes WhatsApp message templates by name (all languages) or specific ID using query parameters and returns a success status.
809
+ - get_subscribed_apps: Retrieves a list of apps subscribed to webhooks for a WhatsApp Business Account using the GET method.
810
+ - subscribe_app_to_waba_swebhooks: Subscribes an app to webhooks for a WhatsApp Business Account (WABA) using the POST method at the `/subscribed_apps` endpoint, allowing the app to receive updates and notifications from the WABA.
811
+ - unsubscribe_apps_by_waba_id: Unsubscribes an app from webhook notifications for a WhatsApp Business Account.
812
+ - get_all_shared_wabas: Retrieves information about WhatsApp Business accounts associated with a business client, using the specified business account ID and API version.
813
+ - get_all_owned_wabas: Retrieves a list of WhatsApp Business Accounts owned by or shared with the specified business account using a GET request to the given endpoint.
814
+
815
+ App ID: ahrefs (NOT connected by user)
816
+ - crawler_ips: Retrieve the list of public crawler IP addresses from the API.
817
+ - volume_by_country: Retrieves search volume by country for a given keyword.
818
+ - crawler_ip_ranges: Fetches the current public crawler IP ranges from the API, optionally specifying output format.
819
+ - limits_and_usage: Retrieves current API subscription limits and usage statistics from the service.
820
+ - batch_analysis: Submits a batch analysis request with specified parameters and returns the analysis results as a dictionary.
821
+ - serp_overview: Retrieves a SERP (Search Engine Results Page) overview report based on specified selection, country, and keyword criteria.
822
+ - overview: Retrieves rank tracking overview data for a specified project, date, and device.
823
+ - competitors_overview: Retrieves an overview of competitor rankings for a specified project and criteria.
824
+ - projects: Retrieves a list of site audit projects from the configured base URL, optionally specifying an output format.
825
+ - domain_rating: Fetches the domain rating and related metrics for a specified target and date.
826
+ - backlinks_stats: Retrieves backlink statistics for a specified target and date, with optional filters for protocol, mode, and output format.
827
+ - outlinks_stats: Retrieves outbound link statistics for the specified target from the site explorer API.
828
+ - metrics: Retrieves metrics data from the site explorer API endpoint.
829
+ - refdomains_history: Retrieves the historical data of reference domains from a specified site.
830
+ - domain_rating_history: Retrieves historical domain rating data for a specified target within a given date range.
831
+ - url_rating_history: Retrieves URL rating history data for a specified target within a date range.
832
+ - pages_history: Retrieves historical page data for a target using specified filters.
833
+ - metrics_history: Retrieves historical metrics based on specified parameters.
834
+ - keywords_history: Fetches the historical keyword rankings and performance data for a specified target within an optional date range and set of filters.
835
+ - metrics_by_country: Fetches site metrics grouped by country for a specified target and date.
836
+ - pages_by_traffic: Retrieves a list of top pages for a specified target domain or URL, ranked by estimated organic search traffic.
837
+ - all_backlinks: Retrieves all backlinks information for a specified target using various query parameters.
838
+ - broken_backlinks: Fetches broken backlink data for the specified target from the site explorer API endpoint.
839
+ - refdomains: Retrieves referring domains data for a specified target using the Site Explorer API endpoint.
840
+ - anchors: Fetches anchor text distribution data for a specified target using given query parameters.
841
+ - linkeddomains: Retrieves linked domains for a specified target using the site explorer API endpoint.
842
+ - linked_anchors_external: Fetch linked external anchor data for a specified target using provided selection and filtering criteria.
843
+ - linked_anchors_internal: Fetches internal linked anchor data for a specified target from the site explorer API, applying optional filtering and query parameters.
844
+ - organic_keywords: Retrieve organic keyword data for a specified target and date from the Site Explorer API endpoint.
845
+ - organic_competitors: Retrieves organic competitors data for a specified target using the Site Explorer API.
846
+ - top_pages: Retrieves top pages data for a specified target and date from the site explorer API with customizable query parameters.
847
+ - paid_pages: Fetches paid pages data from the Site Explorer API based on specified filters.
848
+ - best_by_external_links: Fetches data about the best-performing pages of a target site based on external links, with various filtering and output options.
849
+ - best_by_internal_links: Retrieves the best-performing internal links for a specified target using the site explorer API endpoint.
850
+ - total_search_volume_history: Fetches the total historical search volume data for a specified target within a given date range and optional filters.
851
+ - keyword_explorer_overview: Retrieves an overview of keyword metrics and data from the keywords explorer API endpoint based on the specified filters and parameters.
852
+ - volume_history: Fetches the historical search volume for a given keyword in a specified country.
853
+ - matching_terms: Retrieves matching keyword terms from the keywords explorer API based on specified filters and search parameters.
854
+ - related_terms: Retrieves related keyword terms for a given selection and country, with optional filtering and pagination.
855
+ - search_suggestions: Fetches keyword search suggestions from the keywords explorer API based on the provided filtering and query parameters.
856
+
857
+ App ID: e2b (NOT connected by user)
858
+ - execute_python_code: Executes Python code in a sandbox environment and returns the formatted output.
859
+
860
+ App ID: elevenlabs (NOT connected by user)
861
+ - get_generated_items: Retrieves historical data based on specified parameters, including page size and voice ID, using the "GET" method at the "/v1/history" endpoint.
862
+ - get_history_item_by_id: Retrieves a specific history item by its identifier using the API defined at "/v1/history/{history_item_id}" with the GET method.
863
+ - delete_history_item: Deletes a specific history item identified by its ID using the DELETE method.
864
+ - edit_voice: Updates the specified voice by ID using a POST request and returns a success status upon completion.
865
+ - get_projects: Retrieves a list of projects using the API defined at the "/v1/projects" endpoint via the GET method.
866
+ - add_project: Creates a new project and returns a status message.
867
+ - delete_project: Deletes the specified project and returns a success status upon completion.
868
+
869
+ App ID: twitter (NOT connected by user)
870
+ - find_tweets_by_id: Retrieves one or more Tweets by their IDs and returns associated details, supporting optional parameters for specifying additional fields and expansions.
871
+ - find_users_by_username: Retrieves information about one or more users specified by their usernames using the Twitter API, allowing optional specification of additional user fields and expansions.
872
+ - list_user_follow: Adds a Twitter user to a list of followed lists using the Twitter API and returns a status message.
873
+ - users_id_tweets: Retrieves a list of tweets for a user with the specified ID, allowing optional filtering by tweet ID range, result count, pagination token, excluded fields, and time range, using the "GET" method.
874
+
875
+ App ID: ms_teams (NOT connected by user)
876
+ - add_member_to_chat: Add member to a chat
877
+ - get_chat_member_details: Get conversationMember
878
+ - delete_chat_member: Remove member from chat
879
+ - list_chat_messages: List messages in a chat
880
+ - get_chat_message_detail: Get chatMessage in a channel or chat
881
+ - read_chat_replies: Get replies from chats
882
+ - create_chat_reply: Create new navigation property to replies for chats
883
+ - get_chat_replies: Get replies from chats
884
+ - create_team_from_group: Create team from group
885
+ - create_team: Create team
886
+ - get_team_channel_info: Get channel
887
+ - update_chat_message_by_team_channel: Update chatMessage
888
+ - update_message_reply: Update the navigation property replies in teams
889
+ - get_channel_tabs: List tabs in channel
890
+ - add_channel_tab: Add tab to channel
891
+ - get_team_tab_info: Get tab
892
+ - update_tab_info: Update tab
893
+ - delete_channel_tab_by_id: Delete tab from channel
894
+ - get_primary_team_channel: Get primaryChannel
895
+ - get_user_installed_apps: List apps installed for user
896
+ - list_chat_members: List conversationMembers
897
+ - list_chats: List chats
898
+ - get_joined_teams: Fetches a list of the Microsoft Teams the user has joined.
899
+ - list_channels_for_team: List channels
900
+ - send_chat_message: Sends a message to a specific chat.
901
+ - send_channel_message: Sends a message to a specific channel in a Microsoft Teams team.
902
+ - reply_to_channel_message: Sends a reply to a specific message in a channel.
903
+ - create_chat_operation: Create chat
904
+ - get_chat: Get chat
905
+ - update_chat_details: Update chat
906
+ - list_chat_apps: List apps in chat
907
+
908
+ App ID: cal_com_v2 (NOT connected by user)
909
+
910
+ App ID: ghost_content (NOT connected by user)
911
+ - browse_posts: Retrieves and browses posts from a data source based on provided parameters.
912
+ - read_post_by_id: Retrieves a post by its ID, optionally including additional data or specific fields.
913
+ - read_post_by_slug: Retrieves a post by its slug, with optional parameters to specify included data, select specific fields, or request particular data formats.
914
+ - browse_authors: Browse authors using various filtering and pagination options.
915
+ - read_author_by_id: Read an author from the database by their unique ID.
916
+ - read_author_by_slug: Retrieve an author's information by their slug.
917
+ - browse_tags: Browse and retrieve tags based on specified parameters.
918
+ - read_tag_by_id: Retrieves a tag's details by its unique identifier, optionally filtering by included and field sets.
919
+ - read_tag_by_slug: Retrieve tag information identified by a unique slug, with optional inclusion of related data and selective fields.
920
+ - browse_pages: Retrieves a list of pages using optional filtering, pagination, and formatting parameters.
921
+ - read_page_by_id: Read a page by ID, allowing for optional inclusion of additional data, specific fields, and formats.
922
+ - read_page_by_slug: Retrieve a page's content and metadata by its slug identifier, optionally including related data, specific fields, and content formats.
923
+ - browse_tiers: Browse tiers based on optional filters and pagination.
924
+ - browse_settings: Fetches site settings by making a GET request to the settings endpoint.
925
+
926
+ App ID: google_gemini (NOT connected by user)
927
+ - generate_text: Generates text using the Google Gemini model.
928
+ - generate_image: Generates an image using the Google Gemini model and returns a list of results. Each result is a dict with either 'text' or 'image_bytes' (raw image data).
929
+ - generate_audio: Generates audio using the Google Gemini model and returns the uploaded audio URL.
930
+
931
+ App ID: google_searchconsole (NOT connected by user)
932
+ - get_sitemap: Retrieves information about a specific sitemap.
933
+ - list_sitemaps: Lists the sitemaps-entries submitted for this site, or included in the sitemap index file (if sitemapIndex is specified in the request).
934
+ - submit_sitemap: Submits a sitemap for a site. Typically returns HTTP 204 No Content on success.
935
+ - delete_sitemap: Deletes a sitemap from this site. Typically returns HTTP 204 No Content on success.
936
+ - get_site: Retrieves information about a specific site.
937
+ - list_sites: Lists the user's Search Console sites.
938
+ - add_site: Adds a site to the set of the user's sites in Search Console. This will require verification of the site ownership. If successful, this method returns a site resource in the response body.
939
+ - delete_site: Removes a site from the set of the user's Search Console sites. Typically returns HTTP 204 No Content on success.
940
+ - index_inspect_url: Inspects a URL in Google Index and provides information about its status.
941
+ - query_search_analytics: Queries your search traffic data with filters and parameters that you define. The method returns zero or more rows grouped by the row that you define. You must define a date range of one or more days.
942
+
943
+ App ID: domain_checker (NOT connected by user)
944
+ - check_domain_tool: Checks if a domain is available for registration by querying DNS records and RDAP data.
945
+ - check_tlds_tool: Checks a keyword across multiple top-level domains (TLDs) to find available domain names.
946
+
947
+ App ID: http_tools (NOT connected by user)
948
+ - http_get: Perform a GET request to the specified URL with optional parameters.
949
+ - http_post: Perform a POST request to the specified URL with optional parameters.
950
+ - http_put: Perform a PUT request to the specified URL with optional parameters.
951
+ - http_delete: Perform a DELETE request to the specified URL with optional parameters.
952
+ - http_patch: Perform a PATCH request to the specified URL with optional parameters.
953
+
954
+ App ID: zenquotes (NOT connected by user)
955
+ - get_quote: Fetches a random inspirational quote from the Zen Quotes API.
956
+