Skip to main content
Glama
KI4JLU

mcp-blanko

by KI4JLU

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PORTNoHTTP port for SSE transport3001
MCP_FILES_DIRNoBase directory for the file operation toolcwd
MCP_TRANSPORTNoTransport mode: stdio or ssestdio

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
hello_worldA

A simple greeting tool. Takes a name and returns a personalized greeting.

process_orderD

Demonstrates a tool with a rich input schema: nested objects, enums, optional fields, and error handling.

long_running_taskC

Demonstrates an async tool that simulates a long-running operation (e.g., data processing, report generation).

fetch_dataC

Placeholder for a tool that calls an external API. Replace the handler with your own API logic.

manage_fileC

Demonstrates reading and writing local files. Operates within a configurable base directory.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.7/5.0

Scored across 5 tools

Disambiguation4/5

Each tool has a distinct purpose (API call, greeting, async task, file management, order processing), so there is little risk of confusion. However, 'fetch_data' is vaguely named and could overlap with 'long_running_task' in concept.

Naming Consistency5/5

All tool names use lowercase with underscores, following a consistent pattern. The names are descriptive and predictable.

Tool Count4/5

With 5 tools, the count is reasonable for a small demonstration server. It is slightly below the typical 3-15 range for a focused domain, but acceptable for a placeholder set.

Completeness2/5

The tools are unrelated demonstrations covering disparate domains (API, greeting, file I/O, order processing). There is no coherent domain, so coverage is severely incomplete for any real-world use case.

Maintenance

ActivityInactive
ResponsivenessNo issues