Skip to main content
Glama
rozkoduj

Rozkoduj MCP

Official
by rozkoduj

search_articles

Read-onlyIdempotent

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 + locale for citation/linking

  • title + description from the post frontmatter

  • chunk_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

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
localeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds useful behavioral context: returns ranked chunks with citation data (slug, locale) and explains the structure of results. This adds value beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear main sentence, a usage note, and a bullet-like list of output fields. It is concise but informative, though slightly verbose in listing return fields.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (3 params, 1 required) and that an output schema exists, the description covers purpose, usage, parameters, and output fields sufficiently. It provides all essential context for an agent to use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It describes each parameter: query (user's question, 2-300 chars), locale (optional ISO 639-1, omit for all), limit (1-20, default 5). This adds meaning beyond the schema's type constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'search', resource 'Rozkoduj blog articles', and scope 'by keyword and meaning'. It distinguishes from sibling tools like search_knowledge by specifying the content source.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says 'Use when the user asks about a topic likely covered in a blog post.' This provides clear context for when to invoke. It does not mention when not to use or compare to siblings, but the guidance is specific enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rozkoduj/rozkoduj-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server