Contract
{
"type": "object",
"required": [
"uid"
],
"properties": {
"uid": {
"type": "string",
"examples": [
"68141954464"
],
"description": "User UID"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"id": {
"type": "number",
"description": "The account's numeric UID (matches the query)."
},
"city": {
"type": "string",
"description": "The profile's city field. Empty string observed on the one real account."
},
"gender": {
"type": "number",
"description": "1 observed on the one real account; the full enum is unconfirmed."
},
"id_str": {
"type": "string",
"description": "The same UID as a string."
},
"status": {
"type": "number",
"description": "Profile status code; 1 observed on the one real account."
},
"message": {
"type": "string",
"description": "Present only on the no-visible-profile case; the endpoint's own message (e.g. 'forbidden'). Absent on a successful profile fetch."
},
"prompts": {
"type": "string",
"description": "Present only on the no-visible-profile case; a human-readable notice from the platform ('temporarily no personal info viewable', in Chinese). Absent on a successful profile fetch."
},
"sec_uid": {
"type": "string",
"description": "The account's stable, resettable public identifier (a base64-ish token)."
},
"nickname": {
"type": "string",
"description": "The account's public display name."
},
"short_id": {
"type": "number",
"description": "The account's short numeric id."
},
"verified": {
"type": "boolean"
},
"signature": {
"type": "string",
"description": "The account's public bio. Observed as a short Chinese phrase ('该减肥了') on the one real account; may be an empty string on other accounts."
},
"display_id": {
"type": "string",
"description": "The account's short numeric id rendered as a string."
},
"create_time": {
"type": "number",
"description": "Unix seconds. 0 observed on the one real account (the platform does not always populate it) -- do not read 0 as 'created at the epoch'."
},
"follow_info": {
"type": "object",
"properties": {
"follower_count": {
"type": "number"
},
"following_count": {
"type": "number"
},
"follower_count_str": {
"type": "string",
"description": "Abbreviated follower count for display. Observed as '0' on the one real account even though the numeric `follower_count` was 61 (see usage.md)."
},
"following_count_str": {
"type": "string",
"description": "Abbreviated following count for display. Observed as '0' while the numeric `following_count` was 180 on the one real account (see usage.md)."
}
},
"additionalProperties": true
},
"modify_time": {
"type": "number",
"description": "Unix seconds."
},
"avatar_large": {
"type": "object",
"properties": {
"url_list": {
"type": [
"array",
"null"
],
"description": "The avatar's image URLs, withheld."
}
},
"description": "Largest avatar. URL value withheld same as `avatar_thumb`.",
"additionalProperties": true
},
"avatar_thumb": {
"type": "object",
"properties": {
"url_list": {
"type": [
"array",
"null"
],
"description": "The avatar's image URLs, withheld. The raw URL-bearing array is nulled on the one real account; only presence is observable."
}
},
"description": "Smallest avatar size. URL value withheld (stripped to `null`) -- only whether an avatar is set is observable, not the image itself.",
"additionalProperties": true
},
"avatar_medium": {
"type": "object",
"properties": {
"url_list": {
"type": [
"array",
"null"
],
"description": "The avatar's image URLs, withheld."
}
},
"description": "Mid-size avatar. URL value withheld same as `avatar_thumb`.",
"additionalProperties": true
},
"user_canceled": {
"type": "boolean"
},
"verified_reason": {
"type": "string",
"description": "Public verification badge reason. Empty string observed."
}
},
"description": "The account record. Carries only the `message`/`prompts` notice fields (below) on the no-visible-profile case, and the full profile fields on a real account.",
"additionalProperties": true
},
"extra": {
"type": "object",
"properties": {
"now": {
"type": "number",
"description": "Epoch milliseconds; present in both fixtures."
}
},
"description": "The upstream server clock at response time.",
"additionalProperties": true
},
"status_code": {
"type": "number",
"description": "0 on a successful profile fetch; 10033 (the endpoint's own code) on the no-visible-profile case."
}
},
"description": "The account profile record, as returned at routing.responseResultPath ($.output). Observed as `{ data: { message, prompts }, extra: { now }, status_code }` (no profile fields) when the given `uid` has no visible profile -- confirmed against the `user-not-found` fixture, which still billed the normal per-call price.",
"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 25, 2026
