Find references (backlinks)
find_referencesFind all articles, secrets, and notes that link to a specific article using its UUID, preventing false positives. Useful for locating mentions or verifying impact before deletion.
Instructions
Find every article, secret or note that LINKS TO a given article. World Anvil stores links as @Title mentions, so this searches cached text for the target's uuid — exact backlinks, no false positives from name coincidences. Use it for questions like 'where is this NPC mentioned?' or before deleting an article. Self-refreshing cache; first call on a world builds it (can take a minute).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| world_id | Yes | UUID of the world | |
| article_id | Yes | UUID of the target article (find it via search_articles/search_content) |