Skip to main content
Glama

Knowledge Graph Memory Server

find_similar_errors

Identify and resolve errors by analyzing past occurrences in the Knowledge Graph Memory Server, using error type, message, and context to find matching solutions.

Instructions

Find similar errors and their solutions in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
errorPatternYes

Input Schema (JSON Schema)

{ "properties": { "errorPattern": { "properties": { "context": { "description": "Where the error occurred", "type": "string" }, "message": { "description": "The error message", "type": "string" }, "type": { "description": "Category of the error", "type": "string" } }, "required": [ "type", "message", "context" ], "type": "object" } }, "required": [ "errorPattern" ], "type": "object" }
Install Server

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/T1nker-1220/memories-with-lessons-mcp-server'

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