{
  "schema_v": 1,
  "tool_key": "peptide-intelligence",
  "tool": {
    "schema_v": 1,
    "tool_key": "peptide-intelligence",
    "type": "lookup",
    "render_mode": [
      "embedded_wp",
      "standalone"
    ],
    "engine": {
      "kind": "client_bundle",
      "entry": "peptide-intelligence"
    },
    "steps": [
      {
        "id": "search",
        "type": "text"
      },
      {
        "id": "approval_status",
        "type": "filter"
      },
      {
        "id": "record",
        "type": "detail"
      }
    ],
    "result_model": {
      "records": "Public peptide records with regulatory status, sources, source-attributed protocols, preparation details, and community signals.",
      "excluded": "Personalized calculations, generated treatment plans, stacks, inventory, and unsourced protocols are not returned."
    },
    "profile_write": {
      "enabled": false,
      "signal_type": null,
      "consent_required": true
    },
    "capture": {
      "placement": "peptide_intelligence_registry",
      "mode": "email",
      "magnet": "ultimate-peptides-guide",
      "consent": "explicit"
    },
    "share": {
      "card": "none"
    },
    "analytics": {
      "events": [
        "tool_load",
        "registry_search",
        "registry_filter",
        "record_view",
        "source_click",
        "member_library_load",
        "capture"
      ]
    },
    "embed": {
      "allow": true
    },
    "security": {
      "csp": "strict",
      "rate_limit": "default",
      "biometric": false
    }
  },
  "schemas": {
    "input": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "query": {
          "type": "string",
          "maxLength": 120
        },
        "approval_status": {
          "type": "string",
          "enum": [
            "approved_product_exists",
            "investigational",
            "not_fda_approved",
            "unverified"
          ]
        }
      }
    },
    "output": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "records"
      ],
      "properties": {
        "records": {
          "type": "array"
        },
        "count": {
          "type": "number"
        }
      }
    }
  },
  "endpoints": [
    {
      "kind": "model_context",
      "url": "document.modelContext.peptideIntelligence",
      "auth": "none",
      "methods": [
        "GET"
      ]
    },
    {
      "kind": "http",
      "url": "https://outliyr.com/wp-json/outliyr-peptides/v1/research-registry",
      "auth": "none",
      "methods": [
        "GET"
      ]
    }
  ],
  "mcp": null,
  "dataset": null,
  "discovery": {
    "schema_v": 1,
    "app_key": "peptide-intelligence",
    "title": "Outliyr Peptide Intelligence",
    "description": "Compare peptide regulatory status, human evidence, sourced protocols, preparation details, and primary references.",
    "canonical_url": "https://outliyr.com/peptide-calculator",
    "standalone_url": "https://outliyr.com/apps/peptide-intelligence/",
    "landing_wp_id": 75146,
    "index_policy": "canonical_landing",
    "rendering": {
      "canonical": "server_rendered",
      "standalone": "prerendered_hydration"
    }
  }
}
