Skip to main content
Glama
njoerd114

kubecon-eu-mcp

by njoerd114

get_colocated_events

Retrieve co-located events for Monday at KubeCon Europe 2026, including ArgoCon and CiliumCon, with details on duration, room locations, and requirements.

Instructions

Get Monday's co-located events (ArgoCon, CiliumCon, Agentics Day, etc.).

Returns: JSON array of co-located events with name, duration, room, and requirements.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The MCP tool handler function 'get_colocated_events' which returns JSON data of Monday's co-located events.
    @mcp.tool()
    async def get_colocated_events() -> str:
        """Get Monday's co-located events (ArgoCon, CiliumCon, Agentics Day, etc.).
    
        Returns:
            JSON array of co-located events with name, duration, room, and requirements.
        """
        events = data_service.get_colocated_events()
        return json.dumps([e.to_dict() for e in events], indent=2)
  • Data service method that provides the underlying co-located events data.
    def get_colocated_events(self) -> list[ColocatedEvent]:
        return COLOCATED_EVENTS

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