Skip to main content
Glama

Claude Historian

by Vvkmnn
MIT License
73
36

get_error_solutions

Resolve coding errors by searching past solutions from Claude Historian. Input an error pattern to retrieve relevant fixes and apply them efficiently.

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