Skip to main content
Glama

get_task_notes

Fetch a task's notes by providing its ID. Enter the task_id to get the notes content.

Instructions

Get notes for a task.

Args: task_id: ID of the task

Returns: Task notes content

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does not mention read-only safety, error handling, permissions, or any side effects. The 'Returns' line only vaguely indicates content, leaving behavioral aspects undisclosed.

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 extremely concise and well-structured, presenting the purpose, args, and returns in a clean format. Every word earns its place, though it borders on under-specification due to its brevity.

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 the tool's low complexity (one parameter) and the presence of an output schema, the description is adequately complete for a simple getter. It covers the core action and return type, though it could benefit from noting edge cases or read-only behavior.

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

Parameters1/5

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

The schema property 'task_id' already has a title 'Task Id', and the description's 'task_id: ID of the task' adds no new meaning. With 0% schema description coverage, the description was expected to compensate, but it merely restates the parameter name without explaining format, constraints, or usage details.

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 the tool retrieves notes for a task, using a specific verb ('Get') and resource ('notes for a task'). This distinguishes it from sibling tools like get_task and update_task_notes, leaving no ambiguity about its function.

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 description implies usage when notes for a task are needed, but it does not explicitly state when to use this tool versus alternatives or mention any exclusions. For a simple getter, the intended use is fairly obvious, but no direct guidance is provided.

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/Kohei-Wada/taskdog'

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