# summarize-api-guide > Summarize API Guide - When the user asks to summarize a list of APIs - Author: Zennomi - Repository: zennomi/ai-tutor-backend - Version: 20260207174216 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/zennomi/ai-tutor-backend - Web: https://mule.run/skillshub/@@zennomi/ai-tutor-backend~summarize-api-guide:20260207174216 --- --- name: summarize-api-guide description: 'Summarize API Guide - When the user asks to summarize a list of APIs' targets: ['*'] --- Summarize a provided list of APIs in the required format. For each API, include: 1. **Method**: HTTP method. 2. **Full Path**: Full URL path. 3. **Params or Body**: - **Params**: Query parameters or path variables with details. - **Body**: Full DTO/interface definition with comments for non-obvious fields or constraints. 4. **Response Interface**: Full interface/JSON structure with nested objects and field descriptions. Use the exact section order above. Keep outputs concise but complete; show full DTOs and response shapes with comments where helpful.