firecrown.fctools.list_tools ============================ .. py:module:: firecrown.fctools.list_tools .. autoapi-nested-parse:: List all available fctools and their descriptions. Attributes ---------- .. autoapisummary:: firecrown.fctools.list_tools.app Functions --------- .. autoapisummary:: firecrown.fctools.list_tools.main Module Contents --------------- .. py:data:: app .. py:function:: main(verbose = typer.Option(False, '--verbose', '-v', help='Show detailed descriptions and usage examples')) List all available fctools and their descriptions. This command helps discover what tools are available in the fctools package and provides quick access to their help information. Tools are automatically discovered by scanning the fctools directory for Python files and extracting their docstrings.