Skip to main content
Glama
mizukaizen

nightglass MCP Server

by mizukaizen

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
take_screenshotA

Take a screenshot of a website. Returns the screenshot as a PNG image. Supports viewport screenshots, full-page captures, and mockup mode (screenshot wrapped in a browser frame).

check_balanceA

Check your nightglass account balance and remaining screenshot credits.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: take_screenshot handles capturing website screenshots, while check_balance manages account credits. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tools follow the consistent verb_noun pattern: take_screenshot and check_balance. The naming is clear, predictable, and matches the action they perform.

Tool Count3/5

With only two tools, the server feels thin for a screenshot service. A typical screenshot API might include additional tools for managing captures, listing history, or configuring settings, but the current count is borderline acceptable.

Completeness4/5

The server covers the core screenshot-taking workflow and account balance check. Minor gaps exist (e.g., no history, download, or retry options), but the primary use case is fully addressed.

Maintenance

ActivityInactive
ResponsivenessNo issues