Skip to main content
Glama
darshk07

cronjob-org-mcp

by darshk07

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CRONJOB_API_KEYYesYour cron-job.org API key, obtainable from the console under Settings > API.

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_jobsA

List all cron jobs in the cron-job.org account.

get_jobA

Get full details (including auth, notifications, headers, body) for one cron job by ID.

create_jobA

Create a new cron job on cron-job.org. Only 'url' is mandatory; omitted schedule fields default to 'every unit' ([-1]), so an empty schedule runs every minute of every day.

update_jobB

Update an existing cron job. Only include the fields you want to change.

delete_jobB

Permanently delete a cron job by ID.

get_job_historyA

List recent executions of a cron job, plus predicted upcoming execution timestamps.

get_history_itemA

Get full details (including response headers/body if saved) for one execution history entry.

list_foldersA

List all folders used to organize cron jobs.

get_folderB

Get details for one folder by ID.

create_folderA

Create a new folder to organize cron jobs into. Title must be unique, max 128 characters.

update_folderC

Rename an existing folder.

delete_folderA

Delete a folder. Jobs inside it are not deleted; they become unfoldered.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/darshk07/cron-job-org-mcp'

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