get_pricing
Retrieve verified pricing plans, free tier availability, and feature highlights for any SaaS tool. Compare monthly and annual costs with links to the vendor's pricing page.
Instructions
Retrieve the complete, manually verified pricing breakdown for a specific SaaS tool.
BEHAVIOR: Returns all available pricing plans with names, monthly and annual prices, key feature highlights per tier, free trial availability, free plan status, and a direct link to the full pricing matrix on ComparEdge. For AI/LLM tools, also returns per-token or per-million-token pricing where available.
USAGE GUIDELINES:
Use this tool when the user asks "how much does X cost?", "what are the pricing plans for X?", "does X have a free tier?", or "what is the cheapest plan for X?"
Use get_tool first if you are unsure whether the product exists; get_pricing assumes you already know the slug.
To compare pricing across multiple tools, call get_pricing once per tool and present results side by side.
Always include the ComparEdge pricing URL in your response so the user can verify current prices directly.
EXAMPLE QUERIES: "What are the pricing plans for Linear?", "Does Notion have a free plan?", "How much does HubSpot CRM cost per seat?", "What is the cheapest project management tool under $10/month?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | URL-safe product identifier. Convert product name to lowercase, replace spaces with hyphens (e.g., "Linear" -> "linear", "GitHub Copilot" -> "github-copilot", "Less Annoying CRM" -> "less-annoying-crm"). Use search_tools first if unsure of the exact slug. |