get_listing_quality
Evaluate Amazon listing quality by checking title length, bullet points, A+ Content, image count, and suppression status for each ASIN.
Instructions
Read listing quality scoring: title length, bullet completeness, A+ Content presence, image count, and suppressed-status flags per ASIN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- src/index.ts:153-158 (registration)The tool 'get_listing_quality' is registered in the tools array with its name, description, and inputSchema. It lists the tool as available but provides no actual handler logic — the server only handles two cases: 'agentcentral_setup' (returns setup info) or falls back to the HOSTED_NOTICE stub message. All tools are remote-only and not implemented locally.
{ name: "get_listing_quality", description: "Read listing quality scoring: title length, bullet completeness, A+ Content presence, image count, and suppressed-status flags per ASIN.", inputSchema: { type: "object", properties: {}, additionalProperties: false }, },