> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developer-test.atomicwork.com/llms.txt.
> For full documentation content, see https://developer-test.atomicwork.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developer-test.atomicwork.com/_mcp/server.

# searchWorkflowsForRequest

Search workflows that can be fired against a ticket.

Find a workflow (also called runbook or request automation) in a workspace by name. **Use this when** the user asks to find, list, show, discover, or pick a workflow/runbook/automation for a ticket.

## Parameters

| Name          | Type    | Required | Description                                                                                                              |
| ------------- | ------- | -------- | ------------------------------------------------------------------------------------------------------------------------ |
| `workspaceId` | integer | Yes      | Workspace ID the workflows belong to                                                                                     |
| `name`        | string  | No       | Optional substring filter; matched case-insensitively against automation name OR description. Omit (or pass empty) for u |
| `page`        | integer | No       | 1-indexed page number. Default: `1`.                                                                                     |
| `pageSize`    | integer | No       | Page size, 1–25. Values outside this range return 400 (not clamped). Default: `25`.                                      |