chimerax_rich_log
Write rich HTML content to the ChimeraX Log with custom titles and log levels, and optionally save the generated HTML for later use.
Instructions
Write trusted HTML to the ChimeraX Log.
SECURITY NOTE: This tool passes caller-provided HTML through to ChimeraX
with is_html=True. Only use with trusted input.
Args:
html: HTML content to write to the ChimeraX Log.
level: Log level - info, warning, or error (default: info).
title: Optional escaped heading displayed above the HTML.
save_html_path: Optional local path where the generated HTML should be saved.
overwrite: If True, allow replacing an existing save_html_path.
Returns: Status of the rich log write operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | ||
| level | No | info | |
| title | No | ||
| overwrite | No | ||
| save_html_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||