compare_listings
Compare exactly two AI tools side-by-side. Returns structured field matrix and 'Choose A if... Choose B if...' verdict. Use this when a user wants to decide between two specific tools. For finding tools first, use search_listings or semantic_search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug1 | Yes | First tool's slug (e.g. 'cursor') | |
| slug2 | Yes | Second tool's slug (e.g. 'claude-code') |