> ## Documentation Index
> Fetch the complete documentation index at: https://birdeye-0229a3ce-responsetools.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Reviews Overview

> Tools for accessing review data, rating trends, per-source summaries, and managing review tags and replies.

## Tools in this category

<CardGroup cols={1}>
  <Card title="review_and_rating_overview" icon="chart-line" href="/mcp/tools/reviews/review-and-rating-overview">
    Get aggregated review volume and rating trends over a date range
  </Card>

  <Card title="get_reviews" icon="list" href="/mcp/tools/reviews/get-reviews">
    Fetch individual reviews with full detail — rating, comment, reviewer info, source, status
  </Card>

  <Card title="get_review_summary" icon="chart-bar" href="/mcp/tools/reviews/get-review-summary">
    Get total review counts and average ratings grouped by review source
  </Card>

  <Card title="get_review_tags" icon="tag" href="/mcp/tools/reviews/get-review-tags">
    Fetch all review tags associated with the business account
  </Card>

  <Card title="reply_to_review" icon="reply" href="/mcp/tools/reviews/reply-to-review">
    Post a public or private reply to a customer review
  </Card>

  <Card title="create_review_tag" icon="tag" href="/mcp/tools/reviews/create-review-tag">
    Create one or more new review tags for the account
  </Card>

  <Card title="delete_review_tag" icon="trash" href="/mcp/tools/reviews/delete-review-tag">
    Permanently delete a review tag from the account
  </Card>

  <Card title="assign_tags_to_reviews" icon="tags" href="/mcp/tools/reviews/assign-tags-to-reviews">
    Assign a tag to reviews by explicit IDs or by filter criteria
  </Card>

  <Card title="remove_tags_from_reviews" icon="xmark" href="/mcp/tools/reviews/remove-tags-from-reviews">
    Remove a tag from reviews by explicit IDs or by filter criteria
  </Card>
</CardGroup>

## Tips

* `review_and_rating_overview`, `get_reviews`, `get_review_summary`, and `get_review_tags` operate at the account level — no `locationId` needed.
* `assign_tags_to_reviews` and `remove_tags_from_reviews` require a child location `bid` — use `get_child_locations` to get valid IDs.
* Use `get_review_tags` before `create_review_tag` to avoid duplicates, and before `assign_tags_to_reviews` to confirm exact tag names.
* `reply_to_review` is a write tool — always confirm the reply text with the user before submitting.
