Skip to main content
Glama

Claude Historian

by Vvkmnn
MIT License
16
45

get_error_solutions

Search Claude Historian’s past code conversations to identify and resolve errors by matching error patterns with previous solutions.

Instructions

Find how similar errors were resolved in the past

Input Schema

NameRequiredDescriptionDefault
error_patternYesError message or pattern to search for solutions
limitNoMaximum number of results (default: 10)

Input Schema (JSON Schema)

{ "properties": { "error_pattern": { "description": "Error message or pattern to search for solutions", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of results (default: 10)", "type": "number" } }, "required": [ "error_pattern" ], "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/Vvkmnn/claude-historian'

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