Skip to main content
Glama

Wikidata MCP Server

by zzaebok

get_metadata

Retrieve the English label and description for a Wikidata entity ID using a specified language code via the Wikidata MCP Server. Returns metadata in a structured dictionary format.

Instructions

Retrieve the English label and description for a given Wikidata entity ID. Args: entity_id (str): The entity ID to retrieve metadata for. language (str): The language code for the label and description (default is "en"). Use ISO 639-1 codes. Returns: dict: A dictionary containing the label and description of the entity, if available.

Input Schema

NameRequiredDescriptionDefault
entity_idYes
languageNoen

Input Schema (JSON Schema)

{ "properties": { "entity_id": { "title": "Entity Id", "type": "string" }, "language": { "default": "en", "title": "Language", "type": "string" } }, "required": [ "entity_id" ], "title": "get_metadataArguments", "type": "object" }

You must be authenticated.

Other Tools from Wikidata MCP Server

Related Tools

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/zzaebok/mcp-wikidata'

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