Skip to main content
Glama

appcrane_list_cron

List scheduled cron jobs from an app's deployhub.json after the latest deploy. Shows schedule, command, last run time, exit code, and recent log tail to verify registration or debug run issues.

Instructions

List the scheduled jobs declared in an app's deployhub.json cron array (after the most recent deploy). Each entry includes the cron schedule, the command, when it last ran, the exit code, and the tail of the last run's stdout/stderr. Use to verify a job was registered, debug a missing run, or read the recent log. App-admin or owner.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
stageNoOptional — omit to list both envs. Target stage (legacy alias: env).
Behavior4/5

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

No annotations provided, so description carries the burden. It discloses the timing constraint (after most recent deploy) and output contents. Does not explicitly state read-only nature, but the verb 'list' implies it. Role requirement mentioned. Could be more explicit about permissions.

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 sentences: first covers purpose and output, second covers usage and role. Front-loaded, no redundant information.

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?

No output schema, but description explains return fields. Covers source, timing, and target users. Could mention potential pagination or limits, but overall sufficient for typical use.

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 50% (stage has description, slug does not). Description implies slug identifies the app but adds no new details for slug. For stage, it replicates the schema info ('omit to list both envs'). Description does not fully compensate for missing schema descriptions.

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?

Description clearly states the tool lists scheduled jobs from an app's deployhub.json cron array, with specific fields included. It is distinct from sibling tools like appcrane_run_cron_now.

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?

Explicitly says to use for verifying registration, debugging missing runs, or reading logs. Identifies target users as app-admin or owner. Lacks explicit alternatives or when-not-to-use, but context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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/gitayg/appcrane-mcp'

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