Skip to main content
Glama

MCP Todoist

by kentaroh7777

add-task-to-any-project

Add tasks to any Todoist project by specifying the project ID and task content. Simplify task management with this MCP-compatible tool for AI agents.

Instructions

Add task to a any Project in Todoist

Input Schema

NameRequiredDescriptionDefault
contentYesContent for the task
project_idNoProject Id where the task needs to be added.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "Content for the task", "type": "string" }, "project_id": { "description": "Project Id where the task needs to be added.", "type": "string" } }, "required": [ "content" ], "type": "object" }
Install Server

Other Tools from MCP Todoist

Related Tools

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

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