Contract
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "Full URL to fetch, including the http:// or https:// scheme."
},
"maxAgeMs": {
"type": "integer",
"default": 86400000,
"maximum": 2592000000,
"minimum": 0,
"description": "Reuse a cached result younger than this many milliseconds. Default 86400000 (1 day), max 2592000000 (30 days). Set 0 to always fetch fresh."
},
"includeLinks": {
"type": "boolean",
"default": true,
"description": "Preserve hyperlinks in the Markdown output. Default true."
},
"includeFrames": {
"type": "boolean",
"default": false,
"description": "Render iframe contents into the output. Default false."
},
"includeImages": {
"type": "boolean",
"default": false,
"description": "Include image references in the Markdown output. Default false."
},
"settleAnimations": {
"type": "boolean",
"default": false,
"description": "Wait briefly for CSS and transition animations to settle before converting the page. Default false — trades a little latency for more stable output on animated pages."
},
"useMainContentOnly": {
"type": "boolean",
"default": false,
"description": "Keep only the page's main content, dropping headers, footers, sidebars, and navigation when detectable. Default false."
},
"shortenBase64Images": {
"type": "boolean",
"default": true,
"description": "Truncate inline base64 image payloads to keep the output small. Default true."
}
},
"additionalProperties": false
}{
"type": "object",
"required": [
"success",
"markdown",
"url"
],
"properties": {
"url": {
"type": "string",
"description": "The URL that was requested."
},
"success": {
"type": "boolean"
},
"markdown": {
"type": "string",
"description": "The page's content converted to Markdown."
},
"metadata": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"favicon": {
"type": "string"
},
"finalUrl": {
"type": "string",
"description": "URL after redirects."
},
"language": {
"type": "string"
},
"sourceUrl": {
"type": "string"
},
"additionalMeta": {
"type": "object",
"additionalProperties": true
}
},
"additionalProperties": true
},
"contentLength": {
"type": "integer",
"description": "Character length of markdown."
}
},
"description": "The extracted page content, 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.0012285 |
- 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 8, 2026
