Skip to main content
Glama

Yardstick ATS

Remove a prospect from a talent pool

yardstick_talent_pool_members_remove
DestructiveIdempotent

Remove an active prospect membership from a Talent CRM pool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pool_idYes
request_idNo
prospect_idYes

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 declare destructiveHint=true and idempotentHint=true, covering the core safety profile. The description adds only the qualifier 'active' but does not disclose consequences (e.g., permanence of removal, effect on prospect data) or permission requirements. It does not contradict 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, brief sentence with no filler or redundant phrasing. It is front-loaded and wastes no words, though it is terse enough to lack important context.

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?

Given that this is a destructive operation with zero parameter description coverage and no output schema, the description is too sparse. It does not explain which parameters are needed, what happens when a membership is removed, or any side effects, leaving significant gaps for correct invocation.

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 provides no explanation for pool_id, prospect_id, or request_id. It fails to compensate for the schema's lack of semantic detail, leaving the agent to infer parameter meaning solely from names and requiredness.

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 ('Remove') and resource ('active prospect membership from a Talent CRM pool'), making the tool's purpose clear. It is distinct from sibling tools like yardstick_talent_pool_members_add and yardstick_talent_pool_members_list based on the verb, though it does not explicitly name or contrast 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, prerequisites, or conditions for removal. The description only restates the action without explaining context, such as when a prospect should be removed or how this relates to add/list operations.

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.