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

Donetick MCP Server

Create Chore

create_chore

Add new chores to Donetick with required name and optional due date, description, and assignee. Streamline task creation for efficient chore management.

Instructions

Create a new chore in Donetick.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesChore name (required)
due_dateNoDue date in YYYY-MM-DD or RFC3339 format (optional)
usernamesNoAssign creator by username instead of ID (optional)
created_byNoUser ID of the creator (optional)
descriptionNoChore description (optional)

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
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 only says 'create a new chore' without detailing potential side effects, required permissions, reversibility, or other behavioral traits. This is insufficient for a mutation operation, especially since no prerequissite or auth information is given.

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 a single short sentence with no extraneous words, which is appropriately concise for this simple create operation. However, it could include a bit more context (e.g., typical usage or required fields) without becoming verbose, so it loses one point for being somewhat underspecified.

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

Completeness2/5

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

Given the tool has 5 parameters (all optional except name) and an output schema exists, the description should provide at least some context about the creation process or prerequisites. It does not mention required fields, possible duplicate handling, or the fact that the name is mandatory. The output schema covers return values, but the description lacks overall completeness for a create operation.

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 baseline is 3. The description adds no additional meaning beyond what the schema already provides for each parameter. Since the schema fully documents parameters, the tool earns the baseline without needing compensation from the description.

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 action verb 'Create' and the resource 'a new chore in Donetick', which specifically differentiates it from sibling tools like update_chore, delete_chore, etc. It leaves no ambiguity about the tool's core purpose.

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 for creating a new chore, but it does not provide explicit guidance on when to use this over alternatives like update_chore or create_project. No exclusions or alternative recommendations are mentioned, leaving the decision to the agent's inference from the tool name.

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