Contract
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "URL to convert"
},
"include_links": {
"type": "boolean"
},
"include_images": {
"type": "boolean"
}
},
"additionalProperties": false
}{
"type": "object",
"required": [
"markdown",
"title",
"word_count"
],
"properties": {
"_meta": {
"type": "object",
"properties": {
"provenance": {
"type": "object",
"properties": {
"source": {
"type": "string",
"description": "How the page was fetched. Observed only as 'http-get' (a static-page fetch) on both real calibration calls -- the value this field takes when the JavaScript-rendering fallback is used was never observed."
},
"fetched_at": {
"type": "string",
"description": "ISO 8601 timestamp of when the page was fetched for this conversion."
}
},
"additionalProperties": true
}
},
"description": "Extraction metadata about this particular conversion.",
"additionalProperties": true
},
"title": {
"type": "string",
"description": "The extracted page title."
},
"markdown": {
"type": "string",
"description": "The page's main content as clean markdown, with navigation, ads, and other boilerplate stripped out. Links are preserved as markdown links."
},
"word_count": {
"type": "number",
"description": "Word count of the extracted markdown content."
}
},
"description": "The markdown conversion result, 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.081081 |
- 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
