fetch_branches
Retrieve branches from Storyblok CMS using pagination parameters for efficient content management and AI-driven operations through the MCP server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | ||
per_page | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"page": {
"type": "number"
},
"per_page": {
"type": "number"
}
},
"type": "object"
}