get_task
Retrieve a specific task from Planhat by providing its unique ID. Access task details directly through natural language queries.
Instructions
Get a Planhat task by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Retrieve a specific task from Planhat by providing its unique ID. Access task details directly through natural language queries.
Get a Planhat task by ID.
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotation 'readOnlyHint: true' already indicates a safe read operation. The description adds no further behavioral context beyond stating it retrieves a task. No additional traits like error handling or response format are disclosed.
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, clear sentence with no filler. It is front-loaded and efficiently communicates the tool's purpose.
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 the tool's simplicity (1 param, readOnly, no output schema), the description covers the essential action. However, it could mention that it returns the full task object or behavior on missing ID for 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 schema has 0% description coverage, and the description only mentions 'by ID' without adding format, example, or clarification beyond what the schema provides ('task_id' as string). For a single parameter, more context would be helpful.
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 ('Get'), the resource ('Planhat task'), and the method ('by ID'). It effectively distinguishes from sibling tools like list_tasks (listing all tasks) and create_task (creating a task).
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?
No guidance is provided on when to use this tool versus alternatives (e.g., list_tasks, search functionality). There is no mention of when not to use it or any prerequisites.
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/da-troll/planhat-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server