Skip to main content
Glama

create_task

Creates a new task with title, project assignment, optional due date, recurrence, and subtask support. Ideal for organizing research projects and managing workflows.

Instructions

Create a new task in the SQLite database.

Args:
    title: Short task description.
    project_id: Which project this task belongs to.
    owner: Who is responsible (default "Metis").
    notes: Additional details or context.
    due_date: Optional due date in YYYY-MM-DD format.
    recurrence: Optional repeat — "daily", "weekly", "monthly", or "yearly".
                When a recurring task is completed, the next occurrence is created automatically.
    parent_task_id: Optional parent task — set this to make this a subtask.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
project_idYes
ownerNoMetis
notesNo
due_dateNo
recurrenceNo
parent_task_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Since annotations are absent, the description carries the full burden. It discloses a notable behavior about recurrence ('When a recurring task is completed, the next occurrence is created automatically'), but it does not cover error handling, idempotency, or side effects beyond that.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately concise with a clear 'Args' section, but it could be trimmed. Some bullet points repeat defaults (e.g., 'default "Metis"') that are already in the schema, making it slightly redundant.

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 has 7 parameters and an output schema exists, the description covers all parameters adequately and adds a behavioral note on recurrence. It does not explain the output format, but that may be in the output schema.

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

Parameters4/5

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

The schema coverage is 0%, so the description must compensate. It provides explanations for all 7 parameters, including the date format, recurrence options, and the meaning of parent_task_id. This adds value beyond the raw schema.

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 starts with 'Create a new task in the SQLite database,' which clearly states the action and resource. It distinguishes itself from sibling tools like 'get_tasks' by focusing on creation.

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?

No explicit guidance on when to use this tool versus alternatives (e.g., update or list tasks). The description does not provide any usage context or exclusions, leaving the agent to infer from the name 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/SVerITG/Metis'

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