logs-time-range
Query and retrieve Google Cloud logs within a specific time range using ISO or relative timestamps. Apply filters and set limits to extract relevant data efficiently with MCP Server interaction.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endTime | No | End time in ISO format (defaults to now) | |
filter | No | Additional filter criteria | |
limit | No | Maximum number of log entries to return | |
startTime | Yes | Start time in ISO format or relative time (e.g., "1h", "2d") |