get_audit_logs
Retrieve MCP audit logs for accountability, debugging, and compliance. View tool call history by date or limit results.
Instructions
Retrieve MCP audit logs for accountability and debugging.
USE FOR: viewing tool call history, debugging issues, compliance audits.
Examples: get_audit_logs() - Today's logs get_audit_logs(date='2026-05-29') - Specific date get_audit_logs(limit=10) - Last 10 entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date in YYYY-MM-DD format (default: today) | |
| limit | No | Max entries to return | |
| format | No | Output format: 'markdown' or 'json' | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |