Skip to main content
Glama

thetacog-todo

Perform add, list, update, or delete actions on room-specific todos, with persistent storage via SQLite and HTML display.

Instructions

Manage todos for a room. Actions: add, list, update, delete. Todos are stored in SQLite and synced to state.json for HTML display.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoTodo ID (required for update/delete)
doneNoMark as done (for update)
roomNoRoom for the todo (required for add, optional for list)
textNoTodo text (required for add)
actionYesAction to perform
priorityNoPriority 1-10 (1=highest). For add or update.
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It discloses storage (SQLite) and sync behavior (to state.json for HTML display), which adds context beyond the schema. However, it does not describe side effects like persistence guarantees or the immediate nature of mutations, which would be helpful for an agent.

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 extremely concise, consisting of two sentences that front-load the purpose and actions. Every word adds value, and there is no redundant or extraneous information.

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?

For a tool with six parameters and four actions, the description is too brief. It does not explain return values (e.g., what 'list' returns) or provide examples. Sibling context is not leveraged to clarify when this tool is needed. More detail about expected outputs and behavior would improve completeness.

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 schema already documents each parameter adequately. The description adds no parameter-level detail beyond what the schema provides. Baseline 3 is appropriate given the high coverage.

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 manages todos for a room and explicitly lists all four actions (add, list, update, delete). This distinguishes it from sibling tools like thetacog-detect or thetacog-export, which serve different purposes.

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 the tool is used for todo management but does not provide explicit when-to-use or when-not-to-use guidance. It also fails to mention alternatives among siblings, leaving the agent to infer usage context from the action list alone.

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/wiber/thetacog-mcp'

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