Skip to main content
Glama

Cheap repeatable heartbeat

ping_heartbeat
Read-onlyIdempotent

Check server connectivity with a low-cost heartbeat ping. Each call costs $0.001, billed via batch-settlement for repeated use.

Instructions

Minimal heartbeat/ping endpoint, billed via a batch-settlement payment channel so it's cheap to call repeatedly in one session. Price: $0.001 per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false. The description agrees fully and adds valuable behavioral context about the billing mechanism (batch-settlement payment channel) and exact cost ($0.001 per call), which goes well beyond what annotations provide.

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 extremely concise at two sentences, front-loads the core purpose, and every word earns its place by specifying the pricing model and suitability for repeated calls. No redundancy or filler.

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 heartbeat tool, the description is completely adequate. It tells the agent the purpose, cost, billing model, and suitability for repeated use. No missing information given the tool's simplicity and richness of annotations.

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?

With 0 parameters and 100% schema definition coverage, the schema already fully documents what inputs are needed (none). The description adds no parameter info, which is appropriate. Baseline 4 is justified because the description adds value by explaining the pricing and repeatability context beyond the empty schema.

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 explicitly states the tool is a minimal heartbeat/ping endpoint, using the verb 'ping' which matches the tool name. It clearly distinguishes this as a cheap, repeatable health-check tool, setting it apart from siblings that fetch data or generate content.

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 clearly states when to use it: for repeated calls in a session to check liveness or keep connection alive, at a low price. However, it does not explicitly say when NOT to use it or suggest an alternative, though the sibling context makes it obvious no other tool serves this function.

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/swaltersjrtest/microtap-mcp'

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