Skip to main content
Glama
mitchallen

mcp-hello-server

by mitchallen

Server Info

server_info
Read-only

Check server health and status to verify operational readiness and identify potential issues.

Instructions

Health/status of the server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, and the description adds no extra behavioral context beyond restating the high-level purpose. No mention of potential latency, authentication, errors, or what specific statuses are returned; this is not a meaningful behavior disclosure beyond the annotation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The short fragment 'Health/status of the server.' is direct and front-loaded with the key purpose, with no filler. It is a bit terse but appropriate for a zero-parameter status tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that there are no parameters, an explicit output schema exists, and annotations signal non-mutating behavior, the description suffices for basic selection and invocation. It only lacks a little more explicit detail about what 'health/status' includes, but the schema and purpose cover the core context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are no parameters, so the baseline for parameter semantics is 4. The description correctly implies a parameterless lookup and does not need to compensate for any schema deficiency.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the resource (server) and the kind of output (health/status), distinguishing this tool from a conversational sibling like greet. It lacks an explicit verb, but the intent is unmistakable for an info-gathering tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The need for server health/status is clear and implicitly separates it from greet, but no explicit when-to-use guidance or exclusions are provided. The description leaves the agent to infer that this tool is the correct choice only when server status is needed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools