Skip to main content
Glama

MCP Wikidata Server

by joelgombin

find_by_property

Search Wikidata entities using specific property values to retrieve relevant results, with options to filter by language and limit the number of outputs.

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" }

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