Skip to main content
Glama
trash-panda-v91-beta

Donetick MCP Server

Get Thing

get_thing

Retrieve a specific thing (chore) by its unique ID to access its details and current status. Use this tool when you need to query a single item from Donetick.

Instructions

Get a thing by its ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thing_idYesThe ID of the thing to retrieve

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. First observedv1.2.0

TDQS

B3.3/5.0
Behavior3/5

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

There are no annotations, so the description carries the burden of indicating side effects. The verb 'Get' implies a read-only operation, but the description does not explicitly state that it is non-mutating, mention error handling (e.g., not found), or describe what data is returned beyond the existence of an 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 a single sentence that directly conveys the essential operation. Every word earns its place, with no redundancy or filler.

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 simple get-by-ID tool with an output schema and one parameter, the description is minimally adequate. However, it does not address the presence of closely related sibling tools (e.g., get_thing_state, get_thing_history), leaving potential ambiguity about when to invoke this specific tool.

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 thing_id with 100% coverage, including its type and description. The description's 'by its ID' adds no meaning beyond what the schema already provides, matching the baseline for high schema coverage.

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

Purpose4/5

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

The description clearly states a specific verb ('Get') and resource ('a thing by its ID'), making the core purpose understandable. However, it does not distinguish it from sibling tools like get_thing_state or get_thing_history, which could also retrieve data about a thing.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as list_things, get_thing_state, or get_thing_history. The description offers no contextual cues or exclusions to help an agent choose among the many sibling tools.

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/trash-panda-v91-beta/donetick-mcp'

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