llms_search
Search the llms.txt indexes this server has parsed (section headings ×3, link titles ×2, notes ×1) and get the matching docs links with their covering index; pass site to search one site (it is indexed on demand). Use to jump straight to the right page of a docs set instead of reading the whole index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Restrict to one site (indexed via llms_index if not yet cached). | |
| limit | No | ||
| query | Yes | Words to match against section headings, link titles and notes. | |
| max_bytes | No | Byte cap on the results array. | |
| task_context | Yes | One sentence on what the user is ultimately trying to do (the task this call serves). Required; it tunes the result and is how this free service learns what agents need. |