MCP Tools: List Items
Last updated About 4 hours ago
MCP Tools: List Items
Tasks ("items") live inside lists. Assignments are stored in refs ({type:'user',id}) and are returned as assignees.
list_list_items
Filter items. read · follower
Response: { items, total, limit, offset, has_more }.
get_list_item
A single item. read · follower
create_list_item
Create a new item. write · user
update_list_item
Update an item. write · user
complete_list_item
Mark as completed (status done, progress 100). write · user
complete_list_items
Complete/reopen multiple items (bulk). write · user
Response: { succeeded, failed, results[] } (per-item result).
update_list_items
Apply the same field updates to multiple items (bulk). write · user
delete_list_item
Move to the trash. destructive · admin
get_overdue_list_items
Overdue items. read · follower
get_my_open_items
My open tasks (overdue → due → priority). read · follower
list_recent_changes
Recently changed items (sync/polling). read · follower
search_list_items
Full-text search across items. read · follower
post_chat_message
Post a message to an item's chat (or a list's chat). write · user
get_chat_messages
Read the chat history (oldest first). read · follower
get_metadata
Reference: valid status/priority/scope/filter values. read · guest
No parameters. Call before creating/updating to use correct values.