1. Identify the desired operation (CRUD, field management, etc.).
2. Extract `app_token` and `table_id` from the user input or context.
3. Determine the correct API endpoint and request method (GET, POST, PUT, PATCH).
4. Construct the request body with the correct data format for each field.
5. Add the `Authorization` header with the `tenant_access_token`.
6. Send the API request to Feishu Bitable.
7. Parse the API response and handle any errors.
8. Provide the result or error message to the user.