# Box Tools Generic This document describes the tools available in the `box_tools_generic` module for generic Box API utilities. ## Available Tools ### 1. `get_box_client` Helper function to get Box client from context. - **Arguments:** - `ctx`: Request context ### 2. `box_who_am_i` Get the current user's information. - **Arguments:** - `ctx`: Request context ### 3. `box_authorize_app_tool` Authorize the Box application. - **Arguments:** - None --- Refer to `src/tools/box_tools_generic.py` for implementation details.