Skip to main content
Glama

workflows-mcp

by FiveOhhWon

list_workflows

Access and manage workflows on the workflows-mcp server using customizable filters and sorting options to streamline task organization and retrieval.

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" }

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