Skip to main content
Glama

get_task

Retrieve a task by UUID or identifier like PROJ-42. Includes presigned URLs for embedded images to enable direct download.

Instructions

Retrieve a single task by UUID or by PROJECT-N identifier.

If description_html embeds Plane asset URLs (inline images), the response also includes an inline_assets array with short-lived presigned URLs the agent can fetch anonymously — the URLs Plane renders in HTML require a Plane session cookie and reject API keys, so they're not directly downloadable from MCP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_or_identifierYesEither UUID or human identifier like 'PROJ-42'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden. It adds valuable behavioral context about inline_assets: presigned URLs are short-lived, anonymously fetchable, and the embedded Plane URLs require a session cookie. This goes beyond the basic retrieval semantics, though it doesn't cover error cases or response structure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded: the first sentence states the core purpose, and the second paragraph adds essential, non-obvious detail about handling inline assets. Every sentence contributes meaningful information with no redundancy.

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

Completeness5/5

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

For a one-parameter read tool with an output schema, the description is complete. It covers the identifier formats and explains the nuanced inline_assets behavior, which is critical for the agent to correctly use the response. No missing context for effective invocation.

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%, so the parameter is already well-documented. The description repeats the same identifier formats ('UUID' and 'PROJECT-N') without adding new semantic details beyond the schema, so it doesn't elevate beyond the baseline.

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 'Retrieve a single task by UUID or by `PROJECT-N` identifier', specifying the exact resource and the two accepted identifier formats. This distinguishes it from sibling tools like list_tasks, which retrieves multiple tasks.

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?

Usage is implied by the description—use to fetch a single task by ID—but there is no explicit guidance on when to prefer this over list_tasks or other sibling tools. No alternatives or exclusions are mentioned.

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/babazulu/plane-mcp'

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