Flux

by asrvd
834,631
3

list-available-handlers

Identify and list all available handlers for a specific process in Flux, an AI-powered MCP server, to streamline workflow and enhance code management in the AO system.

Input Schema

NameRequiredDescriptionDefault
processIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "processId": { "type": "string" } }, "required": [ "processId" ], "type": "object" }
ID: 74rb54w5bs