Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_cron_jobs_post_v1_cron_jobs_id_toggle

Toggle a cron job's active state to enable or disable scheduled tasks. Use this to start or stop a cron job without recreating it.

Instructions

Toggle cron job

HTTP: POST /v1/cron-jobs/:id/toggle 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.1/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=false and idempotentHint=false. The description adds that the operation requires accounts:write scope and that it mutates server state. However, it does not explain the actual effect of toggling, reversibility, or response behavior, so transparency is adequate but not rich.

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?

The description is compact and front-loaded with the action, endpoint, category, scope, and mutating behavior. It avoids fluff, though the title-like first line is somewhat redundant with the tool name.

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?

The description is too thin for an agent to fully understand the toggle semantics or whether the open body parameter needs specific fields. While annotations cover the safety profile and the required id parameter is clear, the absence of any explanation of what 'toggle' does or what the body may contain leaves meaningful gaps.

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 100%, so the baseline is 3. The schema describes id only as a path parameter and body as an undocumented open object. The description adds no parameter-level meaning beyond what the schema already provides, and the body is left entirely to external API docs.

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 states a specific action ('Toggle') on a specific resource ('cron job') and gives the exact HTTP endpoint. This is clear enough to distinguish it from run/delete/patch cron-job operations, though it does not explicitly say what state is toggled (enabled/disabled).

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?

No guidance is provided about when to use this tool versus alternatives such as panelica_cron_jobs_post_v1_cron_jobs_id_run or panelica_cron_jobs_patch_v1_cron_jobs_id. There are no when-to-use, when-not-to-use, or prerequisite conditions beyond the required scope.

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