Skip to main content
Glama
Cedricnator

MCP Hello World Server

by Cedricnator

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
say_helloB

Devuelve un saludo personalizado con el nombre proporcionado

calculate_sumB

Calcula la suma de dos números

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: calculate_sum performs a mathematical operation on two numbers, while say_hello generates a personalized greeting. There is no overlap in functionality, making it impossible for an agent to confuse them.

Naming Consistency5/5

Both tools follow a consistent verb_noun naming pattern (calculate_sum and say_hello), using snake_case throughout. The verbs 'calculate' and 'say' clearly indicate the action, and the nouns 'sum' and 'hello' specify the target, creating a predictable and readable convention.

Tool Count2/5

With only two tools, this server feels too thin for a general-purpose 'Hello World Server' that might imply broader utility. The tools cover basic math and greetings, but the count is minimal and lacks depth for meaningful agent workflows, suggesting an incomplete or overly simplistic implementation.

Completeness2/5

Given the server name 'MCP Hello World Server', which suggests a demonstration or introductory toolset, the surface is severely incomplete. It lacks common 'hello world' elements like file operations, API testing, or configuration tools, and the two provided tools do not form a coherent domain or support typical agent tasks beyond trivial examples.

Maintenance

ActivityInactive
ResponsivenessNo issues