{
  "name": "Secondary AI",
  "description": "Enterprise AI and data platform that unifies data ingestion, consent-aware governance, feature and model management, and an app runtime to build and deploy AI applications across industries. Covers operational analytics, MLOps, real-time decisioning, and governed AI for regulated environments.",
  "url": "https://secondary.ai",
  "version": "1.0.0",
  "capabilities": {"tools": true, "resources": true},
  "industries": ["aerospace-aviation", "customer-support", "defense", "finance", "healthcare", "industrial", "it-software", "recruitment", "retail"],
  "tools": [
    {"name": "query_enterprise_data", "description": "Query unified enterprise data across ERP, CRM, WMS, IoT telemetry, and other sources via governed data lakehouse", "inputSchema": {"type": "object", "properties": {"query": {"type": "string", "description": "Natural language data query"}, "sources": {"type": "array", "items": {"type": "string"}, "description": "Data sources to query (e.g. salesforce, sap, snowflake)"}}, "required": ["query"]}},
    {"name": "build_ai_app", "description": "Build and deploy internal AI applications with governed data, copilots, approval workflows, and human-in-the-loop controls", "inputSchema": {"type": "object", "properties": {"app_name": {"type": "string"}, "industry": {"type": "string", "enum": ["aerospace-aviation", "customer-support", "defense", "finance", "healthcare", "industrial", "it-software", "recruitment", "retail"]}, "use_case": {"type": "string"}}, "required": ["app_name"]}},
    {"name": "check_model_governance", "description": "Check model registry, lineage, drift detection, shadow testing, approval status, and compliance for MLOps", "inputSchema": {"type": "object", "properties": {"model_id": {"type": "string"}}, "required": ["model_id"]}},
    {"name": "get_industry_offerings", "description": "Get AI solutions and offerings for a specific industry vertical", "inputSchema": {"type": "object", "properties": {"industry": {"type": "string", "enum": ["aerospace-aviation", "customer-support", "defense", "finance", "healthcare", "industrial", "it-software", "recruitment", "retail"]}}, "required": ["industry"]}},
    {"name": "search_knowledge_base", "description": "Search Secondary's blog, whitepapers, and documentation for enterprise AI best practices", "inputSchema": {"type": "object", "properties": {"query": {"type": "string"}, "content_type": {"type": "string", "enum": ["blog", "whitepaper", "offering", "all"]}}, "required": ["query"]}}
  ],
  "resources": [
    {"name": "offerings", "description": "Industry-specific AI solutions across 9 verticals", "uri": "https://secondary.ai/offerings"},
    {"name": "blog", "description": "731+ articles on enterprise AI, data engineering, MLOps, and industry use cases", "uri": "https://secondary.ai/blog"},
    {"name": "whitepapers", "description": "Technical whitepapers on AI ROI, scaling automation, human-AI collaboration", "uri": "https://secondary.ai/whitepaper"},
    {"name": "llms_txt", "description": "Machine-readable site overview for LLMs", "uri": "https://secondary.ai/llms.txt"}
  ]
}
