Tribal Knowledge Service

MIT License
2
  • Apple

search_errors

Search for programming errors in the knowledge base by type, language, framework, message, code snippet, or task description. Retrieve matching error records 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" }

You must be authenticated.

Other Tools from Tribal Knowledge Service

Related Tools

ID: zo517uh6mq