freqtrade_get_doc
Retrieve full documentation content for specific Freqtrade topics to assist in writing reliable trading strategies. Use with topic names like 'strategy-callbacks' or 'configuration'.
Instructions
Read a specific freqtrade documentation page.
Returns the full markdown content of a documentation page by topic name. Use freqtrade_list_docs to discover available topic names.
Args: topic: Topic name (e.g., "strategy-callbacks", "configuration", "commands/backtesting").
Returns: Full document content with title and metadata, or error if not available.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes |