get_component_usage
Identify stories where a specific component is used, both in draft and published content, within Storyblok spaces. Simplifies tracking and management of component usage.
Instructions
Finds stories where a component is used in content (draft & published).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
component_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"component_name": {
"title": "Component Name",
"type": "string"
}
},
"required": [
"component_name"
],
"title": "get_component_usageArguments",
"type": "object"
}