Skip to main content
Glama
capsulerun

Capsule Bash Server

Official
by capsulerun

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
runB

Execute a Bash command in the sandboxed environment

resetA

Reset a session's filesystem and shell state (cwd, env vars) to their initial values. Useful to start fresh without creating a new session.

sessionsA

List all active session IDs and their current state.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a unique, clear purpose: reset reverts state, run executes commands, and sessions lists active sessions. No ambiguity or overlap exists.

Naming Consistency5/5

All tool names are single, imperative verbs (reset, run, sessions) following a consistent, simple pattern.

Tool Count5/5

Three tools is well-scoped for a bash sandbox server, covering essential operations without superfluous or missing tools.

Completeness4/5

The set covers core actions (run, reset, list sessions) but lacks explicit session creation; likely sessions are created implicitly, leaving a minor gap.

Maintenance

ActivityInactive
ResponsivenessUnresponsive