Use the Speak AI MCP server tool list_recorders to list all recorders/surveys in
the workspace.
What does it do?
List all recorders/surveys in the workspace.
Parameters
list_recorders takes 3 parameters, all of them optional.
| Name | Type | Required | Description |
|---|---|---|---|
page |
number | No | Page number (0-based, default: 0) |
pageSize |
number | No | Results per page (default: 20, max: 500) |
sortBy |
string | No | Sort field, e.g. “createdAt:desc” |
Behaviour
The Speak AI MCP server publishes these behaviour hints for list_recorders.
- Only reads data. Does not modify your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- Stays inside Speak AI. Does not reach other systems.
Related
- Recorders & surveys lists the rest of the Recorders & surveys category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.