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
submit_taskC

Register one task. Historical input refs use task:/artifact: or artifact:.

submit_graphC

Register a batch DAG atomically. Local refs use @task/artifact and control deps use @task.

get_taskB

Return task state, attempts, dependencies, and committed artifacts.

list_tasksC

List recent tasks, optionally filtered by state.

cancel_taskB

Cancel a pending or running task and invalidate its current fencing generation.

retry_taskA

Create a new execution generation for a failed/canceled/blocked task.

list_artifactsC

List immutable artifacts committed by a task.

get_artifactB

Resolve one task output to its immutable artifact record and local storage path.

get_graphC

Return the persisted dependency neighborhood around a task.

get_eventsC

Read durable task/artifact lifecycle events after an event ID.

watch_eventsC

Long-poll durable events without busy waiting; reconnect using the last event ID.

resource_statusA

Show configured capacity and current reservations; no resource prediction is performed.

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/ShiroganeKaichou/LinkedRun'

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