What problem does it solve?
Many WeCom API list endpoints return only summary metadata (IDs, statuses, timestamps) which is not directly useful to users who want to know what they need to do. This Skill codifies the correct conversational workflow for retrieving a filtered, paginated overview of enterprise to-dos and ensures the assistant follows up to fetch full details so users see meaningful task content.
Core Features & Use Cases
- Filtered list retrieval: Query user to-dos by creation time or remind time and return a paginated summary containing todo_id, status, creator_id, and timestamps.
- Mandatory detail retrieval: Enforce an immediate follow-up call to the to-do detail skill to fetch content and assignees so results shown to users are actionable.
- Pagination and user prompts: Handle cursor-based pagination and, when more pages exist, explicitly notify the user that there are additional items and ask if they want to continue.
- Robustness: Retry transient HTTP errors up to three times and surface API error messages to users when errcode is non-zero.
Quick Start
Ask the assistant to show your recent WeCom to-dos and fetch full details for each item so you can see the task content and assignees.