get_lead
Retrieves a CRM deal by ID and returns the lead details.
Instructions
Get a CRM deal (lead) by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Lead ID |
Retrieves a CRM deal by ID and returns the lead details.
Get a CRM deal (lead) by ID
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Lead ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description must carry the full burden. It states the operation but doesn't disclose return format, error behavior (e.g., what happens for non-existent ID), permissions required, or confirm the operation is read-only. The name 'get' suggests safety but isn't stated.
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 description is a single, direct sentence with no filler or redundancy. It omits nothing essential for stating the basic operation.
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 single-parameter read operation, the description covers the core purpose but lacks explicit information about the return value or exception handling. Given no output schema exists, a note about returning the lead object or 404 behavior would improve completeness.
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?
The input schema already documents the 'id' parameter with type and description (Lead ID), achieving 100% coverage. The description's 'by ID' adds no further semantic detail about the parameter.
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 explicitly states the action ('Get'), the resource ('CRM deal (lead)'), and the lookup mechanism ('by ID'). It clearly distinguishes from sibling tools like list_leads (plural) and get_task (different resource).
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?
The description implies use for fetching a single lead by ID, but doesn't explicitly contrast with list_leads for retrieving all leads or search_users for finding leads. No when-to-use or when-not-to-use guidance is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kazan-project-manufactory/aspo-cloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server