list_category
Retrieve a ranked list of verified SaaS tools in any category, including ratings, starting price, and free plan availability.
Instructions
List all verified SaaS tools in a specific software category with pricing overview, ratings, and free plan status.
BEHAVIOR: Returns a ranked list of all tools in the requested category. Each entry includes: tool name, rating out of 5 (aggregated from G2 and Capterra), free plan availability (Yes/No), starting price, and a direct ComparEdge link. Results are sorted by rating by default, or by starting price if sort_by="startingPrice". Use free_only=true to filter to tools with a free plan.
USAGE GUIDELINES:
Use when the user asks "what are the best CRM tools?", "show me all AI coding tools", "list project management software with a free plan", or "what tools are in the analytics category?".
Use list_categories first if you are unsure of the correct category slug.
Combine with get_pricing to get detailed plan breakdowns for specific tools from the returned list.
Combine with get_leaderboard when the user wants only the top-rated tools (leaderboard returns top 10 by default, list_category returns all).
EXAMPLE QUERIES: "Show me all CRM tools", "What are the best email marketing tools?", "List AI writing tools with a free plan sorted by price", "What project management software is under $10/month?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | Category slug (e.g., "llm", "ai-coding", "crm"). Use list_categories to get all valid slugs. | |
| sort_by | No | Sort field: "rating" (default, highest rated first) or "startingPrice" (lowest price first) | |
| free_only | No | If true, return only tools that offer a free plan (default: false) |