MCP Tools: List Items
Last updated 1 day 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
assign_list_item
Add people to an item or remove them. write · user
The incremental counterpart to update_list_item({assigned_to}), which replaces the whole list — here the other assignees stay untouched.
split_task
Spin side topics of the current work off into separate tasks.
write · userNew items inherit the visibility (scope) of the source and are linked back to it via refs. With a different target list they are created there as top-level items (an item cannot be the child of an item in another list) — mode is then ignored.
Confirm first
Agree the proposed split with the user before calling this.
attach_file_to_list_item
Upload a file and attach it to an item — e.g. a Markdown summary or a PDF the agent produced. write · user
Provide either content_text or content_base64 — not both.
TIP
Use subitem only when explicitly asked for: a sub-item is a piece of work, not a storage place.
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
post_activity_summary
Write a closing summary into the item's activity feed — without disturbing the team chat. write · user
There is exactly one entry per item and author: a later run overwrites its own summary. Read it back via get_item_ai_summaries. Nothing is written for a private conversation.
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.