find_related
Find records similar to a seed document by UUID, enabling 'more like this' recommendations and topic clustering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Find records similar to a given one (DEVONthink See Also / Compare). When to use: - The user wants "more like this". - Building topic clusters around a seed document. Don't use for: - Free-text search -> use `search`. - Finding documents matching a question -> use `ask_database`. Examples: - {"uuid": "ABCD-1234-...", "k": 10} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| success | Yes | ||
| audit_id | No | ||
| warnings | No | ||
| error_code | No | ||
| error_message | No | ||
| recovery_hint | No |