Skip to main content
Glama

nexo_lifecycle_event

Record durable lifecycle events such as close, delete, archive, or switch to track conversation state and enable diary-triggering actions with a live session ID.

Instructions

Record a durable lifecycle event (close/delete/archive/switch/app-exit/window-close). In v7.5 Brain returns a canonical_actions plan for diary-triggering actions with a live session_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idYesUUID minted by the client. Primary idempotency key.
actionYesOne of ``close`` / ``delete`` / ``archive`` / ``switch`` / ``app-exit`` / ``window-close``.
conversation_idYesClient-side conversation identifier.
session_idNoClaude session id that backs the conversation, when known. Optional.
reasonNoFree-form origin tag. Default ``user_action``.user_action
payload_snapshotNoJSON-encoded snapshot of the conversation at the moment of the click (title, last_message_at, is_active, etc). Accepts an empty string if nothing was snapped.
sourceNoClient identifier. Default ``desktop``.desktop
schema_versionNoEvent schema version the client emitted. Default 1.
Behavior2/5

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

No annotations provided. Description mentions 'durable' and a version-specific behavior, but lacks disclosure of side effects, permissions, or error scenarios for a write operation.

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?

Two focused sentences: first defines purpose with action list, second adds version context. Efficient and front-loaded.

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?

Missing output schema and no description of return values beyond a hinted plan. For a tool with 8 parameters and no output schema, more context on response or side effects would be needed.

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?

Schema already defines all 8 parameters with clear descriptions (100% coverage). Description adds the list of actions but does not significantly augment schema details; baseline 3 is appropriate.

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?

Clearly states the tool records durable lifecycle events and lists specific actions (close/delete/archive/switch/app-exit/window-close). Distinct from sibling tools like nexo_lifecycle_status or nexo_lifecycle_complete_canonical.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies usage when a lifecycle event needs recording, but no explicit guidance on when not to use or how it compares to alternatives like nexo_lifecycle_stop_nexo_session.

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