MCPMCP-Tools/Medien/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.
Parameter
scopeType"account" | "client" | "location" | "brand"optional
Filter by scope type.
scopeIdstringoptional
Filter by scope id — a client id (list_clients) or location id (list_locations) for those two scope types.
Beispielanfrage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "list_asset_folders",
"arguments": {}
}
}Beispielantwort
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}Die Antwortform dient nur zur Veranschaulichung — der tatsächliche Inhalt hängt vom Tool und Ihren Daten ab.