Skip to main content
Glama

Memory MCP Server

verify_graph_integrity

Check the integrity of a knowledge graph by identifying orphaned entities and providing fuzzy search suggestions to resolve inconsistencies.

Instructions

Verify the integrity of the knowledge graph by checking for orphaned entities in relationships. Returns hallucinated entity names with fuzzy search suggestions.

Input Schema

NameRequiredDescriptionDefault
maxSuggestionsNoMaximum number of similar entity suggestions to return for each orphaned entity (default: 3)

Input Schema (JSON Schema)

{ "properties": { "maxSuggestions": { "description": "Maximum number of similar entity suggestions to return for each orphaned entity (default: 3)", "type": "number" } }, "type": "object" }

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/grizzlypeaksoftware/mcp-memory-server'

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