{
  "name": "MySMS Promo",
  "ap2": {
    "version": "1.0",
    "paymentEndpoint": "https://mysms.promo/api/premium/catalog",
    "methods": ["x402"]
  },
  "description": "Promotional products and custom branded merchandise supplier. Search thousands of customizable items including apparel, drinkware, bags, tech accessories, and trade show giveaways. Request custom quotes for bulk orders.",
  "url": "https://mysms.promo",
  "version": "1.0.0",
  "documentationUrl": "https://mysms.promo/faq",
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/v1",
        "description": "Supports the Agent Payments Protocol (AP2) for agentic commerce and micropayments.",
        "required": false
      }
    ]
  },
  "supportedInterfaces": [
    {
      "type": "A2A",
      "version": "1.0",
      "url": "https://mysms.promo/api/a2a"
    },
    {
      "type": "AP2",
      "version": "1.0",
      "url": "https://mysms.promo/api/a2a"
    }
  ],
  "skills": [
    {
      "id": "search-products",
      "name": "Search Products",
      "description": "Search the promotional products catalog by keyword, category, or price range. Returns matching products with names, prices, and images.",
      "tags": ["search", "catalog", "products"],
      "examples": ["Find custom drinkware under $10", "Show branded apparel for trade shows"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"],
      "endpoint": "https://mysms.promo/api/search"
    },
    {
      "id": "browse-categories",
      "name": "Browse Categories",
      "description": "List all available promotional product categories including apparel, drinkware, bags, technology, office supplies, and outdoor gear.",
      "tags": ["categories", "catalog"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"],
      "endpoint": "https://mysms.promo/api/categories"
    },
    {
      "id": "product-detail",
      "name": "Get Product Details",
      "description": "Retrieve full product details including description, pricing tiers, available colors, imprint areas, and minimum order quantities.",
      "tags": ["product", "detail", "pricing"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"],
      "endpoint": "https://mysms.promo/api/products/details"
    },
    {
      "id": "featured-products",
      "name": "Featured Products",
      "description": "Get currently featured and trending promotional products.",
      "tags": ["featured", "trending"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"],
      "endpoint": "https://mysms.promo/api/featured"
    },
    {
      "id": "request-quote",
      "name": "Request a Quote",
      "description": "Submit a quote request for custom branded merchandise with specific quantities, imprint requirements, and delivery dates.",
      "tags": ["quote", "pricing", "order"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"],
      "endpoint": "https://mysms.promo/quote"
    }
  ]
}
