action maif_start_snow_monkey { label: "Start the Snow Monkey" description: "Start the Snow Monkey" provider: maif method: POST path: "/api/snowmonkey/_start" encoding: json output: { type: "object" required: ["done"] properties: { done: { type: "boolean" } } } }