Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Get cron job output

hosting_getCronJobOutputV1
Read-only

Retrieve the output from the last run of a cron job using its uid to review execution logs.

Instructions

Returns the output captured from the last execution of the cron job identified by its uid.

The uid is returned by the list cron jobs endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYesUnique identifier of the cron job as returned by the list cron jobs endpoint.
usernameYesusername parameter
Install Server

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is established. The description adds useful scope: only the last execution's captured output is returned, not arbitrary executions, and uid is the lookup key. This is consistent with annotations, though it doesn't detail output format or edge cases, which is acceptable for a simple read.

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?

Two short sentences with no wasted words. The core behavior is front-loaded, and the helpful pointer to the list cron jobs endpoint is kept brief.

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 read-only retrieval tool with two documented required parameters and no output schema, the description is nearly sufficient: it states what is returned, the lookup key, and how to obtain the key. The only real gap is the unhelpful schema note 'username parameter' and the lack of description-level context for what username refers to, so an agent may need surrounding context to know which username to pass.

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?

Both parameters, uid and username, are fully described in the schema, giving 100% schema description coverage. The description correctly points out that uid is the cron job identifier and comes from the list cron jobs endpoint, but this largely duplicates the schema. It adds no meaningful explanation for username, so the baseline of 3 is appropriate since the schema carries most of the load.

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?

States a specific verb and resource: returns the captured output from the last execution of a cron job identified by uid. The wording makes clear this is a retrieval operation and distinguishes it from sibling cron job create/list/delete tools. Minor omission: no explanation of the role of username, but the resource and behavior are unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The second sentence directs the caller to the list cron jobs endpoint for obtaining the required uid, which is actionable input guidance. It doesn't explicitly discuss when or when not to use this tool versus alternatives, but no direct sibling offers cron job output, so the implied usage context is sufficient. Could be more explicit about the need for username, but the context is clear.

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/hostinger/api-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server