Skip to main content
Glama
northfieldzz

Python MCP Server Blueprint

by northfieldzz

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
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
calculate_squareA

与えられた数値の2乗を計算する。

greet_userA

ユーザーに挨拶を返す。

Prompts

Interactive templates invoked by user choice

NameDescription
explain_code指定されたプログラミング言語のコードを解説するためのプロンプト。

Resources

Contextual data attached and managed by the client

NameDescription
get_system_infoサーバーを実行しているマシンのシステム情報を取得する。

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: one performs a numeric calculation, the other provides a greeting. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow the same verb_noun pattern (calculate_square, greet_user), making the naming consistent and predictable.

Tool Count3/5

With only two tools, the server feels thin for most purposes, though as a 'blueprint' it may be intentionally minimal. The count is borderline acceptable.

Completeness2/5

The two tools are unrelated and do not form a cohesive domain, leaving significant gaps for any real-world use case. There is no apparent lifecycle or broader coverage.

Maintenance

ActivitySlowing
ResponsivenessNo issues