Skip to main content
Glama

create_task

Add a new task to your Todoist with a title, optional project, labels, due date, and description.

Instructions

Create a new task in Todoist.

Creates a task with the given content in the specified project. Optionally attach labels, a due date, and a description.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelsNoLabels to apply, by name. Use list_todoist_labels() for available labels.
contentYesThe task title/content
projectNoProject name to create the task in (case-insensitive). Defaults to 'Inbox'. Use list_todoist_projects() for valid names.Inbox
due_dateNoDue date — natural language ('tomorrow', 'next Monday') or date string ('2026-03-15').
descriptionNoOptional longer description for the task.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that the project defaults to 'Inbox', case-insensitive matching, natural language due dates, and optional labels/description. This adds meaningful behavioral context beyond a simple 'create' action.

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 two short paragraphs with no fluff. It front-loads the main action and then lists optional details. Not overly structured but efficient for its length.

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 5 parameters (1 required) and an output schema exists, the description covers all parameters implicitly, explains defaults for project, and mentions optional fields. It lacks error handling or prerequisite info but is adequate for a create tool.

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%, and each parameter is well-documented in the schema (e.g., content, project, due_date). The description only reiterates that labels, due date, and description are optional, adding minimal new meaning beyond the 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 clearly states it creates a new task in Todoist with content, project, labels, due date, and description. The verb 'create' and resource 'task' are specific, and the description distinguishes it from siblings like update_task, complete_task, etc.

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 tasks but lacks explicit guidance on when to use this tool versus alternatives like update_task or batch_update_tasks. No exclusions or context about when not to use are provided.

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/stevesimpson418/todoist-mcp-server'

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