Skip to main content
Glama

MCP Wikidata Server

by joelgombin

search_entities

Find Wikidata entities using text queries, filter by type (item/property), and control results with language codes and limits via the MCP Wikidata Server.

Instructions

Search for entities in Wikidata by text query

Input Schema

NameRequiredDescriptionDefault
languageNoLanguage code (default: en)en
limitNoMaximum number of results (default: 10, max: 50)
queryYesSearch term
typeNoEntity type filter (item, property)

Input Schema (JSON Schema)

{ "properties": { "language": { "default": "en", "description": "Language code (default: en)", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of results (default: 10, max: 50)", "maximum": 50, "type": "integer" }, "query": { "description": "Search term", "type": "string" }, "type": { "description": "Entity type filter (item, property)", "enum": [ "item", "property" ], "type": "string" } }, "required": [ "query" ], "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