ToolBox MCP Server

by xiaoguomeiyitian
Verified

log_tool

Query and filter logs on ToolBox MCP Server by time, duration, status, and tool name, with pagination support for efficient log retrieval and analysis.

Input Schema

NameRequiredDescriptionDefault
endTimeNoEnd time (ISO8601)
maxDurationNoMaximum duration (ms)
minDurationNoMinimum duration (ms)
pageYesPage number (>= 1)
pageSizeYesLogs per page (1-100)
startTimeNoStart time (ISO8601)
statusNoLog status (success or error)
toolNameNoRegex to match tool name

Input Schema (JSON Schema)

{ "description": "Query logs with filtering and pagination", "name": "log_tool", "properties": { "endTime": { "description": "End time (ISO8601)", "type": "string" }, "maxDuration": { "description": "Maximum duration (ms)", "type": "number" }, "minDuration": { "description": "Minimum duration (ms)", "type": "number" }, "page": { "default": 1, "description": "Page number (>= 1)", "minimum": 1, "type": "number" }, "pageSize": { "default": 10, "description": "Logs per page (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "startTime": { "description": "Start time (ISO8601)", "type": "string" }, "status": { "description": "Log status (success or error)", "enum": [ "success", "error" ], "type": "string" }, "toolName": { "description": "Regex to match tool name", "type": "string" } }, "required": [ "pageSize", "page" ], "type": "object" }

You must be authenticated.

Other Tools from ToolBox MCP Server

Related Tools

ID: 1mviic5ax5