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-13USmethodology registry-public-v1
Searchable tools
119,491
Authless tools
7,773
Auth required
107,252
Described tools
64,388
119,491 tools
- cc_add_release_package_itemscc · MUTATES: Add items to a workspace-scoped Release Package with one server request and return autoInclude.status and the rest of the server response unchanged. Deployment-blocker validation that runs after the write is reported inside the response as `validation`, with `missingDependencies` present only when it actually ran; it does not mean the items failed to save. A `validation` that is not `available` means the check did not run — report the write as saved but unvalidated, never as validated. Server draft, authorization, identity, and workspace rules are authoritative.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_add_test_suite_revisioncc · MUTATES: Register a NEW REVISION of an existing canonical Test Suite. This is how a suite is CORRECTED — the suite keeps its ref and its run history, and the new revision becomes the one that runs. Call cc_validate_test_suite_revision first. Requires the `canonical-suites:write` scope. `revisionOrdinal` must be strictly greater than the current newest; an absent suite answers 404, a payload naming a different suite than the URL answers 422.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_create_release_packagecc · MUTATES: Create a workspace-scoped Release Package with one server request and return the server response unchanged. Server authorization, identity, workspace, and baseline rules are authoritative.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_create_test_suitecc · MUTATES: Register a canonical Test Suite DEFINITION — a suite and its first revision — returning the server response unchanged. Takes the SAME payload as cc_validate_test_suite_definition, so an `accepted` dry run is a statement about THIS call; validate first, every time. A definition binds to no environment; the environment is named when you run it. Requires the `canonical-suites:write` scope. A refusal lists EVERY violation with its path, so fix them in one pass. A 409 means one of these refs is already taken — if the suite exists, correct it with cc_add_test_suite_revision and NEVER by inventing a new suiteRef, which would abandon its whole run history.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_dependenciescc · [CrossCheck] Snapshot-scoped depends-on / depended-by for a dependency graph object. Pass snapshotId plus objectId (usually scriptId/internalId from CrossCheck dependency/customization output), not the database customization id.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_dependency_chaincc · [CrossCheck] Full incoming/outgoing dependency chain for a known graph object. maxDepth is capped at 10; graph status is included.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_dependency_graphcc · [CrossCheck] Dependency graph read with graph status. Defaults limit=1000; response includes limitApplied and possible truncation metadata.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_dependency_graph_statuscc · [CrossCheck] Dependency node-map and graph artifact freshness status for a snapshot.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_dependency_pathscc · [CrossCheck] Dependency paths between known graph objects. maxDepth capped at 20 and maxPaths at 40; graph status is included.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_dependency_summarycc · [CrossCheck] Dependency summary for a snapshot, with graph status included so missing/stale graph state is visible.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_employeescc · [CrossCheck] Employees in a snapshot (name/email/department/roles) — actor identity. snapshotId omitted = latest; filter by search.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_get_ci_workflowcc · [CrossCheck] Get CI workflow detail with ordered stages and join each stage environmentId to its current environment name. Read-only.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_get_ci_workflow_runcc · [CrossCheck] Get the current status, evidence, readiness, stages, and review state for a CI workflow run. Read-only.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_get_env_snapshot_git_sourcecc · [CrossCheck] Resolve an environment to its latest completed snapshot and immutable GitHub tree URL. Incomplete provision/sync state is returned without a URL; no pointer is fabricated. Read-only.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_get_release_packagecc · [CrossCheck] Get a release package with item origin ledger and dependency closure. Closure missing, blocked, and unanalyzable remain distinct arrays. Closure preview is Cognito owner/admin-only; authorization failures are preserved verbatim.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_get_snapshotcc · [CrossCheck] Snapshot detail (phase/type breakdown, counts).Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_get_suitescript_sourcecc · [CrossCheck] Narrow SuiteScript source read with provenance and line windowing. Pass either customizationId OR snapshotId plus exact scriptId; the server resolves source and enforces workspace/environment isolation.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_get_test_suitecc · [CrossCheck] One canonical Test Suite: its latest revision, cases and — when `environment` is given — the chain wired in that environment. Read-only.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_get_test_suite_revisioncc · [CrossCheck] Read ONE registered revision IN FULL — its cases, each case's assertions, and the cleanup policy. `cc_get_test_suite` lists a revision's ref, ordinal and status and stops there, so this is the only way to see what a suite actually checks. Read it BEFORE appending a corrected revision: an append replaces nothing, so every case you want to keep has to be in what you send.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_impact_analysiscc · [CrossCheck] Blast radius of changing an object (dependency graph).Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_list_ci_workflowscc · [CrossCheck] List CI workflow summaries for the selected workspace (id, name, repoStatus, stageCount, activeRunId). Read-only.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_list_customizationscc · [CrossCheck] Customizations in a snapshot (scripts/workflows/saved searches…). Filter by type/search.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_list_release_packagescc · [CrossCheck] List release packages for session recovery in the selected workspace. Read-only.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_list_snapshotscc · [CrossCheck] List snapshots for a workspace (id, status, env, counts). If workspaceId is unknown, call cc_workspaces first; use the sole authorized result or ask the user when multiple results exist, then retry once. Never guess.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_list_test_suitescc · [CrossCheck] List the canonical Test Suites in a workspace (suiteRef, name, latest revision). Read-only.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_live_readcc · [Briefing] Run a SELECT-only SuiteQL query against an authorized NetSuite environment for current data. The query cannot modify NetSuite; CrossCheck records a private audit event and may cache successful results.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_ocpm_cancel_jobcc · MUTATES: Cancel a queued or running OCPM diagnostic job in an authorized environment. The cancelled execution cannot complete; no workspace or NetSuite data changes.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_ocpm_capabilitiescc · [CrossCheck] List the OCPM diagnostic analyses, population shapes, budget classes, and the environment's source facts (backbone types, coverage window). Call this before cc_ocpm_run_analysis.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_ocpm_get_jobcc · [CrossCheck] Get the state of an OCPM diagnostic job and, once it has finished, its result summary or full payload.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_ocpm_run_analysiscc · MUTATES: Start or replay a bounded OCPM bottleneck diagnostic job over an authorized environment's published process corpus. Waits briefly for small jobs and otherwise returns a job_id to continue with cc_ocpm_get_job.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_resolve_test_suite_refscc · [CrossCheck] Resolve proposed Test Suite references against an authorized environment snapshot before using them in a suite definition. Read-only.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_script_telemetrycc · [CrossCheck] Script execution stats (runs, duration, governance, failures).Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_start_ci_workflow_runcc · MUTATES: Prepare a governed deployment run from an existing Release Package. The package must already have been validated in CrossCheck for the pipeline it deploys through; a newly created package has not been, and the server refuses it with 409 GOVERNED_QUALIFICATION_REQUIRED — as it also does after the package contents change, so validate again. CrossCheck authorization and Pipeline approval remain authoritative for environment changes.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_start_test_suite_runcc · MUTATES: Start a run of a canonical Test Suite in one environment and return the server response unchanged. Server guards are authoritative — this tool has no approval capability, and a mutating revision additionally requires the run-mutate scope.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_test_suite_capabilitiescc · [CrossCheck] List the test actions, assertions, and limits currently supported by the canonical Test Suite runner. Call this before authoring a suite.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_validate_test_suite_definitioncc · [CrossCheck] Ask whether a canonical Test Suite DEFINITION would be accepted — WITHOUT writing it. READ-ONLY: nothing is registered. Call this before cc_create_test_suite on every draft; a refusal lists EVERY violation with its path, so one pass fixes them all, and a `conflict` verdict means the refs are taken while the rest of the definition was acceptable (which the writer's own 409 cannot tell you). Verdicts: `accepted` | `refused` | `conflict`. Author against cc_test_suite_capabilities first — the contract permits codes the runner cannot execute.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_validate_test_suite_revisioncc · [CrossCheck] Ask whether a NEW REVISION of an EXISTING suite would be accepted — WITHOUT writing it. READ-ONLY. Use this when CORRECTING a suite that is already registered: the suite keeps its ref, its name and its whole run history, and only the revision is new. `revisionOrdinal` must be strictly greater than the current newest (read it from cc_get_test_suite); a stale one is refused naming that field. Verdicts: `accepted` | `refused` | `conflict`.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - cc_workspacescc · [CrossCheck] List the orgs/workspaces the logged-in user can access (id, name, env count). Start here to get a workspaceId.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - runtime_inforuntime · Report the hosted Streamable HTTP runtime, safe endpoint bases, verified request identity, and workspace-discovery mode. This remote surface has no local login, browser, window, or token-cache action.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - vb_casesvb · [Vertical Bar] Case list with per-event actor/context, paginated. workspaceId must be the UUID from vb_workspaces.workspaceId. Served by CrossCheck from the published corpus: WORKSPACE-scoped, so it takes an explicit backboneType (from vb_projects.transaction_filter.backbone_type) instead of a projectId. limit defaults to 20 and caps at 100 server-side. Omit the dates to cover the corpus's whole materialized window; for free-form sampling use briefing_data_query.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - vb_process_overviewvb · [Vertical Bar] Process map overview (activities, transitions, case/event counts) for a whole workspace. workspaceId must be the UUID from vb_workspaces.workspaceId. Served by CrossCheck from the published corpus, so it is WORKSPACE-wide — there is no project scoping, and no projectId is taken. If nothing is published for the workspace you get an explicit refusal, never an empty map.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - vb_projectsvb · [Vertical Bar] List process-mining projects in a workspace. workspaceId must be the UUID from vb_workspaces.workspaceId, not a tenant/account number. If workspaceId is unknown, call vb_workspaces first; use the sole authorized result or ask the user when multiple results exist, then retry once. Never guess.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - vb_variantsvb · [Vertical Bar] Top process variants (unique paths) with case count, frequency, avg duration. workspaceId must be the UUID from vb_workspaces.workspaceId. Served by CrossCheck from the published corpus: WORKSPACE-scoped, so it takes an explicit backboneType (the transaction type to analyse — get it from vb_projects.transaction_filter.backbone_type) instead of a projectId. Omit the dates to cover the corpus's whole materialized window.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - vb_workspacesvb · [Vertical Bar] List Vertical Bar workspaces (tenants) for the user and map upstream workspace_id to workspaceId (UUID) for follow-up VB tools. (Cognito only.)Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - whoamiwhoami · Show the verified OAuth request identity and workspace routing mode. Discover CrossCheck scope with cc_workspaces.Vertical Bar AgentVertical Bar
PluginrequiredData & Analytics - Add a note to a PACO requestcomment · Add a note to an existing PACO request so the team sees it. Use this when the client wants to clarify something or pass on new information without changing the request itself. Do not include payment card numbers, bank details, government identification (NIF, NISS, passport or social security numbers), clinical or medical details, or any password, one-time code or credential. PACO collects anything sensitive directly with the client through its own secure channel.PACO ConciergePACO Services
PluginrequiredOperations - Cancel a PACO requestcancel · Cancel a PACO request the client no longer needs. This cannot be undone from here — reinstating a cancelled request requires contacting the PACO team. Confirm explicitly with the client before calling this, and pass confirmed: true only once they have said yes to cancelling this specific request.PACO ConciergePACO Services
PluginrequiredOperations - Get one PACO requestget · Retrieve the full detail and current status of one specific PACO request. Use this when the client asks about a particular request rather than for an overview.PACO ConciergePACO Services
PluginrequiredOperations - List the client's PACO requestslist · List the client's requests with the PACO team and their current status. Use this when the client wants an overview of outstanding work, or asks what PACO is currently handling for them.PACO ConciergePACO Services
PluginrequiredOperations - Submit a request to PACOsubmit · Submit a new request to the PACO concierge team, who carry it out on the client's behalf: bookings, appointments, outreach, errands, admin and follow-up. Use this once the client has asked PACO to take something on. Write the summary so a member of the team can act on it without asking follow-up questions. Do not include payment card numbers, bank details, government identification (NIF, NISS, passport or social security numbers), clinical or medical details, or any password, one-time code or credential. PACO collects anything sensitive directly with the client through its own secure channel.PACO ConciergePACO Services
PluginrequiredOperations
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.