Skip to main content
Glama

Yardstick ATS

Add interview rounds to an interview plan draft

yardstick_interview_plan_drafts_add_rounds

Add interview rounds to a draft exactly as written — deterministic, no AI generation. Requires skills; the resulting sequence must stay within 20 rounds. Optional source_stage {stage: interview_sequence, 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
Behavior5/5

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

Beyond annotations, it discloses key behavior: no AI generation, the skills prerequisite, the hard 20-round sequence limit, and the 409 stale response when source_stage.version is outdated. These are exactly the behavioral details an agent needs and annotations do not provide.

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 one dense, front-loaded sentence with no filler. The core action and deterministic behavior come first, followed by prerequisite, limit, and concurrency behavior.

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

Completeness3/5

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

The key constraints, prerequisite, and stale-error behavior are covered, which is most of what an agent needs to invoke this mutating tool correctly. There is no output schema and the description does not state the response shape, and the many items fields are left unexplained, so completeness has clear 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%, yet the description only explains source_stage's stale-version behavior and the sequence limit. It does not explain what belongs in items, what fields like duration, recommendedQuestionCount, or interviewerGuidance mean, or how required action/resource should be filled. The description does not compensate for the schema's missing 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?

The description states a specific action ('Add interview rounds to a draft exactly as written') on a specific resource (interview plan draft) and immediately distinguishes it from AI-generation tools by saying 'deterministic, no AI generation'. This clearly separates it from siblings like generate_rounds without requiring schema inspection.

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 context: use when you have exact rounds to add deterministically, requires skills, and must respect a 20-round resulting sequence. It does not explicitly name sibling alternatives or state 'do not use generate_rounds', but the deterministic/no-AI contrast provides a usable routing signal.

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.