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
- Datasets: Refreshdatasets · Fetch/cache General Ledger, Accounts Receivable, Accounts Payable, and Trial Balance datasets for an engagement_id. The refresh process can take up to 10 minutes to complete.Validis (UK)Validis
PluginrequiredFinance - Datasets: Sample Rowsdatasets · Return a small, bounded sample of cached canonical rows with audit-oriented filters (monetary thresholds, fraud indicators, random sampling, overdue items, and more).Validis (UK)Validis
PluginrequiredFinance - Datasets: Statusdatasets · Show cache status for GL/AR/AP/TB datasets.Validis (UK)Validis
PluginrequiredFinance - Engagements: Listengagements · List engagements with uploaded data. Includes which datasets (GL/AR/AP/TB) are already cached locally.Validis (UK)Validis
PluginrequiredFinance - Engagements: Searchengagements · Search engagements by company name. Includes which datasets (GL/AR/AP/TB) are already cached locally.Validis (UK)Validis
PluginrequiredFinance - Working Papers: Getworking · Get a working paper as one or more JSON tables (bounded; may paginate with cursor).Validis (UK)Validis
PluginrequiredFinance - Working Papers: Listworking · List available working papers for an engagement (tables suited for Excel).Validis (UK)Validis
PluginrequiredFinance - Create an email campaignemail · Create a new email campaign. The campaign requires at minimum a name and sender details, and is created in draft status by default. You must provide email content via one of three mutually exclusive options: htmlContent (inline HTML), htmlUrl (remote URL), or templateId (existing template); additionally, A/B testing can be enabled by setting abTesting to true with subjectA and subjectB, but this is incompatible with sendAtBestTime.BrevoBrevo
PluginrequiredMarketing - Create an email templatetemplates · Create a new transactional email template with the specified sender, subject, and content. The `sender`, `subject`, and `templateName` fields are required. Template content can be provided via `htmlContent` (minimum 10 characters) or `htmlUrl`; at least one must be supplied. Templates are created as inactive by default unless `isActive` is explicitly set to `true`.BrevoBrevo
PluginrequiredMarketing - Creates an SMS campaignsms · Create a new SMS campaign with the required name, sender, and content fields. The sender name is limited to 11 alphanumeric characters or 15 numeric characters, and the content should stay within 160 characters per SMS segment. If a scheduledAt date is provided, listIds in recipients become mandatory; accounts under validation are limited to 4 total campaigns and campaigns with more than 10 recipients will be saved as draft.BrevoBrevo
PluginrequiredMarketing - Get a contact's detailscontacts · <Note>Follow this format when passing a "SMS" phone number as an attribute.
Accepted Number Formats 91xxxxxxxxxx +91xxxxxxxxxx 0091xxxxxxxxxx</Note>
There are 2 ways to get a contact <br><br> Option 1- https://api.brevo.com/v3/contacts/{identifier} <br><br> Option 2- https://api.brevo.com/v3/contacts/{identifier}?identifierType={} <br> <br> Option 1 only works if identifierType is email_id (for EMAIL), phone_id (for SMS) or contact_id (for ID of the contact),where you can directly pass the value of EMAIL, SMS and ID of the contact. <br><br> Option 2 works for all identifierType, use email_id for EMAIL attribute, phone_id for SMS attribute, contact_id for ID of the contact, ext_id for EXT_ID attribute, whatsapp_id for WHATSAPP attribute, landline_number_id for LANDLINE_NUMBER attribute <br><br>Along with the contact details, this endpoint will show the statistics of contact for the recent 90 days by default. To fetch the earlier statistics, please use Get contact campaign stats ``https://developers.brevo.com/reference/contacts-7#getcontactstats`` endpoint with the appropriate date ranges.BrevoBrevo
PluginrequiredMarketing - Get a list's detailslists · Retrieve the details of a specific contact list by its ID, including its name, folder ID, creation date, subscriber counts, and campaign statistics. You can optionally filter campaign statistics by providing startDate and endDate parameters (both must be used together in YYYY-MM-DDTHH:mm:ss.SSSZ format). Without date filters, campaign statistics default to the last 6 months. The maximum date range allowed between startDate and endDate is 2 years. Neither date can be in the future.BrevoBrevo
PluginrequiredMarketing - Get account detailsaccounts · Retrieves details of your Brevo account.
**Use this to:**
- Get account information (email, name, company, address)
- Check plan details (type, credits, expiration)
- Get relay information (for transactional emails)
- Check Marketing Automation status
- Access organization and user identifiers
**Key information returned:**
- Complete account details (organization ID, user ID, company information)
- Address and contact information
- Plan configurations and credit allocations across different verticals
- Marketing Automation settings and tracker key (when enabled)
- SMTP relay configuration for transactional emails
- Enterprise features availability status
**Important considerations:**
- Provides comprehensive account overview for billing and configuration management
- Essential for understanding current plan limitations and feature availability
- Marketing Automation key is only returned when Marketing Automation is enabled on the account
- Plan verticals show detailed breakdown across Marketing, Chat, and CRM categories (only returned when plan verticals are available)
- Relay configuration crucial for transactional email setup and deliverability
- Enterprise status determines access to advanced features and sub-account managementBrevoBrevo
PluginrequiredMarketing - Get all the contactscontacts · Retrieve all contacts from your Brevo account with support for pagination, filtering, and sorting. Results default to 50 contacts per page (maximum 1000) sorted in descending order of creation, and can be filtered by modification date, creation date, contact IDs (up to 20), list IDs, segment ID, or contact attributes using the equals operator. Note that either listIds or segmentId can be passed but not both simultaneously.BrevoBrevo
PluginrequiredMarketing - Get all the listslists · Retrieve all contact lists from your Brevo account with support for pagination and sorting. Results default to 10 lists per page (maximum 50) sorted in descending order of creation. Note: the totalSubscribers and totalBlacklisted response attributes are being deprecated and will return 0 as their default value.BrevoBrevo
PluginrequiredMarketing - Get all the segmentssegments · Retrieve all contact segments defined in your Brevo account with support for pagination and sorting. Results default to 10 segments per page (maximum 50) sorted in descending order of creation. Each segment includes its ID, name, category name, and last update timestamp.BrevoBrevo
PluginrequiredMarketing - Get an A/B test email campaign resultscampaign · Retrieve the results of an A/B test email campaign, including the winning version, open and click rates, and per-version statistics. The campaign must have A/B testing enabled; if the campaign is still in draft and has not been scheduled, an empty response is returned. If the campaign is scheduled but not yet sent, the winningVersion will be "notAvailable".BrevoBrevo
PluginrequiredMarketing - Get an SMS campaignsms · Retrieve detailed information about a specific SMS campaign by its ID, including campaign content, sender, recipients with list names, statistics (delivered, sent, bounces, unsubscriptions, answered), and tags. Unlike the list endpoint, recipients are returned as objects with id and name fields rather than plain IDs.BrevoBrevo
PluginrequiredMarketing - Get an email campaign reportemail · Retrieve detailed information about a specific email campaign by its ID, including recipients, statistics, and HTML content. Use the statistics query parameter to select which statistics to include (globalStats, linksStats, statsByDomain, statsByDevice, or statsByBrowser); statsByDevice and statsByBrowser are only available on this single-campaign endpoint. You can exclude HTML content from the response by setting excludeHtmlContent to true.BrevoBrevo
PluginrequiredMarketing - Get contacts in a listcontact · Retrieve all contacts belonging to a specific list, identified by its list ID. Results are paginated with a default of 50 contacts per page (maximum 500) and sorted in descending order of creation. You can optionally filter contacts by their modification date using the modifiedSince parameter.BrevoBrevo
PluginrequiredMarketing - Get email campaigns' statistics for a contactcontacts · Retrieve email campaign statistics for a specific contact identified by email address or numeric ID. Statistics include messages sent, opens, clicks, hard/soft bounces, deliveries, unsubscriptions, complaints, and transactional attributes. By default, data covers the last 90 days; use startDate and endDate parameters (YYYY-MM-DD) to specify a custom range with a maximum span of 90 days.BrevoBrevo
PluginrequiredMarketing - Get email senderssenders · Retrieves a list of all email senders from your Brevo account with optional filtering.
**Use this to:**
- Get all available senders for email campaign setup
- Find sender details including ID, name, and email address
- Filter senders by IP address for dedicated IP users
- Filter senders by domain for domain-specific configurations
- Monitor sender configuration and status
**Key information returned:**
- Sender details (ID, name, email address)
- Sender status and verification information
- Associated IP addresses and domains (for dedicated IP accounts)
- Sender configuration settings
**Important considerations:**
- Standard accounts show empty IP arrays, dedicated IP accounts show IP assignments
- Filtering by IP only available for accounts with dedicated IPs
- Domain filtering helps organize senders by business units or brands
- Sender status indicates if sender is active and ready for campaign use
- Email verification required before sender can be used in campaigns
- If the `ip` filter is provided, it must be a valid IP address
- If the `domain` filter is provided, it must be a valid domain name
- Returns an empty senders array when no senders match the criteriaBrevoBrevo
PluginrequiredMarketing - Get the list of email templatestemplates · Retrieve a paginated list of all transactional email templates (including automation templates) with their details such as name, subject, sender, status, HTML content, and timestamps. Results default to 50 per page (max 1000) and are sorted in descending creation order unless overridden. You can filter by active/inactive status using `templateStatus` and by editor type using `editorType` (currently only `richTextEditor` is supported).BrevoBrevo
PluginrequiredMarketing - List all attributesattributes · Retrieve all contact attributes defined in your Brevo account, grouped by category (normal, transactional, category, calculated, global). Each attribute includes its name, type, and category, along with enumeration values for category-type attributes and options for multiple-choice-type attributes.BrevoBrevo
PluginrequiredMarketing - Return all your created email campaignsemail · Retrieve a paginated list of email campaigns. You can filter by campaign type (classic or trigger), status (e.g. sent, draft, queued), and a creation date range. Use the statistics parameter to choose which performance data to include in the response (globalStats, linksStats, statsByDomain, etc.). Date filters (startDate/endDate) only apply when status is omitted or set to "sent". Note: the response payload requires you to specify which type of statistics to retrieve — see https://developers.brevo.com/changelog/get-all-marketing-campaigns.BrevoBrevo
PluginrequiredMarketing - Returns the information for all your created SMS campaignssms · Retrieve a paginated list of all your SMS campaigns with their statistics and recipient information. Results can be filtered by status and date range, with a default limit of 500 and maximum of 1000 per page. The sort order defaults to descending by creation date; date filters are only available when status is not passed or is set to sent.BrevoBrevo
PluginrequiredMarketing - Returns the template informationtemplates · Retrieve the full details of a specific transactional email template by its numeric ID or custom template identifier string. The response includes the template name, subject, sender information, HTML content, active status, creation and modification timestamps, reply-to address, tag, and a `doiTemplate` flag indicating whether the template is a double opt-in template (detected by the presence of optin-related tags or variables in the content).BrevoBrevo
PluginrequiredMarketing - Send a template to your test listtemplates · Send a test email of the specified transactional template to one or more recipients. Provide an array of email addresses in the `emailTo` field; if left empty, the test mail is sent to your default test list. You can send a maximum of 50 test emails per day, and all provided email addresses must be valid. Recipients must exist in your contacts, not be blocked, and belong to at least one list. If some recipients fail validation, the API returns a 400 response detailing which addresses were not found, are blocked, or lack a contact list.BrevoBrevo
PluginrequiredMarketing - Get my user bookget · Use this when the authenticated user selected one of their own UserBook lists and ChatGPT needs the words, numbers, and meanings.小テストジェネレーター小テストジェネレーター
PluginoptionalEducation - Get public user bookget · Use this when the user selected a public UserBook and ChatGPT needs the words, numbers, and meanings.小テストジェネレーター小テストジェネレーター
PluginoptionalEducation - Get remembered or unremembered wordsget · Use this when the authenticated user wants to use their remembered words or unremembered words from 小テストジェネレーター.小テストジェネレーター小テストジェネレーター
PluginoptionalEducation - Preview quizpreview · Use this when the user chose a UserBook, range, question count, and direction and wants a quiz preview.小テストジェネレーター小テストジェネレーター
PluginoptionalEducation - Search my user bookssearch · Use this only when the authenticated user explicitly asks to view, list, or search their own private or public UserBook lists in 小テストジェネレーター. Do not call this tool for requests to edit, delete, organize, clean up, or otherwise modify UserBooks; those actions are not supported, so explain that limitation without inspecting the user's lists.小テストジェネレーター小テストジェネレーター
PluginoptionalEducation - Search public user bookssearch · Use this when the user wants to find public vocabulary lists in 小テストジェネレーター. This returns data only; do not render a widget unless the user explicitly asks to see candidates.小テストジェネレーター小テストジェネレーター
PluginoptionalEducation - Show flashcardsrender · Use this when the user asks for 暗記カード, flashcards, cards, card tab, or wants to flip vocabulary cards inside ChatGPT. This renders the 小テストジェネレーター card UI; do not answer with plain text cards when this tool can be used.小テストジェネレーター小テストジェネレーター
PluginoptionalEducation - Show multiple choice quizrender · Use this when the user asks for 4択, multiple choice, 選択式, クイズモード, or an interactive quiz inside ChatGPT. This renders the 小テストジェネレーター 4択 UI with choices, scoring, feedback, sound, and auto-advance.小テストジェネレーター小テストジェネレーター
PluginoptionalEducation - Show user book candidatesrender · Use this only when the user explicitly wants to visually compare multiple UserBook candidates in the ChatGPT UI.小テストジェネレーター小テストジェネレーター
PluginoptionalEducation - アプリ用共有リンクを取得create · Use this only when the user explicitly asks to open a selected UserBook in the Flutter app, share it, show a QR code, or get a /shared_lists/ URL. Do not use this for flashcards, cards, quizzes, or normal list selection.小テストジェネレーター小テストジェネレーター
PluginoptionalEducation - analyze_entry_textanalyze · Run a custom instruction or question across all entries in a Sample Reference and return prevalence statistics plus example results. Requires sample_reference_id each call — use the id from sample_feedback_entries or classify_feedback_entries output (stateless server does not retain prior samples).UnwrapUnwrap.ai
PluginrequiredData & Analytics - classify_feedback_entriesclassify · Classify entries in a Sample Reference into predefined labels and create a sub-sample per label. Pass sample_reference_id from sample_feedback_entries or a prior classify call; MCP output lists sample_reference_id per label for follow-up tools.UnwrapUnwrap.ai
PluginrequiredData & Analytics - discover_filter_schemadiscover · List all available filters for a view. Returns every filter name that can be used for filtering. Use this at the start of the conversation to discover the available filters.UnwrapUnwrap.ai
PluginrequiredData & Analytics - get_group_insights_playbookget · Call this when the user wants root cause analysis, next steps, what is driving a feedback group, issue resolution, support insights, solution insights, or bot capability gaps on an Unwrap taxonomy group. Returns a step-by-step workflow playbook to run with other Unwrap tools (sample_feedback_entries → analyze_entry_text → classify_feedback_entries). Does NOT return the insights themselves.UnwrapUnwrap.ai
PluginrequiredData & Analytics - get_startedget · Call after list_views to load the full Unwrap usage guide and color palette for the selected view. Recommended at the start of every MCP session, but the server is stateless and other tools work without it.UnwrapUnwrap.ai
PluginrequiredData & Analytics - leave_feedbackleave · Leave feedback for the Unwrap team about your experience using this MCP — when a tool produced a confusing result, a workflow felt awkward, or you'd recommend a change. If you don't have confident answers for every field, ask the user yourself before calling this tool. Do not include user PII.UnwrapUnwrap.ai
PluginrequiredData & Analytics - list_feedback_integrationslist · List the views connected feedback integrations and source coverage.UnwrapUnwrap.ai
PluginrequiredData & Analytics - list_segment_field_valueslist · List exact allowed values for a segment. Use this before filtering when you need the precise value spelling.UnwrapUnwrap.ai
PluginrequiredData & Analytics - list_viewslist · Get the authenticated org's view's. Returns view_id, view_name, and org_name for org's view's.UnwrapUnwrap.ai
PluginrequiredData & Analytics - mcp_app_get_field_valuesmcp · MCP App internal: list allowed values for a filter field so the chart iframe's value picker can autocomplete. Accepts the field's display name or wire name. Returns only structuredContent. LLMs SHOULD NOT call this — use list_segment_field_values instead.UnwrapUnwrap.ai
PluginrequiredData & Analytics - mcp_app_get_filter_fieldsmcp · MCP App internal: list filterable fields (with allowed operators, value type, and priority) for the chart iframe's filter editor. Returns only structuredContent. LLMs SHOULD NOT call this — use discover_filter_schema instead. Hosts that honor _meta.ui.visibility hide this tool from the LLM tool catalog.UnwrapUnwrap.ai
PluginrequiredData & Analytics - mcp_app_get_plot_datamcp · MCP App internal: re-fetch a chart's data when the user changes filters, date range, chart type, or breakdown_field inside the chart iframe. Pass the same breakdown_field contract as plot_chart (none = All Feedback; Group / leaf_group / source / segment names). Returns only structuredContent (no markdown body) so the LLM transcript isn't polluted by every interactive filter change. LLMs SHOULD NOT call this tool — use plot_chart instead. Hosts that honor _meta.ui.silent will hide this tool from the LLM tool catalog.UnwrapUnwrap.ai
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.