annotations
annotations list
List schema annotations
Lists the project's human-written table and column descriptions. These are surfaced to connected agents through the MCP schema catalog.
Usage
pgbeam annotations list [flags]Options
| Option | Description | Required | Default |
|---|---|---|---|
--limit <value> | Maximum number of items (1-100) | No | - |
--all | Fetch every page | No | - |
Global options
All global options (--token, --profile,
--project, --org, --json, --no-color, --no-trunc, --debug) are
also available on this command.
Examples
# List schema annotations
pgbeam annotations list
# Output as JSON
pgbeam annotations list --jsonOutput
Renders a human-readable table or detail view by default; pass --json for the raw API response.