lookup_resource
Look up exact Blizzard source resources such as symbols, templates, mixins, frames, CVars, or atlases in a specified patch, returning declarations and references with source locations.
Instructions
Look up an exact Blizzard source resource name: symbol, template, mixin, frame, CVar, or atlas. Returns declarations or references with source locations; does not prove runtime availability or a callable API contract. Older snapshots may have no resource coverage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| limit | No | ||
| query | Yes | Resource name, such as CreateFrame, BackdropTemplate, or ScrollBoxListMixin | |
| offset | No | Use nextOffset from the previous result for more source matches | |
| channel | Yes | Game channel; never inferred from a version number | |
| version | Yes | Patch, full client build, build number, or latest within the selected channel |