get_asset
Retrieve a specific asset by its unique ID using the Storyblok MCP Server to access and manage digital content efficiently.
Instructions
Gets a specific asset by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"title": "get_assetArguments",
"type": "object"
}