MCPHerramientas MCP/Multimedia/create_asset_folder
create_asset_folder
Writemedia:write
Create a new media-library folder. Optionally scope it to an account/client/location/brand.
Parámetros
namestringobligatorio
Folder name (required).
descriptionstringopcional
A short description.
scopeType"account" | "client" | "location" | "brand"opcional
Which kind of entity this folder belongs to.
scopeIdstringopcional
The id of the scoped entity — a client id (list_clients) or location id (list_locations) for those two scope types.
Solicitud de ejemplo
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "create_asset_folder",
"arguments": {
"name": "string"
}
}
}Respuesta de ejemplo
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}La forma de la respuesta se muestra a modo ilustrativo — el contenido real depende de la herramienta y de tus datos.