Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_pipeline_jobsA

List pipeline jobs, newest first. Optional filters: status (Active, Complete, Failed, Pending, or running), request_id, limit (default 50, max 100). Job names are pipelines-{request_id}-{step_index}-{replica}.

get_pipeline_jobB

Get one job by request_id, step_index, and replica.

list_pipeline_podsB

List pods for one job. Empty if they are already gone.

get_pipeline_job_configA

Get the full YAML config for one job by request_id, step_index, and replica. Secrets are redacted.

get_pipeline_podA

Get one pod by pod_name.

get_pipeline_pod_configA

Get the full YAML config for one pod by pod_name. Secrets are redacted.

get_pipeline_logA

Read pipeline worker logs for a request. Empty until the worker pod is running. Default is the last 100 lines plus a cursor. Pass cursor to get only new lines. full=true still caps size.

get_pipeline_service_logB

Read service logs for a request. Same cursor rules as pipeline log.

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/maxim-at-reveliolabs/pipelines-mcp'

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