Skip to main content
Glama

OpenTK Model Context Protocol Server

by r-huijts
MIT License
13
13
  • Apple

get_document_links

Converts PDF or Tweede Kamer webpage URLs into clickable links, enabling easy access to documents. Integrate this step after retrieving document details for streamlined navigation.

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