{
  "name": "Try Best Peptides",
  "version": "1.0.0",
  "description": "AI-accessible peptide science resource. Provides search, FAQ, and category exploration for researchers and science enthusiasts.",
  "url": "https://trybestpeptides.com",
  "contact": {
    "email": "info@trybestpeptides.com"
  },
  "supportedInterfaces": [
    {
      "transport": "http",
      "description": "Read-only REST API for articles, peptide categories, and FAQ",
      "url": "https://trybestpeptides.com/api"
    }
  ],
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "search-articles",
      "name": "Search Articles",
      "description": "Search peptide research articles by topic, compound name, or keyword",
      "tags": [
        "search",
        "articles",
        "peptides",
        "research"
      ],
      "examples": [
        "Find articles about BPC-157 healing",
        "Search for cognitive peptides research",
        "What articles are about fat loss?"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "peptide-categories",
      "name": "Peptide Categories",
      "description": "Explore 8 peptide categories with compound information and mechanisms",
      "tags": [
        "peptides",
        "categories",
        "compounds",
        "science"
      ],
      "examples": [
        "Tell me about growth hormone peptides",
        "What healing peptides exist?",
        "Explain anti-aging peptides"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "faq",
      "name": "Peptide FAQ",
      "description": "Answer questions about peptide science from 30+ curated FAQ entries",
      "tags": [
        "faq",
        "questions",
        "peptides"
      ],
      "examples": [
        "What is BPC-157?",
        "How do GHRPs work?",
        "What are the benefits of Ipamorelin?"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    }
  ]
}