list-components
Fetches all available UI components from Storybook files, enabling AI tools to query and retrieve component data for integration or analysis purposes.
Instructions
Returns all available components
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the index.json or stories.json file (optional if default path is provided) |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "Parameters for listing components",
"properties": {
"path": {
"description": "Path to the index.json or stories.json file (optional if default path is provided)",
"type": "string"
}
},
"type": "object"
}