Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SKY_MCP_ENABLE_CHATNoEnable chat permissions. Set to "1" to enable.
SKY_MCP_ENABLE_INPUTNoEnable input permissions. Set to "1" to enable.
SKY_MCP_PROCESS_NAMESNoComma-separated list of process names to identify the game window.Sky.exe
SKY_MCP_WINDOW_TITLESNoComma-separated list of window titles to identify the game window.Sky: Children of the Light,光遇
SKY_MCP_ALLOW_MONITOR_FALLBACKNoSet to "1" to allow capturing the monitor display when the game window is not found.

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
statusA

Report permissions, OCR availability, and verified game-window status.

screenshotB

Capture only the verified Sky window and return a PNG image.

take_screenshotB

Compatibility alias for screenshot.

read_screenA

Capture the verified Sky window and run local OCR.

press_keyA

Press one allowlisted game key after verifying and focusing the Sky process.

open_chatB

Open Sky chat when both input and chat permissions are enabled.

type_textC

Paste into an already-focused, already-open Sky chat box.

send_chatC

Focus Sky, open chat, paste a message, and optionally submit it.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 8 tools

Disambiguation2/5

screenshot and take_screenshot are literal duplicates (compatibility alias), creating direct ambiguity. read_screen overlaps significantly with screenshot since both capture the window, differing only in OCR output. open_chat vs send_chat also overlap since send_chat opens chat itself. Several tools have unclear boundaries.

Naming Consistency3/5

Most tools follow a verb_noun pattern (press_key, open_chat, type_text, send_chat, read_screen), which is consistent. However, status uses a noun-only name, screenshot and take_screenshot mix a simple noun-verb with an explicit verb_noun alias, and there's inconsistency in how the capture intent is expressed (screenshot vs read_screen).

Tool Count3/5

8 tools is a reasonable count for a screen-capture and input automation server. However, the presence of a duplicate alias (take_screenshot) artificially inflates the count, and the domain could arguably be served well with 5-6 distinct tools.

Completeness4/5

The surface covers the core lifecycle: status checking, capture, OCR reading, key input, and chat operations (open, type, send). Minor gaps exist—there's no tool for mouse input, clipboard management, or capturing the full screen rather than just the game window, but the stated scope appears centered on Sky gaming automation and is reasonably well covered.

Maintenance

ActivitySlowing
ResponsivenessNo issues