II.
ToolDescriptor overview
Reference · livetool-descriptor:kradle.kradle-audit-query
Kradle: kradle_audit_query overview
Query audit events with optional org/action/time filters
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
{
"type": "object",
"properties": {
"org": {
"type": "string"
},
"action": {
"type": "string"
},
"since": {
"type": "string"
},
"until": {
"type": "string"
},
"limit": {
"type": "number"
},
"offset": {
"type": "number"
}
}
}
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
Outgoing edges
None.
Incoming edges
contains_tool_descriptor1
- tool-server:kradle-mcp-server·ToolServerKradle MCP Server