Skip to main content
Glama

nexo_learning_update

Modify learning entries in the NEXO Brain memory system by updating titles, content, or categories while preserving existing data.

Instructions

Update a learning entry. Only non-empty fields are changed.

Args: id: Learning ID number. title: New title (optional). content: New content (optional). category: New category (optional).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
titleNo
contentNo
categoryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries full burden. It discloses the partial update behavior ('Only non-empty fields are changed'), which is valuable. However, it omits critical details: whether this is a destructive mutation, what permissions are needed, how errors are handled (e.g., invalid ID), or the response format. For a mutation tool with zero annotation coverage, this is insufficient.

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 efficiently structured: a purpose statement followed by an 'Args:' section. Both sentences earn their place—the first explains the tool's behavior, the second documents parameters. It could be slightly more front-loaded by integrating the partial update note into the first sentence.

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?

Given a mutation tool with 4 parameters, 0% schema coverage, no annotations, but an output schema exists, the description is minimally adequate. It covers parameter semantics and update behavior but lacks context on permissions, error handling, or sibling differentiation. The output schema mitigates the need to describe return values, but overall completeness is moderate.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate. It provides clear semantics for all 4 parameters: 'id' as the Learning ID number, and optional fields for title, content, and category. This adds meaningful context beyond the bare schema types, though it doesn't specify format constraints (e.g., category values).

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 verb 'update' and resource 'learning entry', making the purpose evident. It distinguishes from siblings like 'nexo_learning_add' (create) and 'nexo_learning_delete' (remove), though it doesn't explicitly name them. The phrase 'Only non-empty fields are changed' adds specificity about partial updates.

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 explicit guidance on when to use this tool versus alternatives like 'nexo_learning_add' for creation or 'nexo_entity_update' for other entity types. The description implies usage for modifying existing learning entries but lacks context on prerequisites (e.g., requires an existing ID) or error conditions.

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