storybook_get_component
Retrieve detailed information about a Storybook component, including story IDs, arg types, default args, and direct URLs, by specifying the component title path.
Instructions
Get detailed information about a specific Storybook component.
Returns every story registered under the given title, including story IDs, arg types, default args, and the direct Storybook URL for each.
Args: params (GetComponentInput): Validated input containing: - component_title (str): Exact component title path, e.g. 'Components/Button' - response_format (ResponseFormat): 'markdown' or 'json'
Returns: str: Detailed component information in the requested format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |