Skip to main content
Glama
jasona7

mcp-crontab-server

by jasona7

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_crontabA

List all crontab entries for the current user with line numbers.

search_crontabA

Search crontab entries containing a keyword (case-insensitive).

get_cron_logsA

Get recent cron execution logs from the system.

explain_cron_expressionA

Explain a cron expression in plain English. Supports 5-field cron and special strings like @daily.

next_runsA

Calculate the next N execution times for a cron expression.

validate_cron_expressionA

Check if a cron expression is syntactically valid. Returns specific errors for invalid fields.

add_cron_entryA

Add a new entry to the current user's crontab.

remove_cron_entryA

Remove crontab entries matching a pattern. Shows what will be removed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 8 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: list/search target entries, add/remove modify entries, get_cron_logs retrieves logs, and the three expression tools (explain, validate, next_runs) each return different outputs. There is no overlap that would confuse an agent.

Naming Consistency4/5

Most tools follow a verb_noun pattern (list_crontab, search_crontab, add_cron_entry, etc.) with consistent snake_case. The exception is 'next_runs', which is a noun phrase rather than verb-first, and 'get_cron_logs' uses 'get' while others use different verbs, but the overall pattern is still readable.

Tool Count5/5

8 tools is well-scoped for a crontab manager: entry operations (list/search/add/remove), log retrieval, and cron expression utilities (explain/validate/next_runs). Each tool serves a distinct need, and the count is appropriate.

Completeness4/5

The surface covers the core workflows: viewing (list/search), modifying (add/remove), checking execution (logs), and handling expressions (explain/validate/next_runs). An update/edit tool is missing, which would be a minor gap, but re-adding after removal is a workaround.

Maintenance

ActivityInactive
ResponsivenessNo issues