Skip to main content
Glama
yaaif

@yaaif/platform-mcp

by yaaif

yaaif_agent_spec_release_compatibility

Check if a proposed semantic release for an agent spec remains compatible with all dependent scenarios, and optionally block incompatible releases.

Instructions

Preview declared dependent-Scenario compatibility with a proposed provider semantic release; policy may optionally block required incompatibilities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spec_idYes
release_kindNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.5

TDQS

B3.1/5.0
Behavior3/5

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

No annotations are present, so the description carries the behavioral disclosure burden. 'Preview' suggests a non-mutating inspection and 'policy may optionally block required incompatibilities' exposes a conditional policy effect, which is useful context. However, the description never clarifies whether 'block' is an output flag or an actual enforcement action, whether the call has side effects, or what the return value looks like.

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 dense sentence with the verb and object front-loaded, and it contains no filler. 'May optionally' is mildly redundant, and the heavy jargon reduces readability, but the structure is compact and appropriate.

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?

With no output schema and no annotations, the description needs to provide more of the operational contract, but it omits return-value expectations and the practical meaning of 'blocked.' For a policy-aware compatibility preview, the missing side-effect and output semantics are material gaps.

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?

Schema description coverage is 0%, and the description does not explicitly explain either parameter. 'Provider semantic release' hints at the meaning of release_kind, but spec_id is completely undefined, so an agent cannot tell what entity it references or how release_kind changes the compatibility check.

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 ('Preview') and identifies the resource ('declared dependent-Scenario compatibility') plus the release context ('proposed provider semantic release'), so the basic operation is recognizable. It does not explicitly differentiate itself from sibling release/adoption tools, and the domain jargon is left unexplained, which lowers the score slightly.

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?

There is no explicit when-to-use or when-not-to-use guidance, and no sibling alternatives are mentioned. The phrase 'with a proposed provider semantic release' implies the natural pre-release compatibility-checking context, but an agent must infer whether this is preferable to yaaif_agent_spec_adoption_preview or the release approval/promotion tools.

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