Skip to main content
Glama

MCP Todoist

by kentaroh7777

get-project-id

Retrieve the project ID from Todoist by specifying the project name. Use this tool to simplify interactions with Todoist tasks through 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" }

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