Skip to main content
Glama
theoddden

io.github.theoddden/stamp

by theoddden

get_drift

Analyze the clock drift log to determine current offset, drift rate in ms/day, and stability status, identifying whether the clock is stable, drifting, or accelerating.

Instructions

Analyze the drift log built by get_time: reports current offset, drift rate (ms/day), and whether the clock is stable, drifting, or accelerating.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serverNoOnly analyze samples from this NTP server

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It communicates a read-only analysis operation and enumerates the computed outputs, which gives the agent an accurate model of what invoking the tool will do. It could mention behavior when no log exists or how the server filter affects results, but the core behavior is transparent.

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 sentence front-loads the primary purpose ('Analyze the drift log built by get_time') and then lists the specific reports produced. Every clause earns its place and there is no redundant or filler content.

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 simple tool with one optional parameter and no output schema, the description covers the key context: what data it analyzes, what metrics it reports, and the relationship to get_time. It is not exhaustive about edge cases like empty logs or threshold definitions, but those are not required given the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already describes the only parameter, server, with 100% coverage. The tool description does not add extra meaning about parameter usage beyond the schema, so the baseline score of 3 is appropriate since the schema fully documents the parameter.

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 action (analyze), the resource (the drift log built by get_time), and the specific outputs (current offset, drift rate, stability status). It also distinguishes itself from its sibling get_time by framing itself as an analysis of that tool's log data.

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 establishes a clear context: it operates on the drift log produced by get_time, implying get_time should be run first. It does not explicitly state when not to use it or compare it to alternatives, but for a two-tool sibling set the sequencing is strongly implied.

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/theoddden/Stamp-MCP'

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