compare_deals
Analyze and contrast similar deals to identify optimal choices using the Bargainer MCP Server.
Instructions
Compare similar deals and find the best options
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deals | Yes | Array of deals to compare |
Input Schema (JSON Schema)
{
"properties": {
"deals": {
"description": "Array of deals to compare",
"type": "array"
}
},
"required": [
"deals"
],
"type": "object"
}