Tribal Knowledge Service

MIT License
2
  • Apple

find_similar_errors

Search for and retrieve programming errors similar to a given query within the Tribal Knowledge Service's database. Helps identify recurring issues and provides context-based solutions.

Instructions

Find errors similar to the given query. Args: query: Text to search for in the knowledge base max_results: Maximum number of results to return Returns: List of similar error records

Input Schema

NameRequiredDescriptionDefault
max_resultsNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 5, "title": "Max Results", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "find_similar_errorsArguments", "type": "object" }

You must be authenticated.

Other Tools from Tribal Knowledge Service

Related Tools

ID: zo517uh6mq