Skip to main content
Glama

cron-explainer

Server Details

Cron expression parser: explains any cron + returns next N fire times. Timezone-aware.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
IdoAzaCalls/cron-explainer
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 1 of 1 tools scored.

Server CoherenceB
Disambiguation5/5

Only one tool exists, so there is no ambiguity with other tools. The tool's purpose is clearly described.

Naming Consistency3/5

With a single tool, naming consistency cannot be assessed meaningfully; it follows a reasonable verb_noun pattern.

Tool Count2/5

A single tool is too few for a server; it suggests either an extremely narrow domain or a micro-service that could be merged into a larger server.

Completeness2/5

The tool only explains cron expressions, but does not allow creating, modifying, or deleting cron jobs. For the domain of cron management, this is severely incomplete.

Available Tools

1 tool
explain_cronAInspect

Parse a POSIX/Vixie cron expression and return the next N fire times plus an English description. Timezone-aware (IANA). Best-effort accuracy. Billed at 1 EUR cent per successful call; non-2xx responses are refunded.

ParametersJSON Schema
NameRequiredDescriptionDefault
nNoNumber of upcoming fire times to return.
tzNoIANA timezone (e.g. 'Europe/Lisbon'). Defaults to UTC.
cronYesPOSIX/Vixie cron expression (5 fields, e.g. '*/15 * * * *').
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions timezone-awareness, best-effort accuracy, and billing. However, it doesn't state what happens on invalid cron syntax (error message?), rate limits, or if it requires authentication. With no annotations, this is adequate but not thorough.

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 very concise: three sentences, each serving a distinct purpose (function, timezone, billing). No wasted words. Front-loaded with the primary action.

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?

Given the parameter count (3) and no output schema, the description covers the core purpose, timezone handling, and billing. It doesn't mention possible errors, but for a simple parsing tool, this may be sufficient. The absence of output schema means the description could hint at the output format, but it doesn't, which is a minor gap.

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?

Schema description coverage is 100%, so the schema already describes all parameters well. The description doesn't add much beyond what's in the schema, but it does provide context for the overall tool (e.g., timezone-awareness). Baseline 3 is appropriate.

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 parses a cron expression, returns next N fire times, and gives an English description. It specifies it's timezone-aware and mentions billing. The verb 'parse' and product 'cron expression' are specific, and the tool name 'explain_cron' directly reflects this.

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 tells the user when to use this tool (to parse a cron expression and get upcoming fire times). It doesn't explicitly mention when not to use it or list alternatives, but since there are no sibling tools, this is acceptable. The billing info gives implicit guidance that failures are refunded.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.