search-page-by-prefix
Find wiki page titles that start with a given prefix. Returns matching titles for autocomplete or lookup, with configurable result limit up to 500.
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 |
|---|---|---|---|
| prefix | Yes | Wiki page title prefix | |
| limit | No | Maximum number of results to return | |
| namespace | No | Namespace ID to restrict the search to | |
| 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. |