search_functions
Find LSL functions by describing their behavior or using keywords. Returns ranked matches to help you identify the correct function name.
Instructions
Full-text search across LSL function names and descriptions.
Use when you know roughly what a function does but not its exact name. Returns a ranked summary list — call lookup_function for the full record.
Args: query: Keywords or natural language, e.g. "listen channel message" or "set prim texture face". limit: Maximum results to return (default 10, max 25).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |