Wikidata MCP Server

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

ID: hm1c5dex3y