{
  "protocolVersion": "0.3.0",
  "name": "KONDEVS Content Hub Agent",
  "description": "Answers questions about KONDEVS Ltd. — an enterprise integration, BPM and AI consultancy — and searches its Content Hub of articles on EAI, BPM, SAP and AI. Backed by the same published data as the website and the MCP server.",
  "url": "https://www.kondevs.com/api/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "KONDEVS Ltd.",
    "url": "https://www.kondevs.com"
  },
  "supportedInterfaces": [
    { "url": "https://www.kondevs.com/api/a2a", "transport": "JSONRPC" }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "documentationUrl": "https://www.kondevs.com/.well-known/agent-skills/mcp-connect/SKILL.md",
  "skills": [
    {
      "id": "company-info",
      "name": "Company Info",
      "description": "Answer questions about KONDEVS — what it does, when it was founded, where it is based, how to get in touch.",
      "tags": ["company", "about", "kondevs", "contact"],
      "examples": [
        "What is KONDEVS?",
        "Where is KONDEVS based?",
        "How do I contact KONDEVS?"
      ]
    },
    {
      "id": "search-content-hub",
      "name": "Search Content Hub",
      "description": "Search KONDEVS Content Hub articles on enterprise application integration, BPM, SAP and AI, returning titles, URLs and excerpts.",
      "tags": ["search", "articles", "eai", "bpm", "sap", "ai"],
      "examples": [
        "Find articles about webMethods",
        "What has KONDEVS written about AI in BPM?",
        "Search for enterprise integration"
      ]
    },
    {
      "id": "list-services",
      "name": "List Services",
      "description": "List the consulting services KONDEVS offers and the technologies used in each.",
      "tags": ["services", "consulting", "offerings"],
      "examples": ["What services does KONDEVS offer?", "Do they do SAP integration?"]
    }
  ]
}
