Skip to main content
Glama
melvenac

Open Brain Knowledge MCP Server

by melvenac

kb_recall

Retrieve relevant information from past sessions, stored knowledge, and summaries by submitting search queries. Filter results by project, time window, category, and tags for precise recall.

Instructions

Search across all indexed sessions, stored knowledge, and session summaries. Returns ranked results. By default, results are scoped to the project you specify — always pass your current working directory as project for best results. Set global: true to search across all projects. Global knowledge (stored without a project) is always included regardless of scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoFilter by tags (e.g. ['typescript', 'error:enoent', 'ext:ts'])
limitNoResults per query (default: 5)
sinceNoTime window, e.g. '7 days', '30 days', '2 hours'
globalNoIf true, search across ALL projects instead of scoping to the current one
projectNoYour current working directory — used to scope results to the current project
queriesYesSearch queries — batch all questions in one call
verboseNoIf true, return full chunk content instead of just snippets
categoryNoFilter by event category
sessionsNoLimit to last N sessions
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that results are ranked, that global knowledge is always included, and mentions the verbose parameter for full content. However, it does not discuss pagination, rate limits, or potential side effects, which is acceptable for a read-only search tool.

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 four sentences long, with no filler. It front-loads the purpose and then provides actionable usage tips. Every sentence adds value.

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?

Despite having 9 parameters and no output schema, the description covers the core usage pattern (scoping, global, batching). It could mention the return format more explicitly, but for a search tool with ranked results, it is reasonably complete.

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 100%, so baseline is 3. The description adds value beyond the schema by explaining the scoping rule and batching recommendation ('batch all questions in one call'). This helps the agent use parameters effectively.

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?

The description uses specific verbs ('Search across') and clearly identifies the resource ('indexed sessions, stored knowledge, and session summaries'). It distinguishes itself from sibling tools like kb_store, kb_index, etc., which focus on writing or maintenance rather than retrieval.

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 clear guidance on when to use scoped vs. global search ('always pass your current working directory as `project` for best results', 'Set `global: true` to search across all projects'). It does not explicitly state when not to use the tool, but the context is sufficient.

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/melvenac/open-brain-knowledge'

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