Contract
{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"later": {
"type": "array",
"items": {
"type": "object",
"properties": {
"symbol": {
"type": "string"
},
"ipoDate": {
"type": "string"
},
"revenue": {
"type": [
"number",
"null"
]
},
"exchange": {
"type": "string"
},
"companyName": {
"type": "string"
},
"dealSizeUsd": {
"type": "number"
},
"ipoPriceRange": {
"type": "string"
},
"sharesOffered": {
"type": "number"
}
},
"additionalProperties": false
},
"description": "IPOs expected further out, in the same shape as thisWeek. Empty on the one real call observed -- the item shape is inferred from thisWeek, not directly confirmed with a populated example."
},
"nextWeek": {
"type": "array",
"items": {
"type": "object",
"properties": {
"symbol": {
"type": "string"
},
"ipoDate": {
"type": "string"
},
"revenue": {
"type": [
"number",
"null"
]
},
"exchange": {
"type": "string"
},
"companyName": {
"type": "string"
},
"dealSizeUsd": {
"type": "number"
},
"ipoPriceRange": {
"type": "string"
},
"sharesOffered": {
"type": "number"
}
},
"additionalProperties": false
},
"description": "IPOs expected next calendar week, in the same shape as thisWeek. Empty on the one real call observed -- the item shape is inferred from thisWeek, not directly confirmed with a populated example."
},
"thisWeek": {
"type": "array",
"items": {
"type": "object",
"properties": {
"symbol": {
"type": "string",
"description": "Ticker symbol, e.g. 'PTT'."
},
"ipoDate": {
"type": "string",
"description": "Expected IPO date, e.g. '2026-09-08' -- confirmed a calendar date against the real fixture, not a phone number, despite an automated capture-time scan flagging this leaf as a possible phone-number pattern match."
},
"revenue": {
"type": [
"number",
"null"
],
"description": "The company's trailing revenue in USD, when reported. Only ever observed populated on the one real call; the vendor's own description states this is included only when available, so an unpopulated case is expected but unconfirmed in a real fixture -- treated as nullable rather than always present."
},
"exchange": {
"type": "string",
"description": "e.g. 'NASDAQ'."
},
"companyName": {
"type": "string",
"description": "e.g. 'Siyata PTT'."
},
"dealSizeUsd": {
"type": "number",
"description": "Total offering size in USD. On the one real call observed this equals sharesOffered times the (single-point) ipoPriceRange exactly (6,112,327 shares x $7.00 = 42,786,289), so it reads as a derived deal-size figure rather than an independent data point -- unconfirmed whether it still matches that product for a priced range with distinct low/high bounds."
},
"ipoPriceRange": {
"type": "string",
"description": "e.g. '$7.00 - $7.00'."
},
"sharesOffered": {
"type": "number"
}
},
"additionalProperties": false
},
"description": "IPOs expected this calendar week. One entry on the one real call observed."
}
},
"additionalProperties": false
},
"status": {
"type": "string",
"description": "'success' on the one real call observed."
}
},
"description": "The IPO calendar record at routing.responseResultPath ($.output).",
"additionalProperties": false
}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.01365 |
- 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
