Skip to main content
Glama

Presend MCP Server

timestamp

Convert timestamps

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
unixNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.5/5.0
Behavior1/5

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

With no annotations and no output schema, the description carries the full behavioral burden and fails completely: it discloses nothing about direction, supported formats, timezone assumptions, error behavior, or return shape. An agent cannot predict what calling this tool does beyond the vaguest notion.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three words are technically concise and front-loaded, but the brevity is under-specification, not efficiency — nothing here earns its place because nothing informative is conveyed.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a two-parameter conversion tool with no annotations, no output schema, and zero schema coverage, the description omits everything an agent needs: conversion direction, input/output formats, and parameter roles. It is wholly inadequate.

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

Parameters1/5

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

Both parameters (date, unix) have empty schema descriptions (0% coverage) and the description never mentions them. It gives no clue whether 'unix' expects seconds or milliseconds, what date format 'date' takes, or whether both should be supplied or only one.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Convert timestamps' essentially restates the tool name and adds little: it does not say which direction the conversion runs (Unix to date, date to Unix, or both), what input formats are accepted, or how timezone is handled. It is a near-tautology rather than a specific verb+resource statement.

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

Usage Guidelines2/5

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

There is no when-to-use guidance, no mention of alternatives among the many converter siblings (base64, csv_json, uuid, color), and no conditions or prerequisites. Conversion is only weakly implied by the word 'Convert'.

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.