Show summary of the most recent request
Retrieves and displays the most recent Clockwork request with detailed performance metrics.
/plugin marketplace add fridzema/clockwork-mcp/plugin install fridzema-clockwork@fridzema/clockwork-mcpUse the get_latest_request MCP tool to get the most recent Clockwork request.
Output a summary in this format:
[METHOD] /uri/path → STATUS (XXXms)
| Metric | Value |
|---|---|
| Controller | ControllerName@action |
| Duration | XXX ms |
| Memory | XX.X MB |
| Queries | N queries (XXX ms total) |
| Cache | N hits, N misses |
If there are any errors in the logs, show them:
If no requests are found, suggest making a request to the Laravel app first.