Back to tracker
Plugin tracker
Tools
Explore what tracked Claude Connectors and ChatGPT Plugins can actually do. Search by tool, Plugin, Brand, category, verb, or access requirement.
Latest snapshot2026-09-12USmethodology registry-public-v1
Searchable tools
113,018
Authless tools
7,424
Auth required
100,766
Described tools
61,167
113,018 tools
- Delete Resource Assignmentdeleteresourceassignment · Delete a resource assignment by its id within a workspace. Soft-deletes the assignment (sets deleted: true) and clears its timesheets when the assignment was confirmed. Estimate Planner-owned assignments cannot be deleted. Pass the exact assignment id from a prior getResourceAssignments read; a missing or already-deleted id returns a not-found error. For stale-assignment cleanup, list candidates with getResourceAssignments and delete only after the user confirms. Returns true when an assignment was deleted.HiveHive
PluginrequiredProductivity - Design Campaign Audiencedesigncampaignaudience · Regenerates a campaign audience definition from a follow-up design prompt. Access: caller must have access to the campaign workspace. Errors: missing campaign or unauthorized workspace access is rejected.HiveHive
PluginrequiredProductivity - Detach Action Attachmentdetachactionattachment · Removes one attachment from an action or action comment. Use the attachmentId returned by getActions or getActionComments and call once per attachment. Comment attachments can be removed by their sender, a project owner, or a workspace admin; action access is required.HiveHive
PluginrequiredProductivity - Disable Action Custom Fieldsdisableactioncustomfields · Disables action custom fields in specified projects. removeFromActions also removes their stored values from actions.HiveHive
PluginrequiredProductivity - Disable Buzz Snippetdisablebuzzsnippet · Disable the currently published version of a Buzz snippet.HiveHive
PluginrequiredProductivity - Disable Projects Custom Fieldsdisableprojectscustomfields · Disables custom fields for specific projects. This should be used to disable only project itemType custom fields. Parameters: - customFieldIds: Required. The IDs of the custom fields to disable - projectIds: Required. The IDs of the projects to disable the custom fields for - workspaceId: Required. The ID of the workspace to disable the custom fields forHiveHive
PluginrequiredProductivity - Discover Campaign Audience Datadiscovercampaignaudiencedata · Discovers CRM audience source data for campaign audience design. Access: caller must be a non-external member of the workspace. Errors: invalid or unauthorized workspace access is rejected.HiveHive
PluginrequiredProductivity - Dry Run Buzz Snippet Versiondryrunbuzzsnippetversion · Start an async dry-run of a draft/latest Buzz snippet version. Returns runId immediately; use wait with buzz_snippet_run before publishing. success on the final run record means the output passed semantic review.HiveHive
PluginrequiredProductivity - Duplicate Actionduplicateaction · Copy/duplicate an action including its subactions, attachments, approval rounds, and dependencies. Returns the newly created action.HiveHive
PluginrequiredProductivity - Edit Project Budgeteditprojectbudget · Updates a budget entry on a Hive project.HiveHive
PluginrequiredProductivity - Enable Action Custom Fieldsenableactioncustomfields · Enables custom fields for actions in specific projects. This should be used to enable only action itemType custom fields. Parameters: - ids: Required. The IDs of the custom fields to enable - projectIds: Required. The IDs of the projects to enable the custom fields for - workspaceId: Required. The ID of the workspace to enable the custom fields forHiveHive
PluginrequiredProductivity - Enroll Person In Sequenceenrollpersoninsequence · Enrolls a CRM person in a sequence.HiveHive
PluginrequiredProductivity - Ensure Google Drive Folderensuregoogledrivefolder · Finds or creates a folder in the connected Google Drive account.HiveHive
PluginrequiredProductivity - Execute Salesforce Operationexecutesalesforceoperation · Runs Salesforce QUERY, SEARCH, INSERT, UPDATE, DELETE, UPSERT, MERGE, DESCRIBE, or CONVERT_LEAD. Uses an active workspace connection when workspaceId is supplied; otherwise uses the caller's connected Salesforce account. Requires a connection and valid operation-specific fields; parameter and Salesforce API failures are returned as errors.HiveHive
PluginrequiredProductivity - Fetch Filesfetchfiles · Download files from external HTTPS URLs. Images return as viewable base64; binary files as raw base64; text files as UTF-8. For Hive action attachments and comment files, use attachFiles with fileIds from getActions or actionComments instead.HiveHive
PluginrequiredProductivity - Fetch Google Drive Filefetchgoogledrivefile · Gets the content of a file from the connected Google Drive account.HiveHive
PluginrequiredProductivity - Find Chatsfindchats · Lists Hive direct messages, group chats, and threads the caller can access. Supports member, type, text, sorting, and cursor-pagination filters. Use member IDs to resolve a chat ID before sending a message; use type instead of deprecated oneToOne. Requires workspace and chat access.HiveHive
PluginrequiredProductivity - Get Accessible HTTP Connectionsgetaccessiblehttpconnections · Lists HTTP connections the caller can access in a workspace, including owned, directly shared, and workspace-wide connections. Use the results to identify reusable API connections.HiveHive
PluginrequiredProductivity - Get Accessible MCP Serversgetaccessiblemcpservers · Lists MCP servers the caller owns or can access in a workspace, optionally filtered by ID. Use the results to identify reusable service connections.HiveHive
PluginrequiredProductivity - Get Account Product Activitygetaccountproductactivity · Cognition-gated product activity rollup from customerEventLog for this CRM account. lookbackDays is clamped to 90.HiveHive
PluginrequiredProductivity - Get Account Proofing Guideline Nodesgetaccountproofingguidelinenodes · Lists proofing guideline file/folder nodes linked to an account. Access: requires access to the account.HiveHive
PluginrequiredProductivity - Get Account Subscription Aggregategetaccountsubscriptionaggregate · Aggregates CRM account subscription values such as total account ARR, subscription ARR, addon ARR, addon quantity, or subscription seats. Read-only; callers can use the result to update a goal through updateGoal.HiveHive
PluginrequiredProductivity - Get Accountsgetaccounts · Lists CRM accounts in a Hive workspace.HiveHive
PluginrequiredProductivity - Get Action Commentsgetactioncomments · Gets comments on a Hive action.HiveHive
PluginrequiredProductivity - Get Action Dependenciesgetactiondependencies · Lists dependency edges involving specified actions; include the focal action and known neighbors. source is the predecessor that blocks, target is the dependent successor. type is 0 for finish-to-start, 1 start-to-start, 2 finish-to-finish, or 3 start-to-finish. Inaccessible actions and links are omitted; use getActions for fuller action details.HiveHive
PluginrequiredProductivity - Get Action Historygetactionhistory · List audit history for an action, including event type and actor metadata. Access: Requires access to the action.HiveHive
PluginrequiredProductivity - Get Action Templatesgetactiontemplates · Get all action templates for a workspaceHiveHive
PluginrequiredProductivity - Get All Workspace Holidaysgetallworkspaceholidays · Lists all holidays in a Hive workspace.HiveHive
PluginrequiredProductivity - Get App Workflowsgetappworkflows · Lists app workflows in a workspace the caller can access.HiveHive
PluginrequiredProductivity - Get Approval Roundsgetapprovalrounds · Retrieve all approval rounds for a specific action. Returns a paginated list of approval rounds. Use this to view existing approval rounds on an action before modifying stages or approvers.HiveHive
PluginrequiredProductivity - Get Approval Stagesgetapprovalstages · Retrieve all approval stages for a specific approval round. Returns a paginated list of stages. Use this to view existing stages in a round before modifying approvers or stage settings.HiveHive
PluginrequiredProductivity - Get Approval Templatesgetapprovaltemplates · List all available approval templates in a workspace. Use this to discover which approval templates can be applied to actions. Templates provide pre-configured approval workflows with stages and approvers that can be reused across multiple actions.HiveHive
PluginrequiredProductivity - Get Buzz Snippet External Connectionsgetbuzzsnippetexternalconnections · List HTTP connections and MCP servers the current user can attach to Buzz snippets. If no suitable connection exists, research whether MCP or HTTP is the right integration path, recommend one setup option with service docs links, and wait for user confirmation before creating it.HiveHive
PluginrequiredProductivity - Get Buzz Snippet Rungetbuzzsnippetrun · Poll a Buzz snippet run by runId (from runBuzzSnippetVersion / dryRunBuzzSnippetVersion). Use while a run is in progress or after wait resumes with buzz_snippet_run.HiveHive
PluginrequiredProductivity - Get Buzz Snippet Versiongetbuzzsnippetversion · Get one snippet version by versionId. versionId must be a BuzzSnippetVersion _id, not the snippet name. If only a snippet name is known, call getBuzzSnippets with search first, then use latestVersionId for editing or publishedVersionId for normal runs. Buzz should inspect inputSchema/outputSchema before running it.HiveHive
PluginrequiredProductivity - Get Buzz Snippetsgetbuzzsnippets · Get deterministic Buzz snippets available in a workspace.HiveHive
PluginrequiredProductivity - Get CRM Associationsgetcrmassociations · Lists CRM associations matching the supplied entity filters.HiveHive
PluginrequiredProductivity - Get CRM Linked Meetingsgetcrmlinkedmeetings · Lists meetings linked to CRM people, accounts, or opportunities through linked_meeting CRM associations. Handles both meeting -> CRM and CRM -> meeting association directions. Access: Workspace members with CRM access. Errors: Throws if the user is logged out or lacks CRM access.HiveHive
PluginrequiredProductivity - Get CRM Pipelinesgetcrmpipelines · Lists workspace CRM pipelines in configured order. Access: workspace members with CRM access.HiveHive
PluginrequiredProductivity - Get Campaigngetcampaign · Gets a CRM campaign by ID.HiveHive
PluginrequiredProductivity - Get Campaign Account Meeting Signalsgetcampaignaccountmeetingsignals · Future linked-meeting signals for campaign accounts. Used in the builder people step to filter accounts eligible for add-to-meeting plays.HiveHive
PluginrequiredProductivity - Get Campaign Recipientsgetcampaignrecipients · Lists recipients for a CRM campaign.HiveHive
PluginrequiredProductivity - Get Campaign Tool Approvalsgetcampaigntoolapprovals · Lists campaign-native Buzz approvals assigned to the current execution actor.HiveHive
PluginrequiredProductivity - Get Campaignsgetcampaigns · Lists CRM campaigns in a Hive workspace.HiveHive
PluginrequiredProductivity - Get Current Approval Round and Stagegetcurrentapprovalroundandstage · Gets an action's active approval round and stage, including each approver's status. Returns null when no accessible approval stage is awaiting a decision.HiveHive
PluginrequiredProductivity - Get Custom Fieldsgetcustomfields · Lists custom fields for a workspace, form, or project action view. Supports item type, action type, removal state, text, sorting, and cursor-pagination filters.HiveHive
PluginrequiredProductivity - Get Dashboard Widget Datagetdashboardwidgetdata · Fetches computed live data for chart-builder dashboard widgets (bar, pie, line, numbers, pivot). Returns normalized values plus an optional raw data payload. Use getDashboardWidgets to obtain widgetId and widget type.HiveHive
PluginrequiredProductivity - Get Dashboard Widgetsgetdashboardwidgets · Retrieves all widgets associated with a specific dashboard. Common use cases: 1. Loading a dashboard's initial state 2. Refreshing dashboard content 3. Exporting dashboard configurationHiveHive
PluginrequiredProductivity - Get Dashboardsgetdashboards · Retrieves a paginated list of dashboards with filtering and sortingHiveHive
PluginrequiredProductivity - Get Emailsgetemails · Get emails from the user's mailbox with support for pagination. If there are more emails available beyond the current page, the response will include a "nextPageToken". To retrieve the next batch of results, call "getEmails" again using the same filters and pass the returned "nextPageToken".HiveHive
PluginrequiredProductivity
What is Tool Explorer?
Tool Explorer indexes the callable tool names and descriptions attached to public registry profiles. It is useful for seeing what agents can actually invoke, not just which profile exists.
How do category and verb filters work?
Category filters use the live registry category rollup. Verb filters use the public tool insights rollup, so the page stays backed by the same read models as the tracker charts.
Why do auth requirements matter?
Auth requirements show whether a tool is likely usable without account connection, requires authentication, is private, or is unknown in the current snapshot.