Skip to main content
Glama

nexo_automation_instructions

Configure operator-side instructions for an automation without altering the core prompt, and clear them when needed.

Instructions

Set or clear operator-side extra instructions for one automation without editing the core prompt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
textNo
clearNo
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It states the tool sets or clears instructions without modifying the core prompt, but it omits details like whether instructions are overwritten each call, whether the operation is reversible, or any permission requirements. The description only covers the basic action.

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 a single sentence of 14 words that is front-loaded and concise. Every word adds value, and there is no redundancy or unnecessary 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?

For a simple state-setting tool with three parameters and no output schema, the description covers the essential action. It could briefly mention that the tool returns a success/failure response or that multiple calls overwrite previous instructions, but overall it is nearly complete for its purpose.

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 input schema has three parameters with zero description coverage, so the description must compensate. It explains that 'set or clear' corresponds to providing text (set) or setting clear=true (clear), which adds meaning beyond the schema. However, it does not detail the behavior of the name parameter or clarify the default behavior when both text and clear are 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 verb ('Set or clear') and the resource ('operator-side extra instructions for one automation'). It specifies that it operates without editing the core prompt, which distinguishes it from other automation tools like nexo_automation_schedule or nexo_automation_disable.

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?

The description lacks explicit guidance on when to use this tool over alternatives. It does not mention scenarios where setting instructions is appropriate or when to use other automation tools. The phrase 'without editing the core prompt' hints at non-destructive updates but does not provide actionable usage context.

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