Use the Speak AI MCP server tool list_automations to list automation rules in the
workspace, with paging and filters.
What does it do?
List automation rules in the workspace, with paging and filters.
Parameters
list_automations takes 7 parameters, all of them optional.
| Name | Type | Required | Description |
|---|---|---|---|
page |
number | No | 0-based page index |
pageSize |
number | No | Results per page |
sortBy |
string | No | Sort expression, e.g. “createdAt:desc” |
query |
string | No | Free-text search over automation names |
folderIds |
string | No | Comma-separated folder ids to filter by |
isActive |
boolean | No | Filter by active state |
runType |
enum: instant, schedule | No | Filter by run type |
Behaviour
The Speak AI MCP server publishes these behaviour hints for list_automations.
- 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
- Automations lists the rest of the Automations category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.