II.
ToolDescriptor overview
Reference · livetool-descriptor:krate.krate-audit-query
Krate: krate_audit_query overview
Query audit events with optional org/action/time filters
Attributes
displayName
Krate: krate_audit_query
category
krate-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:krate-mcp-server·ToolServerKrate MCP Server