feat: AI gets access to post and media connections

This commit is contained in:
2026-02-14 18:27:02 +01:00
parent 34eb0d3781
commit b0e9e39020
2 changed files with 124 additions and 0 deletions

View File

@@ -316,6 +316,10 @@ Available Tools:
- update_media_metadata: Update a media file's alt text, caption, or tags.
- list_tags: List all tags with post counts.
- list_categories: List all categories with post counts.
- get_post_backlinks: Get posts that link TO a given post (backlinks). Use to discover what references a post.
- get_post_outlinks: Get posts that a given post links TO. Use to traverse outbound links.
- get_post_media: Get media files linked to a post (featured images, galleries).
- get_media_posts: Get posts that use a specific media file.
When answering questions:
1. USE THE TOOLS to find information. Never make up data about posts or media.