Flux

by asrvd
834,631
3

add

Perform addition of two numbers using the arithmetic tool on the Flux MCP server, designed for AI-powered interaction with the Arweave Operating System.

Input Schema

NameRequiredDescriptionDefault
aYes
bYes

Input Schema (JSON Schema)

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