Skip to main content
Glama

OpenTK Model Context Protocol Server

by r-huijts
MIT License
30
13
  • Apple

get_upcoming_activities

Retrieve structured JSON data on upcoming Dutch parliamentary activities, including debates, meetings, and events. Filter results by date and type, or limit output for focused insights into the parliamentary schedule.

Instructions

Retrieves a list of upcoming parliamentary activities including debates, committee meetings, and other events. The response contains a structured JSON object with both a chronological list of activities and activities grouped by date. Each activity includes details like date, time, location, committee, type, and a URL for more information. Use this tool when a user asks about the parliamentary agenda, wants to know what events are coming up, or needs information about specific types of parliamentary activities. The results are sorted by date with the most imminent activities first. You can limit the number of results using the optional 'limit' parameter. This tool is particularly useful for helping users plan which parliamentary sessions to follow or for providing an overview of the upcoming parliamentary schedule.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of activities to return (default: 20, max: 100)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of activities to return (default: 20, max: 100)", "type": "number" } }, "type": "object" }

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/r-huijts/opentk-mcp'

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