---
title: "axiom list-my-tools"
description: "List the nodes and flows you have pinned"
category: reference
surfaces: [cli]
related: [reference/cli/axiom]
last_reviewed: 2026-06-06
---

<!-- 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.

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

Requires a prior "axiom login".

## Usage

```sh
axiom list-my-tools [flags]
```

## Flags

| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
| `--help` | `-h` | bool |  | help for list-my-tools |
| `--json` |  | bool |  | Emit structured JSON instead of a human-readable table |
| `--kind` |  | string |  | filter to one tool kind: node or flow (default: both) |

## See also

- [axiom](./axiom.md) — Axiom CLI — build and push node packages
