action trashnothing_mark_conversation_read { label: "Mark conversation as read" provider: trashnothing method: PUT path: "/conversations/{conversation_id}/mark-read" encoding: json input: { type: "object" properties: { conversation_id: { type: "string" } } required: ["conversation_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }