Skip to main content
Glama

OpenTK Model Context Protocol Server

by r-huijts

get_document_details

Retrieve structured metadata, including title, type, document number, dates, and links, for Dutch parliamentary documents without downloading content. Use to quickly access essential details and official PDF or webpage URLs.

Instructions

Retrieves metadata about a parliamentary document in a structured JSON format, without downloading the actual document content. Returns information including title, type, document number, dates, version number, and clickable links to both the PDF version and the official Tweede Kamer webpage. This tool is ideal for getting quick information about a document and obtaining the relevant links for further access. To actually download the document content, use the 'download_document' tool instead.

Input Schema

NameRequiredDescriptionDefault
nummerYesDocument number (e.g., '2024D39058') - the unique identifier for the parliamentary document you want information about

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nummer": { "description": "Document number (e.g., '2024D39058') - the unique identifier for the parliamentary document you want information about", "type": "string" } }, "required": [ "nummer" ], "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