Skip to main content
Glama

census_watch_subscribe

Subscribe this agent (or a human email) to alerts for ONE specific MCP server. Fires only on real observed changes: remote_down, remote_up, health_change, verified_change, security. Requires x-api-key. Prefer webhook_url (https) so your agent can receive POST callbacks; email optional. Returns a watch id + HMAC secret (X-Census-Signature: sha256=…). Free tier: 5 watches; pro: 50.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoOptional human email for the same alerts
labelNoOptional agent-chosen label
eventsNoSubset of remote_down,remote_up,health_change,verified_change,security,tools_changed (default: all)
server_nameYesExact registry name to watch
webhook_urlNohttps URL that will receive signed POST event payloads

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries full behavioral burden and does well: it discloses auth requirements, real-observed-change semantics, event types, return payload (watch id + HMAC secret), signature header format, and free/pro tier limits. However, its 'Fires only on ...' list omits tools_changed, which is a valid event in the schema, so transparency is slightly incomplete.

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 six short sentences, each earning its place: purpose, event types, auth, delivery choice, return value, and rate limits. It is front-loaded and contains no filler.

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

Completeness4/5

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

For a subscription tool with no output schema, it covers the return value, signature verification hint, auth, delivery method, event types, and tier limits. The main gaps are the omitted tools_changed event and the lack of an explicit 'provide at least one of webhook_url or email' requirement.

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 coverage is 100%, so the baseline is 3. The description adds only delivery preference (webhook over email) and optionality, which is useful but does not meaningfully expand parameter meaning beyond what the schema already explains.

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 opening sentence states a specific verb and object: 'Subscribe this agent (or a human email) to alerts for ONE specific MCP server.' It also names the exact event types and scope, making it immediately distinguishable from census_watch_list and census_watch_unsubscribe.

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 gives actionable guidance: prefer webhook_url (https) to receive POST callbacks, treats email as optional, and notes that x-api-key is required. It does not explicitly name alternatives such as census_watch_list or state that at least one delivery endpoint should be provided, so guidance is strong but not exhaustive.

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.1/5.0
Disambiguation5/5

The two tools have clearly distinct purposes: one for exact lookup by name, the other for keyword search. There is no overlap in functionality.

Naming Consistency5/5

Both tools follow the same 'census_<verb>' pattern ('lookup' and 'search'), which is predictable and consistent.

Tool Count3/5

With only two tools, the set is minimal but appropriate for a focused census service covering lookup and search. However, it borders on feeling thin.

Completeness3/5

The tools cover the core operations (lookup and search), but lack additional features like listing all servers or retrieving detailed statistics, which are minor gaps.

Resources