action rumble_get_account_key { label: "Get key details" provider: rumble method: GET path: "/account/keys/{key_id}" encoding: json input: { type: "object" properties: { key_id: { type: "string" format: "uuid" } } required: ["key_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }