Skip to main content
Glama
impossibleG

impossible-mcp

by impossibleG

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_TRANSPORTNoTransport for the MCP server: 'stdio' or 'http'. Defaults to stdio. Use 'http' to run the HTTP service.stdio

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
}
logging
{}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
echoA

Return text to the caller with an optional prefix.

server-timeA

Return the server's current time as an ISO-8601 value.

Prompts

Interactive templates invoked by user choice

NameDescription
review-tool-resultAsk a model to assess a tool result for correctness and gaps.

Resources

Contextual data attached and managed by the client

NameDescription
aboutServer identity and customization guidance

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: one echoes text, the other returns the server time. There is no possibility of an agent confusing them.

Naming Consistency3/5

'echo' follows a verb style while 'server-time' uses a noun-phrase style with a hyphen, so the naming convention is not fully consistent. However, with only two tools, the mismatch is minor and both names are readable.

Tool Count3/5

Two tools is on the thin side for a server, but the functionality is simple and each tool serves a clear standalone purpose. The count feels minimal rather than excessive.

Completeness3/5

The server has no clearly defined domain, so there are no obvious CRUD gaps. As a minimal utility set, echo and server-time cover their stated functions, but the surface is too sparse to call it complete for any broader purpose.

Maintenance

ActivityActive
ResponsivenessNo issues