Contract
{
"type": "object",
"anyOf": [
{
"required": [
"q"
]
},
{
"required": [
"ids"
]
}
],
"properties": {
"q": {
"type": "string"
},
"ids": {
"type": "string",
"description": "comma list of question ids (mode=question)"
},
"tag": {
"type": "string",
"description": "optional tag filter"
},
"mode": {
"enum": [
"search",
"question"
],
"type": "string"
},
"maxItems": {
"type": "string",
"default": "20"
}
},
"additionalProperties": false
}{
"type": "object",
"required": [
"count",
"items"
],
"properties": {
"count": {
"type": "number",
"description": "Number of items in this response. 0 observed on the no-match fixture."
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"body": {
"type": "string",
"description": "The question's full body text/markup as authored on Stack Overflow (may include embedded HTML tags and code blocks). This is the asker's own public post content, already published and indexed publicly on Stack Overflow -- not data this tool collects about a customer or a private individual. One captured body (`items[].body`, python-list-comprehension.json item 15) contains a 10-digit numeric string (`'0123456789'`) that an automated PII scan flagged as phone-shaped; reading the actual text shows it is the printed OUTPUT of a `str.join()` code example (joining digits 0-9), not a real phone number -- see verification.notes."
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"type": {
"type": "string",
"description": "Result kind. Observed as the literal string 'so_question' only."
},
"score": {
"type": "number",
"description": "Net upvotes minus downvotes."
},
"title": {
"type": "string"
},
"author": {
"type": "string",
"description": "The public display name of the question's author on Stack Overflow -- the same byline already shown next to the post on the public site, not private contact information."
},
"viewCount": {
"type": "number"
},
"isAnswered": {
"type": "boolean",
"description": "Whether the question has an accepted answer."
},
"questionId": {
"type": "number",
"description": "Stack Overflow's own numeric question id."
},
"answerCount": {
"type": "number"
},
"creationDate": {
"type": "number",
"description": "Unix timestamp (seconds) the question was originally posted."
}
},
"additionalProperties": false
},
"description": "Matching Stack Overflow questions. Empty array on a no-match search."
}
},
"description": "The search/lookup result, as returned 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.015015 |
- 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
