Skip to main content
Glama
yaaif

@yaaif/platform-mcp

by yaaif

yaaif_agent_spec_processing

Get the lifecycle status of a scenario, covering revisions, sync, and attribution, to determine its processing state.

Instructions

Get Scenario processing / lifecycle status (revisions, sync, attribution).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spec_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.5

TDQS

C2.2/5.0
Behavior2/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 indicates a read operation ('Get') but discloses no behavioral traits such as required permissions, failure modes, or what exactly is returned. The mention of 'lifecycle status' is superficial and doesn't explain side effects or limitations.

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 a single, compact sentence with no wasted words. It front-loads the action and states the target. It is efficient, though its brevity contributes to its incompleteness in other dimensions.

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

Completeness1/5

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

This is inadequate for a tool with no output schema, no annotations, and zero parameter documentation. An agent cannot determine what spec_id refers to, what 'processing status' includes, or how to interpret the result. The description is far too sparse to support correct invocation.

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?

With 0% schema description coverage, the description must explain the parameter. It does not mention spec_id at all. The parameter is only defined as a string in the schema, and the description adds no meaning about what spec_id represents or how it should be formatted.

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

Purpose3/5

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

The description states a clear verb ('Get') and a resource ('Scenario processing / lifecycle status'), and lists some aspects (revisions, sync, attribution). However, 'Scenario processing / lifecycle status' is vague and not clearly differentiated from other agent spec tools like yaaif_agent_spec_get or yaaif_agent_spec_revisions. It's not a tautology, but lacks precision.

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 on when to use this tool versus the many sibling tools with similar names (e.g., yaaif_agent_spec_revisions, yaaif_agent_spec_sync_preview). There is no mention of conditions, alternatives, or context that would help an agent select this tool appropriately.

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