Create a talent pool
yardstick_talent_pools_createCreate a Talent CRM pool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| request_id | No | ||
| description | No | ||
| idempotency_key | No |
yardstick_talent_pools_createCreate a Talent CRM pool.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| request_id | No | ||
| description | No | ||
| idempotency_key | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already signal a non-read-only, non-idempotent, non-destructive write, and the description adds no behavioral detail beyond that. It does not explain effects of creating a pool, duplicates, permissions, or the role of idempotency_key and request_id, though 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The text is short and front-loaded, but it is under-specification rather than useful conciseness: it restates the title with no added information and no structured explanation of outcomes or behavior.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a create tool with four parameters and no output schema, the description leaves too much unsaid: no indication of what a successful response contains, how to handle retries, or what constraints apply beyond the schema. It is minimally acceptable as a stubbed description but not complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the free text does not compensate: none of name, description, request_id, or idempotency_key is explained. The agent has to infer even the required name field's meaning from tool context.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a verb and a resource ('Create a Talent CRM pool'), so an agent can tell it is a creation tool for pools. However, it is nearly a restatement of the title and gives no sense of what a talent pool is, what it contains, or how this differs from related pool-member tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus talent_pools_list, talent_pools_read, talent_pools_update, or talent_pool_members_add. No prerequisites, duplicate-name behavior, or 'use X instead' conditions are stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.