> ## 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 describe

> Show one cloud command's exact input schema, scopes and run lane.

```bash theme={null}
agentlinkops describe NAME [--examples] [--output-schema] [--json] [--refresh]
```

## Behavior and output

Prints one definition from the catalog snapshot: name, toolset, tier, read or write, scopes, description, every parameter with type, bounds and whether it is required, aliases, and the admission note when the command is gated. --examples adds recorded example calls; --output-schema adds the output schema. A retired name resolves to its canonical command and says so. --refresh reads the live catalog instead. Output is JSON when stdout is not a terminal or --json is given.

## Arguments

NAME required; --examples; --output-schema; --json; --refresh.

## Exit status

0 on success; 2 when the command is unknown or on usage, configuration 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>
