{
  "name": "Unscripted Research & Commerce Agent",
  "description": "An AI agent for Unscripted that helps researchers and qualified research professionals discover research-use-only peptides, retrieve current product information, access peptide research and educational resources, understand testing and Certificate of Analysis information, answer shipping and policy questions, and prepare products for checkout through the Unscripted ecommerce site.",
  "supportedInterfaces": [
    {
      "url": "https://agent.chooseunscripted.com/wp-json/unscripted-a2a/v1/message",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Unscripted",
    "url": "https://chooseunscripted.com/"
  },
  "version": "1.0.0",
  "documentationUrl": "https://chooseunscripted.com/llms-full.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "search_catalog",
      "name": "Search Research Peptide Catalog",
      "description": "Search the current Unscripted WooCommerce catalog for research peptides and peptide blends using compound names, categories, research interests, or product characteristics. Current WooCommerce data is treated as authoritative for availability, product configuration, and price.",
      "tags": [
        "research peptides",
        "catalog",
        "products",
        "woocommerce",
        "product search"
      ],
      "examples": [
        "Search the Unscripted catalog for retatrutide.",
        "What research peptide blends are currently available?",
        "Find products related to GLP research."
      ]
    },
    {
      "id": "get_product_details",
      "name": "Get Product Details",
      "description": "Retrieve current information for an Unscripted research product, including product name, available strength or configuration, price, availability, research-use designation, product URL, and available testing documentation.",
      "tags": [
        "product details",
        "availability",
        "price",
        "research peptides",
        "product information"
      ],
      "examples": [
        "Get the current product information for DSIP.",
        "What strengths of GLP-3 RTA are available?",
        "Is this product currently in stock?"
      ]
    },
    {
      "id": "find_peptide_information",
      "name": "Find Peptide Research Information",
      "description": "Retrieve educational information from the Unscripted Peptide Research Hub, Research Library, Glossary, FAQ, and other approved research resources. Information is research-focused and does not provide human or veterinary dosing, administration, treatment, or individualized medical guidance.",
      "tags": [
        "peptide research",
        "research library",
        "peptide profiles",
        "scientific information",
        "education"
      ],
      "examples": [
        "What is retatrutide?",
        "Explain what lyophilized peptides are.",
        "Find Unscripted research about peptide purity.",
        "What does HPLC tell researchers about a peptide sample?"
      ]
    },
    {
      "id": "explain_testing_and_quality",
      "name": "Explain Testing and Quality",
      "description": "Explain Unscripted quality standards, independent third-party testing, peptide purity, analytical testing methods, and how testing information should be interpreted within a research context.",
      "tags": [
        "testing",
        "quality",
        "purity",
        "HPLC",
        "mass spectrometry",
        "third-party testing"
      ],
      "examples": [
        "How does Unscripted verify peptide purity?",
        "What does 99 percent purity mean?",
        "Explain the difference between HPLC and mass spectrometry."
      ]
    },
    {
      "id": "get_coa_information",
      "name": "Retrieve Certificate of Analysis Information",
      "description": "Locate and explain available Certificate of Analysis information associated with an Unscripted research product. The agent reports what the available documentation states and does not infer testing results that are not present in the source documentation.",
      "tags": [
        "COA",
        "certificate of analysis",
        "laboratory testing",
        "purity",
        "quality documentation"
      ],
      "examples": [
        "Does this product have a COA?",
        "Show me the available testing documentation for this product.",
        "What does this Certificate of Analysis report?"
      ]
    },
    {
      "id": "answer_shipping_and_policy_questions",
      "name": "Answer Shipping and Policy Questions",
      "description": "Answer questions using current Unscripted shipping, returns, research-use-only, ordering, and store policies. Live policy pages are treated as authoritative when operational information changes.",
      "tags": [
        "shipping",
        "returns",
        "policies",
        "research use only",
        "ordering"
      ],
      "examples": [
        "Does Unscripted ship to California?",
        "How much is expedited shipping?",
        "What is the return policy?",
        "Are these products for human use?"
      ]
    },
    {
      "id": "prepare_checkout",
      "name": "Prepare Ecommerce Checkout",
      "description": "Help an agent or customer select an available Unscripted research product, confirm the requested product configuration and quantity, and prepare the purchase for completion through the Unscripted WooCommerce checkout experience. Final payment, required customer information, eligibility confirmations, and acceptance of store terms are completed through the Unscripted ecommerce checkout.",
      "tags": [
        "commerce",
        "checkout",
        "woocommerce",
        "purchase",
        "cart"
      ],
      "examples": [
        "Add one available DSIP 5 mg product to checkout.",
        "Prepare two units of this research product for purchase.",
        "Take me to checkout with this product."
      ]
    }
  ]
}