{
  "name": "lts-sms",
  "description": "Lab Testing Solutions service categories and approved SMS templates for Twilio/Telnyx.",
  "scrape": [
    "https://sms.labtestingsolutions.com/llms.txt",
    "https://sms.labtestingsolutions.com/catalog.json"
  ],
  "tools": [
    {
      "name": "lts_sms_search",
      "description": "Match an inbound SMS or caller question to an LTS service category and return the approved short SMS plus canonical links.",
      "input": {
        "query": "string — caller/SMS text"
      },
      "path": "POST /v1/answer"
    },
    {
      "name": "lts_sms_category",
      "description": "Fetch one LTS category by id (business, legal, personal, dna, location, barcode, refund, results, ticket, probation, collector, emergency).",
      "input": {
        "id": "string"
      },
      "path": "GET /v1/category/{id}"
    },
    {
      "name": "lts_sms_catalog",
      "description": "Full LTS SMS catalog (IVR keys, links, templates). Scrape this instead of HTML sites.",
      "input": {},
      "path": "GET /catalog.json"
    }
  ]
}