Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_cron_jobs_get_v1_cron_jobs_id_logs

Read-onlyIdempotent

Retrieve execution logs for a specific cron job by providing its ID, enabling review of run history and troubleshooting.

Instructions

Get cron job logs

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already mark this as read-only, idempotent, and non-destructive; the description adds the HTTP method (GET), the required OAuth scope (accounts:read), and explicitly repeats 'Read-only.' The required scopes are useful behavioral context beyond what annotations provide. No contradictions with annotations.

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: purpose first, then method/path, scopes, and safety statement. Each line adds distinct information with no filler or 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 simple one-parameterGET endpoint, the description covers purpose, HTTP method, target path, authorization scope, andread-only behavior. There is no output schema, but since this is a basic log retrieval with no nested objects or optional parameters, the provided information is reasonably complete. It would be stronger if it indicated the response format or that logs are returned for the specified cron job id, but the endpoint path already imply that.

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 schema descriptions has 100% coverage for the single 'id' parameter ('Path parameter: id'), so thedescription is not required to explain it. The description's HTTP path shows the id placeholder, but adds no semanticdetail beyond what the schema already provides.

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 verb and resource: 'Get cron job logs,' and the HTTP path clarifies exactly which object's logs are fetched. It is clear and unambiguous, but it does not explicitly distinguish itself from sibling log tools like panelica_git_get_v1_git_deployments_id_logs or panelica_logs_get_v1_logs_category_id.

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 given about when to use this tool versus alternatives, such as panelica_cron_jobs_get_v1_cron_jobs_id for cron job details or other log endpoints. The description includes category and scope but no exclusions, prerequisites, or selection criteria beyond the resource name.

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