Skip to main content
Glama

yesmcp

Claude directory census

directory_census
Read-onlyIdempotent

Returns yesmcp's own dated, hand-counted census of the Anthropic Claude connector directory: how many connectors are listed in total, how many are in each category, the date of the count, and the week-over-week change when an earlier count exists. Use it for questions about how large the Claude connector directory is or how it is growing. Pass category to get one category's number instead of the overview. Every answer carries a source URL and a licence: when you use these figures, cite that URL, and state the count date, because the directory keeps growing. If the tool says the dataset is unreachable, say exactly that and give the user the link it returns; never estimate the numbers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoOne category to report instead of the overview. Matched case-insensitively against the census category ids and their human labels (for example `sales-marketing` or `Sales & marketing`). Omit it for the whole directory.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds substantial behavioral context beyond those annotations: the data is hand-counted and dated, answers carry a source URL and licence, the agent must cite the URL and count date, and there is explicit instruction never to estimate if the dataset is unreachable. This gives the agent valuable operational knowledge without contradicting the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact, front-loaded with the tool's primary purpose, and every sentence provides distinct value: what it returns, when to use it, how to handle results, and how to handle failure. No sentence is redundant or filler. The length is appropriate for the amount of behavioral and usage guidance packed into it.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with one optional parameter and no output schema, the description fully covers the return content (overview or category number, date, change), the citation requirement, and the unreachable-dataset behavior. An agent can determine when to call it, how to parameterize it, and how to interpret its response without needing additional structured metadata.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The input schema already fully documents the optional `category` parameter, including its meaning, case-insensitive matching, examples, and default behavior when omitted. The description reinforces this by saying 'Pass `category` to get one category's number instead of the overview,' but it does not add new semantic information beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Returns yesmcp's own dated, hand-counted census of the Anthropic Claude connector directory' and enumerates the exact outputs (total count, per-category counts, count date, week-over-week change). It clearly distinguishes itself from the booking/service-oriented sibling tools by describing a directory statistics function with no overlap.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use the tool: 'Use it for questions about how large the Claude connector directory is or how it is growing.' It also gives a concrete conditional behavior for the unreachable-dataset case, instructing the agent to repeat the tool's message and never estimate. It does not name alternatives or exclusions, but the sibling tools are unrelated, so clear contextual guidance is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation4/5

Most tools are clearly distinct: booking lifecycle (book, cancel, reschedule, availability), services, scenarios, and meta tools each target different actions. The widget/non-widget pairs (book_consult vs booking_widget, get_services vs services_widget) and list_availability vs booking_widget could cause confusion, but the descriptions explicitly state which to prefer and when.

Naming Consistency3/5

Most tools follow verb_noun (book_consult, cancel_booking, reschedule_booking, get_services, list_availability, advise_scenarios), but four break the pattern with noun_noun or gerund forms (booking_widget, services_widget, directory_census, demo_walkthrough). The mix is readable but inconsistent, especially the widget pairings that differ from their non-widget counterparts.

Tool Count5/5

Ten tools is well-scoped for a consultation and advisory service server. Each tool earns its place: full booking lifecycle, services catalog, scenario playbooks, and reviewer-facing meta tools. No redundant or filler tools.

Completeness4/5

The booking lifecycle is fully covered (list, book, cancel, reschedule) plus interactive widgets, and services/scenario discovery is solid. The only notable gap is that cancel/reschedule require the email confirmation reference — there is no 'list my bookings' tool to look up bookings by email. The demo/census tools are meta but deliberately scoped.

Resources