Skip to main content
Glama

Ping

ping

Perform a health check to confirm server is operational. Returns 'pong' with an optional echoed message.

Instructions

Health check. Returns 'pong', echoing an optional message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageNoOptional text to echo back
Behavior5/5

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

No annotations are provided, so the description fully carries the burden. It discloses the exact return value ('pong') and the effect of the optional message parameter (echoing it back). No hidden behavior or side effects are implied.

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

Conciseness5/5

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

The description consists of a single sentence that front-loads the core purpose ('Health check') and immediately follows with the output behavior. No extraneous words; every phrase earns its place.

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

Completeness5/5

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

Given the tool's simplicity (one optional parameter, no output schema), the description provides all necessary information: it explains what the tool does, what it returns, and the role of the parameter. No gaps remain.

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

Parameters3/5

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

Schema description coverage is 100% for the single optional 'message' parameter. The description adds 'echoing an optional message', which reiterates the schema's 'Optional text to echo back' without adding new semantic detail. Baseline score of 3 is appropriate.

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

Purpose5/5

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

The description clearly states 'Health check' and specifies that it returns 'pong', echoing an optional message. This precisely defines its purpose and distinguishes it from sibling tools like extract_keywords, score_fit, and tailor_resume.

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

Usage Guidelines4/5

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

The description explicitly states 'Health check', which implies when to use the tool (to verify service availability). While it doesn't mention when not to use it or list alternatives, the context is sufficient for a simple tool with clear intent.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mr-martinsosa/resume-tailor-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server