Skip to main content
Glama

Yardstick ATS

Confirm and apply an application status change

yardstick_applications_transition_bind
DestructiveIdempotent

Bind an already-previewed application transition with explicit approval metadata and matching idempotency key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNo
statusYes
bindingYes
request_idNo
application_idYes
idempotency_keyNo
employment_start_dateNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare destructive and idempotent behavior)Skip. The description adds that the action requires 'explicit approval metadata' and a 'matching idempotency key', which are meaningful behavioral guardrails beyond the annotations. It also clarifies this is the bind step, not a fresh transition.

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?

A single sentence, front-loaded with the verb and resource, and it immediately conveys the key precondition ('already-previewed') and the two essential concepts (approval metadata, idempotency key). No wasted words.

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?

The tool is complex (nested binding object, 5 required fields, no output schema, no parameter descriptions). The description does not explain how to obtain the binding values or what the response looks like. An agent cannot reliably call this tool without additional documentation or sibling tool descriptions.

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%, so the description carries the burden of explaining parameters. It mentions 'approval metadata' and 'idempotency key' but fails to explain the binding object fields (preview_hash, approved_action_key, etc.) or their relationship to a preview. This leaves the agent unable to correctly populate the 7 parameters.

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 clearly states a specific verb ('Bind') and resource ('application transition'), and scopes it to 'already-previewed' transitions. This distinguishes it from preview tools and from the direct transition tool, even without naming siblings.

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

Usage Guidelines3/5

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

The description implies this tool is used after a preview has occurred ('already-previewed'), but it does not explicitly instruct the agent to call the preview tool first, nor does it mention when to use this instead of the direct transition tool. Context is present but exclusions are not stated.

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.