lookup_function
Look up an LSL function by name to retrieve its full record, including signature, parameters, return type, and AI pitfalls. Uses fuzzy matching if exact name is not found.
Instructions
Look up an LSL function by name.
Returns the full function record: signature, parameters, return type, delay, energy cost, caveats, examples, related functions, and any known AI-specific pitfalls associated with this function.
Falls back to fuzzy matching if the exact name is not found, and returns a 'did_you_mean' list when no match exists at all — helping catch hallucinated function names.
Args: name: Function name, e.g. "llListen" or "llReplaceSubString".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |