Tribal Knowledge Service

MIT License
2
  • Apple

delete_error

Remove an error record by specifying its UUID in the Tribal Knowledge Service. Helps maintain a clean and accurate database of programming errors for analysis and learning.

Instructions

Delete an error record. Args: error_id: UUID of the error record Returns: True if deleted, False if not found

Input Schema

NameRequiredDescriptionDefault
error_idYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Tribal Knowledge Service

Related Tools

ID: zo517uh6mq