leapview agent
Use the LeapView read-only agent
Usage
leapview agent
Machine-readable: JSON · Markdown
Subcommands
ask: Ask the LeapView read-only agent a questionconversations: List agent conversationstools: List the canonical agent tools
ask
Ask the LeapView read-only agent a question
Usage
leapview agent ask [question] [flags]
Behavior
| Side effect | Confirmation |
|---|---|
write |
never |
Machine-readable: JSON · Markdown
Options
| Flag | Type | Default | Description |
|---|---|---|---|
--conversation |
string | `` | existing agent conversation id |
--json |
bool | false |
print JSON response |
--target |
string | `` | LeapView server URL |
--token |
string | `` | API token |
conversations
List agent conversations
Usage
leapview agent conversations [flags]
Behavior
| Side effect | Confirmation |
|---|---|
read |
never |
Machine-readable: JSON · Markdown
Options
| Flag | Type | Default | Description |
|---|---|---|---|
--json |
bool | false |
print JSON response |
--limit |
int | 0 |
maximum items to return |
--page-token |
string | `` | opaque page token |
--target |
string | `` | LeapView server URL |
--token |
string | `` | API token |
tools
List the canonical agent tools exposed by built-in chat and deployment MCP, including each tool's privilege, effect, defaults, closed input schema, and backing operation.
Usage
leapview agent tools
Behavior
| Side effect | Confirmation |
|---|---|
read |
never |