{
  "tools": [
    {
      "name": "get_projects",
      "description": "Retrieve the list of software projects, apps, and portfolios built by Mohsin Abid.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "description": "Optional category of projects to filter by (e.g., 'mobile', 'web', 'ai')",
            "enum": ["mobile", "web", "ai"]
          }
        },
        "required": []
      }
    },
    {
      "name": "get_contact_info",
      "description": "Retrieve Mohsin Abid's professional contact channels, social profiles, and location coordinates.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "required": []
      }
    }
  ]
}
