plugin_inspect
Inspect an installed plugin's enabled flag and environment settings to inform actions like enable, disable, or configure.
Instructions
Return the full attrs for a single installed plugin.
Use this to check a plugin's Enabled state before calling plugin_enable /
plugin_disable, or to read the config keys it exposes under Settings.Env before
calling plugin_configure. For the set of all installed plugins use plugin_list.
args: name - Plugin name, e.g. "vieux/sshfs:latest"
returns: dict - The plugin's attrs, including Enabled and Settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |