generate_meta
Create optimized meta descriptions for Storyblok CMS content by specifying a story ID, enhancing SEO and content discoverability directly through natural language commands.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
story_id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"story_id": {
"type": "string"
}
},
"required": [
"story_id"
],
"type": "object"
}