get_logs
Retrieve recent server log entries from the in-memory buffer, filter by level or tool name, and use them to debug tool calls and review roundtable notification streams.
Instructions
Retrieve recent server log entries from the in-memory buffer (last 500 entries). Returns entries newest-first. Filter by level or tool name. Useful for reviewing roundtable notification streams, debugging tool calls, and capturing logs that are hard to copy from the MCP Inspector UI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Filter by tool name (e.g. "merch_roundtable", "audit_storefront"). Omit for all tools. | |
| level | No | Filter by log level. Omit to return all levels. | |
| limit | No | Max entries to return (default: 50, max: 500). |