Skip to main content
Glama
kaidewu01
by kaidewu01

personal_find_entity

Find existing entities before creating new ones to prevent duplicates. Returns candidate matches for linking.

Instructions

Busca una entidad ANTES de crearla (buscar-y-enlazar, R3). Devuelve candidatos.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo
queryYes
only_lenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Anotaciones ausentes, así que la descripción carga con la transparencia. Comunica sin ambigüedad que la operación es de búsqueda/no mutación y que su retorno son candidatos, no una entidad creada ni un resultado exacto. No declara efectos secundarios porque no parece tenerlos; aun así, no detalla forma de los candidatos ni límites.

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?

Dos frases concisas con la información clave al frente: acción, momento de uso y tipo de retorno. No hay relleno ni repetición del nombre.

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?

Para una herramienta simple de búsqueda con output schema, la descripción es mínimamente viable y fija el contexto de uso, pero deja lagunas claras en el significado de parámetros como 'only_len' y en cómo se interpreta la búsqueda (exacta, difusa, filtrable).

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?

La cobertura del schema es 0% y la descripción no compensa. Solo aporta contexto general sobre 'query' (buscar entidad); 'type' y especialmente 'only_len' quedan sin explicar. No añade semántica más allá de lo que ya se infiere del esquema.

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?

La descripción usa un verbo específico ('busca'), define el recurso ('entidad') y declara el resultado ('Devuelve candidatos'). La frase 'ANTES de crearla' y '(buscar-y-enlazar, R3)' la sitúan en un flujo concreto y la diferencian implícitamente de herramientas de creación como personal_upsert_entity o personal_merge.

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?

Indica claramente cuándo usarla: antes de crear una entidad para enlazarla. No menciona alternativas ni exclusiones explícitas, pero el contexto temporal es suficiente para que un agente distinga este paso de creación/actualización.

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/kaidewu01/hippocampus'

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