Get Prop Firm Details
pfdf_get_firm_detailsRetrieve prop firm profiles including discount codes, profit splits, drawdown rules, and challenge types. Access complete trading firm specifications by company name.
Instructions
Get complete details about a specific prop firm including discount code, profit split, drawdown rules, payout speed, challenge types, and account sizes.
Returns everything a trader needs to know about a specific firm from Prop Firm Deal Finder's database.
Args:
firm_name (string): Firm name or partial match (e.g., 'FTMO', 'bulenox', 'tradeday')
Returns: Full firm profile in markdown format with all metrics and the discount code.
Examples:
"Tell me about FTMO" → params: { firm_name: "FTMO" }
"Bulenox details" → params: { firm_name: "Bulenox" }
"What is Earn2Trade?" → params: { firm_name: "Earn2Trade" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| firm_name | Yes | Name of the prop firm (e.g., 'FTMO', 'Bulenox', 'TradeDay'). Partial matching supported. |