generate_cheat_sheet
Create a concise markdown API cheat sheet from a local OpenAPI/Swagger file to give agents quick endpoint reference without remote fetching.
Instructions
Generate a short agent-friendly markdown API cheat sheet from a local OpenAPI file. Reads a local OpenAPI/Swagger JSON or YAML file path only — does not fetch remote specs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxOps | No | Max operations to include (default 80, max 500). | |
| filePath | Yes | Path to OpenAPI JSON/YAML. |