action browshot_get_account_info { label: "Get information about your account" description: "Get information about your account." provider: browshot method: GET path: "/account/info" encoding: json input: { type: "object" properties: { details: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }