Skip to main content
Glama

workflows-mcp

by FiveOhhWon

list_workflows

Retrieve and organize workflows with customizable filters and sorting options, enabling efficient management and access to task execution records within the MCP server.

Instructions

List all workflows with optional filtering and sorting

Input Schema

NameRequiredDescriptionDefault
filterNo
sortNo

Input Schema (JSON Schema)

{ "properties": { "filter": { "properties": { "created_after": { "type": "string" }, "created_before": { "type": "string" }, "is_deleted": { "type": "boolean" }, "min_success_rate": { "type": "number" }, "name_contains": { "type": "string" }, "tags": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "sort": { "properties": { "field": { "enum": [ "name", "created_at", "updated_at", "times_run", "success_rate" ], "type": "string" }, "order": { "enum": [ "asc", "desc" ], "type": "string" } }, "required": [ "field", "order" ], "type": "object" } }, "type": "object" }

Other Tools from workflows-mcp

Related Tools

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/FiveOhhWon/workflows-mcp'

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