Skip to main content
Glama

Pulse At

pulse_at
Read-onlyIdempotent

Fetch the NIST Randomness Beacon pulse closest to a given Unix timestamp in milliseconds (time_ms); returns the 512-bit output value and chain/signature metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
time_msYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pulseNoPulse data object
statusCodeNoHTTP status code

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "time_ms": 1704067200000
      +  }
      +]
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "pulse": {
      +      "description": "Pulse data object",
      +      "type": "object"
      +    },
      +    "statusCode": {
      +      "description": "HTTP status code",
      +      "type": "integer"
      +    }
      +  },
      +  "type": "object"
      +}
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations indicate the tool is read-only and safe. The description adds behavioral detail: it returns the 'closest' pulse along with metadata, which is beyond annotation scope. No contradictions.

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?

A single, front-loaded sentence of 20 words that efficiently conveys the action, resource, input, and output. No fluff or redundancy.

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?

The description covers purpose, input format, and output summary. With an output schema present and comprehensive annotations, the description is largely sufficient, though it omits potential error conditions or range constraints.

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% schema coverage, the description clarifies that time_ms is a Unix timestamp in milliseconds and that the tool finds the closest pulse. This adds meaning beyond the schema's type and required flag.

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 the tool fetches the NIST Randomness Beacon pulse closest to a given Unix timestamp, specifying the input format and output contents. It implicitly distinguishes from siblings like 'last_pulse' and 'latest_in_chain' by focusing on historical lookup.

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

Usage Guidelines3/5

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

The description provides context for when to use the tool (fetching a pulse near a specific timestamp) but does not explicitly exclude alternatives or compare with sibling tools, leaving the agent to infer usage boundaries.

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.