action browshot_get_instances_info { label: "Get all instances" description: "Get all instances." provider: browshot method: GET path: "/instance/list" encoding: json output: { type: "object" additionalProperties: true } }