MCPFerramentas MCP/Mídia/update_asset_folder

update_asset_folder

Writemedia:write

Rename or re-scope an existing media-library folder. Pass only the fields you want to change. Identify it by its id (from list_asset_folders).

Parâmetros
folderIdstringobrigatório
The id of the folder to update (required).
namestringopcional
New name.
descriptionstringopcional
New description.
scopeType"account" | "client" | "location" | "brand"opcional
New scope type.
scopeIdstringopcional
New scope id — 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": "update_asset_folder",
    "arguments": {
      "folderId": "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.