Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_cron_jobs_patch_v1_cron_jobs_id

Update an existing cron job by ID to change its schedule, command, or configuration. Use this to modify automated tasks managed through Panelica.

Instructions

Update cron job

HTTP: PATCH /v1/cron-jobs/:id Category: Cron Jobs Required scopes: accounts:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
bodyNoRequest body (application/json). Schema not statically declared — see API docs.
Install Server

TDQS

B3.4/5.0
Behavior4/5

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

The description explicitly states 'Mutating: changes server state' and adds the required scope 'accounts:write', which is meaningful behavioral and authorization context not present in the annotations. The annotations already cover read-only, idempotence, and destructive safety, so the description adds useful context without contradicting them.

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 compact and front-loaded: the core 'Update cron job' operation appears first, followed by four concise, relevant metadata lines. Every line earnes its place, and there is no padding or repetition beyond the unavoidable title echo.

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?

This is an update endpoint with an opaque request body and no output schema; an agent needs to know what cron job fields are updatable to call it correctly, but the description only defers to API docs via the schema. It also does not describe response behavior or validation side effects, so the definition is not complete enough on its own.

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?

The input schema already describes both the id path parameter and the body parameter, so schema coverage is high; the description itself adds no parameter-level meaning. The body is an open object with an undeclared schema, and the description does not hint which cron job fields (schedule, command, etc.) should be included.

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 opens with a clear verb-resource pair ('Update cron job') and reinforces it with the HTTP method/path. This is enough to distinguish it from sibling cron job operations like create, delete, toggle, and run. However, it gives no detail about which cron job attributes can be updated, so it is clear but not fully differentiated at the field level.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool versus alternatives. It does not tell the agent to use POST /v1/cron-jobs for creating a new job, POST .../run for triggering one, or DELETE for removing one. 'Update cron job' only implies an update use case without routing or exclusions.

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

Other Tools

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/Panelica/panelica-mcp'

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