Skip to main content
Glama

Fal.ai MCP Server

by Gravicity

run_workflow

Execute AI image generation workflows using Fal.ai models like SDXL to process inputs and stream results for creative projects.

Instructions

Run a Fal.ai workflow (e.g., sdxl-sticker pipeline)

Input Schema

NameRequiredDescriptionDefault
inputYesInput parameters for the workflow
streamNoWhether to stream workflow events
workflow_idYesThe workflow ID

Input Schema (JSON Schema)

{ "properties": { "input": { "description": "Input parameters for the workflow", "type": "object" }, "stream": { "default": false, "description": "Whether to stream workflow events", "type": "boolean" }, "workflow_id": { "description": "The workflow ID", "type": "string" } }, "required": [ "workflow_id", "input" ], "type": "object" }

Other Tools from Fal.ai MCP Server

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/Gravicity/fal-mcp-server'

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