Skip to main content
Glama

MCP Wikidata Server

by joelgombin

find_by_property

Locate Wikidata entities by specifying a property and its corresponding value, allowing precise search queries with customizable language and result limits.

Instructions

Find entities by property and value

Input Schema

NameRequiredDescriptionDefault
languageNoLanguage code (default: en)en
limitNoMaximum number of results
propertyYesProperty ID (P123)
valueYesProperty value to search for

Input Schema (JSON Schema)

{ "properties": { "language": { "default": "en", "description": "Language code (default: en)", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of results", "maximum": 100, "type": "integer" }, "property": { "description": "Property ID (P123)", "type": "string" }, "value": { "description": "Property value to search for", "type": "string" } }, "required": [ "property", "value" ], "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