Contract
{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"filing": {
"type": "string",
"description": "Observed as the literal string 'View' on the real call -- a link label from the source filing index, not descriptive data."
},
"symbol": {
"type": "string",
"description": "Ticker symbol, e.g. 'BARK', 'PBR', 'AEP'. Observed as an empty string when the source row has no resolved ticker (seen for MOOG INC. entries on the real call) -- renamed from the provider's own raw key, which is misspelled ('symnbol'); see verification.notes."
},
"company": {
"type": "string",
"description": "e.g. 'Bark Inc.', 'MOOG INC.', 'LINDE PLC'."
},
"shares_owned": {
"type": "string",
"description": "Comma-formatted share count plus an ownership-type annotation in parentheses, e.g. '1,307,943 (Direct)' or '38,811 (Indirect)'."
},
"shares_traded": {
"type": "string",
"description": "Comma-formatted share count as a string, not a number, e.g. '3,756'. Observed as '0' for ownership-only rows with no actual trade."
},
"conversion_price": {
"type": "string",
"description": "Dollar-formatted price as a string, e.g. '$0.78', '$343.39'. Frequently '$0' for option awards/grants with no cash exercise price."
},
"transaction_date": {
"type": "string",
"description": "Date plus a transaction-type word or phrase, e.g. '2026-03-10 Tax Withholding', '2026-03-11 Exercise', '2026-03-03 Option Award (A)', or the bare word 'Ownership' with no date for some ownership-only rows -- not a plain ISO date."
},
"reported_datetime": {
"type": "string",
"description": "When the filing was reported, e.g. '2026-03-12 3:58 pm' -- local time, no timezone given."
},
"insider_relationship": {
"type": "string",
"description": "The insider's own name and title/relationship to the company, e.g. 'Black Michael Scott Chief Revenue Officer', 'ROCHE PATRICK J Chief Executive Officer'. Sometimes the title is replaced with 'See Remarks' instead of a job title. Public SEC disclosure data -- see verification.notes."
},
"exercisable_expiration": {
"type": "string",
"description": "Two space-separated values, an exercisable-date and an expiration-date, each independently either an ISO date or the literal 'N/A', e.g. 'N/A N/A', 'N/A 2026-11-15', '2025-05-01 N/A', '2027-03-05 2036-03-05'."
}
},
"additionalProperties": true
},
"description": "One entry per stock-option-related Form 4 transaction, most recent first on the real call observed (66 entries). This endpoint takes no input, so every call returns the same kind of site-wide recent feed, not a company-scoped list."
}
},
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on the one real call observed."
}
},
"description": "The stock-option transaction feed, 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.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 15, 2026
