fetch_appstore_icon

Fetch an existing app icon from the App Store by app ID or bundle identifier.

Description

This tool fetches the current app icon from the App Store. Useful for using as a reference when generating variations or for downloading your own app's icon.

Parameters

ParameterTypeRequiredDescription
projectIdstringYesThe project ID
appStoreIdstringConditionalApp Store ID (numeric)
bundleIdstringConditionalBundle identifier (e.g., com.example.app)

Example Usage

Natural Language Promptstext
"Fetch the Spotify app icon"
"Get the icon for app ID 284882215"
"Download the icon for com.instagram.ios"

Response

{
"success": true,
"icon": {
"url": "https://cdn.appstorecopilot.com/icons/fetched-123.png",
"size": 1024,
"appName": "Spotify",
"appStoreId": "324684580"
}
}