1. "browserbase_session_create":
"Create or reuse a single cloud browser session using Browserbase with fully initialized Stagehand. WARNING: This tool is for single-browser workflows only. If you need to run multiple browser sessions simultaneously (parallel scraping, A/B testing, multi-account), use multi_browserbase_stagehand_session_create instead.",
2. "browserbase_stagehand_navigate":
"Navigate to a specified URL in the browser",
3. "browserbase_stagehand_act":
"Perform actions on web page elements. Actions should be as atomic and specific as possible, like 'click the login button' or 'type hello into the search input'. Avoid multi-step actions like 'order me a pizza' or 'email Paul to call me'.",
4. "browserbase_stagehand_extract":
"Extract structured information and text content from the current web page based on specific instructions. This tool is perfect for data scraping, information gathering, or extracting specific content from web pages. Use this tool when you need to get text content, data, or information rather than interact with elements. For interactive elements like buttons, forms, or clickable items, use the observe tool instead.",
5. "browserbase_stagehand_observe":
"Observes and identifies specific interactive elements on the current web page that can be used for subsequent actions. This tool is specifically designed for finding actionable (interactable) elements such as buttons, links, form fields, dropdowns, checkboxes, and other UI components that you can interact with.",
6. "browserbase_screenshot":
"Take a screenshot of the current page",
7. "multi_browserbase_stagehand_session_create":
"Create parallel browser session for multi-session workflows. Use this when you need multiple browser instances running simultaneously: parallel data scraping, concurrent automation, A/B testing, multiple user accounts, cross-site operations, batch processing, or any task requiring more than one browser. Creates an isolated browser session with independent cookies, authentication, and state.",
8. "multi_browserbase_stagehand_session_list":
"FOR MULTI-SESSION TOOLS ONLY! Track all parallel sessions: The key tool for multi-session management! Shows all active browser sessions with their IDs, names, uptime, and Browserbase session IDs. Use this tool frequently in complex multi-browser scenarios to monitor parallel automation workflows, verify session status, and get session IDs for session-specific tools.",
9. "multi_browserbase_stagehand_session_close":
"Close and clean up multi-session",
10. "multi_browserbase_stagehand_navigate_session":
"Navigate to a specified URL in the browser (for a specific session)",
11. "multi_browserbase_stagehand_act_session":
"Perform actions on web page elements (for a specific session)",
12. "multi_browserbase_stagehand_extract_session":
"Extract structured information and text content from the current web page based on specific instructions (for a specific session)",
13. "multi_browserbase_stagehand_observe_session":
"Observes and identifies specific interactive elements on the current web page that can be used for subsequent actions (for a specific session)"