{
  "version": "1.0",
  "generated": "2026-04-20",
  "agents": [
    {
      "id": "prasadgade_portfolio",
      "name": "Prasad Gade Portfolio Agent Surface",
      "description": "Read-only discovery surface for Prasad Gade's portfolio. It exposes structured resume, project, skills, social, and about data through static JSON endpoints hosted on prasadgade.dev.",
      "url": "https://prasadgade.dev/agent/",
      "protocol": "a2a",
      "capabilities": [
        "discovery",
        "read_only_data",
        "static_json_api"
      ],
      "contact": {
        "email": "prasadgade4405@gmail.com",
        "url": "https://prasadgade.dev"
      },
      "endpoints": {
        "agent_card": "https://prasadgade.dev/.well-known/agent.json",
        "agents_directory": "https://prasadgade.dev/.well-known/agents.json",
        "agents_directory_root": "https://prasadgade.dev/agents.json",
        "webmcp_manifest": "https://prasadgade.dev/.well-known/webmcp.json",
        "mcp_discovery": "https://prasadgade.dev/.well-known/mcp.json",
        "api_catalog": "https://prasadgade.dev/.well-known/api-catalog",
        "openapi": "https://prasadgade.dev/openapi.json",
        "openapi_well_known": "https://prasadgade.dev/.well-known/openapi",
        "agent_skills": "https://prasadgade.dev/.well-known/agent-skills/index.json",
        "llms_txt": "https://prasadgade.dev/llms.txt",
        "llms_full_txt": "https://prasadgade.dev/llms-full.txt",
        "sitemap": "https://prasadgade.dev/sitemap.xml"
      },
      "tools": [
        {
          "name": "get_resume",
          "description": "Get Prasad Gade's primary resume data with education, experience, projects, skills, certifications, and achievements.",
          "url": "https://prasadgade.dev/api/resume.json",
          "method": "GET"
        },
        {
          "name": "get_resume_master",
          "description": "Get Prasad Gade's detailed master resume with broader background, publications, leadership, and the same public project set.",
          "url": "https://prasadgade.dev/api/resume-master.json",
          "method": "GET"
        },
        {
          "name": "get_projects",
          "description": "Get all public portfolio projects with descriptions, tech stacks, metrics, demo links, and source links.",
          "url": "https://prasadgade.dev/api/projects.json",
          "method": "GET"
        },
        {
          "name": "get_skills",
          "description": "Get categorized technical skills across programming, data science, web development, databases, and DevOps.",
          "url": "https://prasadgade.dev/api/skills.json",
          "method": "GET"
        },
        {
          "name": "get_social",
          "description": "Get contact information and public social profile links for Prasad Gade.",
          "url": "https://prasadgade.dev/api/social.json",
          "method": "GET"
        },
        {
          "name": "get_about",
          "description": "Get personality, hobbies, interests, favorite media, and the site philosophy behind this portfolio.",
          "url": "https://prasadgade.dev/api/about.json",
          "method": "GET"
        }
      ]
    }
  ]
}
