Skip to main content
Glama

tasks_get

Retrieve complete details of a specific task by its ID, including subject, assignee, due date, and completion status.

Instructions

Get detailed information about a specific task by ID.

Retrieves complete information about a single task including subject, description, assignee, due date, and completion status.

Workflow tips:

  • Use tasks/list to find task IDs first

  • Response includes all task details

  • Cached for 5 minutes for better performance

Common use cases:

  • Get task details: { "id": 123 }

  • Check task status before updating

  • Retrieve task information for display

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the task to retrieve
Behavior3/5

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

No annotations are provided, so the description must disclose behavior. It mentions caching for 5 minutes and lists returned fields, but lacks details on authentication, rate limits, or error conditions. This is adequate but not comprehensive.

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 well-structured with sections for workflow tips and common use cases. Each sentence adds value, though it could be slightly more concise. Overall, it is appropriately front-loaded.

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

Completeness4/5

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

Given no output schema, the description sufficiently explains the return value by listing fields and mentioning caching. It covers the essential context for a simple get tool, but could elaborate on potential errors.

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?

With only one parameter and 100% schema description coverage, the baseline is 3. The description adds an example usage but does not provide additional meaning beyond what the schema already states.

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 clearly states 'Get detailed information about a specific task by ID', which is a specific verb+resource. It distinguishes from sibling tasks_list by noting to use tasks/list to find IDs first.

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

Usage Guidelines4/5

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

Provides a clear workflow tip to use tasks/list first and mentions use cases like checking status before updating. However, it does not explicitly state when not to use this tool or list alternatives.

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

Install Server

Other Tools

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/iamsamuelfraga/mcp-pipedrive'

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