Skip to main content
Glama
DigiBugCat

Logpush MCP

by DigiBugCat

search_logs

Filter and analyze Cloudflare Workers logs by date, environment, status codes, script names, and search text to identify issues and monitor performance.

Instructions

Search logs with filters.

Args: date: Date in YYYYMMDD format. environment: Environment (production or staging). script_name: Filter by worker script name. status_code: Filter by exact HTTP status code. status_gte: Filter by status code >= value (e.g., 400 for errors). status_lt: Filter by status code < value. outcome: Filter by outcome ("ok" or "exception"). search_text: Search in URL and log messages. limit: Maximum entries to return (default 50).

Returns: Dict with matching entries and count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes
environmentNoproduction
script_nameNo
status_codeNo
status_gteNo
status_ltNo
outcomeNo
search_textNo
limitNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DigiBugCat/logpush-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server