Skip to main content
Glama
henrychong-ai

Neo4j Knowledge Graph MCP Server

semantic_search

Search entities in your knowledge graph by semantic similarity to a text query, using vector embeddings and optional hybrid keyword search.

Instructions

Search for entities semantically using vector embeddings and similarity in your knowledge graph

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe text query to search for semantically
limitNoMaximum number of results to return (default: 10; when a reranker is configured, default: 5, reranked best-first)
min_similarityNoMinimum similarity threshold 0.0-1.0 on Neo4j's normalised cosine scale, where 0.5 means unrelated and 1.0 identical (default: 0 — disabled; absolute floors are not meaningful for high-clustering embedding models)
entity_typesNoFilter results by entity types
hybrid_searchNoWhether to combine keyword and semantic search (default: true)
semantic_weightNoWeight of semantic results in hybrid search from 0.0 to 1.0 (default: 0.6)
domainNoFilter results by domain (user-defined string)
include_null_domainNoWhen true, only return entities with null domain (uncategorized). Mutually exclusive with domain parameter.
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states it performs semantic search, but doesn't mention idempotency, read-only nature, performance considerations, or how hybrid search behaves. The schema describes parameters like hybrid_search and semantic_weight, but the tool description doesn't explain their impact on behavior.

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 a single concise sentence that directly states the tool's function. It could be slightly more structured (e.g., listing key features), but it's not verbose.

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

Completeness2/5

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

Given the 8 parameters and no output schema, the description is too sparse. It doesn't explain what results are returned, how to use parameters like min_similarity or hybrid_search in practice, or any context for interpreting similarity scores. The tool description relies heavily on the schema descriptions for detail.

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

Parameters3/5

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

Schema coverage is 100%, so baseline is 3. The description does not add any additional semantics beyond the schema; it's a general statement that doesn't elaborate on parameters.

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 the tool's purpose: searching for entities semantically using vector embeddings and similarity in the knowledge graph. It uses specific verb+resource and distinguishes from sibling tools like search_nodes (likely keyword-based) and read_graph (returns all entities).

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 provides no guidance on when to use this tool versus alternatives, such as keyword search or graph traversal. No context on prerequisites or situations where semantic search is not appropriate.

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/henrychong-ai/mcp-neo4j-knowledge-graph'

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