Glif
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GLIF_API_TOKEN | Yes | Your API token from https://glif.app/settings/api-tokens |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| workflow_infoA | Get detailed information about a workflow (glif) including its input fields, recent runs, and creator info. |
| run_workflowA | Run a workflow (glif) with the specified ID and inputs. Workflows can generate images, text, audio, and more. Inputs can include text, URLs, or base64-encoded media. |
| list_featured_workflowsA | Get a curated list of featured workflows (glifs) - AI-powered tools for generating images, text, and more. |
| search_workflowsA | Search for workflows (glifs) by name, description, or keywords. Find AI tools for image generation, text processing, and more. |
| my_workflowsA | Get a list of your published workflows (glifs). Shows your AI workflows with run counts and creation dates. |
| my_user_infoA | Get detailed information about your Glif account, including profile info, recent workflows, and recent runs. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| showcase_featured_glif | Show and run the most recent featured glif with fun inputs |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Glif Details | Get metadata about a specific glif |
| Glif Run Details | Get details about a specific glif run |
| Glif User Details | Get details about a glif user |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: listing featured workflows, user info, personal workflows, running a workflow, searching workflows, and workflow details. No overlap or ambiguity.
Naming patterns are mixed: some use verb+noun (list_featured_workflows, run_workflow, search_workflows), some use possessive+noun (my_user_info, my_workflows), and one uses noun+noun (workflow_info). This inconsistency could confuse an agent.
6 tools is well-scoped for a workflow platform, covering essential operations without being overwhelming or too sparse.
Missing CRUD operations for workflows (create, update, delete), which are important for managing workflows. The set focuses on consumption and view only, leaving gaps for workflow creation and management.