Skip to main content
Glama

nexo_session_diary_read

Retrieve recent session diaries to maintain context continuity in AI agent conversations, enabling memory recall across interactions.

Instructions

Read recent session diaries for context continuity

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idNo
last_nNo
last_dayNo
domainNo

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 the full burden of behavioral disclosure. It states it's a read operation, implying non-destructive, but lacks details on permissions, rate limits, response format, or error handling. The phrase 'for context continuity' hints at use in ongoing sessions but is vague.

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, efficient sentence with no wasted words. It's front-loaded with the core action and purpose, making it easy to parse quickly.

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 4 parameters with 0% schema coverage and no annotations, the description is incomplete—it doesn't explain inputs or behavioral traits. However, the presence of an output schema mitigates the need to describe return values, and the purpose is clear, making it minimally adequate but with significant gaps.

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 description coverage is 0%, so the description must compensate, but it adds no parameter information. It doesn't explain what 'session_id', 'last_n', 'last_day', or 'domain' mean or how they affect the read. However, with an output schema present, some burden is reduced, but the lack of param details is a gap.

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 action ('Read') and target ('recent session diaries'), and mentions the purpose ('for context continuity'), which is specific. However, it doesn't explicitly differentiate from sibling tools like 'nexo_session_diary_write' or 'nexo_recall', which might also involve session data, leaving room for ambiguity.

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 provides no guidance on when to use this tool versus alternatives. It doesn't mention any prerequisites, exclusions, or comparisons to sibling tools such as 'nexo_recall' or 'nexo_session_diary_write', leaving the agent without context for selection.

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