Skip to main content
Glama

watch_changes

Everything that has changed across the caller’s private watchlist since a given date: withdrawals, licence changes, advisories, archived repositories and runtimes going out of support. Requires a key; see https://sighttrue.com/pricing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNo

TDQS

A4.1/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the auth requirement and enumerates the categories of changes, but does not mention pagination, output format, side effects, or date format requirements. Given it's a read-only query, the lack of explicit non-destructive disclosure is a gap.

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 two sentences long, front-loaded with the main purpose and change types, then the auth requirement. No wasted words; every part adds value.

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

Completeness3/5

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

The description covers the core behavior and prerequisite, but given there is no output schema and no annotations, it leaves gaps: it does not specify the return shape, whether 'since' is optional, or the date format. It is adequate but not fully complete for agents needing to understand output or edge cases.

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 schema description coverage at 0%, the description must compensate. It explains the 'since' parameter as meaning 'since a given date', adding semantic meaning beyond the raw string type. However, it omits date format and optionality details, so it doesn't fully compensate.

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 clearly states the tool lists changes to the caller's private watchlist since a date, enumerating specific change types (withdrawals, licence changes, advisories, etc.). This distinguishes it from sibling tools like diff_since (repository diffs) and watch_add (adding to watchlist).

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 clear context for when to use the tool (to see watchlist changes) and highlights a key prerequisite (requires a key, see pricing). It does not explicitly mention alternatives or exclusions, but the scope is well-defined against sibling tools.

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

C2.9/5.0
Disambiguation2/5

Multiple tools overlap significantly: check_package, check_before_install, check_stack, and audit_manifest all inspect dependencies, while check_provider and provider_incidents both return incident data. Descriptions help somewhat, but the boundaries between these tools are unclear and could easily cause misselection.

Naming Consistency2/5

Tool names follow no consistent pattern: some start with verbs (check_*, list_*, search_*), others are noun phrases (advisory_severity, domain_risk, provider_incidents), and one is a clause (who_can_publish). The mixed conventions reduce predictability and make it harder to infer tool behavior from the name.

Tool Count2/5

With 31 tools, this is well above the 25-tool threshold for a single server, making the surface feel heavy and difficult to navigate. Even given the broad domain (packages, providers, models, registries), many tools could be consolidated or grouped more tightly.

Completeness3/5

The server provides extensive read coverage for packages, providers, models, and registries, but there are notable gaps such as no watchlist removal or model comparison, and some tools appear redundant rather than completing a lifecycle. Overall, it is broadly useful but not fully complete for its stated purpose.