name: "Todoist 自然语言任务解析器" slug: "todoist-natural-language-task-parser" version: "1.0.0" displayName: "Todoist 自然语言任务解析器" summary: "将自然语言任务描述解析为结构化的 Todoist API v2 任务对象,包含截止日期、优先级级别和项目分配。使用 Todoist Sync API 进行批量任务创建,并通过 RRule 规范支持重复日期模式。" license: "MIT" description: "将自然语言任务描述解析为结构化的 Todoist API v2 任务对象,包含截止日期、优先级级别和项目分配。使用 Todoist Sync API 进行批量任务创建,并通过 RRule 规范支持重复日期模式。" verification: "security_reviewed" source: "https://developer.todoist.com/api/v1/" author: "1991513ccie-png" category: "Calendar, Email & Productivity" framework: "MCP"
Parses natural language task descriptions into structured Todoist API v2 task objects with due dates, priority levels, and project assignments. Uses the Todoist Sync API for batch task creation and supports recurring date patterns via the RRule specification.
Use the upstream install or setup path that matches your environment: - npx -y mcp-remote https://ai.todoist.net/mcp
Requirements and caveats from upstream: - Our Python and JavaScript SDKs streamline working with the Todoist API, and - Todoist Python SDK - In order to fetch both types of reminders you must include both resource types in your request, for example: resource_types=["reminders", "reminders_location"] .
Basic usage or getting-started notes: - Deadlines Example deadline object - Example: Fetching All Tasks - placeholder ID with a tmp- prefix — for example
这个 Todoist 任务解析器质量中等偏下。虽然提供了基本功能说明和安装指引,但文档内容组织混乱,夹杂了过多官方文档的原文拼贴,实用性不强。作为一个 MCP 工具,它更像是一个远程服务的包装器,缺乏独立使用价值。普通用户很难从现有文档快速了解这个 Skill 能解决什么问题、表现是否可靠。改进方向是精简说明、提升文档可读性。