Skip to main content
Glama

list_workflows

Search and filter workflows in Rowan MCP Server by criteria like name, type, status, folder, and public/starred status with pagination support.

Instructions

List workflows subject to the specified criteria.

Args: parent_uuid: UUID of parent folder to filter by. Empty string for all folders name_contains: Substring to search for in workflow names. Empty string for all names public: Filter by public status ("true"/"false"). Empty string for both starred: Filter by starred status ("true"/"false"). Empty string for both status: Filter by workflow status code. Empty string for all statuses workflow_type: Filter by workflow type (e.g., 'conformer_search', 'pka'). Empty string for all types page: Page number for pagination (0-indexed) size: Number of workflows per page

Returns: List of workflow dictionaries that match the search criteria

Raises: HTTPError: If the request to the API fails

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parent_uuidNoUUID of parent folder to filter by. Empty string for all folders
name_containsNoSubstring to search for in workflow names. Empty string for all names
publicNoFilter by public status ('true'/'false'). Empty string for both
starredNoFilter by starred status ('true'/'false'). Empty string for both
statusNoFilter by workflow status code. Empty string for all statuses
workflow_typeNoFilter by workflow type (e.g., 'conformer_search', 'pka'). Empty string for all types
pageNoPage number for pagination (0-indexed)
sizeNoNumber of workflows per page

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/k-yenko/rowan-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server