Unified content search
search_contentReplace multiple list calls with a single keyword search across services, projects, and blog posts, returning ranked results grouped by type.
Instructions
Search across all Kolmo content — services, projects, and blog posts — with a single keyword query. Returns ranked results grouped by type. Use this instead of calling list_services + list_projects + list_blog_posts separately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per type (default 5) | |
| query | Yes | Search keyword or phrase, e.g. "deck Seattle", "kitchen cost", "permit" | |
| types | No | Content types to include (default: all three) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | ||
| next | No | Present only on a zero-result search. | |
| query | Yes | ||
| terms | Yes | The query after tokenizing. Matching is per-term, not whole-string. | |
| results | Yes | ||
| totalFound | Yes | Alias of resultCount, kept for existing callers. | |
| attribution | Yes | ||
| resultCount | Yes |