Skip to content
Eden Engine

Company Salary Summary Report (Markdown, by Company & Optional Job Family)

omnial/get-salary-summary-md

Given a company slug and an optional job family, returns a Markdown-formatted salary summary: overall and per-level median total compensation, a level-by-level or role-by-role breakdown table, and FAQ-style context on pay range, experience by level, and negotiation. Omitting the job family returns an overall summary across every role reported at that company.

activeper callv1
Provider
Web & Business Data Network
Category
compensation
Provider price
$0.01365 per call
Latency p50 / p95
— / —
Success rate
Verified

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "company_slug"
  ],
  "properties": {
    "company_slug": {
      "type": "string",
      "description": "Company slug identifier (e.g. 'google', 'meta', 'amazon'). Obtain from get_popular_companies."
    },
    "job_family_slug": {
      "type": "string",
      "description": "Job family slug (e.g. 'software-engineer', 'product-manager', 'data-scientist'). Omitting returns an overall company salary summary across all roles."
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "markdown": {
          "type": "string",
          "description": "A full Markdown document: a summary paragraph, an aggregate-highlights section, a compensation breakdown table (by level for a single job family, by job family for an overall company summary), an FAQ section, links to related reports on levels.fyi, and an attribution/license footer. Length and table shape vary by scope -- a single job-family call returns a level-by-level table (observed 7 rows), an overall-company call returns a job-family-by-job-family table (observed 61 rows) -- treat this as free-form long-form text to display or parse, not a fixed-width report."
        }
      },
      "description": "Present only when `status` is present. Holds exactly one field, `markdown`.",
      "additionalProperties": true
    },
    "status": {
      "type": "string",
      "description": "'success' on both real populated calibration calls observed (a scoped company + job-family summary, and an overall company summary). Absent entirely -- not an empty string -- on the unrecognized-company_slug case."
    }
  },
  "description": "The salary summary record, as returned at routing.responseResultPath ($.output). A recognized company_slug (with or without job_family_slug) returns `status` and `data.markdown`; an unrecognized company_slug returns an empty object, not an error and not a populated-but-empty markdown string (see examples/invalid-company.json).",
  "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.

ChargeRate
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 8, 2026