list-available-handlers
Retrieve all available AO system handlers for a specific process using Flux MCP server. Simplify handler management and integration without manual coding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| processId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"processId": {
"type": "string"
}
},
"required": [
"processId"
],
"type": "object"
}