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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
durable_task_getA

Poll a long-running task created by this server. Repeat until status is "completed" or "failed".

durable_task_respondA

Deliver input that a paused task (status input_required) asked for.

durable_task_cancelA

Cooperatively cancel a running task. The task stops at its next checkpoint.

generate-reportA

Simulates a slow job (~2s per section). Demonstrates background execution, progress polling, restart-safe state, and cooperative cancellation.

file_transfer_openA

Open a chunked upload or download session. Upload: send chunks with file_transfer_write starting at offset 0, then file_transfer_commit. Download: fetch chunks with file_transfer_read until eof. Sessions survive server restarts — resume at the reported nextOffset.

file_transfer_writeA

Append a base64 chunk at the session's expected offset. A wrong offset returns a repairable error with the correct cursor instead of failing the transfer.

file_transfer_readA

Fetch a byte range as base64. Repeat with nextOffset until eof; the final response carries the whole-file sha256.

file_transfer_commitA

Verify size and sha256 (when declared), then move the staged file to its destination.

file_transfer_statusA

Report direction, status, bytes received so far, and destination — useful after a restart.

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/ljppanda/mcp-longjobs'

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