search-page-by-prefix
Find wiki page titles beginning with a specified prefix, ideal for autocomplete and title lookup. Returns only titles without snippets, up to 500 results per request.
Instructions
Returns wiki page titles beginning with a given prefix (suited to autocomplete and title lookup). Only titles are returned — no snippets, sizes, or IDs. Accepts up to 500 titles per call (default 10); additional matches beyond the cap are flagged in the response. For full-text content search, use search-page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wiki | No | Wiki to target, as a key from the mcp://wikis/ resources (e.g. en.wikipedia.org), or the full mcp://wikis/ URI. Omit to use the default wiki. | |
| limit | No | Maximum number of results to return | |
| prefix | Yes | Wiki page title prefix | |
| namespace | No | Namespace ID to restrict the search to |