find_related
Find files that share tags with a specified file, ranked by number of common tags. Enter a file ID to get up to 10 related files with shared tag details.
Instructions
Find other files sharing tags with the given file, ranked by shared_tag_count descending. Read-only; no side effects, auth, or rate limits. Returns annotated file rows with shared_tag_count and shared_tags. Empty result means the file has no tags or no other file shares them — try search/regex_search for content-based discovery, or suggest_tags to bootstrap labels first. Default limit 10.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ID of the file to find relations for | |
| limit | No | Maximum number of related files to return (default 10) |