debug_tool_trace
ActiveTool of OpenAkashic
declared in 1.28.0
Return recent MCP tool-call trace events (tool name, user, notes read/written).
Parameters schema
{
"type": "object",
"title": "debug_tool_traceArguments",
"properties": {
"tool": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Tool",
"default": null
},
"user": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "User",
"default": null
},
"limit": {
"type": "integer",
"title": "Limit",
"default": 100
},
"errors_only": {
"type": "boolean",
"title": "Errors Only",
"default": false
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
OpenAkashic
https://github.com/szara7678/OpenAkashic
2/7 registries