Skip to main content
Glama

Ping

ping

Connectivity check — returns server version and current timestamp. Use to verify MCP server is reachable before calling other tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.9/5.0
Behavior5/5

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

No annotations exist, but the description fully discloses the tool's behavior: a read-only connectivity check returning server info. No hidden traits needed.

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?

Two concise sentences: first states purpose and output, second provides usage directive. No wasted words.

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?

With zero parameters and simple return, the description fully covers what the tool does and when to use it. No gaps.

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?

No parameters, so baseline 4. Description doesn't need to add param info beyond schema coverage (100%).

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 it's a connectivity check that returns server version and timestamp, effectively distinguishing it from sibling tools that retrieve specific data (get_company_profile, get_kakao_consult_link).

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

Usage Guidelines5/5

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

Explicitly says 'Use to verify MCP server is reachable before calling other tools,' providing clear when-to-use guidance without needing alternatives.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool has a unique and clear purpose: get_company_profile for company info, get_kakao_consult_link for consultation, and ping for connectivity. There is no overlap or ambiguity.

Naming Consistency4/5

Two tools follow the 'get_' prefix pattern, and 'ping' is a common exception for health checks. Overall, the naming is consistent with a minor deviation.

Tool Count4/5

Three tools is within the typical well-scoped range of 3-15. While minimal, each tool serves a distinct purpose and earns its place.

Completeness1/5

The tools only cover company identity and contact, lacking any tour-related functionality (e.g., list tours, get tour details, bookings). The surface is severely incomplete for a tour company domain.

Resources