MCPFerramentas MCP/Mídia/list_asset_folders
list_asset_folders
Readmedia:read
List the agency's media-library folders (each can hold a mix of uploads, Sydekick-generated assets, and synced media). Optionally scope to an entity. Use this to find a folderId for update_asset, add_asset_to_folder, or remove_asset_from_folder.
Parâmetros
scopeType"account" | "client" | "location" | "brand"opcional
Filter by scope type.
scopeIdstringopcional
Filter by 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": "list_asset_folders",
"arguments": {}
}
}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.