Skip to main content
Glama

Yardstick ATS

Update an application

yardstick_applications_update
DestructiveIdempotent

Update one application with schema-bound public API fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stageNo
request_idNo
application_idYes
idempotency_keyNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=false, idempotentHint=true, and destructiveHint=true, so the safety/mutation profile is established. The description adds a modest behavioral boundary by saying updates are limited to 'schema-bound public API fields', but it does not explain what destructive consequences may occur, how idempotency is implemented, or whether updates are partial or full replacements. It does not contradict the annotations.

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 sentence with no filler, front-loading the action and target. However, the phrase 'schema-bound public API fields' is jargon-heavy and somewhat opaque, which slightly reduces clarity even though the structure is compact.

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?

With four parameters, no output schema, and no parameter descriptions, this tool needs more context to be safely invoked. The description fails to mention the meaning of idempotency_key, the specific fields that can be updated, prerequisites, or the nature of destructive behavior. Annotations help but do not fill the gap.

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 compensate by explaining stage, request_id, application_id, or idempotency_key. Saying 'schema-bound public API fields' gives no per-parameter meaning, allowed values, or format hints. The agent is left entirely dependent on parameter names, which are 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 states a specific verb ('Update') and resource ('one application'), making the core operation clear. The phrase 'schema-bound public API fields' adds some scope but does not explicitly differentiate this from the many application-related sibling operations such as transitions, archive binds, or email decision applies. It is understandable, but not fully distinguished from sibling tools.

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?

There is no guidance about when to use this tool versus alternatives like applications_transition_direct, applications_archive_bind, or applications_email_decision_apply. An agent is not told which update scenarios belong here and which belong to a sibling, so it must infer the boundary from the name alone.

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.