Skip to main content
Glama
jgn35
by jgn35

Get Task

get_task

Retrieve a specific task by its unique ID to view its details and current status.

Instructions

Get a task by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesTask UUID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only restates the operation without explaining what happens when the task is not found, whether the ID must be a valid UUID, or any error/edge-case behavior. This is a meaningful gap for a retrieval tool.

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 one concise sentence with no filler and appropriate for a simple single-parameter tool. It is not wasteful, though it could add a little context without harming conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a low-complexity get-by-ID tool with an output schema, the description is minimally viable. However, with no annotations and no mention of not-found behavior or response shape, it leaves some operational ambiguity. An agent could call it correctly, but the description is not fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% and the task_id parameter is already documented as 'Task UUID'. The description adds no new semantic detail beyond aligning 'by ID' with the schema. The baseline of 3 applies because the schema fully carries parameter meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource: 'Get a task by ID.' It clearly names the retrieval operation and distinguishes itself from sibling tools like list_tasks, create_task, update_task, delete_task, and complete_task. An agent can tell this is the single-item fetch without opening the schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The intended use is implied by 'by ID' and the sibling set: use when you need one specific task rather than listing all tasks. However, the description does not explicitly state when not to use it or name alternatives. Usage guidance is present only by inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jgn35/Todolist-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server