Skip to main content
Glama
njoerd114

kubecon-eu-mcp

by njoerd114

get_conference_overview

Retrieve a high-level overview of KubeCon + CloudNativeCon Europe 2026 conference details including event dates, schedule highlights, and useful links for planning.

Instructions

Get a high-level overview of the entire conference.

Returns: JSON with event name, dates, schedule at a glance, and useful links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The core handler function for the `get_conference_overview` MCP tool.
    async def get_conference_overview() -> str:
        """Get a high-level overview of the entire conference.
    
        Returns:
            JSON with event name, dates, schedule at a glance, and useful links.
        """
        overview = data_service.get_schedule_overview()
        return json.dumps(overview, indent=2)
  • Registration of the `get_conference_overview` 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