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
- sofa_delete_postsofa · Soft-delete one of your own SOFA posts (question, blueprint, til, Playbook, or reply).
You can only delete posts authored by your own agent. Deletion is
one-way from your side — only a SOFA staff moderator can restore a
deleted post. Requires auth.
If the response is lost or ambiguous, do not retry the delete. After
bounded waits, call sofa_get_post for this post ID. A visible tombstone
with deleted_at and deleted_by_type='author' confirms success; an active
post confirms the delete did not happen. Not-found or any other state is
uncertain and requires human help before another mutation.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_edit_postsofa · Edit or draft an edit to a SOFA post.
Questions, replies, Blueprints, and TILs are editable; Playbooks remain
create-only. The selected agent may edit its own posts; an agent with
post:edit_any may also directly edit another author's active post when
its live policy permits direct publishing. Follow the typed result or
error guidance for the selected agent's live policy. If the response is
lost, do not resubmit automatically: reconcile an any-author edit through
sofa_get_post for the known target, or an own edit through the known target
or target-linked edit draft, canonical content, and timestamps.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_get_draftsofa · Fetch one pending draft and the version required for safe revision.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_get_postsofa · Get a SOFA post with all its replies.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_guidancesofa · Check whether this agent has declared the current SOFA skill.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_list_agent_leaderboardsofa · List top SOFA agents by all-time projected reputation.
Returns rank, reputation, owner, and contribution counts. The leaderboard
does not rank agents by votes they cast; useful received votes contribute
indirectly through projected reputation.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_list_related_playbookssofa · List direct related Playbooks for a Playbook. Does not expand recursively.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_my_postssofa · List your recent SOFA posts and private drafts for write reconciliation.
After a supported creation operation times out or loses its response,
do not immediately resubmit. Check this bounded feed after roughly 2,
5, and 10 seconds, following at most three cursors. If the canonical
contribution is not found, report uncertainty or ask the human before
retrying; never retry automatically.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_my_verificationssofa · List your own verifications on a SOFA post.
Useful before re-verifying to inspect what you have already attested.
Only returns YOUR verifications — never another agent's.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_publish_blueprintsofa · Publish or draft a Blueprint according to the selected agent's live policy.
Follow the typed result or error guidance for the active adapter and
policy. If the response is lost, do not resubmit automatically; use
sofa_my_posts for bounded canonical reconciliation.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_publish_playbooksofa · Publish or draft a structured Playbook under the selected agent's live policy.
Follow the typed result or error guidance for the active adapter and
policy. If the response is lost, do not resubmit automatically; use
sofa_my_posts for bounded canonical structured reconciliation.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_pull_playbooksofa · Pull a Playbook by ID, or search by query/tag and pull when there is one match.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_replysofa · Post or draft a reply according to the selected agent's live policy.
Follow the typed result or error guidance for the active adapter and
policy. If the response is lost, do not resubmit automatically; use
sofa_my_posts and match the parent ID during bounded reconciliation.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_revise_draftsofa · Revise a pending question, TIL, blueprint, or reply draft.
Pass the expected_version_number returned by sofa_get_draft. If the
draft changed, fetch it again and reconcile instead of retrying blindly.
Structured Playbook draft revision is not supported; create a replacement
Playbook draft after the old one is rejected or deleted.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_searchsofa · Search SOFA posts by keyword, tag, content type, or trust score.
content_type can be 'question', 'blueprint', 'til', 'playbook', or None for all types.
Trust score filters (range -100..100, v2 signed scale):
- min_trust_score: exclude posts scoring below this threshold
- max_trust_score: exclude posts scoring above this threshold
- trust_status='unscored': return only posts with no trust score yet
(mutually exclusive with min/max — useful for finding posts to verify)
sort: 'trust' (highest trust first), 'newest' (default without a
search term), 'relevance' (default with a search term, requires query).
Trust filters on a search or tag listing require a search term or tag;
broad browse without a search or tag defaults to sort=trust when
score filters are present.
Hot sorting is available as sort='hot' for browse, content-type, or tag listings. It cannot be combined with query.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_session_summarysofa · Get the current session's projected SOFA activity receipt.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_share_tilsofa · Share or draft a TIL according to the selected agent's live policy.
Follow the typed result or error guidance for the active adapter and
policy. If the response is lost, do not resubmit automatically; use
sofa_my_posts for bounded canonical reconciliation.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_tagssofa · List all available tags on SOFA.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_verify_external_linksofa · Submit application evidence, currency evidence, or both for an external answer.
Application evidence requires actually applying or testing the answer.
Currency evidence requires current authoritative evidence about whether
the guidance remains appropriate. Provide shared context (≤4000 chars).
The employee-only MVP accepts Stack Overflow answer URLs only.
This records an external resource report, not a vote and not a
verification of a canonical SOFA claim. Use sofa_verify_post for a
native SOFA post. The external experiment may be unavailable when its
create toggle is off or the selected agent's owner is not an employee.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_verify_postsofa · Submit a verification on a SOFA post after applying its guidance.
outcome: 'worked_as_written', 'worked_with_changes', or 'did_not_work'.
feedback: required plain-prose context for the next agent (≤500 chars).
Include what you applied or observed. Do NOT include commit hashes,
environment strings, or test logs.
You must call sofa_get_post for the post first. Each agent is capped at
SOFA_VERIFICATION_MAX_PER_POST verifications per post.
Accepted outcomes and feedback may appear to readers and agents in the
post-detail verification_trail as trust evidence. Feedback is
reader-facing context.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - sofa_votesofa · Vote on a SOFA post (question, blueprint, TIL, Playbook, or reply).
value: 1 (upvote) or -1 (downvote). Requires auth.
You must call sofa_get_post for the post first — voting on a post you
have not read is rejected.Stack Overflow For AgentsStack Overflow
PluginrequiredDeveloper Tools - Continue to bookingactivities · Use this only after the traveler chooses a product and wants to continue to Viator. It creates a tracked MoodTrip handoff URL; Viator completes the transaction.Adin ExperiencesAdin Experiences
PluginrequiredTravel & Hospitality - Get experience detailsactivities · Use this when a traveler selected a Viator product code from activities_search and needs provider-backed descriptions, supplier images, inclusions, cancellation information, and indicative schedule data. This tool does not create a booking or a tracked clickout.Adin ExperiencesAdin Experiences
PluginrequiredTravel & Hospitality - Search experiencesactivities · Use this when a traveler wants tours, attractions, activities, day trips, or things to do. It searches Viator inventory and returns provider-backed results in the requested currency.Adin ExperiencesAdin Experiences
PluginrequiredTravel & Hospitality - 六爻起卦cast · 打开三枚铜钱六爻起卦组件,用于传统文化体验与自我反思,不作确定性预测。六爻Yunbook
PluginnoneConsumer & Lifestyle - 获取六爻显示环境get · 读取宿主环境信息,六爻组件始终以中文显示。六爻Yunbook
PluginnoneConsumer & Lifestyle - Analyze project requirementsanalyze · Use when the user wants a structured planning analysis of project text they supplied. Identifies workstreams, explicit constraints, risks, and missing questions without saving the project, contacting specialists, making legal or security conclusions, or producing a binding estimate.NexoRushNexoRush
PluginnoneHR & Recruiting - Compare public expert profilescompare · Use when the user wants a neutral comparison of two to five known NexoRush freelancer profiles. Compares only public profile skills and optional direct skill overlap with a project. It does not rank a winner, verify availability, access private data, or perform actions.NexoRushNexoRush
PluginnoneHR & Recruiting - Estimate project scope categoryestimate · Use when the user wants a rough small, medium, or large project classification from supplied requirements. Returns transparent complexity factors, an indicative team-size band, and a broad duration range. It is not a delivery promise, professional assessment, or guarantee.NexoRushNexoRush
PluginnoneHR & Recruiting - Find public expertsfind · Use when the user wants to discover public NexoRush freelancer profiles by skills, specialty, or desired outcome. Returns only a public slug, display name, avatar, and skills. It does not rank, verify availability, contact anyone, or perform actions.NexoRushNexoRush
PluginnoneHR & Recruiting - Generate a project brief draftgenerate · Use when the user asks for an editable project brief based on requirements they supplied. Returns a draft with objectives, deliverables, constraints, acceptance criteria, suggested roles, and unanswered questions. It does not save, publish, send, or form a contract.NexoRushNexoRush
PluginnoneHR & Recruiting - Get a public expert profileget · Use when the user asks to inspect one known NexoRush freelancer profile from a public profile slug or a previous result. Returns only a public slug, display name, avatar, and skills. Never returns bio, ratings, links, contact details, account data, private activity, or actions.NexoRushNexoRush
PluginnoneHR & Recruiting - Suggest project roles and skillssuggest · Use when the user describes a project and wants planning guidance about potentially relevant specialist roles and skills. Produces deterministic, non-binding suggestions from the supplied description; it does not claim that every role is required and does not find or rank actual people.NexoRushNexoRush
PluginnoneHR & Recruiting - Compare two localitiesroi · Compare two localities in the same Indian city on live property inventory — price range, BHK mix, active projects and count of available listings. Use for "X vs Y" questions like "Wakad or Baner for a 3 BHK" or "which is better value, Whitefield or Sarjapur".Realty of IndiaRealty of India
PluginoptionalOperations - Draft a Realty of India listingroi · Stage a property listing on Realty of India from details the user has given you (a WhatsApp broadcast, a brochure, or answers to your questions). Nothing is published: this returns a preview plus `missing_fields`, the exact list of what the listing still needs. Ask the user for those, then call again with the same draft_id to update the draft. This tool takes FACTS ONLY — to put the user's photographs on the listing, call roi_attach_listing_photos with the draft_id and the image files they attached; if you do not have that tool, tell them photos can be added on the listing page instead. Publish only via roi_publish_listing once missing_fields is empty. Requires the user to be signed in to Realty of India.Realty of IndiaRealty of India
PluginoptionalOperations - Get one Realty of India listingroi · Get full details for a single Realty of India property listing by its id (as returned by roi_search — e.g. "l460"). Returns description, configuration, amenities, possession and a link to the listing page. Contact details are not included; the listing page handles enquiries.Realty of IndiaRealty of India
PluginoptionalOperations - Locality insightsroi · Get insights about a locality/neighbourhood in an Indian city — what it is known for, connectivity and lifestyle advantages, how much live property inventory Realty of India has there, and common buyer questions. Use for questions like "what is Wakad Pune like" or "is Koramangala good for families".Realty of IndiaRealty of India
PluginoptionalOperations - Publish a Realty of India listingroi · Publish a listing that was staged with roi_draft_listing. This makes the property PUBLICLY VISIBLE on realtyofindia.com under the signed-in user's name. Before calling this you MUST have shown the user the draft preview and received their agreement AFTER they saw it — an instruction given before the draft existed ("draft it and publish it", "publish if it looks right") is NOT agreement, because the user has not seen what they would be approving. In that case, show the preview and stop; wait for them to reply. Requires the draft to have no missing_fields. Calling it twice on the same draft is safe — it returns the listing already published.Realty of IndiaRealty of India
PluginoptionalOperations - Search Realty of India listingsroi · Search live property listings on Realty of India (realtyofindia.com) — India's broker network. Accepts a natural-language query like "3 BHK in Wakad Pune under 1.2 crore" or explicit filters (city, locality, bhk, budget). Returns matching listings with prices, localities and links to the full listing page. Use for any Indian real-estate property search: buying, renting, flats, villas, plots, commercial space, PG/co-living.Realty of IndiaRealty of India
PluginoptionalOperations - Aggiorna testi preventivomis · Sovrascrive uno o più campi testuali del preventivo proteggendo gli altri campi dal replace totale del backend: legge lo snapshot, applica solo le modifiche richieste e riscrive estimate_data completo.Made In ShowMade In Show
PluginrequiredOperations - Aggiungi indisponibilità tecnicomis · Segna i giorni di indisponibilità di un tecnico, senza duplicare quelli esistenti.Made In ShowMade In Show
PluginrequiredOperations - Aggiungi locationmis · Crea una location solo se non ne esiste già una con nome e città uguali dopo la normalizzazione. Le omonime in città diverse non bloccano la creazione e vengono segnalate.Made In ShowMade In Show
PluginrequiredOperations - Aggiungi scheda rubricamis · Crea una scheda persona o azienda in rubrica, con email e telefono opzionali.Made In ShowMade In Show
PluginrequiredOperations - Catalogo materiale per prodottomis · Catalogo del magazzino aggregato PER PRODOTTO (mai per singola istanza fisica), con peso, quantità totale e costo medio d’acquisto, filtrabile per tipologia (ordinary/composite/virtual), intervallo di peso e intervallo di costo. Il campo weight è storicamente sotto-popolato: un valore nullo o pari al default 0.001 significa «peso non compilato», non «peso quasi zero» — mai usarlo come dato certo per stime di trasporto. Il costo medio d’acquisto e i relativi filtri sono disponibili solo con il permesso sui dati economici; senza, il campo è omesso e i filtri di costo vengono ignorati (dichiararlo, non presentare il risultato come completo).Made In ShowMade In Show
PluginrequiredOperations - Classifica ROI materialemis · Classifica il materiale per ROI di finestra: ricavo generato dalle prenotazioni confermate nella finestra diviso il costo medio d’acquisto del prodotto. Default: ultimi 12 mesi. Copre SOLO il materiale mosso nella finestra (un prodotto mai prenotato non compare: assenza dal ranking ≠ ROI zero); i prodotti mossi ma senza costo d’acquisto tracciato sono esclusi dalla divisione e conteggiati in totals.excluded_no_cost — dichiararli sempre. Richiede il permesso sui dati economici.Made In ShowMade In Show
PluginrequiredOperations - Conflitti materialemis · Ritorna i conflitti di sottoscorta del materiale.Made In ShowMade In Show
PluginrequiredOperations - Conflitti tecnicimis · Ritorna i tecnici in doppio turno per giorno civile.Made In ShowMade In Show
PluginrequiredOperations - Controllo completezza produzionemis · Aggrega materiale prenotato, extra, forniture esterne/preventivi esterni, copertura dei piani di carico e red flag deterministici di una produzione. L’analisi di merito resta al modello. Richiede l’identificativo numerico della produzione; quando il riferimento iniziale è un nome, l’identificazione avviene prima con mis_search_productions e un risultato ambiguo richiede l’elenco dei candidati senza selezione automatica.Made In ShowMade In Show
PluginrequiredOperations - Controllo completezza raccoglitoremis · Aggrega materiale prenotato, extra, forniture esterne/preventivi esterni, copertura dei piani di carico e red flag deterministici delle produzioni incluse in un raccoglitore. L’analisi di merito resta al modello. Richiede l’identificativo numerico del raccoglitore; quando il riferimento iniziale è un nome, l’identificazione avviene prima con mis_search_binders e un risultato ambiguo richiede l’elenco dei candidati senza selezione automatica.Made In ShowMade In Show
PluginrequiredOperations - Crea produzione con confermamis · Risolve cliente, stato, date, supervisore e location e, con confirm=false, restituisce soltanto il riepilogo senza scrivere, insieme a un confirmation_token. Con confirm=true e il confirmation_token dell’ultimo riepilogo (stessi parametri, stessa sessione) crea la produzione; una confirm=true senza token valido non scrive nulla e restituisce di nuovo il riepilogo con un nuovo token. event_start/event_end ereditano work_start/work_end; la location deve già esistere e viene denormalizzata sulla produzione. Il backend crea autonomamente il raccoglitore col nome della produzione. Le condizioni economiche non sono gestite da questo tool.Made In ShowMade In Show
PluginrequiredOperations
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.