Skip to main content
Glama
DykstraSound

McProxy

by DykstraSound

ping

Check if the MCP server is running by issuing a test call that returns a pong response, confirming connectivity without side effects.

Instructions

Returns a simple pong response. Used to verify the MCP server is running. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden. It explicitly discloses the read-only nature ('Read-only') and the expected output ('Returns a simple pong response'). For a simple ping tool there is little else to disclose, so this is adequate, though not exhaustive (e.g., no mention of latency or failure behavior, which is minor here).

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?

Three short, front-loaded sentences with zero waste. The core function ('Returns a simple pong response') leads, followed by the use case and the read-only qualifier. Every sentence 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?

For a zero-parameter, no-output-schema, no-sibling tool, the description is complete. An agent knows exactly what to expect on invocation (a pong response), why to call it (server verification), and its safety profile (read-only). Nothing an agent needs to call it correctly is missing.

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?

The tool has zero parameters and 100% schema description coverage (empty schema), so the baseline is 4. The description adds nothing about parameters, but none exist to explain — the schema already exhaustively documents the empty parameter set. No compensation needed.

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 states a clear verb ('Returns') and resource ('a simple pong response') and explicitly names the tool's purpose: verifying the MCP server is running. With no sibling tools to differentiate from, the purpose is unambiguous and immediately actionable for an agent.

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 when to use the tool ('Used to verify the MCP server is running'). With no sibling tools and no alternative paths, no exclusions are needed. It could have added a note on when NOT to use it, but the context is clear and sufficient for a health-check utility.

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

Deploy Server

Other Tools