Contract
{
"type": "object",
"required": [
"query_end_time",
"query_start_time"
],
"properties": {
"query_end_time": {
"type": "string",
"description": "查询结束时间戳/Query end timestamp"
},
"query_start_time": {
"type": "string",
"description": "查询开始时间戳/Query start timestamp"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"ip_activity_detail_list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The campaign's id, as a numeric string."
},
"name": {
"type": "string",
"description": "The campaign's display name/title."
},
"status": {
"type": "number",
"description": "Campaign status code; only the value 20 was observed across every fixture, so other values are possible but unconfirmed."
},
"hero_image": {
"type": "null",
"description": "Always null: the raw cover-image URL is a signed, time-expiring CDN link and is redacted before shipping rather than passed through as-is."
},
"description": {
"type": "string",
"description": "Free-text campaign description, observed only in Chinese so far."
},
"ip_category": {
"type": "number",
"description": "Small integer category code (1-5 observed); no label map confirmed."
},
"ip_end_time": {
"type": "string",
"description": "Unix epoch seconds (as a string) when the campaign activity itself ends."
},
"ip_industry": {
"type": "string",
"description": "One or more comma-separated industry id codes, e.g. '1905' or '1901,1933,1931,1904'; no label map confirmed."
},
"ip_start_time": {
"type": "string",
"description": "Unix epoch seconds (as a string) when the campaign activity itself starts."
},
"invest_end_time": {
"type": "string",
"description": "Unix epoch seconds (as a string) when the campaign's investment window closes."
},
"invest_start_time": {
"type": "string",
"description": "Unix epoch seconds (as a string) when the campaign's investment window opens."
}
},
"additionalProperties": true
},
"description": "Empty array when no campaign's investment window intersects the requested range (observed directly on a future-dated window fixture) -- not an error case."
}
},
"description": "The activity-list record, as returned at routing.responseResultPath ($.output).",
"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.004095 |
- 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
