WORKFLOW:
    1. Use the `list_functions` and `get_function_details` tools to discover tools signatures and input/output types.
    2. Write ONE script that calls ALL tools needed for the task and execute that script with `execute_typescript`, no need to import anything, all the namespaces returned by `list_functions` and `get_function_details` will be available globally.