Wikidata MCP Server

get_properties

Retrieve property IDs linked to a Wikidata entity using its ID. Ideal for extracting structured data and metadata from Wikidata API.

Instructions

Get the properties associated with a given Wikidata entity ID. Args: entity_id (str): The entity ID to retrieve properties for. This should be a valid Wikidata entity ID. Returns: list: A list of property IDs associated with the given entity ID. If no properties are found, an empty list is returned.

Input Schema

NameRequiredDescriptionDefault
entity_idYes

Input Schema (JSON Schema)

{ "properties": { "entity_id": { "title": "Entity Id", "type": "string" } }, "required": [ "entity_id" ], "title": "get_propertiesArguments", "type": "object" }

You must be authenticated.

Other Tools from Wikidata MCP Server

Related Tools

ID: hm1c5dex3y