Connect the Google Business Profile MCP server to your AI agent Open source, MIT, on npm. Setup instructions for Claude, Cursor and Codex are in the repository; adoption questions — Telegram. GitHub repository Telegram

Google Business Profile: Delete a review reply — MCP tool

Google Business Profile MCP tool: Deletes the business's reply to a review (the review itself is the customer's and cannot be deleted).

Technical name: delete_review_reply

What task it solves

I want to delete a review reply.

Deletes the business's reply to a review (the review itself is the customer's and cannot be deleted).

When to use it

Use this capability when you need “Delete a review reply” without doing the same work manually in the Google Business Profile interface. It runs only when an AI client calls it.

What to provide

  • accountIdrequired. Account id — bare "123" or "accounts/123".
  • locationIdrequired. Location id — bare "456", "locations/456" or "accounts/1/locations/456".
  • reviewIdrequired. Review id (from list_reviews reviewId or name).

What it returns

Returns compact JSON from the upstream API or a clear MCP tool error. The exact fields depend on the operation and are documented in the technical reference.

What changes in Google Business Profile

The source marks the entire “Delete a review reply” call as destructive. The exact effect depends on the selected action and is described below; review the parameters and reversibility before calling it.

Example request

Delete a review reply in Google Business Profile. Ask for any required identifiers that are missing. Show me the exact change and wait for confirmation first.

Errors and limitations

Empty response on success. Reviews live only on the legacy v4 API (mybusiness.googleapis.com) — they were never migrated to v1.

Access also depends on token permissions, quotas, and upstream API limits.

Related MCP tools

Technical details