Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_cron_jobs_get_v1_cron_jobs

Read-onlyIdempotent

Retrieve all scheduled cron jobs configured in your hosting panel to review and manage automated tasks.

Instructions

List cron jobs

HTTP: GET /v1/cron-jobs Category: Cron Jobs Required scopes: accounts:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.7/5.0
Behavior4/5

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

The annotations already declare the operation read-only, idempotent, and non-destructive. The description adds useful authorization context by stating the required scope 'accounts:read', which is not present in the annotations. Though terse, this goes beyond what annotations provide.

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 with the core purpose, followed by useful endpoint, category, scope, and safety metadata. Every line contributes information without unnecessary elaboration.

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

Completeness4/5

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

For a simple parameterless list operation with rich annotations, the description is reasonably complete: it identifies the resource, HTTP method, required scope, and read-only nature. It does not describe output shape or pagination, but no output schema exists and the listing semantics are straightforward enough for an agent to invoke correctly.

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 tool has zero parameters and the schema coverage is 100%, so there is nothing for the description to add about inputs. Per the rubric, zero-parameter tools receive a baseline of 4, and repeating the empty schema would add no value.

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 clear verb and resource ('List cron jobs') and includes the HTTP endpoint, so an agent knows what operation this tool performs. However, it does not explicitly distinguish user cron jobs from the sibling system cron job endpoints, leaving slight ambiguity.

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_system_cron_get_v1_system_cron_jobs or panelica_cron_jobs_get_v1_cron_jobs_id. The category and endpoint imply context, but there are no explicit usage conditions 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