search_mobile_docs
Search Android and Apple documentation with version-aware filtering to find APIs available for your target platform version.
Instructions
Search Android (Jetpack/androidx/Compose) and Apple (SwiftUI/UIKit) docs.
Args: query: what you're looking for, e.g. "animate lazy list item". platform: "android" | "apple" | "" for both. target_version: version the project targets (e.g. "1.6.0" for androidx, "16.0" for iOS). Results the target can't use are filtered out unless include_unavailable is true, and each hit is annotated with its availability status for that version. include_unavailable: keep results not yet available at target_version. limit: max results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| platform | No | ||
| target_version | No | ||
| include_unavailable | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |