volkern_list_tasks
Retrieve all tasks associated with a specific lead in Volkern CRM to track progress and manage follow-ups.
Instructions
List tasks for a specific lead
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leadId | Yes | ID of the lead |
Retrieve all tasks associated with a specific lead in Volkern CRM to track progress and manage follow-ups.
List tasks for a specific lead
| Name | Required | Description | Default |
|---|---|---|---|
| leadId | Yes | ID of the lead |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states a read operation ('List'), but doesn't cover aspects like authentication needs, rate limits, pagination, error handling, or what the output looks like (e.g., list format, fields included). This is inadequate for a tool with zero annotation coverage.
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, efficient sentence that directly states the tool's purpose without unnecessary words. It's front-loaded and wastes no space, making it easy to parse quickly.
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?
Given no annotations, no output schema, and a simple parameter, the description is incomplete. It lacks details on behavioral traits (e.g., safety, performance), output format, and usage context, which are crucial for an AI agent to invoke this tool effectively in a server with many sibling tools.
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 has 100% description coverage, with 'leadId' clearly documented as 'ID of the lead'. The description adds no additional parameter semantics beyond what the schema provides, such as format examples or constraints, so it meets the baseline for high schema coverage.
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 clearly states the action ('List') and resource ('tasks') with a specific scope ('for a specific lead'), which distinguishes it from generic list tools. However, it doesn't explicitly differentiate from sibling tools like 'volkern_list_notes' or 'volkern_list_interactions' that also list items for leads, missing full sibling distinction.
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 provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, when not to use it, or compare to other list tools like 'volkern_list_leads' or 'volkern_list_citas', leaving usage context implied at best.
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/DeXpertmx/mcp-volkern'
If you have feedback or need assistance with the MCP directory API, please join our Discord server