Todoist MCP

MIT License
126
5
  • Apple
  • Linux

get-project-collaborators

Retrieve all collaborators for a specific project in Todoist by providing the project ID, enabling efficient team coordination and project management.

Instructions

Get all collaborators from a project in Todoist

Input Schema

NameRequiredDescriptionDefault
projectIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "type": "string" } }, "required": [ "projectId" ], "type": "object" }
ID: 2010u29g1w