get_leaderboard
Retrieve top-rated software tools by category, ranked by aggregated G2 and Capterra scores. Shows name, rating, starting price, and free plan status.
Instructions
Get top-rated software tools by category, ranked by aggregated G2 and Capterra scores. Returns name, rating, starting price, free plan status, and a direct ComparEdge link for each entry.
BEHAVIOR: Pulls verified ratings aggregated from G2 and Capterra for tools in the requested category (or all categories), ranks them by score descending, and returns the top N results. Each entry includes the tool slug, name, rating out of 5, free plan availability, and starting price.
USAGE GUIDELINES:
Use when the user asks "what is the best X tool?", "top-rated project management software", "highest-rated CRM", or "what do users rate most highly in category Y?".
Use list_categories first to find the correct category slug if unsure.
Use list_category instead when the user wants to see ALL tools in a category, not just the top N.
Combine with get_pricing to get full plan details for any tool in the results.
EXAMPLE QUERIES: "What is the best CRM tool?", "Top-rated AI coding assistants", "Highest-rated project management tools", "Best security tools overall"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Category slug to filter by, or "all" for overall leaderboard (default: "all") | |
| limit | No | Number of top tools to return (default: 10) |