Skip to main content
Glama

Folderr

Official
by folderr-tech

get_workflow_inputs

Retrieve necessary inputs for a specific workflow by providing its ID. Essential for preparing and executing workflows in Folderr's MCP server.

Instructions

Get the required inputs for a workflow

Input Schema

NameRequiredDescriptionDefault
workflow_idYesID of the workflow

Input Schema (JSON Schema)

{ "properties": { "workflow_id": { "description": "ID of the workflow", "type": "string" } }, "required": [ "workflow_id" ], "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