1. get_genie_space_id()
List available Genie space IDs and titles.
2. get_space_info(space_id: str)
Retrieve title and description of a Genie space.
3. ask_genie(space_id: str, question: str)
Start a new Genie conversation and get results.
4. follow_up(space_id: str, conversation_id: str, question: str)
Continue an existing Genie conversation.