Glif

Official

run_glif

Run a glif with the specified ID and inputs

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the glif to run
inputsYesArray of input values for the glif

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The ID of the glif to run", "type": "string" }, "inputs": { "description": "Array of input values for the glif", "items": { "type": "string" }, "type": "array" } }, "required": [ "id", "inputs" ], "type": "object" }