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