action trashnothing_report_conversation { label: "Report conversation" provider: trashnothing method: POST path: "/conversations/{conversation_id}/report" encoding: json input: { type: "object" properties: { conversation_id: { type: "string" } } required: ["conversation_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }