scout_session
List active sessions or set one as the default so later tool calls can omit the session parameter, streamlining sequential multi-session workflows.
Instructions
List live sessions, or set which one is the DEFAULT (used by any tool call that omits session). Prefer passing session directly on each tool call for multi-role work — that's what lets concurrent dispatch happen; scout_session is for sequential convenience (skip repeating session on every call) and for checking what's live. Both browsers stay live and authenticated regardless of which is default — re-snapshot a session after a break to see what changed while it was away.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Session to make the default; omit to list sessions | |
| session | No | Alias for `name`. |