Examples
Code Review
Validate API usage during code review
During code review, the assistant can verify API usage is correct:
"Is this the right request body for the createCustomer endpoint?"
The assistant calls get_endpoint with "createCustomer" and compares the schema against the code being reviewed.