get_logs
Retrieve recent log entries to diagnose tool behavior or connection errors. Filter by severity level (debug, info, warn, error).
Instructions
Return recent in-memory server log entries, filterable by level (debug, info, warn, error). Use to diagnose unexpected tool behavior or connection errors during the current session. Logs are ephemeral and not persisted across server restarts — use get_audit_logs for a persistent audit trail of write operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | ||
| limit | No | ||
| offset | No | Number of records to skip for pagination. |