Skip to main content
Glama
darshk07

cronjob-org-mcp

by darshk07

Update a cron job

update_job

Update an existing cron job without resubmitting unchanged fields. Adjust schedule, URL, authentication, headers, notifications, or request settings to fix or refine job behavior.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesTarget URL the job requests
authNo
bodyNoRequest body to send (for POST/PUT/PATCH)
jobIdYesThe job's numeric ID
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

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It does disclose the key partial-update trait (omitted fields remain unchanged), but it does not describe response behavior, permissions, validation, or idempotency. There is also an apparent tension: 'only include fields you want to change' is at odds with the schema's required url field.

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?

Two short sentences with no filler. The core action is stated first, and the partial-update guidance is the only additional information, so every sentence earns its place.

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?

For a 14-parameter mutation tool with no output schema and no annotations, the description is too brief. It doesn't mention what a successful update returns, whether required fields must always be included, or any caveats about the nested schedule/notification objects. An agent would have to infer important invocation details from the schema alone.

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 79%, so most parameters are already explained in the schema. The description adds a useful global rule about partial updates, but it does not clarify the required url semantics or the nested schedule/auth structures beyond what the schema already provides.

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

Purpose4/5

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

The description uses a specific verb ('Update') and resource ('an existing cron job'), which clearly signals modification of a current job rather than creation or deletion. It distinguishes itself from siblings like create_job and delete_job by the word 'existing,' though it does not name those alternatives.

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 instruction to include only changed fields implies partial-update usage, telling the agent it doesn't need to send the whole job object. However, it doesn't explicitly say when to prefer update_job over create_job/get_job/delete_job, nor does it mention looking up current values with get_job before editing.

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