Skip to main content

List Product Attributes

List available product attributes for filtering and analysis.

Parameters

This tool takes no parameters. It returns the full list of product attributes.

Required Integrations

  • hginsights

Use Cases

  • Advanced filtering
  • Custom research
  • Attribute-based queries

Example Usage

MCP Client

{
"tool": "list_product_attributes",
"parameters": {

}
}

Claude Desktop

Use the list_product_attributes tool to list available product attributes for filtering and analysis.

Response Format

The tool returns a structured JSON response with:

  • data: The actual result data
  • metadata: Execution metadata including timing and provider information

Error Handling

Common errors:

  • Missing Integration: Required integration not configured
  • Invalid Parameters: Parameters don't match the schema
  • Rate Limit: API rate limit exceeded
  • Not Found: Resource not found (e.g., company domain doesn't exist)
  • Other catalog tools: list_product_categories, get_vendor_information, list_product_attributes, list_intent_topics

Next Steps