Skip to main content
Glama
njoerd114

kubecon-eu-mcp

by njoerd114

get_venue_info

Retrieve venue details including address, rooms, maps, and transit information for conference logistics planning.

Instructions

Get venue details: address, rooms, maps, and transit information.

Returns: JSON with venue name, address, room list, map links, transit info, and parking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The get_venue_info function is a tool decorated with @mcp.tool() that retrieves venue information using the data_service and returns it as a JSON string.
    @mcp.tool()
    async def get_venue_info() -> str:
        """Get venue details: address, rooms, maps, and transit information.
    
        Returns:
            JSON with venue name, address, room list, map links, transit info, and parking.
        """
        venue = data_service.get_venue()
        return json.dumps(venue.to_dict(), indent=2)

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