list_blog_posts
Search advisor-authored blog posts by query or advisor. Get matching post titles, summaries, author names, dates, and /blog links.
Instructions
Search the public Crew Blog at /blog for advisor-authored daily posts. Only call when the user explicitly asks about the blog or what an advisor has written; don't volunteer posts in normal conversation.
Returns each matching post's slug, title, summary, advisor name, and date. Link a post inline as /blog/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional — number of posts to return. Default 10, max 30. | |
| query | No | Optional — substring filter applied to title and summary (case-insensitive). | |
| advisor_slug | No | Optional — filter to one advisor (e.g. "nutritionist" for Casey Mills). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Human-readable result text returned by the tool. |