Skip to main content
Glama

OpenTK Model Context Protocol Server

by r-huijts

get_document_links

Convert PDF or Tweede Kamer webpage URLs into clickable links. Ideal for enhancing document accessibility after retrieving details with get_document_details in OpenTK Model Context Protocol Server.

Instructions

Converts document URLs into clickable links. This tool takes either a direct PDF link or a Tweede Kamer webpage link and returns them as properly formatted clickable links. Use this after get_document_details to make the URLs clickable.

Input Schema

NameRequiredDescriptionDefault
pdfUrlNoDirect link to the PDF document
tkUrlNoLink to the document page on Tweede Kamer website

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pdfUrl": { "description": "Direct link to the PDF document", "type": "string" }, "tkUrl": { "description": "Link to the document page on Tweede Kamer website", "type": "string" } }, "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