Skip to main content

Description

Returns experience, reputation, sentiment, and listing scores broken down by location, along with delta values showing how each score changed versus the prior period. Use this to identify which locations are improving, declining, or need attention. The response contains:
  • totalCount — total number of locations in the result
  • dataPoints (array) — one entry per location, each with:
    • id — location business number
    • name — location name
    • experienceScore, reputationScore, sentimentScore, listingScore — current period scores
    • experienceDeltaScore, reputationDeltaScore, sentimentDeltaScore, listingDeltaScore — prior period scores
    • experienceDelta, reputationDelta, sentimentDelta, listingDelta — point change vs prior period (positive = improvement)
businessNumbers is required for this tool. Call get_child_locations first to get valid businessNumber values. If the user has not specified which locations to include, present the available locations and ask them to choose before calling this tool.

Parameters

Required

Optional

Example Usage