---
title: "List Automations"
description: "List automation rules in the workspace, with paging and filters."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# List Automations

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](/mcp/tools/automations/) lists the rest of the Automations category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/automations/list_automations/index.mdx
