Skip to main content
Glama

Knowledge Graph Memory Server

find_similar_errors

Identify and resolve recurring errors by analyzing past issues stored in a knowledge graph. Input error details to receive similar errors and their proven 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" }

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