Find Cheapest Prop Firm Challenges
pfdf_find_cheapestFind affordable prop firm challenges by comparing discount percentages. Filter by futures, forex, or multi-asset categories to get ranked results with active discount codes.
Instructions
Find the cheapest prop firm challenges based on discount percentage.
Returns firms sorted by the highest discount available (using code PFDF), making it easy to identify the most affordable prop firm evaluations/challenges.
Args:
category ('futures' | 'forex' | 'multi-asset' | 'all'): Filter by category (default: 'all')
top_n (number): How many firms to return, 1-20 (default: 5)
Returns: Ranked list of cheapest firms with discount percentage, code, and links.
Examples:
"What's the cheapest prop firm?" → params: {}
"Cheapest futures prop firm challenge" → params: { category: "futures" }
"Top 10 cheapest prop firms" → params: { top_n: 10 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter by category: 'futures', 'forex', 'multi-asset', or 'all' | all |
| top_n | No | Number of cheapest firms to return (default: 5) |