Skip to main content
Glama

Prefect MCP Server

by fortunto2

search_flows

Search for Prefect workflows by name or tags, with customizable filters and a default limit of 20 results, simplifying flow discovery in workflow automation.

Instructions

Search for flows by name and/or tags.

Args: name: Optional name to search for (case-insensitive contains match). tags: Optional list of tags to filter by. limit: Maximum number of flows to return (default 20).

Input Schema

NameRequiredDescriptionDefault
limitNo
nameNo
tagsNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "title": "Limit", "type": "integer" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "tags": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Tags" } }, "title": "search_flowsArguments", "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/fortunto2/prefect-mcp-server'

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