todoist_get_project
Retrieve a specific Todoist project by its ID using the Enhanced Todoist MCP Server Extended. Input the project ID to access detailed project information for task management and integration purposes.
Instructions
Get a specific project by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | The ID of the project to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"description": "The ID of the project to retrieve",
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}