get_logs
Retrieve the most recent log entries from the cc-agent log file. Specify the number of lines up to 500 to inspect agent activity and troubleshoot issues.
Instructions
Return the last N lines of the cc-agent log file (~/.cc-agent/logs/cc-agent.log). Default 100, max 500.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Number of log lines to return (default 100, max 500) |