nifra_docs
Search nifra's framework documentation and get back ONLY the matching sections - auth, uploads, ISR, WebSockets, loaders, deployment, anything. Call with no query for the cheap section index; pass query (e.g. "isr revalidate") for the top matching sections. Use this instead of reading llms-full.txt (~150 KB) whole. For the EXACT TypeScript of a type/interface/function, call nifra_types instead (don't read .d.ts files).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max sections to return (default 3, max 5). | |
| query | No | Keywords to match against doc sections (omit for the index). |