Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_modelsA

List available image and video models with their capability constraints. Read this before generating: supported resolutions, durations, aspect ratios and reference-image slots differ per model.

generate_imageA

Generate one image synchronously and return the finished asset with both its local filesystem path and its HTTP URL. Blocks until the image exists. Batch generation is not supported.

generate_videoA

Submit a video generation job and return its ID immediately. Does NOT wait for the render; poll with get_job.

get_jobA

Fetch a generation's current state, optionally long-polling for up to wait_seconds. Returns the finished asset once the state is COMPLETE.

upload_assetA

Ingest a local file into a project's uploads directory and return an asset ID usable as an image reference or a video frame.

list_mediaB

Browse the library with optional project, kind, model and date filters.

get_mediaB

Full metadata for one generation, including its input lineage.

delete_mediaB

Delete a generation together with its files and thumbnails.

list_projectsB

List projects. 'unsorted' always exists.

create_projectC

Create a project and return its slug.

get_budgetA

Provider-authoritative remaining credit plus local daily-cap status. Amounts are strings or null; null means the cost is unknown, never zero.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/szk1234/higgshole'

If you have feedback or need assistance with the MCP directory API, please join our Discord server