Contract
{
"type": "object",
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string",
"description": "Product URL path segment without leading/trailing slashes (e.g. 'collaboration-software/a/monday-com')."
}
},
"additionalProperties": false
}{
"type": "object",
"$defs": {
"facetOption": {
"type": "object",
"properties": {
"href": {
"type": "string",
"description": "Relative path with this filter applied."
},
"count": {
"type": [
"number",
"null"
],
"description": "Matching result count for this facet option. Null for rating_stars_ge options, which do not report a count."
},
"label": {
"type": [
"string",
"null"
],
"description": "Facet option label. Null for some rating-threshold options (e.g. rating_stars_ge) where the value itself is self-explanatory."
},
"value": {
"type": [
"string",
"number"
],
"description": "Facet option value. A string slug for most facets; a number for rating_stars_ge (the minimum star threshold)."
},
"is_seo": {
"type": "boolean"
},
"selected": {
"type": "boolean"
}
},
"additionalProperties": true
}
},
"properties": {
"data": {
"type": "object",
"properties": {
"alternativesData": {
"type": "object",
"properties": {
"facets": {
"type": "object",
"properties": {
"oses_facet": {
"type": "array",
"items": {
"$ref": "#/$defs/facetOption"
}
},
"rating_stars_ge": {
"type": "array",
"items": {
"$ref": "#/$defs/facetOption"
}
},
"feature_tags_facet": {
"type": "array",
"items": {
"$ref": "#/$defs/facetOption"
}
},
"typecustomers_facet": {
"type": "array",
"items": {
"$ref": "#/$defs/facetOption"
}
},
"integrated_with_facet": {
"type": "array",
"items": {
"$ref": "#/$defs/facetOption"
}
},
"community_company_size": {
"type": "array",
"items": {
"$ref": "#/$defs/facetOption"
}
},
"pricingcategories_facet": {
"type": "array",
"items": {
"$ref": "#/$defs/facetOption"
}
},
"community_company_industry": {
"type": "array",
"items": {
"$ref": "#/$defs/facetOption"
}
}
},
"description": "Filterable facet groups for narrowing the alternatives list -- each group is a fixed, named set of options with counts, keyed by facet name.",
"additionalProperties": true
},
"listing": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"slug": {
"type": "string"
},
"pricing": {
"type": "object",
"properties": {
"plans": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"pricingModel": {
"type": [
"number",
"null"
],
"description": "Null observed on plans with no starting price (e.g. a free tier)."
},
"startingPrice": {
"type": [
"number",
"null"
],
"description": "Null observed on plans with no fixed starting price (e.g. a free tier)."
},
"paymentFrequency": {
"type": [
"number",
"null"
],
"description": "Null observed on plans with no fixed billing cadence (e.g. a free tier)."
}
},
"additionalProperties": true
}
},
"amount": {
"type": "string",
"description": "Numeric-looking string, e.g. '9'."
},
"currency": {
"type": "string"
},
"categories": {
"type": "array",
"items": {
"type": "string"
}
},
"periodicity": {
"type": "string",
"description": "e.g. 'month'."
},
"price_range": {
"type": "number"
},
"pricing_model": {
"type": "string",
"description": "e.g. 'Per User'."
},
"currency_symbol": {
"type": "string"
},
"no_credit_card_required": {
"type": "boolean"
}
},
"additionalProperties": true
},
"reviews": {
"type": "object",
"properties": {
"by_rating": {
"type": "object",
"properties": {
"1": {
"type": "number"
},
"2": {
"type": "number"
},
"3": {
"type": "number"
},
"4": {
"type": "number"
},
"5": {
"type": "number"
}
},
"description": "Count of reviews at each star level. Keys observed as the strings '1'-'5'.",
"additionalProperties": true
}
},
"additionalProperties": true
},
"summary": {
"type": "object",
"properties": {
"top": {
"type": "array",
"items": {
"type": "object",
"properties": {
"href": {
"type": "string",
"description": "Relative path."
},
"app_name": {
"type": "string"
},
"global_product_id": {
"type": "string"
}
},
"additionalProperties": true
},
"description": "A short highlighted list of comparable products."
}
},
"additionalProperties": true
},
"tagline": {
"type": "string"
},
"by_field": {
"type": "object",
"properties": {
"rating_ease": {
"type": "string"
},
"rating_value": {
"type": "string"
},
"rating_support": {
"type": "string"
},
"rating_features": {
"type": "string"
},
"likelihood_to_recommend": {
"type": "string"
}
},
"description": "Per-category average scores, observed as numeric-looking strings (e.g. \"4.28\").",
"additionalProperties": true
},
"cta_urls": {
"type": "object",
"properties": {
"detail": {
"type": "string",
"description": "Relative path to this product's own listing page."
},
"reviews": {
"type": [
"string",
"null"
],
"description": "Observed `null` on the one listing captured."
}
},
"additionalProperties": true
},
"features": {
"type": "object",
"properties": {
"total_count": {
"type": "number"
}
},
"additionalProperties": true
},
"platforms": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"slug": {
"type": "string"
}
},
"additionalProperties": true
}
},
"categories": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"slug": {
"type": "string"
}
},
"additionalProperties": true
}
},
"is_premium": {
"type": "boolean"
},
"rating_avg": {
"type": "number"
},
"num_reviews": {
"type": "number"
},
"company_name": {
"type": "string"
},
"top_features": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"avg_rating": {
"type": "number"
},
"cnt_rating": {
"type": "number"
}
},
"additionalProperties": true
}
},
"last_updated_on": {
"type": "string",
"description": "ISO 8601 timestamp."
},
"global_product_id": {
"type": "string"
}
},
"description": "The original product's own profile, for comparison context.",
"additionalProperties": true
},
"alternatives": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"slug": {
"type": "string"
},
"pricing": {
"type": "object",
"properties": {
"plans": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"pricingModel": {
"type": [
"number",
"null"
],
"description": "Null observed on plans with no starting price (e.g. a free tier)."
},
"startingPrice": {
"type": [
"number",
"null"
],
"description": "Null observed on plans with no fixed starting price (e.g. a free tier)."
},
"paymentFrequency": {
"type": [
"number",
"null"
],
"description": "Null observed on plans with no fixed billing cadence (e.g. a free tier)."
}
},
"additionalProperties": true
}
},
"amount": {
"type": "string",
"description": "Numeric-looking string, e.g. '9'."
},
"currency": {
"type": "string"
},
"categories": {
"type": "array",
"items": {
"type": "string"
}
},
"periodicity": {
"type": "string",
"description": "e.g. 'month'."
},
"price_range": {
"type": "number"
},
"pricing_model": {
"type": "string",
"description": "e.g. 'Per User'."
},
"currency_symbol": {
"type": "string"
},
"no_credit_card_required": {
"type": "boolean"
}
},
"additionalProperties": true
},
"tagline": {
"type": "string"
},
"by_field": {
"type": "object",
"properties": {
"rating_ease": {
"type": "string"
},
"rating_value": {
"type": "string"
},
"rating_support": {
"type": "string"
},
"rating_features": {
"type": "string"
},
"likelihood_to_recommend": {
"type": "string"
}
},
"description": "Per-category average scores, observed as numeric-looking strings (e.g. \"4.28\").",
"additionalProperties": true
},
"cta_urls": {
"type": "object",
"properties": {
"detail": {
"type": "string",
"description": "Relative path to this alternative's own listing page."
}
},
"additionalProperties": true
},
"features": {
"type": "object",
"properties": {
"unique": {
"type": "object",
"properties": {
"alt": {
"type": "array",
"items": {
"type": "string"
},
"description": "Feature names only this alternative has."
},
"main": {
"type": "array",
"items": {
"type": "string"
},
"description": "Feature names only the original product has."
}
},
"additionalProperties": true
},
"total_count": {
"type": "number"
},
"common_count": {
"type": "number",
"description": "How many features this alternative shares with the original."
}
},
"description": "Feature-overlap summary between this alternative and the original product.",
"additionalProperties": true
},
"snippets": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string",
"description": "e.g. 'pros' or 'cons'."
},
"reviewer": {
"type": "object",
"properties": {
"avatar": {
"type": [
"string",
"null"
],
"description": "The reviewer's avatar image. Value withheld (returned as `null` regardless of what the source review carried) -- only whether the field is populated is observable, not the image URL itself."
},
"job_title": {
"type": "string"
},
"user_name": {
"type": "string",
"description": "The reviewer's own published review byline."
},
"is_validated": {
"type": "boolean"
}
},
"additionalProperties": true
},
"review_id": {
"type": "string"
}
},
"additionalProperties": true
},
"description": "Short reviewer quotes about this alternative."
},
"categories": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"slug": {
"type": "string"
}
},
"additionalProperties": true
}
},
"is_premium": {
"type": "boolean"
},
"rating_avg": {
"type": "number"
},
"num_reviews": {
"type": "number"
},
"company_name": {
"type": "string"
},
"top_features": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"avg_rating": {
"type": "number"
},
"cnt_rating": {
"type": "number"
}
},
"additionalProperties": true
}
},
"facetCustomers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"slug": {
"type": "string"
}
},
"additionalProperties": true
}
},
"facetPlatforms": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"slug": {
"type": "string"
}
},
"additionalProperties": true
}
},
"facetIndustries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
},
"additionalProperties": true
}
},
"facetCompanySizes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Named company-size buckets, e.g. '11-50', '1000+'."
},
"facetFeatureNodes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"ratingSummary": {
"type": [
"object",
"null"
],
"properties": {
"qualityRating": {
"type": "number"
},
"qualityRatingCount": {
"type": "number"
}
},
"description": "Null observed on some feature nodes in the one fixture captured.",
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"facetIntegrations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"slug": {
"type": "string"
}
},
"additionalProperties": true
}
},
"global_product_id": {
"type": "string"
}
},
"additionalProperties": true
},
"description": "The alternative products themselves."
},
"popularComparisons": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"url": {
"type": "string",
"description": "Relative path to the comparison page."
},
"name": {
"type": "string"
},
"slug": {
"type": "string"
},
"seoId": {
"type": "string"
},
"logoUrl": {
"type": [
"string",
"null"
],
"description": "The compared product's logo image. Value withheld (returned as `null` regardless of what the source record carried) -- only whether the field is populated is observable, not the image URL itself."
}
},
"additionalProperties": true
},
"description": "A short list of popular head-to-head comparisons against this product."
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on the one found-listing call observed."
}
},
"description": "The alternatives listing, as returned at routing.responseResultPath ($.output). Observed as an empty object `{}` when the given `slug` does not resolve to a listed product -- confirmed against the `no-alternatives-found` fixture, which billed $0 for that outcome.",
"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
