MCPMCP Tools/Media/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.

Parameters
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.
Example request
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "list_asset_folders",
    "arguments": {}
  }
}
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.