MCPOutils MCP/Fiches/disconnect_publisher_listing
disconnect_publisher_listing
Writelistings:write
Unlink one publisher (google | facebook | apple | bing) from a location's native directory sync IN OS — archives the location's connection for that publisher and resets its listing status to NOT_LISTED. This does NOT call the publisher to delete or unpublish the live listing on their site; it only stops OS from managing/syncing it. Reversible — reconnecting the location revives it. Identify the location by its id (from list_locations).
Paramètres
locationIdstringobligatoire
The location's id (required, from list_locations).
publisher"google" | "facebook" | "apple" | "bing"obligatoire
Which publisher to disconnect (required).
Exemple de requête
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "disconnect_publisher_listing",
"arguments": {
"locationId": "string",
"publisher": "google"
}
}
}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.