get_latest
Retrieve recent Cloudflare Workers log entries from Logpush MCP by environment, with optional filtering by script name and result limit.
Instructions
Get the most recent log entries.
Args: environment: Environment (production or staging). script_name: Filter by worker script name (optional). limit: Maximum entries to return (default 50).
Returns: Dict with the most recent log entries.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | No | production | |
| script_name | No | ||
| limit | No |