MCPFerramentas MCP/Mídia/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
namestringobrigatório
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.
Exemplo de solicitação
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "create_asset_folder",
    "arguments": {
      "name": "string"
    }
  }
}
Exemplo de resposta
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

O formato da resposta é ilustrativo — o conteúdo real depende da ferramenta e dos seus dados.