Skip to main content
Glama

Ping Malcolm API

malcolm_ping
Read-only

Verify Malcolm API reachability with a simple ping. Returns a pong response or an error if the API is unreachable.

Instructions

Quick liveness check that the Malcolm API answers (GET /mapi/ping).

    Use this as the cheapest reachability probe. For readiness of the individual
    services behind the API use malcolm_service_status; for the OpenSearch cluster
    status specifically use cluster_health. Returns the raw /mapi/ping response
    ({"ping": "pong"}); an unreachable API is reported as an error, not as an
    answer.

    A pass proves exactly two things: the HTTP endpoint answers, and the
    configured credentials authenticate — measured on Malcolm v26.07.1, a wrong
    password comes back as an upstream 401, not as a pass. It proves nothing
    about OpenSearch, the capture pipeline or any optional subsystem.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations already declare read-only and non-destructive hints, but the description adds rich behavioral context: the exact response format, error handling for unreachable API, and the specific meaning of a pass including authentication validation and what it does not guarantee. This goes well beyond annotations.

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 is front-loaded with the core purpose and then provides structured details in separate sentences. Every sentence earns its place, providing distinct pieces of information: endpoint, usage guidance, alternative tools, response format, error behavior, and limitations. No redundancy.

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?

Despite being a simple ping tool, the description covers everything needed: what it does, when to use it, what the response looks like, how errors are reported, and what the results do and do not prove. The output schema is present, so the raw response format need not be separately documented.

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 schema provides no information. With zero parameters, baseline is 4. The description adds the request method and endpoint (GET /mapi/ping) and explains the response, which is useful context even though not parameter-specific.

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 opens with a specific verb and resource: 'Quick liveness check that the Malcolm API answers (GET /mapi/ping).' It clearly distinguishes this tool from siblings by explicitly naming alternative tools and explaining what this tool does not cover.

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?

Provides explicit 'when to use' guidance: 'Use this as the cheapest reachability probe.' It then gives alternative tools for related but distinct purposes (malcolm_service_status, cluster_health) and clarifies the exact meaning of a pass, which helps the agent decide when this tool is appropriate.

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/nagameTW/mcp-server-malcolm'

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