list_commands
Lists available PyMOL commands with descriptions. Use optional filter to find specific commands and their parameter details for correct syntax.
Instructions
Lists the PyMOL commands parse_and_execute accepts.
Without filter, returns every command name with a one-line description.
With filter (a substring matched against names and descriptions), returns
full detail for the matches: the exact regex the input must satisfy, plus
each parameter's name, whether it is required, its default, and its allowed
values. Use it to confirm syntax before calling parse_and_execute.
Examples: filter="color" for the colouring commands, filter="cartoon" for cartoon-related ones, filter="fetch" for the exact fetch signature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |