action browshot_get_browser_info { label: "Get information about a browser" description: "Get information about a browser." provider: browshot method: GET path: "/browser/info" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }