Skip to main content
Glama

search_memory_nodes

Search graph memory for relevant node summaries with relationship details. Filter by entity types like Preference or Procedure to find specific information connections.

Instructions

Search the graph memory for relevant node summaries. These contain a summary of all of a node's relationships with other nodes. Note: entity is a single entity type to filter results (permitted: "Preference", "Procedure"). Args: query: The search query group_ids: Optional list of group IDs to filter results max_nodes: Maximum number of nodes to return (default: 10) center_node_uuid: Optional UUID of a node to center the search around entity: Optional single entity type to filter results (permitted: "Preference", "Procedure") Returns: List of node dictionaries containing search results Example: search_memory_nodes( query="project architecture decisions", group_ids=["knowledge-smith"], max_nodes=5 ) @REQ: REQ-graphiti-chunk-mcp @BP: BP-graphiti-chunk-mcp @TASK: TASK-007-MCPTools

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
group_idsNo
max_nodesNo
center_node_uuidNo
entityNo

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/leo7nel23/KnowledgeSmith-MCP'

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