Skip to main content
Glama
MidOSresearch

MidOS Research Protocol MCP

episodic_search

Search episodic memory to find similar past experiences using vector similarity for research and task execution.

Instructions

Search episodic memory for similar past experiences using vector similarity.

Args: query: Search query describing the experience/task limit: Maximum results (default: 5)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the vector similarity mechanism but fails to state whether the operation is read-only, what similarity threshold is used, or performance characteristics like latency for large memory stores.

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

Conciseness4/5

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

The description is appropriately concise with a clear single-sentence purpose followed by an Args section. The structure is efficient, though the docstring-style 'Args:' formatting is slightly informal for an MCP description field.

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

Completeness4/5

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

Given the simple 2-parameter schema and the presence of an output schema (excusing return value documentation), the description is complete. It covers the tool's purpose, mechanism, and parameter semantics adequately for the complexity level.

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

Parameters4/5

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

Schema description coverage is 0%, requiring the description to compensate. The Args section successfully documents both parameters: 'query' is described as describing the experience/task, and 'limit' includes the default value of 5. This fully compensates for the bare schema.

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 verb (Search), resource (episodic memory), and mechanism (vector similarity). It distinguishes from siblings like 'semantic_search' and 'episodic_store' by specifying 'episodic memory' and 'past experiences', though it lacks explicit contrast with those alternatives.

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 states what the tool does but provides no guidance on when to use it versus similar search tools like 'semantic_search' or 'search_knowledge', nor does it mention prerequisites or exclusions for its use.

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/MidOSresearch/mid-os-research-protocol-mcp'

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