Skip to main content
Glama

MCP Todoist

by kentaroh7777

get-project-id

Retrieve the Todoist project ID by specifying the project name, enabling integration with task management workflows via the MCP Todoist server.

Instructions

Get the id of the project from Todoist

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "The name of the project", "type": "string" } }, "required": [ "name" ], "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