Skip to main content
Glama

Yardstick ATS

Disable a source or referral link

yardstick_source_links_disable
Destructive

Disable a source/referral link so its public URL no longer stamps attribution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNo
request_idNo
source_link_idYes
idempotency_keyNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already mark the tool as destructive and not read-only. The description adds concrete impact by stating that the public URL stops stamping attribution, giving the agent a clearer picture of the behavioral consequence beyond the annotation flags.

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?

The description is a single front-loaded sentence with no filler. Every clause contributes meaning, making it appropriately concise.

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

Completeness3/5

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

The definition captures the core purpose and effect, which is enough for basic selection, but it omits usage context, parameter semantics, and any warning about irreversibility. For a destructive call with no output schema, these are noticeable gaps.

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 needed to explain the parameters, but it only references 'source/referral link' generally. source_link_id is inferable, but reason, request_id, and idempotency_key are left completely unexplained.

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 states a specific verb ('Disable') and resource ('source/referral link') and explains the functional consequence ('public URL no longer stamps attribution'). This clearly distinguishes it from sibling create/list/read source-link 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?

No guidance is given about when to use this tool versus alternatives, nor about prerequisites such as obtaining an existing source_link_id. The agent is left to infer the use case from the name and title 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.