chimerax_run
Execute UCSF ChimeraX commands through a managed REST API to control molecular visualization, including opening structures and adjusting styles.
Instructions
Execute a ChimeraX command through the MCP-managed REST connection.
Prefer this tool over shelling out to ChimeraX for routine commands.
SECURITY NOTE: This tool can execute arbitrary ChimeraX commands, including Python code execution via 'runscript' and shell commands via 'shell'. Only use with trusted input.
Args: command: The ChimeraX command to execute (e.g., "open 1a0s", "color red")
Returns: Command output or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||