search_warp_drive_docs
Find accurate APIs, usage, and migration paths in WarpDrive and EmberData docs. Validate code against real documentation to prevent API hallucinations.
Instructions
Search WarpDrive and EmberData documentation for any API, class, function, or concept.
Use this tool when you need to know:
How to use any @warp-drive/* or @ember-data/* package
The correct API for Store, RequestManager, JSONAPICache, SchemaRecord, etc.
How handlers, builders, or the request pipeline work
Migration paths from legacy EmberData to WarpDrive
How to use WarpDrive with React, Ember, or other frameworks
Any type definitions, interfaces, or function signatures
Always use this before writing WarpDrive code to avoid hallucinating APIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What to search for. Examples: "RequestManager", "Store.request", "JSONAPICache setup", "findRecord builder", "React hooks", "handler pipeline" | |
| maxResults | No | Max number of doc sections to return (default: 5) |