Read the last compile's output.log
read_logRetrieve the full LaTeX log from the last compilation for detailed error diagnosis, line numbers, and package warnings.
Instructions
Returns the full LaTeX log from the most recent compile call. compile already includes the error count + first few errors in its response — use this only when you need more context (full log, line numbers, package warnings, etc.). The content array shows a summary of !-prefixed error lines at the top, then the log truncated to the last 8000 chars for display. structuredContent.log contains the FULL untruncated log so programmatic callers can grep / parse it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||