Contract
{
"type": "object",
"required": [
"kolId"
],
"properties": {
"kolId": {
"type": "string",
"examples": [
"7048929565493690398"
],
"description": "User kolId"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"base_resp": {
"type": "object",
"properties": {
"status_code": {
"type": "number"
},
"status_message": {
"type": "string",
"description": "Empty string on both fixtures observed."
}
},
"description": "Generic call-status envelope. `status_code: 0` with an empty `status_message` was observed on both fixtures (including the empty-keyword-data case) -- a populated error message/code was never observed.",
"additionalProperties": true
},
"keyword_map": {
"type": "object",
"description": "Map of the same mined keyword text to its aggregate frequency across the creator's comments. Counts can exceed the matching `keyword_item_distribution` count for the same keyword when a keyword recurs multiple times within a single item's comments -- observed directly (e.g. one keyword counted 4 in `keyword_item_distribution` but 12 in `keyword_map` on the one real creator calibrated). Observed as `{}` when the creator has no minable comment data.",
"additionalProperties": {
"type": "number"
}
},
"keyword_item_distribution": {
"type": "object",
"description": "Map of mined keyword text to the number of the creator's own content items that keyword appeared in. Keys are the keyword text itself (Chinese-language keywords observed, e.g. product/topic terms mentioned in comments), values are counts. Observed as `{}` when the creator has no minable comment data.",
"additionalProperties": {
"type": "number"
}
}
},
"description": "The hot-comment-keyword record, as returned at routing.responseResultPath ($.output). Both keyword maps are observed as `{}` when the given `kolId` has no minable comment data -- confirmed against the `kol-invalid-numeric` 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.04095 |
- 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 15, 2026
