Skip to main content
Glama

Yardstick ATS

Delete draft scorecard anchors

yardstick_interview_plan_drafts_delete_anchors
DestructiveIdempotent

Delete behavioral-anchor entries for draft items by item id. Optional source_stage {stage: questions_and_directions, version} returns 409 when stale.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYes
actionYes
resourceYes
request_idNo
idempotency_keyNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true and idempotentHint=true, so the description doesn't need to restate that. It adds a valuable behavioral detail: 'Optional source_stage ... returns 409 when stale', disclosing a concurrency control behavior not covered by annotations. It does not mention other side effects like cascading deletions or behavior on missing item_ids, but the provided detail is useful beyond the structured data.

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 two sentences, front-loading the primary action and then adding the optional parameter behavior. Every word earns its place; there is no fluff or repetition. The structure is efficient and clear.

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

Completeness4/5

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

For a delete operation with 5 parameters and nested objects, the description covers the core action and the optional concurrency check. It does not explain what a successful response looks like (no output schema exists), but that is not required. It also doesn't mention prerequisites like the draft existing or the anchors being present, but the destructive and idempotent annotations cover the safety profile. Overall, it is fairly complete for the operation's complexity.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must explain parameters. It explicitly mentions 'by item id' for the item_ids parameter and describes the source_stage object with its stage and version fields, including the 409 behavior. It does not detail the resource.id parameter, but that is implied as the draft identifier from the schema pattern and title. Overall, it compensates reasonably for the missing schema descriptions.

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?

States a specific verb ('Delete'), a specific resource ('behavioral-anchor entries for draft items'), and the key selector ('by item id'). This clearly distinguishes it from sibling tools like update_anchors or generate_anchors based on the action alone. The title 'Delete draft scorecard anchors' reinforces the purpose.

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?

The description implies usage by its action verb and resource but provides no explicit guidance on when to choose this tool over alternatives (e.g., when to use delete_questions vs delete_anchors). It does not state exclusions such as 'only for draft items, not published plans', although the title hints at drafts. No comparison with sibling delete tools is given, so an agent must infer context.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.