get_browseranswerimperative
Look up details for a specific agentic browser, browser-feature, automation framework, or agent API by name. Match accepts product names ("ChatGPT Atlas", "Atlas", "Comet", "Edge Copilot Mode") and is case-insensitive. Use this when the user asks about a specific product. Use list_agentic_browsers first if you do not know the name.Input schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Product name to look up (e.g. \"Atlas\", \"Perplexity Comet\", \"Edge Copilot Mode\", \"Stagehand\", \"Cloudflare Browser Run\")."
}
},
"required": [
"name"
]
}