MCPMCP Tools/Media/create_asset_folder
create_asset_folder
Writemedia:write
Create a new media-library folder. Optionally scope it to an account/client/location/brand.
Parameters
namestringrequired
Folder name (required).
descriptionstringoptional
A short description.
scopeType"account" | "client" | "location" | "brand"optional
Which kind of entity this folder belongs to.
scopeIdstringoptional
The id of the scoped entity — a client id (list_clients) or location id (list_locations) for those two scope types.
Example request
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "create_asset_folder",
"arguments": {
"name": "string"
}
}
}Example response
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}Response shape shown for illustration — the actual content depends on the tool and your data.