Skip to main content
Glama

list_chores

List chores from Donetick with optional filters for active status or user. Get compact details including ID, name, status, assignee, and due date.

Instructions

List all chores. Filter by active status or assigned user. Use detail_level='brief' for compact output.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detail_levelNo'brief' (id, name, status, assignee, dueDate) or 'full' (all fields). Default: full
filter_activeNotrue=active only, false=inactive only, omit=all
assigned_to_user_idNoFilter by assigned user ID
Behavior3/5

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

With no annotations, the description carries full responsibility. It implies a safe read operation (list), but does not explicitly state it is read-only or disclose any behavioral traits beyond the basic list functionality.

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?

Two sentences, no wasted words. The main action is front-loaded, and every sentence provides value.

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 is a list operation with 3 optional parameters and no output schema, the description covers the essentials. It could mention that it returns a list of chores, but the schema partially addresses this via detail_level.

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 coverage is 100%, so the description adds minimal extra meaning. It summarizes filtering and gives a usage tip for 'detail_level', but does not provide new information beyond the schema descriptions.

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 verb 'List' and the resource 'chores', and distinguishes itself from siblings like 'list_archived_chores' (which lists only archived) and 'get_chore' (single item).

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 provides clear context for using the tool: to list chores with optional filters by active status or assigned user, and a tip for compact output. However, it does not explicitly mention when not to use it or alternatives like 'list_archived_chores'.

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/danielrosehill/donetick-mcp'

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