get_mtasa_function_docs
Retrieve detailed MTA:SA function documentation including syntax, parameters, examples, and returns from the official wiki with SQLite caching for faster access.
Instructions
Get detailed documentation for a specific MTA:SA function from the wiki, including description, syntax, parameters, returns, and code examples. Results are cached in SQLite with vector embeddings for faster subsequent access.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_name | Yes | The exact function name (case-sensitive) | |
| use_cache | No | Whether to use cached documentation |