Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_cron_jobs_get_v1_cron_jobs_id

Read-onlyIdempotent

Retrieve details of a specific cron job by its ID to inspect its schedule and command settings.

Instructions

Get cron job

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, and the description reinforces this with 'Read-only.' It adds useful behavioral context beyond annotations by specifying the required scope 'accounts:read' and the HTTP method/path. No contradiction exists.

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: it states the operation, then adds endpoint, category, required scope, and safety in a scannable multi-line format. Every line contributes useful information without redundancy.

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 one-parameter read-only fetch with full annotations, the description covers the operation, endpoint, required scope, and safety profile. It does not describe the response shape, but the simplicity of 'Get cron job' and the absence of an output schema keep that gap minor.

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 sole 'id' parameter is fully documented in the schema as a path parameter, and the HTTP template /v1/cron-jobs/:id confirms that role. With 100% schema coverage, the schema already carries the parameter meaning, and the description adds no further format or constraint detail.

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 states the exact operation ('Get cron job') and the HTTP path, clearly identifying the resource and verb. This distinguishes the single-item fetch from sibling tools like listing cron jobs, fetching cron job logs, updating, deleting, or running a cron job.

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?

No explicit guidance is provided on when to prefer this tool over alternatives such as the list endpoint or the logs endpoint. Usage is only implied by the tool name and 'Get cron job,' which is adequate for a simple read but not explicit about exclusions or alternatives.

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