Skip to main content
Glama
anh7
by anh7

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
listScreensA

List available screens/displays that can be captured

takeScreenshotA

Take a screenshot of a specific screen and return it as a base64 encoded string.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

listScreens and takeScreenshot have clearly distinct purposes—one lists available screens, the other captures a screenshot. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tools use a consistent camelCase verb_noun pattern (listScreens, takeScreenshot) that is predictable and clear.

Tool Count4/5

With only 2 tools, the set is minimal but covers the essential operations for screen capture (list and capture). Could be slightly thin but still reasonable for a focused domain.

Completeness4/5

The tool set covers listing screens and capturing a screenshot, which is the core functionality. Missing features like capturing all screens or with options are minor gaps that agents can work around.

Maintenance

ActivityInactive
ResponsivenessNo issues