Skip to main content
Glama

Folderr

Official
by folderr-tech

execute_workflow

Run predefined workflows in Folderr by specifying the workflow ID and required input values using the MCP server tool.

Instructions

Execute a workflow with the required inputs

Input Schema

NameRequiredDescriptionDefault
inputsYesInput values required by the workflow
workflow_idYesID of the workflow

Input Schema (JSON Schema)

{ "properties": { "inputs": { "additionalProperties": true, "description": "Input values required by the workflow", "type": "object" }, "workflow_id": { "description": "ID of the workflow", "type": "string" } }, "required": [ "workflow_id", "inputs" ], "type": "object" }

You must be authenticated.

Other Tools from Folderr

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/folderr-tech/folderr-mcp-server'

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