gh_plugin_list
Check which Grasshopper plugins are loaded in Rhino to confirm availability of tools like LunchBox or Ladybug before using custom components.
Instructions
Enumerate Grasshopper plugin libraries currently loaded.
Returns one entry per ``GH_AssemblyInfo`` library: id, name, author,
version, description, and the on-disk path. Useful for the LLM to
discover whether the user has LunchBox / Ladybug / Kangaroo etc.
installed before attempting to drop in a custom component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||