> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getmodus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# modus tools list

> List tool/integration surfaces a scope can select in its toolset. Requires a published @getmodus/sdk that exposes ModusManagement.tools.

List tool/integration surfaces a scope can select in its toolset. Requires a published @getmodus/sdk that exposes ModusManagement.tools.

## Usage

```bash theme={null}
modus tools list [flags]
```

## Flags

| Flag           | Type   | Description                                 |
| -------------- | ------ | ------------------------------------------- |
| `--page-size`  | string | Items per page (default 25, max 100).       |
| `--page-token` | string | Opaque page token from a previous response. |

Global: `--pretty` — human-readable table output instead of compact JSON.

## Examples

```bash theme={null}
modus tools list
modus tools list --pretty
```

See [CLI quickstart](/guides/cli) for install and auth.
