Skip to main content
Glama

Prefect MCP Server

by fortunto2

filter_flows

Filter workflows on Prefect MCP Server by applying specific criteria such as tags, enabling targeted flow management and organization.

Instructions

Filter flows based on specified criteria.

Args: filter_criteria: Dictionary with filter criteria according to Prefect API. Example: {"flows": {"tags": {"all_": ["production"]}}}

Input Schema

NameRequiredDescriptionDefault
filter_criteriaYes

Input Schema (JSON Schema)

{ "properties": { "filter_criteria": { "additionalProperties": true, "title": "Filter Criteria", "type": "object" } }, "required": [ "filter_criteria" ], "title": "filter_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