Contract
{
"type": "object",
"required": [
"job_id",
"job_slug"
],
"properties": {
"job_id": {
"type": "string",
"description": "Job ID from search_jobs results (e.g., '4322508')"
},
"job_slug": {
"type": "string",
"description": "Job slug from search_jobs results (e.g., 'software-engineer')"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Echoes the input job_id."
},
"job": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"remote": {
"type": "boolean"
},
"jobType": {
"type": "string",
"description": "e.g. 'contract', 'full_time' -- only these two observed."
},
"startup": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"slug": {
"type": "string"
}
},
"description": "The hiring company.",
"additionalProperties": false
},
"locationNames": {
"type": "array",
"items": {
"type": "string"
}
},
"salaryCurrency": {
"type": "string",
"description": "e.g. 'USD'."
},
"visaSponsorship": {
"type": "boolean"
},
"recruitingContact": {
"type": [
"object",
"null"
],
"properties": {
"role": {
"type": "string",
"description": "e.g. 'FOUNDER' -- the contact's role at the hiring company."
},
"user": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The contact's public Wellfound name."
},
"pathName": {
"type": "string",
"description": "The contact's public Wellfound profile path, e.g. '/u/kyle-choy-3'."
}
},
"additionalProperties": false
},
"title": {
"type": [
"string",
"null"
],
"description": "The contact's job title; null on the one fixture observed."
},
"tenureSeconds": {
"type": [
"number",
"null"
],
"description": "How long the contact has been at the company; null on the one fixture observed."
},
"roleDisplayName": {
"type": "string",
"description": "e.g. 'Founder'."
}
},
"description": "The listing's named recruiting contact, or null when the listing names none (observed on the design-engineer-no-questions fixture). Several sub-fields the raw response carries (internal ids, an avatar image URL, a profile slug, a 'hired via Talent' flag, a 'pro URL enabled' flag, and an unconfirmed primaryLocation) are intentionally left out -- see verification.notes/verification.piiReview.",
"additionalProperties": false
},
"acceptedRemoteLocationNames": {
"type": "array",
"items": {
"type": "string"
},
"description": "Countries the listing accepts a remote hire from."
}
},
"additionalProperties": false
},
"slug": {
"type": "string",
"description": "Echoes the input job_slug."
},
"questions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"kind": {
"type": "string",
"description": "'SHORT' (one-line answer), 'LONG' (paragraph), 'SINGLE' (single choice), or 'MULTIPLE' (multi-select) -- all four observed."
},
"options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"option": {
"type": "string"
}
},
"additionalProperties": false
},
"description": "Answer choices for a SINGLE/MULTIPLE question; empty for SHORT/LONG."
},
"question": {
"type": "string",
"description": "The question prompt."
},
"required": {
"type": "boolean"
},
"managedByAts": {
"type": "boolean"
}
},
"additionalProperties": false
},
"description": "The employer's custom screening questions, in display order. Empty when the employer asks none (design-engineer-no-questions is the counter-example: 8 questions across every observed `kind`)."
},
"applicationQuestionSets": {
"type": "array",
"items": {},
"description": "Observed empty on every real fixture; the shape of a populated entry is unconfirmed."
}
},
"additionalProperties": false
},
"status": {
"type": "string",
"description": "'success' on both real fixtures. The vendor documents a 'stale_input' value for a removed/no-longer-public listing, but no fixture demonstrates that response's shape, so it is not modeled here."
}
},
"description": "The application-form record, 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.1365 |
- 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
