Flux

by asrvd
834,631
3

load-official-blueprint

Load predefined process blueprints using the Flux MCP server to interact with the Arweave OS, enabling quick setup and execution of workflows without manual coding.

Input Schema

NameRequiredDescriptionDefault
blueprintNameYes
processIdYes

Input Schema (JSON Schema)

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