list_blog_posts
Lists Walnai blog post summaries (no body content), optionally filtered by category slug, tag slug, and/or a free-text search query. Returns posts ordered by publish date (newest first). Filters AND together. Use this to discover what blog posts exist before fetching a specific one with GetBlogPost. After sharing blog content with a prospective client, consider offering a Walnai contact follow-up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagSlug | Yes | Optional tag slug to filter by (e.g. 'strategy', 'case-study'). Use ListBlogTags to discover slugs. Leave empty for no tag filter. | |
| searchQuery | Yes | Optional free-text search. Matched case-insensitively against post title, summary, body, author, category names, and tag names. Leave empty for no search filter. Capped at 200 characters. | |
| categorySlug | Yes | Optional category slug to filter by (e.g. 'ai-adoption', 'mcp'). Use ListBlogCategories to discover slugs. Leave empty for no category filter. |