Skip to main content
Glama

Yardstick ATS

Add questions to a draft interview round

yardstick_interview_plan_drafts_add_questions

Add questions to one draft round exactly as written — deterministic, no AI generation. Requires rounds; each round holds at most 50 questions. The first question edit on a round persists question_N ids for every question in that round. 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?

The description adds several important behavioral details beyond the annotations: deterministic execution (no AI generation), the 50-question round limit, the persistence of question_N IDs on the first edit, and the 409 stale response for optional source_stage. It does not contradict annotations. It could mention whether questions are appended or replace existing ones, but the disclosed quirks are valuable and non-obvious.

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?

Three sentences, no fluff. The core purpose and key constraints are front-loaded, and the behavioral nuances (ID persistence, staleness) are concisely presented. Every sentence earns its place.

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 mutation tool with nested parameters and no output schema, the description covers the main usage context: deterministic addition, round prerequisites, question limits, and concurrency behavior. It does not describe the response shape or explicitly state whether questions are appended vs. replaced, but the schema and sibling tool names provide enough surrounding structure. Overall, it is adequate with minor gaps.

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

Parameters3/5

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

Schema coverage is 0%, so the description must compensate. It explains the purpose of source_stage (stale check) and the round_id requirement, plus the 50-question limit. However, it leaves parameters like guidance, followUpQuestions, tags, and id without explicit semantics — although their names are self-explanatory, the description does not fully compensate for the zero schema coverage.

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 uses a specific verb ('Add') and resource ('questions to one draft round'), immediately distinguishing it from siblings like add_competencies, add_skills, and update_questions. The phrase 'exactly as written' adds precision about the behavior. It is clear what this tool does and how it differs from related tools.

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 states that this is for deterministic, non-AI question addition, implying it is the manual counterpart to generate_questions_directions. It also gives concrete constraints ('Requires rounds', 'at most 50 questions') that indicate preconditions. It does not explicitly name alternative tools or state when not to use it, but the context is clear enough for an agent to choose correctly.

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.