get_related
Return the graph neighborhood of a post — other posts connected by shared topics, ranked by tag overlap. Use this to traverse the site as a network ("what connects to this?") rather than re-running keyword searches. Same-series parts are excluded (use get_series for those).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The post ID or slug to find neighbors for | |
| limit | No | Max related posts (default 5, max 15) |