You're viewing a demo portfolio

Join the waitlist
PRSM

search_entities

Active

Tool of Wikidata

declared in 0.1.0

Search Wikidata entities by label or alias (e.g., "Albert Einstein", "Python programming language", "Tokyo"). Returns entity IDs, labels, descriptions, and aliases. Useful for finding the Wikidata ID of any concept.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "Albert Einstein"
    },
    {
      "limit": 5,
      "query": "Python programming language",
      "language": "en"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results to return (1-50, default 10)"
    },
    "query": {
      "type": "string",
      "description": "Search query (e.g., \"Marie Curie\", \"Bitcoin\", \"Great Wall of China\")"
    },
    "language": {
      "type": "string",
      "description": "Language code for labels (default \"en\"). E.g., \"fr\", \"de\", \"ja\""
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Wikidata

https://github.com/pipeworx-io/mcp-wikidata

2/7 registries
View full server →
search_entities — Wikidata — PRSM MCP