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

# agentlinkops tools

> List cloud commands by toolset from the bundled catalog snapshot.

<Warning>Dated evidence: an authenticated request to the hosted catalog returned HTTP 404 on 2026-09-14T01:46:46.905Z. Later releases deployed the generic command routes: production version `6b10560e` (deployed 2026-09-20T16:54:01.875157Z from commit `732cadc`) serves 125 authenticated commands according to its source and release receipt. Read `GET /v1/commands` with your credential before depending on a command. See [capability status](/capability-status) and [release evidence](/release.json).</Warning>

```bash theme={null}
agentlinkops tools [TOOLSET] [--json] [--refresh]
```

## Behavior and output

Prints the command index grouped by toolset (name, tier, read or write, one-line summary) from the catalog snapshot generated into cli/catalog.js by npm run generate:tools, so it needs no account and no network. TOOLSET narrows the list to one group (monitoring, evidence, discovery, library, competitors, reports, workspace, notifications, webhooks). --refresh reads GET /v1/commands?include=schemas instead and needs a configured HTTPS origin and credential. Output is JSON when stdout is not a terminal or --json is given; an unknown toolset fails with the toolset names.

## Arguments

TOOLSET optional; --json; --refresh.

## Exit status

0 on success; 2 on usage, configuration, input or request failure.

Read [configuration and file ownership](/reference/local/configuration) before automating this command. Read [local file contracts](/reference/local/artifacts) for artifact fields. Browse the [local command index](/reference/local/index) for related commands.

<Note>Check the selected environment and workspace access before calling hosted operations. See [capability status](/capability-status).</Note>
