search_articles
Search the Rozkoduj blog by keyword or meaning to retrieve relevant passages and link to full articles.
Instructions
Search Rozkoduj blog articles by keyword and meaning.
Use when the user asks about a topic likely covered in a blog post.
Returns ranked chunks with slug + locale so you can link the user
to the full article at https://www.rozkoduj.com/<locale>/blog/<slug>.
Each item carries:
slug+localefor citation/linkingtitle+descriptionfrom the post frontmatterchunk_text(the matched passage)parent_text(the wider section the chunk came from - use for context)context_prefix(contextual retrieval prefix; may be null)
Args: query: User's question or topic (2-300 chars). locale: Optional ISO 639-1 language code (e.g. "en"). Omit to search all. limit: How many top chunks to return (1-20, default 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| locale | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||