Skip to main content
Glama

OpenTK Model Context Protocol Server

by r-huijts

get_photo

Retrieve the official portrait of a Dutch Member of Parliament using their unique ID. The photo is returned as a binary resource, ready for display or saving in reports, presentations, or profiles.

Instructions

Retrieves the official portrait photograph of a Member of Parliament. Returns the image as a binary resource that can be displayed or saved. Use this when you need to include a visual representation of an MP in reports, presentations, or profiles.

Input Schema

NameRequiredDescriptionDefault
personIdYesMP's numeric ID - the unique identifier for the Member of Parliament whose photo you want to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "personId": { "description": "MP's numeric ID - the unique identifier for the Member of Parliament whose photo you want to retrieve", "type": "string" } }, "required": [ "personId" ], "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