Skip to main content
Glama

nexo_continuity_resume_bundle

Constructs a compact continuity bundle for Desktop to re-establish context after a restore or stale resume loss.

Instructions

Build the small continuity bundle Desktop injects after restore or stale resume loss.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
conversation_idNo
session_idNo
external_session_idNo
clientNo
token_budgetNo
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 behavior. It states the action (build bundle) but fails to mention side effects (e.g., state changes, idempotency, or failure modes). The agent receives no indication of what happens to existing bundles or what preconditions are required.

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

Conciseness3/5

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

The description is a single sentence with no waste, but its phrasing ('Desktop injects') is slightly awkward and the meaning could be clearer. It is concise but at the expense of completeness.

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

Completeness1/5

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

Given the tool has 5 parameters, no output schema, and complex context (continuity bundles), the description is far too sparse. It does not explain what the bundle contains, what it returns, or how to use the parameters, leaving the agent with insufficient information to invoke the tool correctly.

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

Parameters1/5

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

With 0% schema description coverage, the description must explain parameters, but it does not. The five parameters (conversation_id, session_id, etc.) remain entirely unexplained, so the agent cannot determine their purpose or correct 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 uses a specific verb ('Build') and names the resource ('small continuity bundle'), and provides context ('after restore or stale resume loss'). However, it does not distinguish this tool from sibling continuity tools like nexo_continuity_audit or snapshot tools, limiting differentiation.

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 implies a usage scenario (after restore or stale resume loss) but does not explicitly state when to use this tool versus alternatives. No guidance on prerequisites, exclusions, or contrasts with other continuity tools.

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