session_lease_info
Check the lease status of a browser session without exposing the token. Retrieve lease state for a named session to verify availability before taking actions.
Instructions
Report the lease state for a session (never returns the token).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Session name. | |
| lease | No | Optional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env. | |
| session | No | Optional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default'. |