Contract
{
"type": "object",
"required": [
"page"
],
"properties": {
"page": {
"type": "integer",
"description": "Page number for pagination."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"jobs": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The public listing's permalink on the job board's own site (https://web3.career/...) -- where to view the full posting and apply."
},
"tags": {
"type": "array",
"items": {},
"description": "Observed as an empty array on every single listing across all three real fixtures -- a populated tags list was never observed and its item shape is unconfirmed."
},
"title": {
"type": "string"
},
"job_id": {
"type": "string"
},
"salary": {
"type": "string",
"description": "A free-text range (e.g. '$105k - $120k'), or an empty string when the poster did not list a salary -- both observed across all three fixtures."
},
"company": {
"type": "string"
},
"location": {
"type": "string",
"description": "Can be an empty string when the vendor has no location on file for a posting -- observed on multiple listings across all three fixtures."
},
"posted_date": {
"type": "string",
"description": "A relative-age string (e.g. '5h', '4d', '5y'), not a timestamp."
}
},
"additionalProperties": true
},
"description": "Job postings for this page, newest first. Never observed empty across any of the three real fixtures -- even page 9999 (well past the end of current listings) returned three older postings rather than an empty array or an error."
},
"page": {
"type": "string",
"description": "Echoes the requested page number, but as a STRING (e.g. '1', '5', '9999') even though the input `page` field is an integer -- confirmed identically across all three real fixtures, not assumed from the field name."
}
},
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on all three real calls observed, including a deep out-of-range page (9999) -- that page did not error or come back empty, it returned the vendor's oldest indexed listings instead."
}
},
"description": "The job listings page, 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 23, 2026
