load-token-blueprint
Retrieve token blueprints for specific processes on Flux, an AI-powered MCP server, enabling streamlined interaction with Arweave OS for code and handler management.
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"
}