Tribal Knowledge Service

MIT License
2
  • Apple

get_error_by_id

Retrieve detailed error records by their UUID using the MCP server, Tribal Knowledge Service, to access comprehensive error context and insights for debugging.

Instructions

Get an error record by its ID. Args: error_id: UUID of the error record Returns: The error record or None if not found

Input Schema

NameRequiredDescriptionDefault
error_idYes

Input Schema (JSON Schema)

{ "properties": { "error_id": { "title": "Error Id", "type": "string" } }, "required": [ "error_id" ], "title": "get_error_by_idArguments", "type": "object" }

You must be authenticated.

Other Tools from Tribal Knowledge Service

Related Tools

ID: zo517uh6mq