{
  "schema_version": "1.0",
  "provider": {
    "name": "Atlas Party Rentals",
    "url": "https://atlaspartyrentals.com/",
    "description": "Atlas Party Rentals — Event Rental Services"
  },
  "openapi_url": "https://api.llm-discovery-api.com/functions/v1/llm-discovery/public/openapi.json?domain=atlaspartyrentals.com",
  "tools": [
    {
      "id": "business.profile",
      "name": "Business Profile",
      "description": "Get structured business information for Atlas Party Rentals including contact details, services, and company overview",
      "endpoint": "https://api.llm-discovery-api.com/functions/v1/llm-discovery/public/business?domain=atlaspartyrentals.com",
      "method": "GET",
      "openapi_ref": "#/paths/~1business/get",
      "coverage": {
        "items": 1,
        "last_updated": "2026-09-08T13:47:48.264+00:00"
      },
      "rate_limit": "60/min",
      "mcp_ref": null
    },
    {
      "id": "products.search",
      "name": "Product Search",
      "description": "Search products across 5 categories from Atlas Party Rentals",
      "endpoint": "https://api.llm-discovery-api.com/functions/v1/llm-discovery/public/products?domain=atlaspartyrentals.com&q={search_term}",
      "method": "GET",
      "openapi_ref": "#/paths/~1products/get",
      "parameters": {
        "q": {
          "in": "query",
          "required": false,
          "type": "string",
          "description": "Case-insensitive substring match against product name and description. Omit to list all."
        },
        "domain": {
          "in": "query",
          "required": true,
          "type": "string"
        }
      },
      "coverage": {
        "categories": 5,
        "last_updated": "2026-09-08T13:47:48.264+00:00"
      },
      "rate_limit": "60/min",
      "mcp_ref": null
    },
    {
      "id": "categories.list",
      "name": "Product Categories",
      "description": "List all 5 product categories from Atlas Party Rentals",
      "endpoint": "https://api.llm-discovery-api.com/functions/v1/llm-discovery/public/categories?domain=atlaspartyrentals.com",
      "method": "GET",
      "openapi_ref": "#/paths/~1categories/get",
      "coverage": {
        "items": 5,
        "last_updated": "2026-09-08T13:47:48.264+00:00"
      },
      "rate_limit": "60/min",
      "mcp_ref": null
    }
  ],
  "capabilities": {
    "max_response_bytes": 65536,
    "pagination": false,
    "cache_ttl_seconds": 300,
    "error_model": "JSON with error field",
    "languages": [
      "en"
    ],
    "content_negotiation": [
      "application/ld+json",
      "application/json",
      "text/html"
    ]
  },
  "confidence_source": "owner_provided",
  "usage_policy": "Public content only. Data provided directly by the business owner.",
  "last_updated": "2026-09-08T13:47:48.264+00:00"
}