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