MCPOutils MCP/Médias/list_flagged_media
list_flagged_media
Readmedia:read
List customer-submitted (UGC) media library photos by moderation status — the read counterpart to moderate_pending_ugc_media. Use this to answer questions like 'what needs my attention', 'show me the spam photos', 'did any customer uploads look inappropriate', or 'what photos got flagged' by looking at the real current verdicts, instead of guessing. Returns id, mediaUrl, status, the classifier's one-line reason, createdAt, and the client/location it belongs to. Omit status to list every UGC photo regardless of verdict (including never-classified ones); omit clientId to search the whole agency.
Paramètres
status"ok" | "needs_review" | "spam" | "skipped"facultatif
Filter to one moderation status. Omit to list photos in every status, including never-classified.
clientIdstringfacultatif
Client id (from list_clients) to scope to. Omit to search the whole agency.
locationIdstringfacultatif
Location id (from list_locations) to scope to.
limitnumberfacultatif
Max rows to return (1–200, default 50).
Exemple de requête
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "list_flagged_media",
"arguments": {}
}
}Exemple de réponse
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}La forme de la réponse est indicative — le contenu réel dépend de l'outil et de vos données.