Skip to main content
Glama
yaaif

@yaaif/platform-mcp

by yaaif

yaaif_agent_spec_release_approvals

Retrieve release approval requests for a specific spec ID and view their latest approval-service status. Resolve the need to track and verify agent spec release approvals from one clear listing.

Instructions

List immutable-draft release approval requests and their latest recorded approval-service status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spec_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.5

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It states the tool lists requests and status, implying a read-only operation, but does not explicitly confirm no side effects, discuss potential latency, or mention any limitations. It gives some context (immutable-draft, latest status) but does not go beyond the basic function.

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, concise sentence that leads with the action and object. There is no fluff or redundancy; every word contributes to the meaning. It is appropriately front-loaded and efficient.

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?

Given a single required parameter and no output schema, the description should clarify what spec_id represents and what the returned data structure looks like. It does neither. The parameter is ambiguous, and the return format is unstated, leaving an agent with insufficient information to call the tool correctly.

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?

Schema coverage is 0% and the description does not explain what 'spec_id' refers to. The description mentions 'immutable-draft release approval requests' but never connects that to the parameter. An agent has no clue what value to pass for spec_id, making the tool unusable without external knowledge. This is a critical gap.

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 a specific action ('List') and resource ('immutable-draft release approval requests') and adds that it returns the latest recorded approval-service status. It distinguishes from siblings like yaaif_agent_spec_release_approval_request (create) and yaaif_agent_spec_release_approval_refresh (refresh). The verb and object are precise, leaving no ambiguity about the tool's function.

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 implies a read-only listing operation but does not explicitly mention when to use it versus alternatives or any exclusions. It lacks direct guidance on when not to use it, but the purpose is clear enough for an agent to infer the context. No explicit alternatives are named, so it falls short of the highest bar.

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