Skip to main content
Glama

memory_create_todo

Create a new task memory with status, priority, and category. Tasks are automatically tagged for persistent tracking.

Instructions

Create a new TODO/task memory.

Args: content: Description of the task status: Task status - "open" (default) or "closed" closed_reason: If closed, the reason - "complete" or "not_planned" priority: Task priority - "high", "medium" (default), "low" category: Task category (e.g., "cloud-backend", "graph-visualization", "docs")

Returns: Created TODO memory with auto-assigned tag "memora/todos"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYes
statusNoopen
closed_reasonNo
priorityNomedium
categoryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/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 discloses that the tool creates a memory with an auto-assigned tag 'memora/todos' and returns the created object. However, it does not mention any side effects (e.g., whether it overwrites existing data), permissions required, or limitations like rate limits. The description is adequate but not exhaustive.

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 concise and well-structured, with a single-line summary followed by a clear bullet-style list of parameters and a returns note. Every sentence provides useful information without redundancy. It is appropriately sized for the tool's complexity.

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?

The tool has 5 parameters (1 required), an output schema, and no nested objects. The description covers all parameters and return value comprehensively. However, it lacks guidance on usage context relative to siblings and potential error conditions. Given the output schema exists, the description is mostly complete but could include a note on when to prefer this over memory_create.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, but the tool's description fully compensates by explaining each parameter's purpose, valid values, and defaults. For example, it clarifies that status can be 'open' or 'closed', priority can be 'high', 'medium', 'low', and provides category examples. This adds significant meaning beyond the schema's bare property names.

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 'Create a new TODO/task memory.' It specifies the verb 'create' and the resource 'TODO/task memory', distinguishing it from siblings like memory_create_issue (for issues) and memory_create_section (for sections). The parameter list further clarifies that this is for task management.

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 does not explicitly state when to use this tool versus alternatives like memory_create or memory_create_issue. While the name and parameter list imply it is for TODO tasks, there is no guidance on context or exclusions. An agent might need to infer usage from 'TODO' in the title.

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/agentic-box/memora'

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