Search official Roblox documentation
search_creator_docsSearch Roblox's official creator documentation by query to find matching pages, then read full page content using the returned path. Verify intended behavior, limits, and guide-level explanations.
Instructions
Find and read pages from Roblox's official creator documentation (create.roblox.com/docs). Call with query to list matching pages, then call again with path from a result to read that page in full. Use this for intended behaviour, limits and quotas, and guide-level explanations — pair it with search_devforum for what actually happens in production.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Repo path from a previous result, e.g. content/en-us/cloud-services/data-stores/index.md. Returns the full page. | |
| limit | No | ||
| query | No | What to look for, e.g. "data store limits" or "ProximityPrompt". | |
| max_tokens | No |