Examples
Building a Feature
Use MCP to plan multi-endpoint implementations
When implementing a feature that touches multiple endpoints:
"I need to create a new order with line items, apply a discount code, and calculate shipping. Walk me through the endpoints I need."
The assistant calls search_docs for each concept, then uses get_endpoint to get details for relevant operations, building a step-by-step implementation guide.