action trashnothing_archive_conversation { label: "Archive conversation" provider: trashnothing method: PUT path: "/conversations/{conversation_id}/archive" encoding: json input: { type: "object" properties: { conversation_id: { type: "string" } } required: ["conversation_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }