iiRecord
Agentic AI Atlas · Kradle: kradle_audit_query
tool-descriptor:kradle.kradle-audit-querya5c.ai
II.
ToolDescriptor JSON

tool-descriptor:kradle.kradle-audit-query

Structured · live

Kradle: kradle_audit_query json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/kradle-mcp-server.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:kradle.kradle-audit-query",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-servers/kradle-mcp-server.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Kradle: kradle_audit_query",
    "category": "kradle-mcp",
    "vendor": "a5c.ai",
    "mode": "mcp-tool",
    "description": "Query audit events with optional org/action/time filters",
    "schema": "{\n  \"type\": \"object\",\n  \"properties\": {\n    \"org\": {\n      \"type\": \"string\"\n    },\n    \"action\": {\n      \"type\": \"string\"\n    },\n    \"since\": {\n      \"type\": \"string\"\n    },\n    \"until\": {\n      \"type\": \"string\"\n    },\n    \"limit\": {\n      \"type\": \"number\"\n    },\n    \"offset\": {\n      \"type\": \"number\"\n    }\n  }\n}",
    "inputSchema": {
      "type": "object",
      "properties": {
        "org": {
          "type": "string"
        },
        "action": {
          "type": "string"
        },
        "since": {
          "type": "string"
        },
        "until": {
          "type": "string"
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      }
    },
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "tool-server:kradle-mcp-server",
      "to": "tool-descriptor:kradle.kradle-audit-query",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}