GCP MCP

by eniayomi
Verified

get-logs

Get Cloud Logging entries for the current project

Input Schema

NameRequiredDescriptionDefault
filterNoFilter for the log entries (see Cloud Logging query syntax)
pageSizeNoMaximum number of entries to return (default: 10)

Input Schema (JSON Schema)

{ "properties": { "filter": { "description": "Filter for the log entries (see Cloud Logging query syntax)", "type": "string" }, "pageSize": { "description": "Maximum number of entries to return (default: 10)", "type": "number" } }, "required": [], "type": "object" }