GetApp

get_app_reviews

Return enriched review feed rows for the workspace's tracked apps. Cost: 1 credit.

Remote getappniche/aso-research

Remote (network-hosted)

Other tools also called get_app_reviews? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "title": "Limit",
      "default": 10,
      "maximum": 50,
      "minimum": 1,
      "description": "How many reviews to return, 1-50 (default 10)."
    },
    "store": {
      "anyOf": [
        {
          "enum": [
            "apple",
            "google"
          ],
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Store",
      "default": null,
      "description": "Filter to reviews from one store: 'apple' or 'google'."
    },
    "topic": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Topic",
      "default": null,
      "description": "Filter by an extracted topic label, e.g. 'pricing', 'onboarding', 'bugs'."
    },
    "offset": {
      "type": "integer",
      "title": "Offset",
      "default": 0,
      "minimum": 0,
      "description": "How many reviews to skip before returning results."
    },
    "store_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Store Id",
      "default": null,
      "description": "Filter to one app by its store-native id, e.g. '284882215' or 'com.spotify.music'."
    },
    "sentiment": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Sentiment",
      "default": null,
      "description": "Filter by review sentiment: 'positive', 'neutral' or 'negative'."
    },
    "tracked_app_id": {
      "anyOf": [
        {
          "type": "string",
          "format": "uuid"
        },
        {
          "type": "null"
        }
      ],
      "title": "Tracked App Id",
      "default": null,
      "description": "UUID of one tracked app in the caller's workspace. Omit to read reviews across all tracked apps."
    }
  }
}
          

Provider

GetApp →