Public beta — not for production use. Data may be wiped at any time. Questions? Contact us.
Documentation menu

axiom inspect node

Print a published node's compiled input/output JSON Schema

View as Markdown
<!-- GENERATED by docs/scripts/gen-cli-reference — DO NOT EDIT. Source of truth: the cobra command definitions in cmd/axiom/cmd/. Regenerate from the repo root with: go run ./docs/scripts/gen-cli-reference -->

axiom inspect node

Print a published node's compiled input/output JSON Schema

Fetch a published node's compiled input/output JSON Schema (GET /nodes/{id}/schema.json) — the same schema the MCP's axiom_inspect returns for a node. When @version is omitted, the most recently published version is used.

axiom inspect node nadia/summarizer/Summarize
axiom inspect node nadia/summarizer/Summarize@0.1.0 | jq .

Usage

axiom inspect node <handle>/<package>/<node>[@version] [flags]

Flags

FlagShorthandTypeDefaultDescription
--help-hboolhelp for node

See also

  • axiom inspect — Print the compiled JSON Schema for a node or flow (the shape an invoke must satisfy)