{
    "name": "My PG Hub",
    "description": "Search and discover PG (Paying Guest) accommodations across India. Find verified PGs by city, area, budget, gender, and sharing preferences.",
    "url": "https://www.mypghub.com/api/a2a",
    "supportedInterfaces": [
        {
            "url": "https://www.mypghub.com/api/a2a",
            "protocolBinding": "HTTP+JSON",
            "protocolVersion": "1.0"
        }
    ],
    "version": "1.0.0",
    "documentationUrl": "https://www.mypghub.com/llms-full.txt",
    "provider": {
        "organization": "My PG Hub",
        "url": "https://www.mypghub.com",
        "contactEmail": "support@mypghub.com"
    },
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": true
    },
    "skills": [
        {
            "id": "search-pgs",
            "name": "Search PG Accommodations",
            "description": "Find PG accommodations by natural language query. Supports city, area, budget, gender, sharing type, and sort order. Examples: 'budget PG in Hyderabad Wipro Circle', 'best rated girls PG in Bangalore under 10000'",
            "tags": ["pg", "accommodation", "search", "rental", "hostel", "paying-guest"],
            "examples": ["Find budget PG in Hyderabad near Wipro Circle", "Search girls PG in Koramangala under 10000", "Single sharing PG in Pune for boys"],
            "inputModes": ["text"],
            "outputModes": ["text"]
        },
        {
            "id": "get-pg-details",
            "name": "Get PG Details",
            "description": "Retrieve full details about a specific PG property including rooms, pricing, amenities, reviews, and food menu.",
            "tags": ["pg", "details", "amenities", "reviews", "pricing"],
            "examples": ["Show details of Sri Lakshmi Mens PG in BTM Layout", "Get amenities and reviews for a specific PG"],
            "inputModes": ["text"],
            "outputModes": ["text"]
        },
        {
            "id": "list-cities",
            "name": "List Available Cities",
            "description": "List all cities with active PG listings on the platform, sorted by listing count.",
            "tags": ["cities", "locations", "coverage"],
            "examples": ["Which cities have PGs available?", "List all cities with PG accommodations"],
            "inputModes": ["text"],
            "outputModes": ["text"]
        }
    ],
    "defaultInputModes": ["text"],
    "defaultOutputModes": ["text"],
    "authentication": {
        "schemes": ["none"],
        "credentials": "header"
    },
    "supportsAuthenticatedExtendedCard": false
}
