Skip to main content
Glama

Knowledge Graph Memory Server

by yodakeisuke

search_nodes

Find nodes in a knowledge graph by matching keywords across entity names, types, subdomains, or observation content. Ideal for retrieving relevant user information during chat interactions.

Instructions

Search for nodes in the knowledge graph based on one or more keywords. The search covers entity names, types, subdomains, and observation content. Multiple keywords are treated as OR conditions, where any keyword must match somewhere in the entity's fields.

Input Schema

NameRequiredDescriptionDefault
queryYesSpace-separated keywords to match against entity fields. Any keyword must match (OR condition). Example: 'budget management' will find entities where either 'budget' or 'management' appears in any field.

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "Space-separated keywords to match against entity fields. Any keyword must match (OR condition). Example: 'budget management' will find entities where either 'budget' or 'management' appears in any field.", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Knowledge Graph Memory Server

Related Tools

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/yodakeisuke/mcp-memory-domain-knowledge'

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