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
- Get Adagio contextget · Who you are acting as, which QIIME release the catalog is pinned to, which plugins are installed, what this deployment can do, and how much pipeline quota is left. Call this first.AdagioAdagio
PluginrequiredDeveloper Tools - Get a pipelineget · Read an existing pipeline as steps and connections rather than raw spec JSON, with its current problems, unset required parameters, and where its latest run wrote its outputs.AdagioAdagio
PluginrequiredDeveloper Tools - Get action specificationsget · Exact signatures - every input, parameter and output with its type, whether it is required, and its default. Read this before setting any parameter.AdagioAdagio
PluginrequiredDeveloper Tools - List available pluginslist · Every visible plugin row for the effective QIIME release with its tier and whether it is in the library. More than one row can have the same plugin name; all are returned, and effective identifies the one selected for authoring. Only that effective row exposes callable action identifiers. A plugin that is visible is not necessarily runnable: community plugins are opt-in, and a pipeline using one that is not in the library is refused at run time.AdagioAdagio
PluginrequiredDeveloper Tools - List the user’s pipelineslist · The caller's own pipelines, newest first, as summaries rather than graphs. Every other pipeline tool takes a UUID, and a user refers to their work by name, so this is how a name becomes an id. Call it before saying a named pipeline cannot be found, and before creating one that may already exist. Pass a name to filter; matching is case-insensitive on any part of the name, and an empty result means no pipeline of theirs matches, not that the name is wrong. Names are not unique, so a name can match several - ask which one rather than taking the first. Use get_pipeline for the steps of one.AdagioAdagio
PluginrequiredDeveloper Tools - Search actionssearch · Find installed actions by keyword. Returns compact summaries; use get_action_specs for exact signatures. This is a keyword match, not a capability check: every query term has to appear, so an ordinary phrasing can miss an action that is installed. Zero hits means no keyword match - retry with the canonical term for the method, and confirm a real gap with find_compatible_actions, which decides by type rather than by wording.AdagioAdagio
PluginrequiredDeveloper Tools - Update a pipelineupdate · Edit an existing pipeline: add steps, connect them, change parameters, remove steps. Existing steps keep their identity and their position on the canvas, so this does not rearrange the user's layout or discard cached run state. Steps are named by the name get_pipeline reports.AdagioAdagio
PluginrequiredDeveloper Tools - Validate a proposed pipelinevalidate · Check a whole proposed pipeline without saving anything. Returns the wiring it would produce, remaining problems, and which required parameters are still unset. Use this to iterate before create_pipeline.AdagioAdagio
PluginrequiredDeveloper Tools - Connect Translations Universe accountstart · Create a short-lived one-time link to connect the authenticated ChatGPT identity with an existing Translations Universe customer account. This does not create an order or payment.Translations UniverseTranslations Universe
PluginoptionalContent & Design - Get a professional translation quoteget · Calculate a live guest quote using the production Translations Universe commerce engine. This tool does not create an order or charge the user.Translations UniverseTranslations Universe
PluginoptionalContent & Design - Test Translations Universe authenticationtest · Verify that the user is authenticated with Translations Universe OAuth. This diagnostic tool is read-only and does not create orders or payments.Translations UniverseTranslations Universe
PluginoptionalContent & Design - Translations Universe servicesget · List supported professional translation services, languages and subject-matter expertises. Use this before requesting a quote when language or expertise codes are unknown.Translations UniverseTranslations Universe
PluginoptionalContent & Design - Assign Transaction Attachmentassign · Assigns an existing attachment to a transaction. Use list_attachments to find attachment IDs.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Cash Flow Forecastcash · Forward-looking account-level balance projections using PocketSmith's forecasting engine. Shows where each account is heading and identifies danger zones where balances drop below a configurable threshold. Filter by account types (bank, cash, credits, stocks, mortgage, loans, retirement) or specific account IDs. Accounts without linked scenarios will have no forecast data. Credit cards naturally have negative balances — adjust danger_threshold accordingly when checking credit accounts. The forecast horizon is limited only by the user's subscription plan date limits — multi-year projections (e.g. loan payoff dates) are fine; use monthly resolution for long horizons. navigate_to_cashflows is the matching page link to offer alongside any projection answer.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Create Accountcreate · Creates a new account for the given user. An account is a container that will hold one or more transaction accounts (created automatically) and scenarios. Requires an institution, title, currency code, and type. Use list_institutions to find institution IDs and list_currencies for valid currency codes.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Create Attachmentcreate · Uploads an attachment for a user. Provide the file as base64-encoded data. Supported file types: png, jpg, pdf, xls, xlsx, doc, docx. Use assign_transaction_attachment to link the uploaded attachment to a transaction.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Create Categorycreate · Creates a new category for the given user. Requires a title. Optionally set a colour, parent category, transfer/bill flags, roll-up behaviour, and refund behaviour. Use get_current_user to obtain the user ID.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Create Category Rulecreate · Creates a new category rule for the specified category. Requires payee_matches keywords. By default the rule only applies to future transactions. Set apply_to_uncategorised to also apply it to existing uncategorised transactions, or apply_to_all to apply it to all existing transactions. Use list_categories to find the category ID. Note: category rules cannot be updated or deleted via the API once created.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Create Eventcreate · Creates a new budget event in the specified scenario. A scenario (also called a calendar) belongs to an account and holds forecast events. Requires a category, date, amount, and repeat type. Use list_accounts or get_account to find scenario IDs (in each account's scenarios array). Use list_categories for category IDs.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Create Institutioncreate · Creates a new financial institution for the given user. Requires a title and currency code. Use get_current_user to obtain the user ID, and list_currencies to see valid currency codes.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Create Transactioncreate · Creates a new transaction in a transaction account. Transactions are recorded in transaction accounts (not accounts directly). Requires payee, amount (positive = credit, negative = debit), and date. Use list_transaction_accounts to find transaction account IDs.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Delete Accountdelete · Permanently deletes an account and all its transaction accounts and transactions. This is irreversible. Use list_accounts to find account IDs. Requires confirmation across two turns: call once without confirm to get a preview of what will be deleted, show the preview to the user, and wait for their reply. Only pass confirm: true after the user approves the previewed deletion in a later message - the user's original deletion request does not count as approval.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Delete Attachmentdelete · Permanently deletes an attachment. This action cannot be undone. Use list_attachments to find attachment IDs. Requires confirmation across two turns: call once without confirm to get a preview of what will be deleted, show the preview to the user, and wait for their reply. Only pass confirm: true after the user approves the previewed deletion in a later message - the user's original deletion request does not count as approval.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Delete Categorydelete · Permanently deletes a category by its ID. This is irreversible. All transactions in this category will become uncategorized. Use list_categories to find category IDs. Requires confirmation across two turns: call once without confirm to get a preview of what will be deleted, show the preview to the user, and wait for their reply. Only pass confirm: true after the user approves the previewed deletion in a later message - the user's original deletion request does not count as approval.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Delete Eventdelete · Deletes a budget event. The behaviour parameter controls whether to delete just this event ('one'), from this event forward ('forward'), or all events in the series ('all'). This action cannot be undone. Requires confirmation across two turns: call once without confirm to get a preview of what will be deleted, show the preview to the user, and wait for their reply. Only pass confirm: true after the user approves the previewed deletion in a later message - the user's original deletion request does not count as approval.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Delete Forecast Cachedelete · Clears the forecast cache for a user, forcing budget forecasts to be recalculated. Use after bulk-creating or bulk-editing events. PocketSmith recalculates automatically for single changes, so this is only needed after batch operations.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Delete Institutiondelete · Permanently deletes a financial institution and all its accounts, transaction accounts, and transactions. This is irreversible. Optionally merge into another institution instead of deleting. Use list_institutions to find institution IDs. Requires confirmation across two turns: call once without confirm to get a preview of what will be deleted, show the preview to the user, and wait for their reply. Only pass confirm: true after the user approves the previewed deletion in a later message - the user's original deletion request does not count as approval.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Delete Transactiondelete · Permanently deletes a transaction by its ID. This is irreversible. Use list_transactions to find transaction IDs. Requires confirmation across two turns: call once without confirm to get a preview of what will be deleted, show the preview to the user, and wait for their reply. Only pass confirm: true after the user approves the previewed deletion in a later message - the user's original deletion request does not count as approval.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Financial Health Snapshotfinancial · Point-in-time financial health check. Returns net worth, cash position (liquid accounts), current month spending pace with projection and last-month comparison, per-category budget traffic lights (on_track/at_risk/over_budget) with each category tagged is_bill to distinguish bills from discretionary budgets, action items (uncategorized and needs-review counts), and upcoming events in the next 14 days split into bills and budget events. Ideal for a quick daily or weekly check-in or a broad 'how am I doing financially' RIGHT NOW. For a one-period retrospective use month_end_review; to compare two periods use spending_comparison; for just the upcoming events list use list_events.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Find Recurring Expensesfind · Detects recurring expenses (subscriptions, memberships, regular bills) by analyzing transaction history. Groups transactions by payee, identifies regular intervals and consistent amounts, and classifies frequency (weekly, monthly, quarterly, etc.). Returns estimated annual cost per item and totals. Useful for subscription audits, finding forgotten recurring charges, and 'am I paying too much for X' policy/premium comparisons. No report page maps to subscriptions — answer from this data directly rather than offering a navigation link.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Forecast Accuracyforecast · Compares actual vs forecast account balances over a past period to evaluate how reliable the user's forecasting has been. Also analyses budget data to identify inaccuracy drivers — categories that are unbudgeted (spending with no budget), significantly underbudgeted (actual exceeds forecast by 25%+), or significantly overbudgeted (forecast exceeds actual by 2x+). Note: forecast values for past dates reflect the CURRENT scenario settings, not what was originally forecast. This is useful for calibrating current forecast configuration. Accounts without linked scenarios will have no forecast data for comparison.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Get Accountget · Gets an account by its ID. An account is a container that groups one or more transaction accounts (where transactions live) and scenarios (where budget forecasts live). Most accounts have a single transaction account, but some (e.g. a mortgage with offset) have multiple. Returns the account's title, type, currency, current balance, and its child transaction accounts and scenarios.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Get Attachmentget · Gets an attachment by its ID. Returns the attachment's title, file name, content type, and download URL.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Get Budgetget · Gets the user's budget for their configured forecast period — one entry per category with budgeted vs actual figures, the data behind the Budget page's per-category list. Optionally rolls up child categories into their parents. Use get_budget_summary for analysis over a specific date range; navigate_to_budget is the matching page link to offer alongside an answer.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Get Budget Summaryget · Gets the user's budget summary with expense and income analysis across all categories (excluding transfers) for a given date range and period. Returns actual vs budgeted figures per period bucket — the only analysis tool with sub-monthly buckets (weekly, or fortnightly via period=weeks interval=2), so use it for pay-cycle asks like 'what's left over each fortnight'. navigate_to_budget (manage) or navigate_to_income_expense (statement) is the matching page link to offer alongside an answer.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Get Categoryget · Gets a category by its ID. Returns the category's title, colour, parent category (if any), and whether it is a transfer or bill category.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Get Currencyget · Gets a specific currency by its code (e.g. 'nzd', 'usd'). Returns the currency's name, symbol, and decimal places.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Get Current Userget · Gets the currently authenticated PocketSmith user. Returns the user's ID, name, email, time zone, currency, and account metadata. Use this to obtain the user ID needed by most other tools.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Get Data Feeds Connection Statusget · Lists all data feed connections for a user with their sync status, including last successful sync time, next sync time, and provider details. Optionally includes per-connection account details (balances, transaction update times). Use this to check if feeds are healthy, degraded, or need attention.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Get Eventget · Gets a budget event by its ID. Events represent recurring or one-off income/expense entries used in budget forecasting. The ID format is 'number-timestamp' (e.g. '42-1601942400').PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Get Institutionget · Gets a financial institution by its ID. Returns the institution's title, currency, and creation date.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Get Transactionget · Gets a single transaction by its ID. Returns the transaction's date, payee, amount, category, labels, note, memo, and review status.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Get Transaction Accountget · Gets a transaction account by its ID. A transaction account is where transactions are recorded. It belongs to a parent account (container) and optionally links to an institution. Each account has one or more transaction accounts. Returns the account name, number, type, currency, current balance, and starting balance.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - Get Trend Analysisget · Gets income and/or expense budget trend analysis for a date range and period — the data behind the Trends report (per-bucket actual vs budget for chosen categories over time). Analyses across specified categories and all user scenarios by default. navigate_to_trends is the matching page link to offer alongside an answer.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - List Accountslist · Lists accounts. Requires either user_id or institution_id. Each account is a container grouping one or more transaction accounts (where transactions live) and scenarios (where budget forecasts live). Use get_current_user for user IDs, list_institutions for institution IDs.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - List Attachmentslist · Lists attachments. Requires either user_id or transaction_id. When filtering by user, optionally return only unassigned attachments.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - List Categorieslist · Lists all categories belonging to a user. Categories are hierarchical - each category may have a parent and children. Returns each category's ID, title, colour, type, and parent relationship.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - List Category Ruleslist · Lists all category rules belonging to a user. Category rules automatically assign categories to transactions based on payee matching patterns.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - List Currencieslist · Lists all currencies supported by PocketSmith. Returns currency codes, names, and symbols.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance - List Eventslist · Lists budget events within a date range. Requires either user_id or scenario_id. Events represent recurring or one-off income/expense entries used in budget forecasting. A scenario belongs to an account and contains the events that drive its forecast.PocketSmith Complete AccessPocketSmith
PluginrequiredFinance
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.