action voodoomfg_get_order { label: "Lists all orders.\n" description: "Gets all of orders that you've confirmed.\n" provider: voodoomfg method: GET path: "/order" encoding: json output: { type: "object" additionalProperties: true } }