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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_transformsC

Search AlbumentationsX transform metadata.

get_transform_schemaB

Get parameter schema, target support, and summary for one transform.

validate_pipelineC

Validate a pipeline spec before previewing or exporting it.

recommend_pipelineC

Recommend a conservative starter pipeline for a CV task.

adjust_pipelineC

Adjust a pipeline from structured preview feedback tags.

explain_pipelineC

Explain likely pipeline effects, risks, and useful preview feedback tags.

list_feedback_tagsA

List structured feedback tags accepted by adjust_pipeline.

export_pipelineB

Export a validated pipeline as Python, JSON, or YAML.

render_previewC

Render deterministic preview artifacts for local input images.

list_preview_runsC

List recent preview runs recorded under the configured artifact root.

get_preview_manifestC

Return the manifest JSON for one recorded preview run.

Prompts

Interactive templates invoked by user choice

NameDescription
build_robustness_augmentation_sessionGuide an assistant through preview-driven augmentation tuning.

Resources

Contextual data attached and managed by the client

NameDescription
transforms_catalogReturn the transform catalog as compact JSON.
pipeline_schemaReturn the JSON schema for pipeline specs.
feedback_tags_resourceReturn structured feedback tags accepted by adjustment tools.
capabilities_resourceReturn operational limits and safety boundaries for this MCP server.

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/dKosarevsky/albu-mcp'

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