todoist_get_project
Retrieve details for a specific Todoist project including name, color, and metadata in markdown or JSON format.
Instructions
Get details of a specific project.
Args:
params: GetProjectInput containing:
- project_id: The project ID
- response_format: 'markdown' or 'json'
Returns:
Project details including name, color, and metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |