Glif

Official

glif_info

Get detailed information about a glif including input fields

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the glif to show details for

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The ID of the glif to show details for", "type": "string" } }, "required": [ "id" ], "type": "object" }