list_conversations
Scope:conversations:read (step-up) · Kind: read-only · Annotations: readOnlyHint: true, destructiveHint: false, openWorldHint: false
The rooms (conversations) and pods you can reach, newest activity first — how to turn a name like “the launch room” into theconversation_idandpod_idthe document tools take. Passpodas a pod id, slug or name to list one pod’s rooms; with nopod, every pod you belong to is listed with its newest rooms.querynarrows by room title. A name matching two pods is refused with the candidates (pod_ambiguous): pick one and call again with its id.truncated: truemeans more rooms exist — narrow withpodorquery. Artifact rooms are not listed; reach a document’s own room through read_document’sparent.
Parameters
string
A pod id, its slug, or its name. Names match case-insensitively, exactly
first and then as a substring, so
launch finds “Product Launch” when it
is the only pod with that word. Omit to span every pod you can see.string
Words from the room title. A ranked title search inside the selected pod
(or each pod, without
pod).boolean
default:"false"
Include archived rooms.
number
default:"50"
Rooms to return, 1 to 50. Clamped.
Returns
array
The pod named by
pod, or every pod you can see.array
Rooms, newest activity first.
boolean
true when more rooms exist than were returned, or when a workspace-wide
listing stopped after 50 pods. There is no cursor; narrow with pod or
query.Permissions and side effects
- Needs
conversations:read. The first call triggers the host’s step-up consent for it. - The pods you can see are exactly the pod switcher’s: open pods, restricted pods you belong to, and every pod for an org admin. A restricted pod you are not in is absent, not locked.
- A document’s own discussion room is never listed here; it is reached from
the document (
parentonread_document). - Reads only. Recorded in the agent activity history.
Errors
Example
Requestcreate_document with that conversation_id posts the document’s card
into the room.