Skip to main content
Glama

FactGrid (Renamed to FactReason)

Watch a specification

factreason_subscribe_spec_changes
Idempotent

Create a persistent specification watch for one service; a Bearer API key is required and each key may hold up to 50 watches. Without webhookUrl, read future events from the polling endpoint; with a public HTTP(S) URL, FactReason sends signed POST callbacks after later spec changes. Duplicate or unsafe webhook registrations are rejected. This does not ingest a specification immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
webhookUrlNoOptional public HTTP(S) URL for signed change callbacks; omit to poll
serviceNameYesService name to watch, e.g. "Stripe" or "SendGrid"

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNo
watchNo
successNo

TDQS

A4.3/5.0
Behavior5/5

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

The description adds substantial behavioral context beyond annotations, including authentication requirements ('Bearer API key is required'), rate limits ('each key may hold up to 50 watches'), callback signing behavior, and failure conditions ('Duplicate or unsafe webhook registrations are rejected'). These details (auth needs, rate limits, behavioral side-effects) are exactly the value-added context the rubric calls out. No contradictions with the annotations—in fact, the idempotentHint aligns with the duplicate rejection language.

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?

Four dense, information-rich sentences deliver purpose, auth requirements, limits, operational modes, error behavior, and an important exclusion (no immediate ingestion). Zero filler or redundancy—every clause earns its place. The structure frontloads the core action and layers details logically.

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?

Given the tool's moderate complexity (stateful watch creation with two operational modes) and the presence of a rich output schema that covers return values, the description covers the critical ground: auth, limits, mode selection, validation rejections, and non-ingestion behavior. Slightly more could be said about lifecycle management (e.g., how to identify or remove watches), but this is quite complete for a creation endpoint.

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

Parameters4/5

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

With 100% schema coverage, the baseline is 3. The description enriches the webhookUrl parameter by clarifying the behavioral implications of omitting it (polling) versus providing it (signed POST callbacks), and it adds the watch-limit context tied to the serviceName scope. While the schema already documents format and examples, the description clarifies the semantic implications of each parameter choice, adding value above the schema.

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

Purpose4/5

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

The description clearly states the tool's purpose with a specific verb+resource: 'Create a persistent specification watch for one service.' The scoping to 'one service' adds precision, but it does not explicitly differentiate from siblings like factreason_api_breaking_changes or factreason_deprecation_scan, which an ideal description might (e.g., noting this is for future changes vs. current analysis). Clear but lacking explicit sibling differentiation.

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 provides excellent context on how to use the tool—explaining the polling mode versus webhook callback mode ('Without webhookUrl... with a public HTTP(S) URL...') and the key/limit constraints. It even includes a 'when-not' with 'This does not ingest a specification immediately.' However, it never names alternative tools or says 'use tool X for Y,' falling just short of the explicit alternatives required for a 5.

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 clearly target distinct tasks, and the descriptions cross-reference each other (e.g., package_upgrade_advisory vs api_breaking_changes, api_schema vs integration_brief). However, a few tools overlap in conceptual space—especially factreason_api_schema, factreason_auth_playbook, and factreason_integration_brief—so an agent may need to read the descriptions carefully.

Naming Consistency3/5

All names share the factreason_ prefix and snake_case, but the naming pattern is mixed: some are noun phrases (api_schema, auth_playbook, deprecation_scan) while others use imperative verbs (create_key, discover_api, subscribe_spec_changes). The names are readable and not chaotic, but they do not follow a single predictable convention.

Tool Count5/5

Eleven tools is well within the appropriate range, and the count fits the broad API-intelligence scope. Each tool seems to earn its place by covering a distinct phase of researching, comparing, or subscribing to API and package metadata.

Completeness3/5

The set covers discovery, schemas, auth, breaking changes, deprecation, package upgrades, and component spec lookup, which is a reasonably deep surface. However, the subscription feature creates watches but provides no tool to list, cancel, or delete them, and there is no balance/key management tool beyond key creation and top-up links.