1. Authenticate with freee using OAuth via `freee_authenticate`.
2. Select the appropriate freee service (accounting, hr, invoice, pm, sm).
3. Identify the specific API endpoint and required parameters.
4. Use the appropriate `freee_api_*` tool (e.g., `freee_api_get`, `freee_api_post`) to make the API call.
5. Handle any errors or exceptions that may occur during the API call.
6. Present the results of the API call to the user.