get_http_function
Retrieve the HTTP function file: use overview mode for function names and line ranges, or full mode for complete code and collection schemas, ideal for writing and refactoring. Include the coding guide on first call.
Instructions
Get the main HTTP function file. Choose the right mode for your task:
overview=true: function names + line ranges only, NO code body. Use for: browsing, understanding structure, finding which function to read.
overview=false (DEFAULT): full code + collection schemas. Use for: writing new features, refactoring, understanding full context. Tip: for small fixes, use overview first then get_http_function_snippet to read just that function. Add include_guide=true on first call to get the coding guide
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overview | No | true=function list only, false=full code (default) | |
| include_guide | No | Include coding guide (only needed once) |