You're viewing a demo portfolio

Join the waitlist
PRSM

google-maps.place_photos

Active

Tool of Vee3

declared in 1.27.1

Get photos for a Google Maps place. Provide place_id from search results. The identifier also accepts the business identifier form (0x...:0x...). Optional cursor, region, and language are supported. Pass cursor from a previous cursor_next to fetch the next page. Returns place metadata and a photos array. Each photo has photo_url and description when available. cursor_next appears only when a pagination cursor is available. Additional upstream fields may appear. Cost = 3 tokens.

Parameters schema

{
  "type": "object",
  "title": "get_google_maps_place_photosArguments",
  "required": [
    "place_id"
  ],
  "properties": {
    "cursor": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 4096
        },
        {
          "type": "null"
        }
      ],
      "title": "Cursor",
      "default": null,
      "description": "Pagination cursor from cursor_next on a previous response."
    },
    "region": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 8
        },
        {
          "type": "null"
        }
      ],
      "title": "Region",
      "default": null,
      "description": "Two-character region code (for example us). On search endpoints this biases results by ccTLD. On place endpoints this selects regional place data."
    },
    "language": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 16
        },
        {
          "type": "null"
        }
      ],
      "title": "Language",
      "default": null,
      "description": "Language code for results (for example en)."
    },
    "place_id": {
      "type": "string",
      "title": "Place Id",
      "maxLength": 256,
      "description": "Google Maps place identifier (for example ChIJk_grnPDq9EcRE7gOH9gAPZA). Also accepts the business identifier form (for example 0x47f4eb87e91f866d:0x9629fabb993eb66)."
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →