Skip to main content
Glama

Wikidata MCP Server

by zzaebok

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

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