Contract
{
"type": "object",
"required": [
"series_id"
],
"properties": {
"series_id": {
"type": "string",
"examples": [
"7592054624643713067"
],
"description": "Series id"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"status_msg": {
"type": "string",
"description": "Observed as 'invalid_series_type' on the one real, billed, non-empty response captured -- the given series_id was a valid-format, real Douyin collection id but not accepted as a short-drama series by this endpoint. Other status_msg values (including any value returned for a genuinely valid series id) are undocumented and unconfirmed."
},
"status_code": {
"type": "number",
"description": "The endpoint's own numeric status code. Observed as 0 on the one real, billed, non-empty response captured, alongside a status_msg reporting the given id was the wrong kind of collection -- 0 here does not by itself mean the series_id resolved to usable series content."
},
"related_item_tag_infos": {
"type": [
"array",
"null"
],
"items": {},
"description": "Observed as null on the one real non-empty response captured. A populated shape (e.g. tag metadata for related items) was never observed and is unconfirmed."
}
},
"description": "The endpoint's status document for the given series_id, as returned at routing.responseResultPath ($.output). Only ever observed carrying a status/error indication in calibration, never a populated series detail (title/cover/episode list) -- see verification.notes for why. An unrecognized series_id was observed to return `null` at this path with no charge (see `series-found.json`); that fixture is not represented in this schema's properties.",
"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
