Folderr

Official

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

ID: 7gp8g03usf