Skip to main content
Glama
yaaif

@yaaif/platform-mcp

by yaaif

yaaif_agent_spec_delete_requirement

Delete a specific unreferenced requirement from a spec. Removes it from its slots first to ensure clean removal.

Instructions

Delete one unreferenced requirement. Remove it from its slots first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
req_keyYes
spec_idYes
expected_versionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.5

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral disclosure. It communicates destructive intent and a necessary prior step, but does not explain failure behavior if the requirement is still referenced, whether deletion is permanent, or how the expected_version parameter gates the operation.

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?

Two short sentences say exactly what the tool does and what must happen first. No filler, and the core action is front-loaded.

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 multi-parameter deletion tool with no annotations, no parameter descriptions, and no output schema, this description is too sparse. It omits parameter semantics and key behavioral details such as concurrency checking and effect on slot references, leaving an agent to guess.

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%, so the description should define the three parameters. It only hints at 'requirement' and 'slots' without mapping them to req_key, spec_id, or expected_version, and expected_version remains entirely unexplained.

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 names a specific operation ('delete one unreferenced requirement') and identifies the resource type (requirement), which distinguishes it from sibling tools that delete slots (yaaif_agent_spec_delete_slot) or whole specs (yaaif_agent_spec_delete). The 'one' qualifier also clarifies scope.

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?

It gives a clear precondition: remove the requirement from its slots first, and confines the tool to 'unreferenced' requirements. It does not explicitly name alternative tools, but the slot-removal instruction effectively routes the agent to slot-deletion operations first.

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