{
  "name": "AgenticBiz",
  "description": "AI Agent Development Platform — Design, train, and deploy custom AI agents for businesses.",
  "url": "https://agenticbiz.co.za",
  "version": "1.0.0",
  "capabilities": ["tools", "resources"],
  "tools": [
    {
      "name": "contact",
      "description": "Submit a contact form for AI agent development inquiries.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": { "type": "string" },
          "email": { "type": "string", "format": "email" },
          "company": { "type": "string" },
          "message": { "type": "string" }
        },
        "required": ["name", "email", "message"]
      }
    }
  ],
  "resources": [
    {
      "name": "blog",
      "uri": "https://agenticbiz.co.za/blog"
    },
    {
      "name": "about",
      "uri": "https://agenticbiz.co.za/about"
    }
  ],
  "contact": {
    "email": "hello@agenticbiz.co.za"
  }
}
