{
  "name": "Prof. Mohammad Saud Afzal — Engineering Consulting & Research Agent",
  "description": "Agent-to-Agent (A2A) interface for scientific & industrial engineering consultancy in Computational Fluid Dynamics (CFD), Coastal & Ocean Engineering, Hydraulic Modeling, and AI/ML applied hydraulics at IIT Kharagpur.",
  "version": "1.0.0",
  "url": "https://saudafzaliitkgp.in",
  "documentationUrl": "https://saudafzaliitkgp.in/llms.txt",
  "provider": {
    "name": "Prof. Mohammad Saud Afzal",
    "organization": "Indian Institute of Technology Kharagpur — Department of Civil Engineering",
    "url": "https://saudafzaliitkgp.in"
  },
  "supportedInterfaces": [
    {
      "interface": "a2a",
      "url": "https://saudafzaliitkgp.in/api/a2a",
      "protocol": "http",
      "version": "1.0.0"
    },
    {
      "interface": "mcp",
      "url": "https://saudafzaliitkgp.in/api/mcp",
      "protocol": "http",
      "version": "1.0.0"
    },
    {
      "interface": "rest",
      "url": "https://saudafzaliitkgp.in/api/agent",
      "protocol": "http",
      "version": "1.0.0"
    }
  ],
  "defaultInterface": "a2a",
  "capabilities": [
    {
      "id": "cfd_modeling",
      "name": "Computational Fluid Dynamics (CFD) Modeling",
      "description": "High-fidelity multiphase flow simulation, bridge pier and abutment scour prediction, turbulence modeling, and fluid-structure interaction using OpenFOAM, REEF3D, and TELEMAC3D."
    },
    {
      "id": "coastal_engineering",
      "name": "Coastal & Ocean Engineering",
      "description": "Wave hydrodynamics, extreme wave analysis (GEV), storm surge modeling, port layout optimization, breakwater design vetting, and marine sediment morphodynamics."
    },
    {
      "id": "hydraulic_structures",
      "name": "Hydraulic Structures & Physical Model Studies",
      "description": "Spillway discharge prediction, surge shaft design, water conductor transient analysis, physical flume validation, and river anti-erosion training works."
    },
    {
      "id": "scholarly_search",
      "name": "Scholarly Publications & Knowledgebase",
      "description": "Search and retrieval across 75+ peer-reviewed papers, citations (1083+), h-index (21), DOIs, and academic datasets."
    },
    {
      "id": "consulting_inquiry",
      "name": "Consulting Scoping & Inquiries",
      "description": "Direct inquiry dispatch and project scoping for government, port authorities, hydropower developers, and EPC contractors."
    }
  ],
  "skills": [
    {
      "id": "get_consulting_services",
      "name": "Get Consulting Services",
      "description": "Retrieve comprehensive catalog of engineering consultancy services, project deliverables, and technical capabilities.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "id": "search_publications",
      "name": "Search Publications",
      "description": "Search peer-reviewed papers by keyword, domain (CFD, Coastal, Hydraulics, Ocean, ML), year range, or publication type.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": { "type": "string", "description": "Search keyword" },
          "domain": { "type": "string", "enum": ["CFD", "Coastal Engineering", "Hydraulic Engineering", "Ocean Engineering", "Machine Learning"] },
          "year_from": { "type": "integer" },
          "year_to": { "type": "integer" }
        }
      }
    },
    {
      "id": "get_researcher_profile",
      "name": "Get Researcher Profile",
      "description": "Retrieve full academic and consulting profile of Prof. Saud Afzal including credentials, h-index, citations, grants, and labs.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "id": "submit_inquiry",
      "name": "Submit Project Inquiry",
      "description": "Submit structured B2B/B2G consulting inquiry or academic collaboration proposal.",
      "inputSchema": {
        "type": "object",
        "required": ["name", "email", "message"],
        "properties": {
          "name": { "type": "string" },
          "email": { "type": "string", "format": "email" },
          "organization": { "type": "string" },
          "service_area": { "type": "string" },
          "message": { "type": "string" }
        }
      }
    }
  ]
}
