Contract
{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {
"feeds": {
"type": "array",
"items": {
"type": "object",
"properties": {
"time": {
"type": "string",
"description": "Publish time as a local datetime string, e.g. \"2026-08-11 21:14:05\"."
},
"caption": {
"type": "string",
"description": "The entry's caption text, in the author's language."
},
"user_id": {
"type": "number",
"description": "The author's numeric Kuaishou user id."
},
"duration": {
"type": "number",
"description": "The video duration in milliseconds."
},
"photo_id": {
"type": "number",
"description": "The photo/video's Kuaishou id."
},
"user_name": {
"type": "string",
"description": "The author's public display name."
},
"like_count": {
"type": "number"
},
"soundTrack": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The track's displayed title, e.g. \"地球体验员的作品原声\" (so-and-so's original sound) -- the audio's public name, not an author contact field."
}
},
"description": "The audio track attached to this entry, when one is set -- present on 3 of 4 entries in the calibrating call. Only the track's own title ships; the track's author identity is left out (see verification.notes).",
"additionalProperties": true
},
"view_count": {
"type": "number"
},
"share_count": {
"type": "number"
},
"collect_count": {
"type": "number",
"description": "Save/collect count."
},
"comment_count": {
"type": "number"
},
"forward_count": {
"type": "number"
},
"verifiedDetail": {
"type": "object",
"properties": {
"description": {
"type": "string",
"description": "The badge's human-readable designation text."
}
},
"description": "The platform's verification badge for the author, when the entry carries one -- present on 1 of 4 entries in the calibrating call (a media outlet's official account).",
"additionalProperties": true
},
"disclaimerMsgV2": {
"type": "object",
"properties": {
"content": {
"type": "string",
"description": "The statement text, e.g. \"作者声明:含AI生成内容\" (the author declares AI-generated content) or the fictional-content equivalent."
}
},
"description": "The author's public content statement, when the entry carries one -- present on 2 of 4 entries in the calibrating call.",
"additionalProperties": true
}
},
"description": "One feed entry. `disclaimerMsgV2.content`, `verifiedDetail.description`, and `soundTrack.name` are present only on the entries the platform attached them to, not on every entry.",
"additionalProperties": true
},
"description": "This page's feed entries, in feed order (4 entries on the one real call)."
},
"pcursor": {
"type": "string",
"description": "The endpoint's pagination cursor string (observed value \"1\"). This tool takes no input, so the cursor cannot be passed back to fetch another page from here -- it is returned as data, not as a usable paging handle."
}
},
"description": "One page of the Kuaishou app's selection feed, as returned at routing.responseResultPath ($.output). `feeds` holds this page's entries in feed order; `pcursor` is the raw pagination cursor string the endpoint returned.",
"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
