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
- Set Action Estimated Timesetactionestimatedtime · Sets planned effort on an action in seconds as a total, per-assignee estimates, or both. Use addActionActualTime for actual time on an action and createTimeEntries for timesheet entries. Requires action time-tracking write access and an enabled workspace.HiveHive
PluginrequiredProductivity - Set Custom Status Colorsetcustomstatuscolor · Sets, removes, or renames a custom workspace status color. Call after addStatusToProjectView when a new status needs a color.HiveHive
PluginrequiredProductivity - Set File Store Folder AI Proofing Guidelinessetfilestorefolderaiproofingguidelines · Mark or unmark a file-store folder as an AI proofing guidelines folder. Enable only after the folder has non-empty projectIds; a marked folder with no projectIds applies workspace-wide.HiveHive
PluginrequiredProductivity - Set Story Pointssetstorypoints · Set the agile story point value for an action Access: Requires user access to the action Parameters: - actionId: The ID of the action to update - storyPoints: The new story point valueHiveHive
PluginrequiredProductivity - Share File Library Itemsharefilelibraryitem · Updates sharing access for a File Library item.HiveHive
PluginrequiredProductivity - Start Campaign Buildstartcampaignbuild · Starts LLM-assisted campaign creation from a freeform campaign brief. Creates a draft for build and review; it does not execute the campaign or send email. A later recipient-persistence step requires explicit audience confirmation. Access: caller must be a non-external member of the workspace. Errors: invalid or unauthorized workspace access is rejected.HiveHive
PluginrequiredProductivity - Submit Formsubmitform · Atomic form submission mutation. Determines internally whether to create actions, create a project, update a project, or send emails based on form.target. Each data.fields entry uses the existing form element name and an array of string values. Omit mapTo because the stored form definition supplies field mapping.HiveHive
PluginrequiredProductivity - Submit My Timesheets For Approvalsubmitmytimesheetsforapproval · Submits the authenticated user's existing unsubmitted timesheets by ID in an accessible workspace.HiveHive
PluginrequiredProductivity - Sync Time Off Calendar Eventsynctimeoffcalendarevent · Sync a time-off resource assignment to the employee's connected calendar as an OOO block. Uses the organizer's hiveMail/hiveCalendar OAuth credentials. Calendar sync is optional; returns success: false with reason when the calendar is not connected.HiveHive
PluginrequiredProductivity - Test Buzz Snippet HTTP Requesttestbuzzsnippethttprequest · Test a single HTTP connection request before embedding it in snippet code. For snippets that use buzz.http, call this before createBuzzSnippet/updateBuzzSnippetDraft and copy the working method/path/request shape plus response shape into externalConnections.httpConnections[].samples.HiveHive
PluginrequiredProductivity - Test Buzz Snippet MCP Tooltestbuzzsnippetmcptool · Test a single MCP tool call before embedding it in snippet code.HiveHive
PluginrequiredProductivity - Unlink File Store Node From Projectunlinkfilestorenodefromproject · Removes one project link from a File Library item. If a guideline folder is left with no projectIds, it applies workspace-wide; re-link it or remove its guideline status afterward.HiveHive
PluginrequiredProductivity - Unlink Recordsunlinkrecords · Removes links between related Hive table records.HiveHive
PluginrequiredProductivity - Unset Recurring Actionsunsetrecurringactions · Make actions non-recurring by removing their recurring linkage. Stops future recurring instances from being generated while preserving the action. Parameters: - actionIds: Array of action IDs to make non-recurring - workspaceId: The ID of the workspace Access: Requires user access to the actions. Errors: Throws error if user lacks edit permission on the actions.HiveHive
PluginrequiredProductivity - Update Accountupdateaccount · Updates a CRM account.HiveHive
PluginrequiredProductivity - Update Action Dependencyupdateactiondependency · Updates the lag or dependency type for an existing action dependency.HiveHive
PluginrequiredProductivity - Update Action GitHub Branch Namesupdateactiongithubbranchnames · Update the GitHub branch names associated with an action Access: Requires user access to the action Parameters: - actionId: The ID of the action to update - githubBranchNames: An array of branch names in the format "Repo:branch-name" Returns: The updated actionHiveHive
PluginrequiredProductivity - Update Action Parentupdateactionparent · Moves an action beneath another action, or promotes it to the top level when parentId is omitted or null. rank or useLowestRank controls placement; skipSyncActionDates prevents date synchronization. Returns the updated action.HiveHive
PluginrequiredProductivity - Update Action Snooze Dateupdateactionsnoozedate · Snoozes an action, hiding it from the caller's task list until the specified date. A null snoozeDate removes the snooze. Requires access to the action.HiveHive
PluginrequiredProductivity - Update Actionsupdateactions · Applies the same field patch to specified actions. Omitted fields remain unchanged; explicit null clears supported nullable fields. Replacement collections cannot be combined with their incremental add or remove fields. Prefer one call over multiple field-specific updates. Requires access to every target action and rejects empty targets or patches, blank title or status, invalid colors or progress, and conflicting assignee operations.HiveHive
PluginrequiredProductivity - Update Actions Custom Fieldupdateactionscustomfield · Sets or clears one custom field on specified actions. Supply only the value field matching the custom-field type: value for text, numberValue for numbers, dateValue for dates, or selectedValues for select, user, and project fields. Pass null or an empty matching value to clear the field. Requires access to every target action and rejects missing fields or values whose shape does not match the field type.HiveHive
PluginrequiredProductivity - Update Actions External Accessupdateactionsexternalaccess · Updates whether external members can access selected actions and all of their descendants. Returns which action ids were updated and which were skipped because they are ineligible.HiveHive
PluginrequiredProductivity - Update Actions Projectupdateactionsproject · Moves specified actions into a project, or removes their project when projectId is null. Prefer this bulk operation for one or many MCP action moves.HiveHive
PluginrequiredProductivity - Update App Workflowupdateappworkflow · Update an existing App Workflow. Send the new value whenever you want to change a field, or "noop" for fields that should remain untouched. IMPORTANT: When updating workflows with cron triggers, specify recurrence ONLY in trigger.conditions[0].fieldValue (the recurring schedule object), NEVER in the operation prompt. Before creating or updating a workflow with runBuzzSnippetVersion, call getBuzzSnippets if you only know the snippet name, then call getBuzzSnippetVersion for the publishedVersionId and read inputSchema.properties plus inputSchema.required. Build inputMapping as an array with one entry per snippet input field that should be populated: { inputField, value }. Use value { type: "path", path } for workflow context references; { type: "template", parts: [{ type: "text", text }, { type: "path", path }] } for strings assembled from context; { type: "string"|"number"|"boolean", value } or { type: "null" } for primitive literals; and { type: "json", value: "<JSON array or object>" } for complex literals. Common paths: trigger.action._id, trigger.action.title, trigger.action.description, trigger.action.status, trigger.action.projectId, trigger.action.assignees, trigger.action.labels, actionUrl, trigger.actionChange.triggeredFields, trigger.actionChange.fieldValues, workflow._id, workflow.name, workflow.workspace, now.iso, now.unix, trigger.fileId, trigger.folderId, trigger.name (File Library triggers), trigger.record._id, trigger.record.cells.<fieldKey>, trigger.record.workspace, trigger.table._id, trigger.changedFields, trigger.cellChanges.<fieldKey>.current (Table record triggers). For API request triggers, set inputMapping to null to pass the request payload through unchanged.HiveHive
PluginrequiredProductivity - Update Assigneesupdateactionsassignees · Replaces, adds, or removes user and placeholder assignees on specified actions. SET fields replace existing user and placeholder assignees and cannot be combined with incremental add or remove fields. Can also apply team, privacy, child, and recurring options; requires access to every target action.HiveHive
PluginrequiredProductivity - Update Buzz Snippet Draftupdatebuzzsnippetdraft · Update or create the latest draft version for an existing Buzz snippet. Before editing, load the current version and preserve existing allowedTools, externalConnections, inputSchema, and outputSchema unless intentionally changing them.HiveHive
PluginrequiredProductivity - Update Campaignupdatecampaign · Updates campaign planning, status, or custom fields after a real outcome.HiveHive
PluginrequiredProductivity - Update Dashboardupdatedashboard · Updates a Hive dashboard, including its title, sharing, filters, styling, and layout. Dashboard layout uses a 48-column grid; provide layout only for an explicit widget move or resize request.HiveHive
PluginrequiredProductivity - Update Dashboard Widgetupdatedashboardwidget · Updates an existing dashboard widget's configuration. Common update scenarios: 1. Changing visualization type 2. Updating filters or data source 3. Modifying appearance settings 4. Adjusting metrics or calculationsHiveHive
PluginrequiredProductivity - Update Datesupdateactionsdates · Update dates for multiple actions at once Access: Requires user access to all actions Parameters: - actionIds: Array of action IDs to update - workspaceId: The ID of the workspace - deadline: The new deadline to set (optional) - scheduledDate: The new scheduled date to set (optional)HiveHive
PluginrequiredProductivity - Update Descriptionupdateactionsdescription · Updates descriptions on specified actions. Prefer markdownDescription for Markdown-authored content; it is converted to stored HTML. If both formats are supplied, description takes precedence. Requires access to every target action.HiveHive
PluginrequiredProductivity - Update Goalupdategoal · Updates a Hive goal. Display progress supports null, number, or actions measurements; display number also supports overdue; display status requires status measurement. Actions or overdue use actions/projects units, number uses currency/custom/percentage, and status uses subGoals. Unit values and symbols follow createGoal's rules. Ongoing, recurring, and fixed date-range modes are mutually exclusive; a fixed range requires startDate before endDate. Action and project IDs require their corresponding unit.HiveHive
PluginrequiredProductivity - Update Holidayupdateholiday · Updates a holiday name or date.HiveHive
PluginrequiredProductivity - Update Labelsupdateactionslabels · Sets, adds, or removes labels on specified actions. SET replaces the complete label list; ADD and REMOVE update it incrementally. Use SET with an empty list or ["none"] to clear all labels. Requires access to every target action.HiveHive
PluginrequiredProductivity - Update Linked Projectsupdatelinkedprojects · Replaces the projects in which an action also appears. The action's home project is ignored, and changes propagate to subactions. Pass the complete desired list; project linking must be enabled for the workspace and the caller must have action access.HiveHive
PluginrequiredProductivity - Update Meeting Prepupdatemeetingprep · Update meeting user data using diff operations for array fields and direct values for scalars. Array fields (goals, agendaItems, nextSteps, materials, linkedActions, speakerLabels) accept add/remove/update diffs. Scalar fields (customTitle, notes) accept direct values.HiveHive
PluginrequiredProductivity - Update Milestoneupdateactionsmilestone · Sets or clears milestone status on specified actions.HiveHive
PluginrequiredProductivity - Update Opportunityupdateopportunity · Updates opportunity fields. Selecting a closed stage applies the same close bundle (forecast category, probability, closeDate) as closeOpportunity.HiveHive
PluginrequiredProductivity - Update Personupdateperson · Updates a CRM person.HiveHive
PluginrequiredProductivity - Update Priorityupdateactionsprioritylevelid · Sets or clears the priority level for specified actions. Use a priorityLevelId returned by getPriorityLevels; null clears the priority. Requires access to every target action; shouldUpdateRecurring also updates recurring instances.HiveHive
PluginrequiredProductivity - Update Project Archivedupdateprojectarchived · Update project archived status Access: Requires user access to the project Parameters: - projectId: The ID of the project to update - archived: The new archived state to set - includeChildren: Whether to include children in the update Returns: The updated projectHiveHive
PluginrequiredProductivity - Update Project Descriptionupdateprojectdescription · Updates a Hive project's description.HiveHive
PluginrequiredProductivity - Update Project Members Permissionsupdateprojectmemberspermissions · Adds, removes, or changes project access for specified members or teams. Applies the supplied permission, sharing type, and automation flag to every target; use permission REMOVE to remove access.HiveHive
PluginrequiredProductivity - Update Project Other Costsupdateprojectothercosts · Adds, updates, or removes one project other-cost entry and recalculates derived totals. UPDATE clears description or categoryId when omitted, but preserves omitted date, type, and recurrence values. Requires workspace-admin or project-owner access. ADD and UPDATE require name and amount; UPDATE and REMOVE require costId. Duplicate IDs and invalid categories are rejected; negative amounts are allowed as credits.HiveHive
PluginrequiredProductivity - Update Project Parentupdateprojectparent · Moves a project beneath another project, or promotes it to the top level when parentProjectId is omitted or null. Rejects cycles and requires access to both projects.HiveHive
PluginrequiredProductivity - Update Projects Custom Fieldsupdateprojectscustomfields · Enables custom fields for specific projects. This should be used to enable only project itemType custom fields. Parameters: - projectIds: Required. The IDs of the projects to add the custom fields to - workspaceId: Required. The ID of the workspace to add the custom fields to - fields: Required. The custom fields to add to the projectsHiveHive
PluginrequiredProductivity - Update Record Cellsupdaterecordcells · Batch cell write — one or more records; grid paste is one round tripHiveHive
PluginrequiredProductivity - Update Resource Assignmentupdateresourceassignment · Updates an existing resource assignment by ID. Resolve the exact ID with getResourceAssignments first; do not update when no assignment matches.HiveHive
PluginrequiredProductivity - Update Resource Placeholderupdateresourceplaceholder · Updates a resource placeholder's name, role, or financial rates without changing its identity or assignments. Passing null for roleTagId removes the role association. Only workspace admins can change bill and cost rates.HiveHive
PluginrequiredProductivity - Update Sectionupdatesection · Updates a section's title or color.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.