ref_get
Retrieve reference guides for specific components in HoloViz or custom projects. Specify a component name to get its documentation directly.
Instructions
Find reference guides for specific components in HoloViz or user-defined projects.
Use this when you know the exact component name and want its reference guide directly. For fuzzy or semantic search, use the search tool instead.
Reference guides are a subset of all documents that focus on specific UI components or plot types, such as:
panel: "Button", "TextInput", ...hvplot: "bar", "scatter", ...my-custom-project: custom components from your organization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component | Yes | Name of the component (e.g., "Button", "TextInput", "bar", "scatter") | |
| project | No | Project name. Defaults to None (searches all projects). Options: "panel", "panel-material-ui", "hvplot", "param", "holoviews" | |
| content | No | Whether to include full content. Defaults to True. Set to False to only return metadata for faster responses. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |