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
- Create Candidatecreate · Create a new candidate.ManatalManatal
PluginrequiredHR & Recruiting - Create Employercreate · Create a new employer by name. If an employer with this name already exists, it will be linked. The response contains an `employer` field — that is the usable employer ID for downstream calls.ManatalManatal
PluginrequiredHR & Recruiting - Create Jobcreate · Create a new job.ManatalManatal
PluginrequiredHR & Recruiting - Create Organizationcreate · Create a new organization. Note: there is no dedupe-by-name on this endpoint, so repeated calls with the same name will create distinct organization records.ManatalManatal
PluginrequiredHR & Recruiting - Create Positioncreate · Create a new position/job title by name. If a position with this name already exists, it will be linked. The response contains a `position` field — that is the usable position ID for downstream calls.ManatalManatal
PluginrequiredHR & Recruiting - Create Schoolcreate · Create a new school/university by name. If a school with this name already exists, it will be linked. The response contains a `school` field — that is the usable school ID for downstream calls.ManatalManatal
PluginrequiredHR & Recruiting - Get Candidateget · Get a candidate's full profile by ID.ManatalManatal
PluginrequiredHR & Recruiting - Get Jobget · Get a job's full details by ID.ManatalManatal
PluginrequiredHR & Recruiting - Get Matchget · Get a match's full details by ID, including pipeline stage, scores, and activity counts.ManatalManatal
PluginrequiredHR & Recruiting - List Candidate Educationslist · List all education entries for a candidate.ManatalManatal
PluginrequiredHR & Recruiting - List Candidate Experienceslist · List all work experience entries for a candidate.ManatalManatal
PluginrequiredHR & Recruiting - List Candidate Noteslist · List all notes for a candidate.ManatalManatal
PluginrequiredHR & Recruiting - List Candidate Tagslist · List available candidate tags for the authenticated client. Use the returned `id` values with the `tags__in` filter when searching candidates by tag.ManatalManatal
PluginrequiredHR & Recruiting - List Contact Noteslist · List all notes for a contact.ManatalManatal
PluginrequiredHR & Recruiting - List Industrieslist · List available industries for the authenticated client. Use the returned `id` values with the `industries__in` or `industries__contain` filters when searching candidates by industry.ManatalManatal
PluginrequiredHR & Recruiting - List Job Noteslist · List all notes for a job.ManatalManatal
PluginrequiredHR & Recruiting - List Match Stageslist · List the client's match stage catalog (e.g. Applied, Interview, Offered, Hired). Returned ids are what the `job_pipeline_stage__match_stage__in` filter expects when searching matches.ManatalManatal
PluginrequiredHR & Recruiting - List Organization Noteslist · List all notes for an organization.ManatalManatal
PluginrequiredHR & Recruiting - Search Candidatessearch · Search candidates by name, email, phone number, position, company, source type, creator, and owner.ManatalManatal
PluginrequiredHR & Recruiting - Search Contactssearch · Search contacts by name, display name, email, phone, organization, type, location, and creation date.ManatalManatal
PluginrequiredHR & Recruiting - Search Degreessearch · Search degrees by name to look up degree IDs for candidate education entries. Results are ordered by rank.ManatalManatal
PluginrequiredHR & Recruiting - Search Employerssearch · Search employers by name to look up employer IDs for candidate experience entries.ManatalManatal
PluginrequiredHR & Recruiting - Search Jobssearch · Search jobs by position, organization, status, owner, and other filters.ManatalManatal
PluginrequiredHR & Recruiting - Search Matchessearch · Search matches (candidate-job pairings) by pipeline stage and date ranges.ManatalManatal
PluginrequiredHR & Recruiting - Search Organizationssearch · Search organizations (companies/clients) by name, location, owner, and other filters.ManatalManatal
PluginrequiredHR & Recruiting - Search Positionssearch · Search positions/job titles by name to look up position IDs for candidate experience entries.ManatalManatal
PluginrequiredHR & Recruiting - Search Schoolssearch · Search schools/universities by name to look up school IDs for candidate education entries. Requires at least 3 characters. Returns max 10 results.ManatalManatal
PluginrequiredHR & Recruiting - Add Teamwork Graph context (beta)addteamworkgraphcontext · Adds a relationship between two entities in the Teamwork Graph (e.g. linking two Jira work items, marking one as blocking another, attaching a remote link, or connecting a Jira work item to an Atlas project or goal).Atlassian RovoAtlassian
PluginrequiredProductivity - Add or edit Jira issue commentaddoreditjiraissuecomment · Add a comment to a Jira issue, or edit an existing comment. Omit commentId to add a new comment; provide commentId to edit that comment. Comment text (commentBody) supports markdown. To edit, first get the commentId via getJiraIssue with comment fields.Atlassian RovoAtlassian
PluginrequiredProductivity - Create Confluence contentcreateconfluencecontent · Create a new Confluence page, blog post, live doc, whiteboard, database,
embed, smart link, or folder.
Before authoring a body, call getContentFormatGuide through execute with
name=getContentFormatGuide and inputs={toolName}. Use createConfluencePage
for pages, blog posts, and live docs; createConfluenceWhiteboard for
whiteboards; or createConfluenceDatabase for databases.
Space instructions are durable guidance configured for a Confluence space.
When present, they are authoritative and override authoring defaults on
conflict. Follow this decision rule:
1. Before authoring, call getConfluenceSpace for the target space unless
getConfluenceContent returned metadata.hasSpaceInstructions=false for
content in that space. If getConfluenceSpace already returned for the
same cloudId and space during the current task, reuse its
spaceInstructions and do not call it again.
2. When the value is true or unknown and instructions have not been
loaded, you must call getConfluenceSpace once before authoring through
execute with name=getConfluenceSpace, top-level cloudId, and
inputs={spaceIdOrKey}.
3. Apply any returned spaceInstructions. If a successful response omits
them, no instructions are configured; author with defaults and do not
block.
After a successful getConfluenceSpace call, do not make a separate
getConfluenceSpaceInstructions call.Atlassian RovoAtlassian
PluginrequiredProductivity - Create Jira issuecreatejiraissue · Create a new Jira issue. Put custom fields in additional_fields, keyed by field name or customfield_* ID; values are resolved automatically, so no field lookup is needed first. A rejected create returns the required fields and their allowed values, so retry from that.Atlassian RovoAtlassian
PluginrequiredProductivity - Discover Atlassian Operationsdiscover · Find Atlassian operations that are not already in your tool list. Searches ~227 operations across Jira, Confluence, Compass, Bitbucket, Focus, Goals, Projects, Loom, Teams. Returns up to 5 matches with the exact name and inputs needed to call the matching execute-family tool (executeRead, executeWrite, or executeDestructive), then a briefer name-and-summary list of further matches — re-query with narrower terms to get one of those in full. Read all 5 before choosing. Only use an operation name from discover results or one already in your tool list; never guess, assume, or invent a name — when unsure, call discover first.Atlassian RovoAtlassian
PluginrequiredProductivity - Edit Jira issueeditjiraissue · Edit an existing Jira issue; only fields editable on this issue can be set. Clear a field by passing explicit null, e.g. {"resolution": null}. Put custom fields in additional_fields, keyed by field name or customfield_* ID; values are resolved automatically, so no field lookup is needed first.Atlassian RovoAtlassian
PluginrequiredProductivity - Execute Destructive Atlassian Operationexecutedestructive · Run a destructive Atlassian operation by name (deletes or irreversibly changes data) across all Atlassian products.
Only use an operation name from discover results or one already in your tool list; never guess, assume, or invent a name — when unsure, call discover first.
If the user provides a Jira/Confluence URL, pass it directly as cloudId — no need to call getAccessibleAtlassianResources.
Pass all inputs as a flat object — the server routes each to the right location (path, query, or body) automatically.
Use responseFields for field filtering, e.g. ["key","fields.summary","fields.status.name"].
Use view to select a named output preset (e.g. "compact", "evidence", "full") when the operation supports views.Atlassian RovoAtlassian
PluginrequiredProductivity - Execute Read-Only Atlassian Operationexecuteread · Run a read-only Atlassian operation by name across all Atlassian products.
Only use an operation name from discover results or one already in your tool list; never guess, assume, or invent a name — when unsure, call discover first.
If the user provides a Jira/Confluence URL, pass it directly as cloudId — no need to call getAccessibleAtlassianResources.
Pass all inputs as a flat object — the server routes each to the right location (path, query, or body) automatically.
Use responseFields for field filtering, e.g. ["key","fields.summary","fields.status.name"].
Use view to select a named output preset (e.g. "compact", "evidence", "full") when the operation supports views.Atlassian RovoAtlassian
PluginrequiredProductivity - Execute Write Atlassian Operationexecutewrite · Run a write Atlassian operation by name (creates or updates data, non-destructive) across all Atlassian products.
Only use an operation name from discover results or one already in your tool list; never guess, assume, or invent a name — when unsure, call discover first.
If the user provides a Jira/Confluence URL, pass it directly as cloudId — no need to call getAccessibleAtlassianResources.
Pass all inputs as a flat object — the server routes each to the right location (path, query, or body) automatically.
Use responseFields for field filtering, e.g. ["key","fields.summary","fields.status.name"].
Use view to select a named output preset (e.g. "compact", "evidence", "full") when the operation supports views.Atlassian RovoAtlassian
PluginrequiredProductivity - Get Atlassian user infoatlassianuserinfo · Returns the accountId of the current userAtlassian RovoAtlassian
PluginrequiredProductivity - Get Confluence contentgetconfluencecontent · Read any Confluence content (page, blog, live doc, comment, whiteboard, embed, database, folder)Atlassian RovoAtlassian
PluginrequiredProductivity - Get Jira issuegetjiraissue · Get a Jira or JSM issue by key or ID. Use for one known issue; use searchJiraIssuesUsingJql to find or list many issues.Atlassian RovoAtlassian
PluginrequiredProductivity - Get Loom videogetloomvideo · Reads a Loom video's core metadata and optionally its transcript, comments, AI agent briefs, AI-extracted meeting action items, or attached links in one call via the expand input.
USE WHEN the user asks about a specific Loom video — its title, description, duration, owner, view/comment/reaction counts, what was said in it (pass expand: ["transcript"]), what feedback or comments people left on it (pass expand: ["comments"]), what the AI summarised as key points (pass expand: ["agentBriefs"]), or what follow-up tasks or action items the AI extracted from a meeting recording (pass expand: ["meetingActionItems"]), or which links are attached to it (pass expand: ["links"]).
DO NOT USE to get the downloadable MP4 file — use getLoomVideoDownloadUrl for that. To find a video's ARI first, use listLoomVideos or listLoomVideosSharedWithMe.Atlassian RovoAtlassian
PluginrequiredProductivity - Get Teamwork Graph context (beta)getteamworkgraphcontext · Retrieves connected context from Teamwork Graph for any Atlassian entity. Returns all relationships and linked objects within one traversal – including cross-product and third-party connections. Use when the answer requires connections between entities, not just a single entity's fields.
Supported entry points:
Jira: issues, projects, sprints, versions, comments
Confluence: pages, blogposts, whiteboards, databases, spaces
Goals, Projects, Focus Areas, Tags and updates
People: users, teams, organisations
DevOps: PRs, repos, deployments, services, builds, designs
Loom: videos, meetings
Compass: components
Assets: objects
Incidents, conversations, calendar events, external documents
After calling this tool, call getTeamworkGraphObject on returned ARIs to get full content.Atlassian RovoAtlassian
PluginrequiredProductivity - Get Teamwork Graph object (beta)getteamworkgraphobject · Fetches the entire available data for one or more objects (Atlassian or third-party) using their ARIs or URLs. Use for the objects gathered from getTeamworkGraphContext tool.Atlassian RovoAtlassian
PluginrequiredProductivity - Get accessible Atlassian resourcesgetaccessibleatlassianresources · Returns the cloudId(s) available to the current userAtlassian RovoAtlassian
PluginrequiredProductivity - Rovo Searchsearch · Semantically search Jira, Confluence, and connected third-party content using Rovo Search. ALWAYS use this tool to search for Jira and Confluence content unless CQL or JQL is specified.Atlassian RovoAtlassian
PluginrequiredProductivity - Search Confluence contentsearchconfluence · Search Confluence content with CQLAtlassian RovoAtlassian
PluginrequiredProductivity - Search Jira issues using JQLsearchjiraissuesusingjql · Search for Jira issues using JQL, with an optional approximate count. Use view: "evidence" to fetch and map custom fields. Page with nextPageToken until isLast is true. For one known issue, use getJiraIssue. JQL only returns issues; inferring anything else from issue rows is silently incomplete. Use the purpose-built operation for sprints, boards, board config, field history, worklogs, releases, accountIds, issue types, projects and statuses.Atlassian RovoAtlassian
PluginrequiredProductivity - Transition Jira issuetransitionjiraissue · Transition a Jira issue to a new status, and/or assign it to a sprint or backlogAtlassian RovoAtlassian
PluginrequiredProductivity - Update Confluence contentupdateconfluencecontent · Update Confluence docs, whiteboards, or databases.
Before authoring an edit, call getContentFormatGuide through execute with
name=getContentFormatGuide and inputs={toolName}. Use updateConfluencePage
for pages, blog posts, and live docs; updateConfluenceWhiteboard for
whiteboards; or updateConfluenceDatabase for databases.
Space instructions are durable guidance configured for a Confluence space.
When present, they are authoritative and override authoring defaults on
conflict. Follow this decision rule:
1. Before authoring, call getConfluenceSpace for the target space unless
getConfluenceContent returned metadata.hasSpaceInstructions=false for
content in that space. If getConfluenceSpace already returned for the
same cloudId and space during the current task, reuse its
spaceInstructions and do not call it again.
2. When the value is true or unknown and instructions have not been
loaded, you must call getConfluenceSpace once before authoring through
execute with name=getConfluenceSpace, top-level cloudId, and
inputs={spaceIdOrKey}.
3. Apply any returned spaceInstructions. If a successful response omits
them, no instructions are configured; author with defaults and do not
block.
After a successful getConfluenceSpace call, do not make a separate
getConfluenceSpaceInstructions call.Atlassian RovoAtlassian
PluginrequiredProductivity - get_escalation_routesget · Adverse-event reporting + medical-information routes per jurisdiction.
Entries flagged verify:true are not yet human-verified. Out-of-scope
jurisdictions return not_covered with an unverified pointer.CAIRO MedicinesCAIRO
PluginnoneHealth & Wellness - get_medicine_informationget · Governing label passages for one topic, with full provenance.
topic: indications | dosing | contraindications | warnings |
interactions | pregnancy_lactation | adverse_reactions |
composition_strengths | storage.
audience: 'patient' (default) prefers the patient leaflet / patient
labeling and falls back to the professional document with an explicit
document_audience_mismatch caveat; 'hcp' serves SmPC / USPI.
Caller-asserted; the response says so.
language: served when the corpus has it, else English with a
language_fallback caveat.CAIRO MedicinesCAIRO
PluginnoneHealth & Wellness
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.