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 landercreate · Creates a lander. This tool takes a request body: you MUST call get_schema("create_lander") and build the body to match it before calling — do not guess fields.VoluumVoluum
PluginrequiredMarketing - Create offercreate · Creates an offer.
In the payout object, `value` is required only for `type: MANUAL`; for `type: AUTO` (payout is taken
from the affiliate network) `value` must be omitted. Sending AUTO with a value, or MANUAL without one,
fails with ARGUMENT_INVALID ('payout - Invalid payout configuration').
This tool takes a request body: you MUST call get_schema("create_offer") and build the body to match it before calling — do not guess fields.VoluumVoluum
PluginrequiredMarketing - Create or update integration mappingupsert · Create or update a manual mapping between a traffic source campaign and a Voluum campaign for the given integration This tool takes a request body: you MUST call get_schema("upsert_integration_mapping") and build the body to match it before calling — do not guess fields.VoluumVoluum
PluginrequiredMarketing - Create shared reportcreate · Create shared report This tool takes a request body: you MUST call get_schema("create_shared_report") and build the body to match it before calling — do not guess fields.VoluumVoluum
PluginrequiredMarketing - Create traffic sourcecreate · Creates a traffic source. This tool takes a request body: you MUST call get_schema("create_traffic_source") and build the body to match it before calling — do not guess fields.VoluumVoluum
PluginrequiredMarketing - Create traffic source integrationcreate · Create a new traffic source integration. Requires integration type and authentication credentials for the traffic source API
`authentication` is required and its fields are specific to the chosen `type`
(per-provider API keys/tokens); the request schema does not enumerate them. Provide the correct
credentials for that provider — a missing or wrong-shaped `authentication` fails at deserialization
with BAD_REQUEST due to an unreadable/malformed request body.
This tool takes a request body: you MUST call get_schema("create_integration") and build the body to match it before calling — do not guess fields.VoluumVoluum
PluginrequiredMarketing - Delete campaign dimension biddelete · Remove a keyword-level bid override for a dimension value in the traffic sourceVoluumVoluum
PluginrequiredMarketing - Delete campaign dimension valuedelete · Remove a dimension value (keyword, zone, target) from a campaign in the traffic sourceVoluumVoluum
PluginrequiredMarketing - Delete inbox notificationdelete · Soft-delete an inbox item by setting a deleted timestamp. The item is excluded from listings but not removed from storageVoluumVoluum
PluginrequiredMarketing - Delete inbox notificationsdelete · Bulk soft-delete multiple inbox items by their ids This tool takes a request body: you MUST call get_schema("delete_inbox_items") and build the body to match it before calling — do not guess fields.VoluumVoluum
PluginrequiredMarketing - Delete scheduled reportdelete · Deletes scheduled reportVoluumVoluum
PluginrequiredMarketing - Delete shared reportdelete · Delete shared reportVoluumVoluum
PluginrequiredMarketing - Delete traffic log requestdelete · Deletes a Traffic Log request by id.
Removes a Traffic Log request created by `create_traffic_log` — use it to cancel one that is still processing, or to clear out one that has already completed. The id is the one returned when the request was created. Any report email already delivered to recipients cannot be recalled.VoluumVoluum
PluginrequiredMarketing - Delete traffic source integrationdelete · Remove a traffic source integrationVoluumVoluum
PluginrequiredMarketing - Disable auto ruledisable · Disable an auto rule, pausing all condition evaluation and action execution without deleting the ruleVoluumVoluum
PluginrequiredMarketing - Email conversions reportsubmit · Submits a conversion report request and returns empty response. Report will arrive via emailVoluumVoluum
PluginrequiredMarketing - Email reportsubmit · Submits a report request and returns empty response. Report will arrive via emailVoluumVoluum
PluginrequiredMarketing - Enable auto ruleenable · Enable a disabled auto rule, resuming periodic condition evaluation and action executionVoluumVoluum
PluginrequiredMarketing - Export campaigns to CSVexport · Retrieves campaigns as csv fileVoluumVoluum
PluginrequiredMarketing - Export conversions to CSVexport · Exports individual conversion events in CSV format.
Same data as `list_conversions` but returned as CSV.
Same parameter rules apply: no groupBy, no conversionTimeMode, no include.VoluumVoluum
PluginrequiredMarketing - Export errors to CSVexport · Exports error events in CSV format.VoluumVoluum
PluginrequiredMarketing - Export integration actions to CSVexport · Export integration action audit log as CSV, including both manual and auto-rule actions (pause, resume, bid changes, etc.) with timestamps and detailsVoluumVoluum
PluginrequiredMarketing - Export landers to CSVexport · Retrieves landers as csv fileVoluumVoluum
PluginrequiredMarketing - Export offers to CSVexport · Retrieves offers as csv fileVoluumVoluum
PluginrequiredMarketing - Export report to CSVexport · Exports aggregated report data in CSV format.
Same data as `run_report` but returned as CSV for spreadsheet import or bulk processing.
Same query parameters and semantics apply, including half-open date ranges.VoluumVoluum
PluginrequiredMarketing - Export selected campaigns to CSVexport · Retrieves selected campaigns as csv file This tool takes a request body: you MUST call get_schema("export_selected_campaigns_csv") and build the body to match it before calling — do not guess fields.VoluumVoluum
PluginrequiredMarketing - Export selected landers to CSVexport · Retrieves selected landers as csv file This tool takes a request body: you MUST call get_schema("export_selected_landers_csv") and build the body to match it before calling — do not guess fields.VoluumVoluum
PluginrequiredMarketing - Export selected offers to CSVexport · Retrieves selected offers as csv file This tool takes a request body: you MUST call get_schema("export_selected_offers_csv") and build the body to match it before calling — do not guess fields.VoluumVoluum
PluginrequiredMarketing - Export shared report to CSVexport · Show shared report in CSV format
Exports the report's data as CSV. Like `get_shared_report_data` this operation is unauthenticated and keyed by the share token from the report's public 'url', not by the 'id' UUID that `list_shared_reports` returns.VoluumVoluum
PluginrequiredMarketing - Get IP/UA filtering setupget · Retrieves IP/UA filtering setup.VoluumVoluum
PluginrequiredMarketing - Get MCP usage and limitsget · Returns this account's remaining MCP tool-call allowance: `limit` metered calls per `windowHours`, how many are left, and how the allowance refills. Allowance is restored continuously (`refillPerHour`), not in one reset, so `secondsUntilNextCall` is how long until one more call is possible once `remaining` hits 0. `consumedAllowance` is allowance spent and not yet refilled -- it is not a count of calls made; for actual call counts use the account's usage reporting. Tools listed in `exemptTools` never consume allowance. Call this when a tool call was rejected for exceeding the limit, or before starting a long analysis that will make many calls, so you can tell the user what their budget allows. This tool itself is not metered.VoluumVoluum
PluginrequiredMarketing - Get Voluum glossaryget · Returns the Voluum core model and canonical glossary: how the pieces fit together (campaign → traffic source → flow → offer, cost/revenue attributed to the visit) plus authoritative short definitions of platform terms — campaign, flow, path, offer, lander, traffic source, affiliate network, custom variable, custom conversion, click ID, external ID, postback URL, conversion-time mode, Automizer rules, IP/UA filtering, offer cap, workspaces, ROI/ROAS, and more. Call this before explaining or naming any Voluum concept; these definitions override memory. For a term not covered here, use search_docs / read_doc rather than answering from memory.VoluumVoluum
PluginrequiredMarketing - Get account balanceget · Returns balance for given sub account.VoluumVoluum
PluginrequiredMarketing - Get ad spendget · Returns ad spend details.VoluumVoluum
PluginrequiredMarketing - Get affiliate networkget · Retrieves an affiliate network.VoluumVoluum
PluginrequiredMarketing - Get affiliate network templateget · Retrieves affiliate network template by id.VoluumVoluum
PluginrequiredMarketing - Get big data report usageget · Returns big data report usageVoluumVoluum
PluginrequiredMarketing - Get campaignget · Returns a campaign.VoluumVoluum
PluginrequiredMarketing - Get campaign optimized weightsget · Retrieves campaign with optimized weights.VoluumVoluum
PluginrequiredMarketing - Get campaign tracking URLget · Composes URL for given Campaign with specific Traffic Source.VoluumVoluum
PluginrequiredMarketing - Get dimension listget · Get a dimension list by id, including its name and all valuesVoluumVoluum
PluginrequiredMarketing - Get entity with dependenciesget · Returns an entity with dependent resources. This tool takes a request body: you MUST call get_schema("get_entity_with_dependencies") and build the body to match it before calling — do not guess fields.VoluumVoluum
PluginrequiredMarketing - Get flowget · Retrieves a flow.VoluumVoluum
PluginrequiredMarketing - Get inbox counts by categoryget · Get inbox item counts grouped by notification category (e.g. tracking, account, integrations), with total countVoluumVoluum
PluginrequiredMarketing - Get inbox notificationget · Get a single inbox item by id, including its payload, read/seen timestamps, and user feedbackVoluumVoluum
PluginrequiredMarketing - Get integration limitsget · Get integration limits per type, showing how many integrations exist, the maximum allowed, and how many more can be createdVoluumVoluum
PluginrequiredMarketing - Get landerget · Retrieves a lander.VoluumVoluum
PluginrequiredMarketing - Get offerget · Retrieves an offer.VoluumVoluum
PluginrequiredMarketing - Get operation examplesget · Returns curated request/response examples for an operation. Only call this for operations whose description says "Examples available". Pass that operation's tool name as `operation`.VoluumVoluum
PluginrequiredMarketing - Get operation guideget · Returns a plain-text usage guide for an operation. Only call this for operations whose description says "Guide available". Pass that operation's tool name as `operation`.VoluumVoluum
PluginrequiredMarketing
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.