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

axiom list-my-tools

List the nodes and flows you have pinned

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 list-my-tools

List the nodes and flows you have pinned

List the nodes and flows you have pinned as favorite tools.

These are the same pinned tools the hosted Axiom MCP server exposes as first-class typed tools — the list is your tenant+client's shared tool store.

axiom list-my-tools
axiom list-my-tools --kind node
axiom list-my-tools --json

Requires a prior "axiom login".

Usage

axiom list-my-tools [flags]

Flags

FlagShorthandTypeDefaultDescription
--help-hboolhelp for list-my-tools
--jsonboolEmit structured JSON instead of a human-readable table
--kindstringfilter to one tool kind: node or flow (default: both)

See also

  • axiom — Axiom CLI — build and push node packages
Related