action voodoomfg_get_model { label: "Retrieve the models you've created.\n" description: "Lists all of the models you've created.\n" provider: voodoomfg method: GET path: "/model" encoding: json output: { type: "object" additionalProperties: true } }