PocketBase MCP Server

by mabeldata
Verified

get_logs_stats

Analyze API request logs by retrieving statistics, with optional filtering to focus on specific criteria like methods or endpoints, for effective monitoring and debugging.

Instructions

Get API request logs statistics with optional filtering.

Input Schema

NameRequiredDescriptionDefault
filterNoPocketBase filter string (e.g., "method='GET'").

Input Schema (JSON Schema)

{ "properties": { "filter": { "description": "PocketBase filter string (e.g., \"method='GET'\").", "type": "string" } }, "required": [], "type": "object" }
ID: llc3xla20m