Skip to main content
Glama

recipes_agentic_source_freshness_watch

Return source-freshness and standards-drift evidence for SecurityRecipes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decisionNo
source_idNo
freshness_classNo
publisher_familyNo
watched_source_idNo
source_class_familyNo
primary_watchlist_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It indicates a read-style 'Return' operation but gives no detail on scope, side effects, caching, or limitations. The behavioral transparency is minimal.

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

Conciseness4/5

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

The description is one concise, front-loaded sentence with no redundancy. It could be more structurally informative, but it is appropriately brief for its level of detail.

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

Completeness2/5

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

For a tool with 7 opaque optional parameters and no annotations, this description is too thin for correct invocation. The presence of an output schema helps expectations about return values, but it does not compensate for the missing parameter semantics and usage guidance.

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

Parameters1/5

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

The input schema has 7 parameters with 0% schema description coverage, and the description explains none of them. An agent cannot tell what decision, source_id, freshness_class, publisher_family, watched_source_id, source_class_family, or primary_watchlist_id mean or how they affect the result.

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?

States a specific verb and resource: 'Return source-freshness and standards-drift evidence for SecurityRecipes.' This clearly communicates what the tool does and is distinct from generic recipe tools, though it does not explicitly contrast with any sibling.

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

Usage Guidelines3/5

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

The description implies the tool should be used when source-freshness or standards-drift evidence is needed. However, it offers no explicit when-to-use guidance, no exclusions, and does not route the agent to any alternative among the many 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.

Resources