lookup_app
Resolve a catalog app by store URL, package name, or slug.
- Description
- Returns the FlyTrap catalog profile for a mobile app: name, genre, framework, platforms, SDK count, and permission summary. Use before scanning to ground an agent in real app context.
- Parameters
-
-
query(required) : string: Store URL, package name (com.example.app), or catalog slug.
-
- Returns
- App profile with slug, genre, buildWith, platforms, sdkIds, permission tiers.
- Value to QA / mobile devs
- Coding agents stop guessing stack and genre. A fix prompt can reference the actual framework (React Native vs Flutter) and bundled SDKs.
- Data backing
- GET /app-catalog/packages. Live catalog API, same data as /app-catalog pages.