find_page
Retrieves the single wiki page that best matches a given topic. Supports filtering by page type and tags to narrow results.
Instructions
Return the single page that best matches a topic, in full.
Use this for "what does the wiki say about X". Use search_wiki when you want every mention of X across the corpus.
Args: topic: What you're looking for, e.g. 'agent payments'. page_type: Optional type filter. See list_types. tags: Optional tag filter. See list_tags for the vocabulary. match: 'and' (page must carry every tag, default) or 'or' (any).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| match | No | and | |
| topic | Yes | ||
| page_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |