action elmah_logs_diagnose { label: "Help diagnose logging problems." description: "Required permission: `messages_write`" provider: elmah method: GET path: "/v3/logs/{id}/_diagnose" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "array" items: { type: "string" } } }