Skip to main content
Glama

tasks-create_todo

tasks-create_todo

Create a todo as a subtask of a CMMN task. Set title, assignee, due date, priority, and status to organize work.

Instructions

Creates a todo as a subtask of a CMMN task. The todo is linked as a child via ParentOf edge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assigned_toNoWho is responsible for this todo
case_idYesCase ID (@rid format)
descriptionNoDetailed description of what needs to be done
due_dateNoDue date (ISO8601)
priorityNoPriority: critical, high, medium, low
statusNoStatus: pending, in_progress, on_hold, waiting, deferred, completed, cancelled (default: pending)
task_idYesTask ID (@rid format) - the parent task
titleYesTodo title/summary
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only mentions the creation and linking behavior but omits side effects (e.g., does it update parent status?), error conditions, or whether the operation is idempotent. Minimal disclosure for a creation tool.

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 redundancy, action verb first. Every word earns its place. Highly concise and well-structured.

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?

With 8 parameters, 3 required, no output schema, and no annotations, the description is too brief. It doesn't explain the return value, constraints (e.g., max description length), or required preconditions. Agents need more context to use this tool correctly.

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 each parameter already has a clear description. The tool description adds no additional meaning beyond what the schema provides. Baseline 3 is appropriate.

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 'creates', the resource 'todo as subtask of a CMMN task', and the specific mechanism 'linked via ParentOf edge'. It distinguishes from sibling tools like tasks-list_todos or tasks-update_todo_status by emphasizing the creation and hierarchical link.

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?

The description provides no guidance on when to use this tool versus alternatives, no prerequisites (e.g., the parent task must exist), and no conditions where this tool should not be used. Without explicit when or when-not context, agents have to infer usage.

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/mstang/casemgr-mcp'

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