Skip to main content
Glama

Yardstick ATS

Update a department (confirm in Yardstick)

yardstick_departments_update
DestructiveIdempotent

Update one Department with schema-bound public API fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
slugNo
request_idNo
descriptionNo
department_idYes
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 already indicate destructive and idempotent behavior, and the description adds no extra behavioral context. It does not explain side effects, reversibility, or the 'confirm' workflow hinted at in the title, leaving the agent without critical operational insight.

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

Conciseness3/5

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

The description is short and front-loaded with the core action, but 'schema-bound public API fields' is low-value filler that could be removed. It is not overly verbose, but it lacks meaningful content that would justify its place.

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 destructive update tool with six parameters and no output schema, the description is far too sparse. It does not clarify the confirmation workflow hinted at in the title, nor any preconditions, side effects, or expected results, leaving significant gaps for an agent.

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%, and the description does not explain any of the six parameters. The phrase 'schema-bound public API fields' is unhelpful filler; the agent must rely solely on parameter names in the schema, which is insufficient for correct invocation.

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 clearly states the action ('Update one Department'), which distinguishes it from create/list/read siblings. However, the phrase 'schema-bound public API fields' is vague and adds no specific detail about what fields are updatable, though the schema lists them.

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 like create or other department tools. The verb 'Update' implies modifying an existing department, but no prerequisites, exclusions, or alternative conditions are mentioned.

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.