Skip to main content
Glama
darshk07

cronjob-org-mcp

by darshk07

Create a cron job

create_job

Create a scheduled cron job that requests a target URL, with optional HTTP method, headers, body, and notifications. Only the URL is required; omitted schedule options run every minute.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesTarget URL the job requests
authNo
bodyNoRequest body to send (for POST/PUT/PATCH)
titleNoHuman-readable job name
enabledNoWhether the job is active (default true)
headersNoExtra request headers to send
folderIdNoFolder to place the job in
scheduleNo
notificationNo
requestMethodNo0=GET 1=POST 2=OPTIONS 3=HEAD 4=PUT 5=DELETE 6=TRACE 7=CONNECT 8=PATCH
saveResponsesNoSave response headers/body for each execution
requestTimeoutNoSeconds before the request is aborted
redirectSuccessNoTreat 3xx redirects as success

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden, and it does disclose a meaningful behavioral detail: omitted schedule fields default to [-1], causing an empty schedule to run every minute. However, it omits other important behavioral aspects such as authentication requirements, duplicate behavior, side effects, or what the response contains.

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 two tight sentences that lead with the core purpose and then provide the most critical caveat. It does not repeat schema property descriptions or add fluff.

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

Completeness2/5

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

Given the tool has 13 parameters, nested objects, no annotations, and no output schema, this short description is not complete enough. It covers URL and schedule defaults but says nothing about authentication, what a successful response looks like, or how this creation operation affects the account.

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

Parameters4/5

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

The schema already documents most parameters at 77% coverage, so the baseline is 3. The description adds real value beyond the schema by stating that only url is mandatory and by explaining what happens when schedule fields are omitted, a nuance the schema alone does not fully convey.

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 states a specific verb and resource: 'Create a new cron job on cron-job.org.' This clearly distinguishes it from sibling tools like list_jobs, update_job, and delete_job by identifying it as the creation action.

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

Usage Guidelines3/5

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

The tool's purpose implies it should be used for creating new cron jobs, and the description adds useful call-construction guidance about the mandatory url field and default schedule behavior. However, it never explicitly contrasts it with update_job or states when not to use this tool, leaving the differentiation to inference.

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

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