get_component
Retrieve a specific component by its unique ID using the Storyblok MCP Server, enabling direct access to and management of Storyblok spaces and components.
Instructions
Gets a specific component by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"title": "get_componentArguments",
"type": "object"
}