Skip to main content
Glama

nexo_schedule_status

Check cron execution status for recent hours. See what ran, failed, and durations for a health overview of autonomous processes.

Instructions

Show cron execution status: what ran overnight, what failed, durations. Use at startup to give the user a quick health overview of autonomous processes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNoHow far back to look (default 24h).
cron_idNoFilter to a specific cron (optional). E.g. 'deep-sleep', 'immune'.
Behavior2/5

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

With no annotations, the description should disclose behavioral traits. It only states what information is shown, not whether the operation is read-only, idempotent, or has side effects. Lacks details on safety, permissions, or rate limits.

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, front-loaded with purpose, with no wasted words. The colon structure efficiently lists what the tool provides. Very concise and well-structured.

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

Completeness3/5

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

The description covers what information is returned (status, failures, durations) but omits output format, pagination, error handling, and edge cases. Given no output schema, this is adequate for a simple status tool but could be more complete.

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 100%, so baseline is 3. The tool description adds no extra meaning beyond the schema; it only restates the schema's param descriptions. No new context or formatting guidance is provided.

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 clearly states the tool shows cron execution status with specific details (what ran, failed, durations) and a usage context (startup health overview). It distinguishes from siblings like nexo_core_schedule_status by focusing on cron and autonomous processes.

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 description explicitly recommends using the tool at startup for a quick health overview, providing a clear usage scenario. However, it does not mention when not to use it or list alternatives.

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/wazionapps/nexo'

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