Skip to main content
Glama

nexo_personal_scripts_reconcile

Classify, sync, and align declared personal schedules to keep NEXO_HOME/personal/scripts and personal crons consistent.

Instructions

Classify, sync, and ensure declared personal schedules so NEXO_HOME/personal/scripts and personal crons stay aligned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dry_runNo
Behavior2/5

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

The description does not disclose behavioral details beyond the high-level actions. It does not explain side effects (e.g., file creation, deletion, cron modifications), whether the tool is destructive, or how dry_run affects behavior. With no annotations provided, the description carries the full burden and falls short.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is reasonably concise, listing three verbs and the target outcome. It could be slightly more streamlined by combining 'classify, sync, and ensure' into one concept like 'reconcile', but it is not overly verbose.

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

Completeness2/5

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

Given the tool's simplicity (one optional parameter, no output schema), the description lacks completeness. It does not specify return values, success/failure indicators, or error conditions. For a reconciliation tool that may alter system state, more context is needed on idempotency and safety.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The sole parameter 'dry_run' is not mentioned in the description, and with 0% schema description coverage, the agent has no semantic guidance. The description should explain that dry_run simulates the reconciliation without making changes, but it does not, leaving the parameter's meaning ambiguous.

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 clearly states the tool's purpose: to classify, sync, and ensure personal schedules so that scripts and crons stay aligned. It uses specific verbs and identifies the resources involved. However, it does not differentiate from sibling tools like nexo_personal_scripts_classify, nexo_personal_scripts_sync, and nexo_personal_scripts_ensure_schedules, which could confuse an agent.

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 provided on when to use this tool versus alternatives like the individual classify, sync, or ensure tools. There are no explicit conditions for use or exclusions, leaving the agent to infer context from the tool name alone.

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