Skip to main content
Glama

Get task summary

get_task_summary
Read-only

Retrieve a task's summary digest, including the summary text, last update time, and author. View the key details of a task in one place.

Instructions

Read a task's summary — the single digest shown in its Summary tab. Returns { summary, summaryUpdatedAt, summaryAuthor }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesTask UUID
Behavior4/5

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

Annotations already disclose readOnlyHint=true and openWorldHint=true, so no side effects need to be stated. The description adds behavioral context beyond the annotations by specifying the source of the data ('Summary tab') and enumerating the exact return fields, which is valuable since there is no output schema.

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 one sentence that front-loads the action ('Read a task's summary') and immediately follows with essential context and return shape. Every word earns its place, with no filler or redundant expansion of structured data.

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 simple read-only tool with one parameter and no output schema, the description is fully complete: it states the purpose, the exact data returned, and the source context. The annotations cover safety, so no further disclaimers are needed.

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?

The schema already documents task_id with 100% coverage ('Task UUID') and a clear required status. The description adds no new parameter-specific detail, but the baseline of 3 applies because the schema fully covers the parameters and the tool has only one parameter.

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 ('Read') and identifies the exact resource ('a task's summary'), clearly distinguishing it from sibling tools like get_task (full task) and set_task_summary (write operation). The em-dash clarification and return fields remove any ambiguity about what this tool retrieves.

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?

The description implies when to use this tool: when you need the summary digest shown in a task's Summary tab. It does not explicitly name alternatives or exclusions, but the context is clear enough that an agent can differentiate it from get_task or get_task_comments.

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/gonnagetapower/kelvia-mcp'

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