Contract
{
"type": "object",
"required": [
"offset",
"content_type",
"count"
],
"properties": {
"count": {
"type": "integer",
"examples": [
16
],
"description": "Number per page"
},
"cookie": {
"type": "string",
"description": "User provided Cookie"
},
"offset": {
"type": "integer",
"description": "Page number"
},
"content_type": {
"type": "integer",
"description": "Subtype"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"offset": {
"type": "number",
"description": "The offset this page of results begins at. Observed 16 for input offset 0 and 10015 for input offset 9999 -- the feed returns the next page offset, not the requested one."
},
"has_more": {
"type": "boolean",
"description": "true on both real pages observed."
},
"card_list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"series": {
"type": "object",
"properties": {
"desc": {
"type": "string",
"description": "The series synopsis (in Chinese)."
},
"stats": {
"type": "object",
"properties": {
"play_vv": {
"type": "number",
"description": "Play/view count, e.g. 2.3 billion on one real card."
},
"collect_vv": {
"type": "number",
"description": "Collect/save count."
},
"total_episode": {
"type": "number",
"description": "Total episode count."
},
"current_episode": {
"type": "number",
"description": "Observed 0 on every real card."
},
"updated_to_episode": {
"type": "number",
"description": "Episode the series is updated to."
},
"last_added_item_time": {
"type": "number",
"description": "Unix seconds of the latest episode."
}
},
"description": "The series' engagement and progress counters.",
"additionalProperties": true
},
"author": {
"type": "object",
"properties": {
"uid": {
"type": "string",
"description": "The creator's numeric Douyin account id."
},
"gender": {
"type": "number"
},
"sec_uid": {
"type": "string"
},
"nickname": {
"type": "string",
"description": "The creator's public display name (Chinese, may include an emoji)."
},
"short_id": {
"type": "string"
},
"signature": {
"type": "string",
"description": "The creator's public bio line."
},
"unique_id": {
"type": "string",
"description": "The creator's public Douyin handle, when set."
},
"aweme_count": {
"type": "number",
"description": "Observed 0 on every real card."
},
"is_verified": {
"type": "boolean",
"description": "true on every real card observed."
},
"avatar_larger": {
"type": "object",
"properties": {
"uri": {
"type": "string"
},
"width": {
"type": "number"
},
"height": {
"type": "number"
},
"url_list": {
"type": [
"array",
"null"
],
"items": {
"type": "null"
},
"description": "Always an array of `null` in this tool's output -- the avatar image URLs are withheld (stripped) so a customer sees the image exists without receiving its URL."
}
},
"description": "The creator's display avatar. `url_list` (the image URLs) is withheld (stripped to null); `uri`/`width`/`height` describe the resource.",
"additionalProperties": true
},
"custom_verify": {
"type": "string",
"description": "Empty string on every real card observed."
},
"follower_count": {
"type": "number",
"description": "Observed 0 on every real card."
},
"following_count": {
"type": "number",
"description": "Observed 0 on every real card."
},
"verification_type": {
"type": "number",
"description": "Observed 1 on every real card."
},
"enterprise_verify_reason": {
"type": "string",
"description": "The verified company's descriptor line, when the creator is an enterprise account; empty string otherwise."
}
},
"description": "The creator of the listed series -- the subject of this feed, not a third party riding along. Only the public identity fields below are returned; the rest of the raw account object is dropped as vendor plumbing.",
"additionalProperties": true
},
"is_iaa": {
"type": "number"
},
"status": {
"type": "object",
"properties": {
"status": {
"type": "number"
},
"status_desc": {
"type": "string",
"description": "A short status label, e.g. an episode count in the fixtures."
},
"is_collected": {
"type": "number"
}
},
"description": "The series' publication status on the platform.",
"additionalProperties": true
},
"cover_url": {
"type": "object",
"properties": {
"uri": {
"type": "string",
"description": "The provider's internal cover resource path."
},
"width": {
"type": "number",
"description": "Observed 720 on every real card."
},
"height": {
"type": "number",
"description": "Observed 720 on every real card."
},
"url_list": {
"type": [
"array",
"null"
],
"items": {
"type": "null"
},
"description": "Always an array of `null` in this tool's output -- the cover image URLs are withheld (stripped) so a customer sees the image exists without receiving its URL."
}
},
"description": "The series cover image. `url_list` (the actual image URLs) is withheld (stripped to null) in this tool's output; `uri`/`width`/`height` identify and describe the image resource without returning the image itself.",
"additionalProperties": true
},
"series_id": {
"type": "string",
"description": "The series' Douyin id."
},
"charge_info": {
"type": "object",
"properties": {
"has_paid": {
"type": "boolean"
},
"sell_type": {
"type": "number"
},
"charge_type": {
"type": "number"
},
"charge_count": {
"type": "number"
},
"unpaid_count": {
"type": "number"
},
"use_demotion": {
"type": "boolean"
},
"promise_update_time": {
"type": "number",
"description": "Unix seconds."
}
},
"description": "The series' current charge state.",
"additionalProperties": true
},
"create_time": {
"type": "number",
"description": "Unix seconds."
},
"rights_info": {
"type": "object",
"properties": {
"has_paid": {
"type": "boolean"
}
},
"additionalProperties": true
},
"series_name": {
"type": "string",
"description": "The series' title (in Chinese)."
},
"series_type": {
"type": "number"
},
"update_time": {
"type": "number",
"description": "Unix seconds."
},
"is_exclusive": {
"type": "boolean",
"description": "Platform exclusivity flag."
},
"series_price": {
"type": "number",
"description": "The pay-gated series' whole-series price in the platform's own pay unit (not USD), e.g. 770 on the one paid card observed."
},
"charge_strategy": {
"type": "object",
"properties": {
"is_charge": {
"type": "number"
},
"unit_price": {
"type": "number",
"description": "Per-episode unlock price."
},
"total_price": {
"type": "number"
},
"has_paid_episodes": {
"type": "number"
},
"discount_threshold": {
"type": "number"
},
"support_segment_unlock": {
"type": "boolean"
}
},
"description": "The pay-gating scheme in the platform's own pay unit, not USD.",
"additionalProperties": true
},
"content_sub_type": {
"type": "number",
"description": "Observed 0 on every real card."
},
"is_charge_series": {
"type": "number",
"description": "1 = pay-gated series, 0 = free, on the fixtures."
},
"series_form_type": {
"type": "number",
"description": "Observed 0 on every real card."
},
"series_content_types": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "A genre/content-type label, e.g. a romance or drama tag."
},
"series_content_type": {
"type": "number"
}
},
"additionalProperties": true
},
"description": "Genre tag(s) under the platform's older taxonomy."
},
"series_content_types_new": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "A genre/content-type label."
},
"series_content_type": {
"type": "number"
}
},
"additionalProperties": true
},
"description": "Genre tag(s), one entry per genre on the fixtures."
}
},
"description": "The short-drama series this card represents.",
"additionalProperties": true
},
"aweme_id": {
"type": "string",
"description": "A Douyin content id for this series card."
},
"card_scene": {
"type": "number",
"description": "Observed 1 on every real card."
}
},
"additionalProperties": true
},
"description": "The page's series cards; 16 entries on every real call observed."
},
"status_msg": {
"type": "string",
"description": "Empty string on both real pages observed."
},
"status_code": {
"type": "number",
"description": "0 on both real pages observed."
}
},
"description": "One page of the Douyin short-drama series feed, as returned at routing.responseResultPath ($.output). Both captured fixtures are full populated pages with this same shape; an empty-result page was never observed.",
"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
