Skip to main content
Glama

Yardstick ATS

Create a department (confirm in Yardstick)

yardstick_departments_create

Create a Department through the public Yardstick API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
slugNo
request_idNo
descriptionNo
idempotency_keyNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

Annotations are all false, so the description carries full responsibility for behavioral disclosure. It only says 'create,' implying mutation, but fails to mention any side effects, confirmation requirements (as hinted by the title), idempotency behavior (despite the idempotency_key parameter), or permissions. The description is minimal and does not add meaningful behavioral context beyond the fact of creation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence with no fluff. It front-loads the purpose and is easy to parse. However, it is so sparse that it borders on under-specification, but given its brevity and clarity of action, it earns a 4 for conciseness and structure.

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

Completeness1/5

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

Given 5 parameters, no output schema, and no annotations, the description is woefully incomplete. It does not explain any parameter semantics, does not mention confirmation steps, idempotency, or any prerequisites. An agent would have no idea how to properly invoke this tool beyond knowing the resource. This is a critical gap for a create operation.

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 description coverage is 0%, meaning the schema itself provides no parameter explanations. The description does not compensate at all—it says nothing about what each parameter means, which ones are required (only name is required but not stated), or how to use idempotency_key or request_id. This is a severe gap for a tool with 5 parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb and resource: 'Create a Department through the public Yardstick API.' It is unambiguous about what the tool does and distinguishes it from sibling tools like yardstick_departments_update by naming the create action. However, it doesn't clarify the 'confirm in Yardstick' aspect from the title, so it loses a point for not differentiating the specific flow.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, confirmation steps, or scenarios where create should be preferred over update or list. The description is purely declarative with no contextual routing.

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.