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
- connect x adsconnect · Connect an X Ads (Twitter Ads) account via OAuth. Opens a URL for the user to authorize PaidSync to manage their X Ads accounts. After connecting, use list_x_accounts to see accessible ad accounts.PaidSyncPaidSync
PluginrequiredMarketing - get account summaryget · Get account name, currency, timezone, and status for the active Google Ads accountPaidSyncPaidSync
PluginrequiredMarketing - get ad performanceget · Get ad-level performance breakdown: see which individual ads are performing best with impressions, clicks, CTR, CPC, conversionsPaidSyncPaidSync
PluginrequiredMarketing - get campaign performanceget · Campaign performance breakdown sorted by spend: impressions, clicks, CTR, CPC, cost, conversions, budget, and status per campaign.PaidSyncPaidSync
PluginrequiredMarketing - get keyword performanceget · Keyword performance report: top 100 keywords by cost or conversions with spend, clicks, impressions, quality score, max CPC bid. Sort with sort_by (cost or conversions). CTR and CPC are derivable from the returned clicks, impressions, and cost.PaidSyncPaidSync
PluginrequiredMarketing - get performance summaryget · Get account-level performance metrics: impressions, clicks, CTR, CPC, conversions, cost, ROAS for a date rangePaidSyncPaidSync
PluginrequiredMarketing - get search terms reportget · Search terms report: queries that triggered your ads with per-query spend, clicks, and conversions to spot wasted spend and add negatives.PaidSyncPaidSync
PluginrequiredMarketing - get wasted spend reportget · Get a consolidated wasted spend report showing all sources of waste: zero-conversion keywords, costly search terms with no results, low Quality Score keywords draining budget, and ads with zero clicks. Returns total recoverable spend with specific items to fix.PaidSyncPaidSync
PluginrequiredMarketing - list bidding strategieslist · List all portfolio (shared) bidding strategies with their type, status and performance: clicks, cost, impressions, conversions, cost per conversion and average CPC. RMF R.130.PaidSyncPaidSync
PluginrequiredMarketing - paidsync contextpaidsync · Discover PaidSync's full catalog of 400+ ad tools and how to run them. PaidSync reads and manages ads across Google, Meta, LinkedIn, TikTok, Microsoft, Snapchat, Reddit, Pinterest, X (Twitter), plus GA4, GTM, Search Console, and Merchant Center: per-campaign, per-keyword, and search-term performance reports, wasted-spend and account audits, budgets, bidding, audiences, conversions, and mutations. Call this FIRST in any session: it returns the active account, connected platforms, and a platform-grouped tool catalog. Pass include_tools to drill into a group (e.g. ['google_ads'], ['ga4']) or '*' for the full catalog; exact tool names appear there. Do NOT tell the user a report or capability is unavailable without calling this and checking the relevant group first (a per-keyword report is get_keyword_performance).PaidSyncPaidSync
PluginrequiredMarketing - paidsync execpaidsync · Run TypeScript code in a sandboxed PaidSync runtime with access to every ad-platform tool via `await paidsync.call(toolName, args)`. Use this when you need to compose multiple operations: filter, batch, conditional logic, derived data. Example: `const camps = await paidsync.call("list_campaigns", {}); const active = camps.filter(c => c.status === "ENABLED"); return active.length;`. Sandbox has no network, no fs, no process access. Output capped at 1MB. Default timeout 60s for interactive mode.PaidSyncPaidSync
PluginrequiredMarketing - paidsync recent runspaidsync · List the user's recent paidsync_exec runs. Each entry includes the code snippet, success status, duration, call count, trace summary, and value preview. Useful for debugging the last AI exec or replaying a workflow.PaidSyncPaidSync
PluginrequiredMarketing - paidsync tool detailpaidsync · Get the full schema (name, description, input parameters) for a single PaidSync tool by name. Use this when you know which tool you need but want to confirm its exact arguments before calling it from inside paidsync_exec.PaidSyncPaidSync
PluginrequiredMarketing - paidsync workflows deletepaidsync · Delete one of your saved workflows by id. Only the workflow owner can delete it.PaidSyncPaidSync
PluginrequiredMarketing - paidsync workflows describepaidsync · Plain-English explainer of what a workflow does, derived by scanning its code for paidsync.call(...) invocations. Useful for the Lab UI 'What does this do?' button and for non-technical reviewers before running a workflow. Resolves either an official workflow by name, or a user-saved workflow by id or 'me:<name>'.PaidSyncPaidSync
PluginrequiredMarketing - paidsync workflows listpaidsync · List workflows available to run. Returns both PaidSync official workflows AND your own saved workflows. Pass owner='me' to filter to user-owned, owner='paidsync' for official only, or omit for both. Workflows are named, parameterized TypeScript compositions that run in the paidsync_exec sandbox.PaidSyncPaidSync
PluginrequiredMarketing - paidsync workflows runpaidsync · Execute a named workflow with parameters. Returns the workflow's structured result. Workflows run with the same safety guarantees as paidsync_exec (mutation block, audit trail).PaidSyncPaidSync
PluginrequiredMarketing - paidsync workflows savepaidsync · Save a user-owned workflow that can be run later via paidsync_workflows_run({ name: 'me:<name>' }). Available on Plus, Pro, and Max plans. Pass id to update an existing workflow, omit to create.PaidSyncPaidSync
PluginrequiredMarketing - run account auditrun · Run a senior-level audit of your Google Ads account across 20 dimensions: wasted spend, search terms, Quality Score, RSA ad strength, extensions, negative keywords, impression share, bidding strategy, audience coverage, ad testing, device performance, geo performance, match type mix, URL tracking, campaign structure, ad schedule, budget pacing, conversion tracking, performance vs target, and Shopping/PMax. Window: last 30 days (budget pacing: this month). Each dimension scans a capped top-N slice by cost, so scores reflect where the money goes, not every entity. Returns an overall health score with money-impact findings labeled in the account currency.PaidSyncPaidSync
PluginrequiredMarketing - set Facebook ad accountset · Set the active Facebook Ad Account for all subsequent Facebook operations. The ID is validated against your list of accessible accounts before being persisted.PaidSyncPaidSync
PluginrequiredMarketing - set active accountset · Bind the active account to operate on. Defaults to Google Ads when `platform` is omitted (back-compat). To work on a NON-Google platform, pass `platform` (e.g. 'meta_ads', 'linkedin', 'tiktok', 'snapchat', 'reddit', 'pinterest', 'microsoft', 'openai', 'x', 'merchant') together with that platform's account_id. NO Google Ads connection is required and each platform binds independently. Google-only options: provide mcc_id for a specific MCC, or direct_access=true for no MCC. Pass account_id=null or empty string as a synonym for clear_active_account.PaidSyncPaidSync
PluginrequiredMarketing - set active merchant accountset · Select which Merchant Center account subsequent read/write tools should target. Required before any write operation. Get valid IDs from list_merchant_accounts. Accepts either `merchant_id` or `account_id` for compat with other set_active_* tools.PaidSyncPaidSync
PluginrequiredMarketing - set active microsoft accountset · Select which Microsoft Advertising account subsequent read/write tools should target. Pass customer_id (from list_ms_accounts) so campaign writes have the required CustomerId header. Required before any write.PaidSyncPaidSync
PluginrequiredMarketing - set active openai accountset · Select which OpenAI Ads account subsequent tools should target. Get valid account ids from list_openai_accounts.PaidSyncPaidSync
PluginrequiredMarketing - set active pinterest accountset · Select which Pinterest ad account subsequent read/write tools should target. Required before any write. Get valid ids from list_pinterest_accounts.PaidSyncPaidSync
PluginrequiredMarketing - set active reddit accountset · Select which Reddit ad account subsequent read/write tools should target. Required before any write. Get valid ids from list_reddit_accounts.PaidSyncPaidSync
PluginrequiredMarketing - set active snapchat accountset · Select which Snapchat ad account subsequent read/write tools should target. Required before any write. Get valid ids from list_snapchat_accounts.PaidSyncPaidSync
PluginrequiredMarketing - set active tiktok advertiserset · Select which TikTok advertiser account subsequent read/write tools should target. Required before any write. Get valid IDs from list_tiktok_advertisers.PaidSyncPaidSync
PluginrequiredMarketing - set active x accountset · Select which X Ads (Twitter Ads) account subsequent read/write tools should target. Required before any write. Get valid ids from list_x_accounts.PaidSyncPaidSync
PluginrequiredMarketing - set linkedin ad accountset · Set the active LinkedIn Ad Account for all subsequent LinkedIn operations.PaidSyncPaidSync
PluginrequiredMarketing - Check visa appointment availabilitycheck · Use this when the question is about getting an appointment — "when can I get a Schengen appointment", "how soon can I go to VFS", "is there availability in Dubai next week", "which centre is quickest", "where in Europe can I get an appointment in September". Ask about as many destinations as the question covers IN A SINGLE CALL: pass every country in `destinations`, or pass `continent` to search a whole region. Calling this once per country is slower for the traveller, draws a separate calendar for each, and is never necessary. Returns whether a visa needs an in-person appointment, the earliest published slots by centre, city and destination, and when that availability was last refreshed. Availability changes continuously and Musafir does not hold or reserve slots.Musafir.com: Visa & TravelMusafir.com
PluginnoneTravel & Hospitality - Check whether a visa is requiredcheck · Use this only for the yes-or-no entry question: whether a visa is needed at all. It does NOT return prices, processing times, visa options or document lists — for "how much", "how long", "what do I need" or "what are the requirements", use get_visa_details or get_visa_documents instead. "Do I need a visa for Thailand", "can I enter Georgia without a visa", "is Malaysia visa free for Indians", "do Indians get visa on arrival in Sri Lanka". Returns whether this passport needs a visa arranged in advance, gets one on arrival, or enters visa free, together with how long they may stay and when the rule was last reviewed. This is a different question from what Musafir sells: a traveller who needs no visa may still have nothing to buy, and that is a complete answer.Musafir.com: Visa & TravelMusafir.com
PluginnoneTravel & Hospitality - Compare visa destinationscompare · Use this when someone is weighing destinations against each other — "which is cheaper, Georgia or Armenia", "which visa comes through fastest", "easiest visa for an Indian passport this month", "somewhere I can go next week without much paperwork". Returns 2-4 destinations side by side for one passport: starting price, processing time, visa mode and how many documents each needs. Live catalogue data, specific to the passport held.Musafir.com: Visa & TravelMusafir.com
PluginnoneTravel & Hospitality - Fetch a Musafir visa documentfetch · Retrieve the full visa detail document for an id returned by search.Musafir.com: Visa & TravelMusafir.com
PluginnoneTravel & Hospitality - Get Musafir support contactsget · Use this when the question is about an order that already exists: "where is my visa", "my application was rejected", "I was charged twice", "I need a refund", "my payment failed", "I want to speak to someone", or any complaint. The same questions in Arabic: "أين تأشيرتي", "هل يمكنني استرداد المبلغ", "تم رفض طلبي", "أريد التحدث مع أحد الموظفين", "لم تتم عملية الدفع". Returns Musafir's WhatsApp, phone and email for this market. Only Musafir's support team can act on an existing order; these tools cannot look one up or change one.Musafir.com: Visa & TravelMusafir.com
PluginnoneTravel & Hospitality - Get required visa documentsget · Use this for any question about visa paperwork — "what documents do I need for a UAE visa", "do I need bank statements", "is a hotel booking required", "do I need travel insurance for Schengen", "what photo size do they want". Returns Musafir's mandatory and optional document checklist for that destination and passport. This is live catalogue data: requirements differ by nationality and by visa option and change without notice. The list is what Musafir needs to submit the application; an embassy may request more during processing.Musafir.com: Visa & TravelMusafir.com
PluginnoneTravel & Hospitality - Get visa options for a destinationget · Use this whenever a specific country comes up in a visa question — "do I need a visa for Dubai", "UAE visa for an Indian passport", "how much is a Georgia visa", "is Armenia visa on arrival", "how long does a Vietnam visa take", "how long is a Turkey visa valid for". Also the right tool for "what are the requirements for X", "what do I need for X" and "tell me about the X visa" — these ask what the visa involves, not whether one is needed at all. Returns every visa option Musafir sells for that destination and passport: price, visa mode (e-visa, sticker visa, visa on arrival, ETA), processing time, validity, length of stay, entry type, what is included, and the step-by-step application timeline. This is live catalogue data: visa fees, processing times and eligibility change frequently and differ by the passport held, so published or remembered figures are routinely out of date.Musafir.com: Visa & TravelMusafir.com
PluginnoneTravel & Hospitality - Search Musafir visa cataloguesearch · Search Musafir's live visa catalogue — visa requirements, fees and processing times by destination. Returns matching destinations as documents that can be retrieved with fetch.Musafir.com: Visa & TravelMusafir.com
PluginnoneTravel & Hospitality - Search visa destinationssearch · In Arabic: "أين يمكنني السفر", "كم تكلفة التأشيرة", "ما هي الدول المتاحة لجواز سفري". Use this when someone asks where they can travel, which countries they can get a visa for, or what a visa costs — "where can I go on an Indian passport", "how much is a Dubai visa", "which visas are quickest", "can you get me a Schengen visa". Returns the destinations Musafir can currently get a visa for from Musafir UAE, each with its starting price and processing time for that specific passport. Prices and availability are live catalogue data that change frequently and differ by nationality and residency. Only destinations that are genuinely sellable to this traveller are returned — an absent country is one Musafir does not sell to them, NOT one that needs no visa.Musafir.com: Visa & TravelMusafir.com
PluginnoneTravel & Hospitality - Create short linkcreate · Create a new Tap26 short link for a destination URL. Supports an optional custom alias, username prefix, start time, expiry, one-time use, successful-open limit, analytics, interstitial, and status-page language.Tap26Tap26
PluginrequiredOperations - Delete short linkdelete · Permanently destroy a short link. This cannot be undone.Tap26Tap26
PluginrequiredOperations - Get QR codeget · Get a QR code that encodes one of the caller's short links (never the destination directly). PNG output is 800×800; SVG output is resolution-independent.Tap26Tap26
PluginrequiredOperations - Get short linkget · Get the full details of one short link by id.Tap26Tap26
PluginrequiredOperations - List short linkslist · List the caller's Tap26 short links, newest first. Filter by ACTIVE, PAUSED, DESTROYED, BLOCKED, EXPIRING (active links expiring within seven days), or OPENED (links with successful opens).Tap26Tap26
PluginrequiredOperations - Pause short linkpause · Pause an active short link; visitors see a paused page until resumed.Tap26Tap26
PluginrequiredOperations - Resume short linkresume · Resume a paused short link, making it active again.Tap26Tap26
PluginrequiredOperations - Update short linkupdate · Update an active or paused short link destination, title, start time, expiry, successful-open limit, analytics, interstitial, or status-page language. Only the fields you pass are changed.Tap26Tap26
PluginrequiredOperations - Explain a restaurant forecastexplain · Fetch ADECI's stored SHAP feature importance and explain why a revenue or client forecast has its predicted value. For a combined forecast-and-explanation request, use this tool as the sole forecast source and do not also call execute_metrics_query for the same metric and dates. Never invent a reason for a difference between forecast sources. Use when the user asks why, what drives, what increases/decreases, or requests justification for a forecast. Returns the authoritative explained prediction, ranked positive and negative drivers, grounded calendar evidence, model versions and a concise explanation. Product SHAP explanations are not currently available.ADECIADECI
PluginrequiredData & Analytics - List ADECI restaurantslist · List every restaurant available to the authenticated ADECI user, including exact restaurant IDs, first/last available sales dates, and which restaurant is currently selected. Use this to resolve a restaurant name or historical coverage before calling another tool. Based on data recency, the latest available sales date may be the reference date for named historical periods.ADECIADECI
PluginrequiredData & Analytics - Query external restaurant factorsquery · Query external factors that can impact restaurant performance from ADECI's calendar, including weather, holidays, local events, strikes, sports fixtures, and movies. Use this tool for event-calendar questions, external context for a period, or possible external sales-impact drivers. Results are read-only and scoped to a restaurant available to the authenticated user.ADECIADECI
PluginrequiredData & Analytics
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.