gcp-logging-query-time-range
Query Google Cloud Logs within a specific time range using ISO timestamps or relative times (e.g., '1h', '2d'). Apply filters and set limits for precise log retrieval on Google Cloud MCP Server.
Instructions
Query Google Cloud Logs within a specific time range. Supports relative times (1h, 2d) and ISO timestamps.
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") |