Skip to main content
Glama
yaaif

@yaaif/platform-mcp

by yaaif

yaaif_agent_spec_readiness

Check agent spec readiness by retrieving activation blockers, requirement coverage, stale evidence, and pending sync conflicts.

Instructions

Return machine-readable activation/publish blockers, requirement coverage, stale evidence, and pending sync conflicts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spec_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.5

TDQS

B3/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral burden; it does signal a read operation ('Return') and an output format ('machine-readable'), and it enumerates the returned categories. However, it does not disclose whether computing readiness has side effects, what inputs/state are required (e.g., published spec), or how 'stale' evidence is determined.

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 a single front-loaded sentence with no filler; every phrase adds information about what the returned readiness report contains. It is appropriately sized for a one-parameter read tool.

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?

The tool is an aggregate report of four distinct concern areas, and there is no output schema or annotation to fill gaps. The description does not define the machine-readable structure, how the categories are computed, or what spec_id identifies, so an agent cannot fully predict the response or prerequisites.

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

Parameters2/5

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

The input schema provides only a required spec_id string with 0% description coverage, and the tool description never mentions spec_id or explains what values it accepts. Although the tool name makes the parameter's role somewhat inferable, the description fails to compensate for the schema's lack of documentation.

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 uses a specific verb ('Return') and a precise resource ('agent spec readiness'), enumerating four output categories: activation/publish blockers, requirement coverage, stale evidence, and pending sync conflicts. It is not a tautology, but it does not explicitly distinguish itself from close siblings such as yaaif_agent_spec_coverage and yaaif_agent_spec_conflicts.

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

Usage Guidelines2/5

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

No guidance is provided about when to call this tool rather than the overlapping agent_spec_* siblings. The description never names alternatives, exclusions, or conditions, leaving the agent to infer that 'readiness' is a summary of coverage/conflicts.

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

Deploy Server

Other Tools