get_bridge_status
Check bridge state and remaining MCP quota before long runs. Reports extension attachment, sign-in, plan tier, and remote approvals; optionally verifies save status without consuming cap units.
Instructions
Report the bridge's own state: whether the extension is attached, the plan tier, whether you are signed in, whether remote approvals are enabled, and how much of the MCP cap is left today and this week. Costs NO cap units. Without scriptId it reads cached bridge state; with scriptId it queries the browser for the latest save status and durable commit receipt. After a timeout, inspect that status before retrying. Unknown means no retained proof, not proof of failure. Check this before a long run so you find out you have three calls left now rather than mid-task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scriptId | No | Optionally inspect the latest save for this script; reads the browser without spending a cap unit. | |
| operationId | No | Save operation ID from export progress or a timeout. Requires scriptId. |