Skip to main content
Glama

MCP Todoist

by kentaroh7777

add-task-to-project

Add tasks directly to specific projects in Todoist using the MCP Todoist server. Specify project ID and task content to streamline task management integration for AI agents.

Instructions

Add task to a specific 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