Skip to main content
Glama

Microburbs Australian Property Data

ping

Returns immediately if the API is up. No authentication required and not metered — safe to poll from a load balancer, uptime monitor, or status dashboard without affecting your usage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool returns immediately, requires no authentication, and is not metered. This is valuable behavioral context beyond what the schema shows. It doesn't describe the response format, but the output schema exists, so that gap is partially covered. The description adds meaningful behavioral traits (no auth, no metering) that an agent needs to know.

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 a single, tight sentence that front-loads the core behavior ('Returns immediately if the API is up') and then adds the two most important operational facts (no auth, not metered) plus concrete use cases. Every clause earns its place; there is no fluff.

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?

For a zero-parameter health-check tool, the description covers the essential context: what it does, when to use it, and its operational characteristics. The output schema exists, so return-value documentation is not the description's job. The only minor gap is that it doesn't explicitly state what a failure looks like (e.g., non-200 response), but that is a minor omission for a ping tool.

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, so the schema is trivially complete. The description adds no parameter-specific semantics because there are none to add. Baseline 4 for zero-parameter tools is appropriate; the description correctly implies no inputs are 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 specific verb ('Returns') and resource ('API'), and clearly defines the tool's scope: a health check that returns immediately if the API is up. It distinguishes itself from the sibling 'ping_head' by describing the behavior (immediate return) and the intended use cases (load balancer, uptime monitor, status dashboard).

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?

The description explicitly states when to use this tool: for health checks from load balancers, uptime monitors, or status dashboards. It also provides an exclusion by noting it is not metered and requires no authentication, which implies it is safe for frequent polling. This is clear guidance for an agent deciding between this and other tools.

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.

Resources