Skip to main content
Glama

GASSAPI MCP Server

by martin-1103

list_flows

Retrieve and filter flows from your current project to manage API workflows, with options to show active flows only and control result pagination.

Instructions

List flows in the current project

Input Schema

NameRequiredDescriptionDefault
folderIdNoFilter by folder ID
activeOnlyNoShow only active flows
limitNoMaximum number of flows to return
offsetNoNumber of flows to skip

Input Schema (JSON Schema)

{ "properties": { "activeOnly": { "default": true, "description": "Show only active flows", "type": "boolean" }, "folderId": { "description": "Filter by folder ID", "type": "string" }, "limit": { "default": 50, "description": "Maximum number of flows to return", "type": "number" }, "offset": { "default": 0, "description": "Number of flows to skip", "type": "number" } }, "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/martin-1103/mcp2'

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