Skip to main content
Glama

quick_hipocampo_search

Search your Hipocampo memory store using natural language queries. Get ranked results with relevance scores, metadata, and optional session filtering.

Instructions

Búsqueda rápida en el Hipocampo (alias corto de search_hipocampo).

Es solo lectura — no modifica datos, no tiene efectos secundarios. Comportamiento y salida idénticos a search_hipocampo.

Útil cuando el cliente MCP prefiera nombres de herramienta más cortos. Para nombre descriptivo, usar search_hipocampo.

Args: query: Texto de búsqueda en lenguaje natural. Igual que search_hipocampo. Ej: "API REST en Python", "presupuesto". session_id: Opcional. Filtra resultados a una sesión específica.

Returns: Mismo formato que search_hipocampo: resultados como texto plano con scores de relevancia y metadatos.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
session_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description fully carries the transparency burden. It states the tool is read-only, has no side effects, and behaves identically to search_hipocampo. It also describes the return format as plain text with relevance scores and metadata, which is rich behavioral disclosure.

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 well-structured with clear sections for behavior, usage, args, and returns. While somewhat verbose, every sentence contributes useful information, and the organization makes it easy to scan. Minor redundancy exists between 'Comportamiento y salida idénticos' and 'Mismo formato...'.

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

Completeness5/5

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

The tool is an alias, and the description fully covers purpose, when to use it, behavior, parameters, and return format. It appropriately references search_hipocampo for the full behavior, which is acceptable given the alias relationship. There is no output schema shown, but the return description is sufficient.

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

Parameters5/5

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

The input schema has no descriptions for the parameters. The description compensates by explaining that 'query' is natural language search text with examples, and 'session_id' is optional to filter to a specific session. This adds significant meaning beyond the schema.

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 clearly states this is a quick search tool in Hipocampo and explicitly identifies it as a short alias for search_hipocampo. The verb 'search' and resource 'Hipocampo' are specific, and it distinguishes itself from other sibling tools by referencing the canonical tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly tells when to use this tool: when the MCP client prefers shorter tool names. It also directs to the alternative, search_hipocampo, for a more descriptive name. This provides clear when/alternative guidance.

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/carrasquelalex1/hipocampo'

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