find_entities
Search and filter Kanka campaign entities like characters, locations, and quests by name, type, tags, or date to find specific information quickly.
Instructions
Find entities by search and/or filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search term (searches names and content) | |
| entity_type | No | Entity type to filter by | |
| name | No | Filter by name (partial match by default, e.g. 'Test' matches 'Test Character') | |
| name_exact | No | Use exact matching on name filter (case-insensitive) | |
| name_fuzzy | No | Use fuzzy matching on name filter (typo-tolerant) | |
| type | No | Filter by Type field (e.g., 'NPC', 'City') | |
| tags | No | Filter by tags (matches entities having ALL specified tags) | |
| date_range | No | For filtering journals by date | |
| include_full | No | Include full entity details | |
| page | No | Page number for pagination | |
| limit | No | Results per page (default 25, max 100, use 0 for all) | |
| last_synced | No | ISO 8601 timestamp to get only entities modified after this time |