pn_list
Retrieve a summary list of Panel components to browse available tools quickly. Filter by name, module path, or package to find specific components.
Instructions
Get a summary list of Panel components without detailed docstring and parameter information.
Use this tool to get an overview of available Panel components when you want to browse or discover components without needing full parameter details. This is faster than get_component and provides just the essential information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Component name to filter by (case-insensitive). If None, returns all components. Examples: "Button", "TextInput", "Slider" | |
| module_path | No | Module path prefix to filter by. If None, returns all components. Examples: "panel.widgets" to get all widgets, "panel.pane" to get all panes | |
| package | No | Package name to filter by. If None, returns all components. Examples: "panel" or "panel_material_ui" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |