{
  "schema_version": "1.1",
  "product": "AvaMinder",
  "status": "public_beta",
  "canonical_url": "https://avaminder.com/capabilities.json",
  "last_updated": "2026-09-05",
  "category": "catalog localization and enrichment",
  "tagline": "Sell in English. Sound local.",
  "role": "Catalog adaptation and unit standardization tool",
  "description": "AvaMinder adapts e-commerce product catalogs for English-speaking markets (US, UK, Australia, Canada). Ingests catalog exports (CSV, XLSX, JSON, TXT) and generates market-ready drafts with deterministic unit math and contextual regional vocabulary.",
  "agent_access": {
    "public_api_available": false,
    "direct_agent_invocation": false,
    "human_signup_required": true,
    "workflow": "Submit an exported catalog for beta processing"
  },
  "operational_truth": {
    "unit_conversion_deterministic": true,
    "language_adaptation_deterministic": false,
    "review_required": true,
    "automatic_publish": false,
    "uncertain_measurement_policy": "flag_for_review",
    "source_values_preserved": true,
    "data_retention_policy": "Retained only for processing duration; zero customer catalog data used for model training",
    "limits": {
      "max_products_per_batch": 100,
      "supported_catalog_fields": ["title", "description", "bullet_points", "specifications", "dimensions", "weight", "material"]
    }
  },
  "supported_inputs": [
    "paste",
    "txt",
    "csv",
    "xlsx",
    "json"
  ],
  "supported_markets": [
    "US",
    "UK",
    "AU",
    "CA"
  ],
  "pricing": {
    "tier": "public_beta",
    "price_usd": 0,
    "product_limit": 100,
    "credit_card_required": false
  },
  "deterministic_conversions": {
    "temperature": {
      "supported": true,
      "source_units": ["degF"],
      "target_units": ["degC"],
      "formula": "(degF - 32) * 5 / 9",
      "default_rounding": {
        "mode": "half_up",
        "precision": 0
      },
      "ca_dual_unit_convention": "Metric primary with customary Fahrenheit secondary in parentheses",
      "example_url": "https://avaminder.com/examples/temperature-localization.json"
    },
    "dimensions": {
      "supported": true,
      "source_units": ["in", "inches"],
      "target_units": ["cm", "m"],
      "conversion_factor": 2.54,
      "default_rounding": {
        "mode": "half_up",
        "precision": 1
      },
      "compound_dimensions": "Supports 2D and 3D measurements (e.g., L x W x H)",
      "example_url": "https://avaminder.com/examples/product-dimensions.json"
    },
    "volume": {
      "supported": true,
      "source_units": ["US_fl_oz"],
      "target_units": ["mL", "L"],
      "conversion_factor_ml_per_fl_oz": 29.57353,
      "notes": "Fluid-ounce conversions assume US fluid ounces unless explicitly identified as Imperial fl oz. Ambiguous volume without unit context is flagged for human review.",
      "default_rounding": {
        "mode": "half_up",
        "precision": 0
      }
    },
    "weight_and_mass": {
      "supported": true,
      "source_units": ["oz", "lb"],
      "target_units": ["g", "kg"],
      "grams_per_oz": 28.3495,
      "kg_per_lb": 0.453592,
      "default_rounding": {
        "mode": "half_up",
        "precision": 1
      }
    },
    "fabric_weight": {
      "supported": true,
      "source_units": ["oz/yd^2"],
      "target_units": ["g/m^2"],
      "conversion_factor": 33.906,
      "notes": "Requires area density (oz/yd²). Commercial nominal classes or linear weights without width are preserved or flagged for review.",
      "default_rounding": {
        "mode": "half_up",
        "precision": 0
      },
      "example_url": "https://avaminder.com/examples/product-dimensions.json"
    }
  },
  "adaptation_policy": {
    "contextual": true,
    "simple_find_replace": false,
    "requires_human_review": true,
    "description": "Vocabulary and phrasing adaptations are evaluated in sentence context, not applied as unconstrained lexical find-and-replace."
  },
  "adaptation_examples": [
    {
      "source_term": "sneakers",
      "target_term": "trainers",
      "source_market": "US",
      "target_market": "UK",
      "transformation_type": "regional_vocabulary",
      "context": ["casual athletic footwear"],
      "context_dependent": true,
      "example_url": "https://avaminder.com/examples/us-uk-au-footwear.json"
    },
    {
      "source_term": "sneakers",
      "target_term": "runners",
      "source_market": "US",
      "target_market": "AU",
      "transformation_type": "regional_vocabulary",
      "context": ["casual athletic footwear"],
      "context_dependent": true,
      "example_url": "https://avaminder.com/examples/us-uk-au-footwear.json"
    },
    {
      "source_term": "sneakers",
      "target_term": "running shoes",
      "source_market": "US",
      "target_market": "CA",
      "transformation_type": "regional_vocabulary",
      "context": ["athletic footwear"],
      "context_dependent": true,
      "example_url": "https://avaminder.com/examples/us-uk-au-footwear.json"
    },
    {
      "source_term": "pants",
      "target_term": "trousers",
      "source_market": "US",
      "target_market": "UK",
      "transformation_type": "regional_vocabulary",
      "context": ["outerwear bottoms; prevented when referring to undergarments"],
      "context_dependent": true,
      "example_url": "https://avaminder.com/examples/product-dimensions.json"
    },
    {
      "source_term": "pants",
      "target_term": "trousers",
      "source_market": "US",
      "target_market": "AU",
      "transformation_type": "regional_vocabulary",
      "context": ["outerwear bottoms"],
      "context_dependent": true,
      "example_url": "https://avaminder.com/examples/product-dimensions.json"
    },
    {
      "source_term": "hiking",
      "target_term": "bushwalking",
      "source_market": "US",
      "target_market": "AU",
      "transformation_type": "regional_activity",
      "context": ["trail walking, outdoor recreation"],
      "context_dependent": true
    },
    {
      "source_term": "diaper",
      "target_term": "nappy",
      "source_market": "US",
      "target_market": "UK",
      "transformation_type": "regional_vocabulary",
      "context": ["baby care"],
      "context_dependent": false,
      "example_url": "https://avaminder.com/examples/us-uk-au-footwear.json"
    }
  ],
  "documentation": {
    "llms": "https://avaminder.com/llms.txt",
    "full_context": "https://avaminder.com/llms-full.txt",
    "how_it_works": "https://avaminder.com/how-it-works.md",
    "examples": "https://avaminder.com/examples.md",
    "formats": "https://avaminder.com/formats.md",
    "pricing": "https://avaminder.com/pricing.md",
    "site_index": "https://avaminder.com/site-index.html",
    "sitemap_md": "https://avaminder.com/sitemap.md",
    "sitemap_xml": "https://avaminder.com/sitemap.xml",
    "ai_plugin": "https://avaminder.com/.well-known/ai-plugin.json",
    "ai_content": "https://avaminder.com/.well-known/ai-content"
  }
}