Skip to main content
Glama

nexo_startup

Register a new session at the start of each conversation, cleaning stale sessions and returning active sessions with alerts along with a session ID to use with other tools.

Instructions

Register new session, clean stale ones, return active sessions + alerts.

Call this ONCE at the start of every conversation. Returns the session ID (SID) — store it for use in all other nexo_ tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskNoInitial task description.Startup
claude_session_idNoLegacy alias for the external client session token.
session_tokenNoExternal client session token. Claude Code passes its UUID via hooks; other clients may pass a synthetic durable token when useful. Pass this to enable automatic inter-terminal inbox detection when available.
session_clientNoOptional client label such as `claude_code` or `codex`.
conversation_idNoStable client-side conversation identifier when available.
Behavior3/5

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

The description discloses that it cleans stale sessions, which implies a destructive action, and states it returns session ID and alerts. Since no annotations are provided, the description carries the burden, but it lacks details about side effects, authentication needs, or rate limits. It covers essential behavioral traits minimally.

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 extremely concise, consisting of only two sentences that each convey critical information: the tool's function and usage guidance. No extraneous words or redundancy.

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 the complexity of the server with many siblings and no output schema, the description is minimally complete. It covers purpose and usage but does not explain what happens on multiple calls, the exact return structure beyond SID, or how parameters like session_token affect behavior. It is adequate but lacks depth.

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 100% coverage with descriptions for all 5 parameters. The tool description adds no additional parameter-specific information beyond what the schema provides. The baseline score of 3 is appropriate because the schema already describes parameters.

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 it registers a new session, cleans stale ones, and returns active sessions plus alerts. It uses specific verbs and resource. However, it does not explicitly differentiate itself from the sibling 'nexo_smart_startup', which may have a similar purpose.

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 instructs to call this once at the start of every conversation. This provides clear context for when to use the tool. However, it does not mention when not to use it or contrast with 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