check_browser_status
Verify browser availability and lock status to determine if any browsers need closing, providing clear instructions and detailed outputs for streamlined workflow management.
Instructions
Step 1: Check which browsers are available and which are locked. This is the first step in the workflow - run this to see if you need to close any browsers.
Returns a dictionary with:
- status: "ready", "browser_locked", or "error"
- error_message: Clear error message if there's an issue
- user_action_required: True if user needs to close browsers
- recommended_action: Specific instructions for the user
- available_browsers: List of detected browsers
- active_browsers: List of browsers that are currently running
IMPORTANT: If status is "browser_locked", you MUST tell the user to close the specified browser(s).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "check_browser_statusArguments",
"type": "object"
}