Skip to main content
Glama
Hebbrix

Hebbrix MCP Server

Official
by Hebbrix

hebbrix_ask

Answer natural-language questions about your memories in a single call, with cited sources and optional relationship graph. No need to orchestrate separate search, graph query, and profile tools.

Instructions

Answer a natural-language question from memory in ONE call. Searches memories, synthesizes an answer with an LLM, and CITES the memory ids it used — so you don't have to orchestrate hebbrix_search + hebbrix_graph_query + profile yourself. Use for questions like "who works with me on Atlas and what did we decide?".

Returns {"question", "answer", "citations":[{"id","content","score"}], "graph"?, "profile"?}. graph (when include_graph) adds typed relationships for entities named in the question; profile adds durable user facts. If the reasoning backend is unavailable it falls back to raw search hits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
questionYes
collection_idNo
include_graphNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It discloses key behaviors: it searches, synthesizes with an LLM, cites memory ids, conditionally returns graph/profile, and falls back to raw search hits if the reasoning backend is unavailable. It does not explicitly state read-only status or potential latency/cost implications.

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 concise but information-dense, with the primary purpose front-loaded. It efficiently covers motivation, example, return format, and fallback behavior in a few sentences without fluff.

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 an output schema, the description usefully elaborates on return design and fallback behavior. It covers the composite nature and optional outputs, but omits collection_id semantics and explicit read-only clarification, leaving small gaps for a complex tool.

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%, so the description must explain parameters. It implicitly explains include_graph ('graph (when include_graph)') but never explains collection_id, which is a non-obvious optional parameter. The question parameter is self-explanatory, but the coverage gap hurts.

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 opens with a specific verb and resource: 'Answer a natural-language question from memory in ONE call.' It clearly distinguishes itself from sibling tools by stating it replaces orchestrating hebbrix_search + hebbrix_graph_query + profile, and provides a concrete example question.

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?

It explicitly says to use for natural-language synthesis questions and mentions the orchestration it avoids, naming alternatives. However, it does not give explicit when-not-to-use cases (e.g., simple lookups) or direct comparisons to other siblings.

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/Hebbrix/hebbrix-mcp'

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