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-11USmethodology registry-public-v1
Searchable tools
113,017
Authless tools
7,424
Auth required
100,766
Described tools
61,166
113,017 tools
- Tag Filestag · Transactionally add or remove exact tags across Krea Files.KreaKrea
PluginrequiredContent & Design - Upload Filesupload · Show the user a drag-and-drop upload widget so they can upload local files (images, video, audio, or 3D models) from their device to Krea. Call this when a generation or edit needs an input file the user has locally but no URL for — for example they say "edit this photo" or "use my logo" without attaching anything, or their chat client cannot attach files. Do NOT call this when the user already provided an asset URL or attached the file in chat. The widget uploads to Krea storage and the resulting asset URLs arrive as a user message; use those URLs as media input fields. After calling this tool, stop and wait for the user to upload instead of generating with placeholder URLs.KreaKrea
PluginrequiredContent & Design - Write Fileswrite · LEGACY: prefer write_files_inline (inline text) or write_files_upload (binary/large files via signed URL). Batch create Krea Files with optional exact tags. Pass content inline for text up to 200000 bytes. Omit content (or pass null) for a large or binary file: the item returns a signed uploadUrl instead — POST the raw file bytes as the whole request body within 15 minutes (curl --data-binary @file). Never send a multipart body (curl -F): the server rejects it with 415. Files have no size limit; over 20 MB, also pass the exact size_bytes to get a direct storage upload instead: PUT the bytes to uploadUrl (or each slice to multipart.partUrls, collecting the ETag response headers), echo the returned headers, then POST commitUrl (multipart: with a JSON body {"parts":[{"partNumber":1,"etag":"..."}]}) — the file does not exist until the commit succeeds.KreaKrea
PluginrequiredContent & Design - Write Files Inlinewrite · Batch write small text Krea Files with inline content and optional exact tags. Each item creates or overwrites: pass name (with optional parent_uri or scope) to create, or pass uri to overwrite that file. On overwrite an empty string truncates the file, existing tags are preserved unless replacement tags are supplied, and name renames. content is the file body, up to 200000 bytes. For binary or larger files use write_files_upload.KreaKrea
PluginrequiredContent & Design - Write Files Uploadwrite · Batch mint signed upload URLs for binary or large Krea Files. Each item creates or overwrites: pass name (with optional parent_uri or scope) to create, or pass uri to overwrite that file. The item returns an uploadUrl — send the raw file bytes as the whole request body within 15 minutes with the returned method (POST creates, PUT overwrites; curl --data-binary @file). Never send a multipart body (curl -F): the server rejects it with 415. Files have no size limit; over 20 MB also pass the exact size_bytes to get a direct storage grant instead: PUT the bytes to uploadUrl (or each slice to multipart.partUrls, collecting the ETag response headers), echo the returned headers, then POST commitUrl (multipart: with a JSON body {"parts":[{"partNumber":1,"etag":"..."}]}) — the write lands only when the commit succeeds. Tags cannot ride an upload: call tag_files with the uri after the upload lands.KreaKrea
PluginrequiredContent & Design - Archive Broadcastpeach · Archive a broadcast. Only possible when status is draft or active and no campaign runs are scheduled.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Archive Templatepeach · Archive a WhatsApp template (must be approved, rejected, or draft status)Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Cancel Broadcastpeach · Cancel all pending/scheduled runs of a broadcast. Use when a broadcast was accidentally launched. Only affects runs that are still scheduled, queued, or queueing — already-sent messages are not recalled.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Configure Stage Dropoffpeach · Configure the drop-off (At risk / Dropped off) behaviour for a pipeline stage. Settings are merged into the stage; omit a field to leave it unchanged.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Configure Stage Playbookspeach · Bind playbooks (Streams) to a pipeline stage's lifecycle events. Each field is an array of Stream ids (the playbooks) that run when a contact enters/exits the stage or drops off from it. Replaces the existing list for any field provided; omit a field to leave it unchanged.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Connect To Ai Agentpeach · Send a template message to a contact and connect them to an AI agent for automated follow-upPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Create Ai Agentpeach · Create a new AI Agent with system instructionsPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Create Automationpeach · Create a definition-driven Stream automation (the "what happens": a step-graph of actions). On its own it never runs — pair it with peach_create_trigger (the "when"). Read the peach://guides/automations resource for step types, payload shapes, and event payload schemas before authoring the definition. Classify with playbook_kind: use "notification" only for a single-template notification automation; use "advanced" for anything else. Opt-in/opt-out playbooks are managed through account setup and cannot be created here.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Create Contactpeach · Create or upsert a single contact in the Peach accountPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Create Contactspeach · Create or upsert multiple contacts in bulk in the Peach accountPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Create Pipelinepeach · Create a new Peach pipeline (board) for this accountPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Create Pipeline Stagepeach · Create a new stage in a pipelinePeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Create Setup Guest Linkpeach · Create a new guest setup link for WhatsApp onboardingPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Create Shopify Webhook Subscriptionpeach · Subscribe the connected Shopify store to a webhook topic so Peach receives those notifications (idempotent).Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Create Templatepeach · Create a new WhatsApp template in the Peach account. Must include at least a body component in components_attributes.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Create Triggerpeach · Configure a trigger so a Stream automation runs when an event arrives. Choose a condition by its name (the WHEN, e.g. "Order Paid"), supply its variables, and map fields from the event payload into the stream context with JSONPath. The event source is derived automatically. Names come from peach_list_expressions. IMPORTANT: include a `recipient` data-mapping to the contact's phone (e.g. $.subscriber.phone_number for conversation events, $.contact.phone_number for pipeline events) — without a resolved recipient the stream SILENTLY never runs. After creating, dry-run with peach_evaluate_trigger_condition. See the peach://guides/automations resource for per-event payload paths and the custom-topic caveat.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Delete Mediapeach · Delete a media file from the Peach account by its IDPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Delete Pipeline Stagepeach · Delete a pipeline stage. Fails if the stage still has items or rules.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Delete Shopify Webhook Subscriptionpeach · Remove a Shopify webhook subscription for the connected store.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Enroll Contact In Pipelinepeach · Enroll a contact into a pipeline without sending messages. When allow_re_enrollment is enabled and the contact has a terminal or dropped-off active item, archives the prior round and creates a fresh item (source_data.source_item_id links the prior pli_... id).Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Expire Setup Guest Linkpeach · Expire an existing guest setup link by its numeric idPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Get Account Setuppeach · Returns saved account setup properties such as primary goal, communication preferences, and team size.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Get Ai Agentpeach · Get details of a specific AI Agent by its ID, including its system instructionsPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Get Automationpeach · Get a Stream automation by ID, including its step-graph definition when presentPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Get Broadcastpeach · Fetch full details for a single broadcast: template, audience, launch configuration, AI agent reply handler, and engagement statsPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Get Event Statuspeach · Get the status and details of a specific event by its IDPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Get Onboarding Statuspeach · Returns setup progress and pending onboarding steps for the authenticated account (account setup, phone connection, AI agent configuration, campaign activity).Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Get Phone Setup Statuspeach · Returns WhatsApp phone setup details, including connection status, connection mode, linked WhatsApp Business Account external ID, and whether AI flows are attached. Use whats_app_business_account_id from here when calling peach_create_template on an account with more than one WhatsApp Business Account.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Get Pipelinepeach · Get a pipeline and its stagesPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Get Templatepeach · Get a specific WhatsApp template by its ID or template namePeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - Launch Broadcastpeach · Create and launch a broadcast campaign to multiple contacts via the Peach APIPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - List Activitiespeach · List chronological activities (log) for the account or a specific contact, including messages, status changes, and assignments.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - List Ai Agent Sessionspeach · List recent real/customer-facing interaction sessions (StreamSessions) for a specific AI Agent. Test sessions are available through peach_list_test_sessions.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - List Ai Agentspeach · List all AI Agents (AiFlow) in the Peach accountPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - List Automationspeach · List Stream automations configured in PeachPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - List Broadcastspeach · List broadcast campaigns for the account, with optional filtersPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - List Coexistence Numberspeach · List WhatsApp Business App (coexistence) numbers linked to this account, with their assignee and synced contact list. Call this first when a question is specifically about Business App DMs. Note this lists only coexistence numbers — the account may also have Cloud API numbers that can be read from and replied on.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - List Conversationspeach · List conversations for the account. Supports filtering by status, escalation, activity type, business number, and time windows.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - List Expressionspeach · List the trigger condition library (expressions). Each expression describes WHEN a trigger fires (e.g. "Order Paid", "Fires on topic") and the variables it needs. Reference one by id when creating a trigger.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - List Mediapeach · List media files uploaded to the Peach accountPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - List Messagespeach · List messages in the Peach account with optional filters. Each message includes conversation_id and the contact who sent/received it, so one call is enough to attribute messages to people — do not fetch conversations separately just to identify them.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - List Pipeline Itemspeach · List active items in a pipelinePeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - List Pipelinespeach · List active Peach pipelines for this accountPeach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - List Shopify Webhook Subscriptionspeach · List the Shopify webhook subscriptions currently registered for the connected store.Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM - List Shopify Webhook Topicspeach · List common Shopify webhook topics you can subscribe to (e.g. ORDERS_PAID, ORDERS_FULFILLED).Peach for WhatsApp BusinessPeach
PluginrequiredSales & CRM
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.