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",
"properties": {
"data": {
"type": "object",
"properties": {
"list": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"slug": {
"type": "string"
},
"facet": {
"type": "string"
},
"is_seo": {
"type": "boolean"
},
"avg_rating": {
"type": "number",
"description": "0 observed on features with no ratings, alongside `cnt_rating: 0`."
},
"cnt_rating": {
"type": "number"
},
"definition": {
"type": "string",
"description": "Observed as an empty string on some features with no rating data."
},
"global_feature_id": {
"type": "string"
},
"pct_time_critical": {
"type": "number",
"description": "Fraction 0-1."
},
"pct_time_important": {
"type": "number",
"description": "Fraction 0-1."
}
},
"additionalProperties": true
},
"description": "The full feature catalog for this product."
},
"total": {
"type": "number",
"description": "Total count of features on file for the product."
},
"heading": {
"type": "string",
"description": "A one-sentence summary naming how many verified reviews the analysis draws on and over what date range, e.g. \"GetApp's analysis of 760 verified user reviews collected between July 2021 and October 2024...\"."
},
"popular": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"slug": {
"type": "string"
},
"facet": {
"type": "string"
},
"is_seo": {
"type": "boolean"
},
"avg_rating": {
"type": "number"
},
"cnt_rating": {
"type": "number"
},
"definition": {
"type": "string"
},
"global_feature_id": {
"type": "string"
},
"pct_time_critical": {
"type": "number"
},
"pct_time_important": {
"type": "number"
}
},
"additionalProperties": true
},
"description": "A subset of `list` highlighted as popular; same field shape as `list`."
},
"enhanced_features": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"snippets": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"text": {
"type": "string"
},
"type": {
"type": "string",
"description": "e.g. 'pros' or 'cons'."
},
"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."
},
"created": {
"type": "string",
"description": "ISO 8601 timestamp."
},
"job_title": {
"type": "string"
},
"last_name": {
"type": "string",
"description": "The reviewer's last name, as published on the review site."
},
"time_used": {
"type": "string",
"description": "Observed as an empty string on every snippet."
},
"user_name": {
"type": "string",
"description": "The reviewer's display name, as published on the review site."
},
"first_name": {
"type": "string",
"description": "The reviewer's first name, as published on the review site."
},
"is_anonymous": {
"type": "boolean"
},
"is_validated": {
"type": "boolean"
},
"frequency_of_use": {
"type": "string",
"description": "Observed as an empty string on every snippet."
},
"is_authenticated": {
"type": "boolean"
},
"validations_passed": {
"type": "array",
"items": {
"type": "string"
},
"description": "e.g. ['LinkedIn']."
}
},
"description": "A reviewer quote with LinkedIn-style validation metadata.",
"additionalProperties": true
},
"description": "Reviewer quotes about this feature, published on a public review site. Empty on most headline features in the one fixture captured -- not every enhanced feature has quotes attached."
},
"avg_rating": {
"type": "number"
},
"cnt_rating": {
"type": "number",
"description": "Observed as 0 on every enhanced feature in the one fixture captured, even when `avg_rating` is populated -- this count does not mirror `list[].cnt_rating` for the same feature."
},
"definition": {
"type": "string",
"description": "Observed as an empty string on every entry in the one fixture captured."
},
"avg_rating_desc": {
"type": "string"
},
"global_feature_id": {
"type": "string"
},
"enhanced_definition": {
"type": "string",
"description": "A multi-sentence prose synthesis of reviewer sentiment about this feature."
}
},
"additionalProperties": true
},
"description": "A smaller set of headline features with a prose summary of what reviewers say and, on some entries, reviewer quote snippets attached."
}
},
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on the one found-product call observed."
}
},
"description": "The feature record, 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 `nonexistent-slug` 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
