Contract
{
"type": "object",
"anyOf": [
{
"required": [
"username"
]
},
{
"required": [
"user_id"
]
}
],
"properties": {
"user_id": {
"type": "string",
"examples": [
"18527"
],
"description": "User ID"
},
"username": {
"type": "string",
"examples": [
"instagram"
],
"description": "Username"
},
"pagination_token": {
"type": "string",
"description": "Pagination token"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"count": {
"type": "number",
"description": "Number of accounts in this page's `items` array (50 on the one real page observed)."
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The followed account's numeric Instagram user id, as a string."
},
"username": {
"type": "string",
"description": "The followed account's public handle."
},
"full_name": {
"type": "string",
"description": "The followed account's own public display name."
},
"is_private": {
"type": "boolean"
},
"is_favorite": {
"type": "boolean",
"description": "Whether the queried account has favorited this followed account inside Instagram's own client -- a setting on the queried account, not the followed one."
},
"is_verified": {
"type": "boolean"
},
"account_badges": {
"type": "array",
"items": {},
"description": "Empty on every one of the 50 entries in the one real fixture observed; item shape unconfirmed."
},
"profile_pic_url": {
"type": [
"string",
"null"
],
"description": "The followed account's avatar image URL. Value withheld (stripped to `null`) in this tool's output -- only whether an avatar is set is observable (`has_anonymous_profile_picture`), not the image itself."
},
"latest_reel_media": {
"type": "number",
"description": "A Unix-seconds-shaped timestamp of the account's latest Reels activity, or 0 when none was observed, on the one real fixture calibrated."
},
"has_anonymous_profile_picture": {
"type": "boolean",
"description": "True when the account has not set a custom avatar."
},
"third_party_downloads_enabled": {
"type": "number",
"description": "1 or 2 on the one real fixture observed; a per-account platform content setting."
}
},
"additionalProperties": true
}
},
"total": {
"type": "number",
"description": "Total number of accounts the queried user follows."
}
},
"additionalProperties": true
},
"pagination_token": {
"type": "string",
"description": "Opaque token; pass it as this tool's own `pagination_token` input to fetch the next page. An already-exhausted or invalid token returns an empty result outside this schema's evidenced shape -- see usage.md."
}
},
"description": "One page of the queried account's following list, as returned at routing.responseResultPath ($.output).",
"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.004095 |
- 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 25, 2026
