debug_recent_requests
ActiveTool of OpenAkashic
declared in 1.28.0
Inspect and filter recent OpenAkashic API/MCP requests without exposing bearer tokens.
Parameters schema
{
"type": "object",
"title": "debug_recent_requestsArguments",
"properties": {
"q": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Q",
"default": null
},
"kind": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Kind",
"default": null
},
"limit": {
"type": "integer",
"title": "Limit",
"default": 50
},
"order": {
"type": "string",
"title": "Order",
"default": "desc"
},
"method": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Method",
"default": null
},
"sort_by": {
"type": "string",
"title": "Sort By",
"default": "time"
},
"request_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Request Id",
"default": null
},
"status_min": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Status Min",
"default": null
},
"path_prefix": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Path Prefix",
"default": null
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
OpenAkashic
https://github.com/szara7678/OpenAkashic
2/7 registries