> ## 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 scopes context

> Compose the context a scope would retrieve for a message, without running a chat turn.

Compose the context a scope would retrieve for a message, without running a chat turn.

## Usage

```bash theme={null}
modus scopes context [flags]
```

## Arguments

| Name      |          | Description                                |
| --------- | -------- | ------------------------------------------ |
| `id`      | required | Scope id.                                  |
| `message` | required | Message to compose context for (quote it). |

## Flags

| Flag      | Type   | Description                  |
| --------- | ------ | ---------------------------- |
| `--limit` | string | Max context items to return. |

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

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