Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_cron_jobs_post_v1_cron_jobs

Create a new cron job in Panelica to schedule recurring tasks. Use this tool to automate commands and periodic operations directly through the hosting panel's API.

Instructions

Create cron job

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

Input Schema

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

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already convey readOnlyHint=false and idempotentHint=false, so 'Mutating: changes server state' largely restates what is already structured. The useful addition is 'Required scopes: accounts:write', an authorization prerequisite not present in annotations, but no side effects, rate limits, or response behavior are disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Five short lines with no filler; the essential HTTP verb and path are front-loaded. 'Category' and 'Mutating' add little beyond other signals, but they do not inflate the description enough to lower it below a strong score.

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 mutation with an open body schema and no output schema, this is thin. It lacks any indication of required body fields, schedule or command semantics, example payloads, or response and error expectations, so an agent cannot reliably construct a valid create call from the description 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?

The only parameter, body, is described in the schema as a JSON object whose schema is not statically declared. Because schema_description_coverage is 100%, the baseline applies; however, the tool description itself adds no field-level meaning, so the agent still does not learn what the body should contain.

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 opens with the verb–resource pair 'Create cron job', reinforced by 'HTTP: POST /v1/cron-jobs' and 'Category: Cron Jobs'. This clearly separates it from sibling operations like patch, delete, run, and toggle, so an agent can identify the create operation without opening schemas.

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 guidance on when to call this versus the related get, patch, delete, run, or toggle cron-job tools. The only contextual signal is 'Category: Cron Jobs', which does not explain conditions, prerequisites, or alternatives, so the agent must infer usage from the verb alone.

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