Skip to main content
Glama

MCP Wikidata Server

by joelgombin

get_entity

Retrieve detailed information about a Wikidata entity by specifying its ID, language, and desired properties. Simplifies data extraction for analysis or integration into applications.

Instructions

Get detailed information about a Wikidata entity

Input Schema

NameRequiredDescriptionDefault
entity_idYesWikidata entity ID (Q123, P456)
languageNoLanguage code (default: en)en
propertiesNoSpecific properties to include
simplifiedNoReturn simplified format (default: false)

Input Schema (JSON Schema)

{ "properties": { "entity_id": { "description": "Wikidata entity ID (Q123, P456)", "type": "string" }, "language": { "default": "en", "description": "Language code (default: en)", "type": "string" }, "properties": { "description": "Specific properties to include", "items": { "type": "string" }, "type": "array" }, "simplified": { "default": false, "description": "Return simplified format (default: false)", "type": "boolean" } }, "required": [ "entity_id" ], "type": "object" }
Install Server

Other Tools from MCP Wikidata 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/joelgombin/mcp-wikidata'

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