Skip to main content
Glama

VeyraX

Official
by VeyraX

get_flow

Retrieve a specific workflow by its ID from VeyraX MCP server. Access detailed flow description, steps, and input schemas for method execution.

Instructions

"Use this tool to retrieve a specific workflow by its ID.

Workflow is sequence of steps that are executed in order to get some result. Flow comes with description, steps and input schema of all methods to call.

You can call this tool once you have a flowId which usually you can get from: user directly OR using get-tools method."

Input Schema

NameRequiredDescriptionDefault
flowIdYesThe ID of the workflow to retrieve.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "flowId": { "description": "The ID of the workflow to retrieve.", "type": "string" } }, "required": [ "flowId" ], "type": "object" }

You must be authenticated.

Other Tools from VeyraX

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/VeyraX/veyrax-mcp'

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