Skip to main content
Glama

Tribal Knowledge Service

by agentience

search_errors

Identify and retrieve programming errors from a knowledge base by filtering error type, language, framework, message, code snippet, or task description for troubleshooting and learning.

Instructions

Search for errors in the knowledge base. Args: error_type: Type of error to filter by language: Programming language to filter by framework: Framework to filter by error_message: Error message to search for code_snippet: Code snippet to search for task_description: Task description to search for max_results: Maximum number of results to return Returns: List of matching error records

Input Schema

NameRequiredDescriptionDefault
code_snippetNo
error_messageNo
error_typeNo
frameworkNo
languageNo
max_resultsNo
task_descriptionNo

Input Schema (JSON Schema)

{ "properties": { "code_snippet": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Code Snippet" }, "error_message": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Error Message" }, "error_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Error Type" }, "framework": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Framework" }, "language": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Language" }, "max_results": { "default": 5, "title": "Max Results", "type": "integer" }, "task_description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Task Description" } }, "title": "search_errorsArguments", "type": "object" }

Other Tools from Tribal Knowledge Service

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/agentience/tribal_mcp_server'

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