Skip to main content
Glama
Marvisatron

everos-mcp

by Marvisatron

list_memories

Browse and filter your local memories by type with pagination. Select from episode, profile, agent_case, or agent_skill to narrow results.

Instructions

Paginate through your local EverOS memories by type. memory_type: episode | profile | agent_case | agent_skill. episode/profile are user-scoped; agent_case/agent_skill are agent-scoped (uses the configured agent_id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
page_sizeNo
project_idNo
memory_typeNoepisode

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the burden. It discloses pagination behavior and scoping, but lacks details on authentication, rate limits, or empty state behavior. The behavior is adequately described for basic usage but not fully transparent.

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 two sentences plus a line with type definitions. Every sentence is efficient and front-loaded, providing key information without verbosity.

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, the description is not complete enough. It fails to explain page, page_size, and project_id. The output schema exists but is not leveraged to describe return values. The tool is simple, but the description still has gaps.

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

Parameters2/5

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

Schema description coverage is 0%. The description only explains the memory_type parameter values and scoping. The other three parameters (page, page_size, project_id) are undocumented, relying solely on schema defaults. This is insufficient for agents to understand parameter usage without additional context.

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 paginates through local EverOS memories by type, using the verb 'paginate'. It specifies memory types and their scoping, which helps distinguish from sibling tools like search_memory (search) and remember (create). However, it could be more explicit about the listing action.

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 provides explicit guidance on memory types and their scoping (user vs. agent), helping the agent choose the appropriate type. It does not include when not to use or alternatives, but the context is clear for a pagination tool.

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/Marvisatron/everos-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server