update-metadata
Update store listing metadata for a Chrome Web Store item, including title, summary, description, category, locale, and URLs. Also supports raw metadata payload for advanced fields.
Instructions
Update the store listing metadata of a Chrome Web Store item (v1.1 API). Supports both common fields and raw metadata payload for advanced fields. Note: v1 API is deprecated and will be removed after Oct 15, 2026. Use update-metadata-ui as an alternative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | No | Extension item ID (defaults to CWS_ITEM_ID env var) | |
| title | No | Store listing title | |
| summary | No | Store listing short summary | |
| description | No | Store listing description | |
| category | No | Category (e.g. 'productivity', 'developer_tools') | |
| defaultLocale | No | Default locale (e.g. 'ko', 'en') | |
| homepageUrl | No | Homepage URL | |
| supportUrl | No | Support URL | |
| metadata | No | Raw metadata object forwarded as-is to the v1 API. Useful for fields not exposed as first-class params. |