Skip to main content
Glama
njoerd114

kubecon-eu-mcp

by njoerd114

get_hotel_info

Retrieve hotel block details for KubeCon Europe 2026, including rates, distances to the venue, and availability to help attendees plan their stay.

Instructions

Get conference hotel block information with rates and distances.

Returns: JSON array of hotels with name, address, rate, distance to venue, and availability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the `get_hotel_info` tool.
    async def get_hotel_info() -> str:
        """Get conference hotel block information with rates and distances.
    
        Returns:
            JSON array of hotels with name, address, rate, distance to venue, and availability.
        """
        hotels = data_service.get_hotels()
        return json.dumps([h.to_dict() for h in hotels], indent=2)
  • Registration of the `get_hotel_info` tool using the `@mcp.tool()` decorator.
    @mcp.tool()

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/njoerd114/kubecon-eu-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server