Contract
{
"type": "object",
"required": [
"city_id"
],
"properties": {
"page": {
"type": "integer",
"default": 1,
"minimum": 1,
"description": "Page number"
},
"city_id": {
"type": "string",
"examples": [
"c2791472"
],
"description": "City ID (from a separate city-search call)"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"status": {
"type": "string",
"description": "'ok' on both real, resolvable-city calls observed."
},
"city_info": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"slug": {
"type": "string"
}
},
"description": "The resolved city. Present on both calibration calls.",
"additionalProperties": true
},
"next_page": {
"type": "number",
"description": "The next page number to request. Observed as 2 on page one and 3 on page two of the same city, so more pages remained in both calibration calls; behavior on a city's final page was not observed."
},
"country_info": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Country code, e.g. 'US'."
},
"name": {
"type": "string"
},
"slug": {
"type": "string"
}
},
"description": "The resolved city's country. Present on both calibration calls.",
"additionalProperties": true
},
"location_list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The location's own numeric Instagram place id (as a string) -- not a phone number, despite matching the same all-digits shape a phone-number heuristic flags; see verification.piiReview."
},
"name": {
"type": "string"
},
"slug": {
"type": "string"
}
},
"additionalProperties": true
},
"description": "One entry per taggable location on the requested page of the city. 96 entries on page one and 96 entries on page two of the one real city observed (a large US county)."
}
},
"description": "The locations record, as returned at routing.responseResultPath ($.output). Both calibration calls used a real, resolvable city id and returned every field below; behavior for a city id that does not resolve to a known city was not captured and is not described here.",
"additionalProperties": true
}Pricing
Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.
Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.
| Charge | Rate |
|---|---|
Per call Flat, regardless of what comes back | $0.0020475 |
- Cost basis
- Not recorded
This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.
- Updated
- Sep 23, 2026
