get-logs

Retrieve Cloud Logging entries from Google Cloud Platform using a customizable filter and page size to manage and analyze logs within your project.

Instructions

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" }

You must be authenticated.

Other Tools from GCP MCP

Related Tools

ID: b1x5qeu0kz