todoist_add_project
Add a new project to Todoist with customizable options such as name, color, parent project ID, favorite status, and view style for better task organization and management.
Instructions
Create a new project in Todoist
Args: name: Name of the project color: Color of the project (optional) parent_id: ID of the parent project for creating sub-projects (optional) is_favorite: Whether the project should be marked as favorite (optional) view_style: View style of the project, either 'list' or 'board' (optional)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
color | No | ||
is_favorite | No | ||
name | Yes | ||
parent_id | No | ||
view_style | No |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Todoist MCP Server
- todoist_add_project
- todoist_add_section
- todoist_close_task
- todoist_create_task
- todoist_delete_project
- todoist_delete_section
- todoist_delete_task
- todoist_get_project
- todoist_get_projects
- todoist_get_section
- todoist_get_sections
- todoist_get_task
- todoist_get_tasks
- todoist_reopen_task
- todoist_update_project
- todoist_update_section
- todoist_update_task
Related Tools
- @Doist/todoist-mcp
- @mikemc/todoist-mcp-server
- @Doist/todoist-mcp
- @mikemc/todoist-mcp-server
- @Chrusic/todoist-mcp-server-extended