Skip to main content
Glama

CenuFiltrs Price Comparison

List CenuFiltrs Retailers

cf_list_retailers
Read-onlyIdempotent

List all retailers (stores) available on cenufiltrs.lv.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
limitNoRetailers per page

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint as true, covering the safety profile. The description adds the domain and 'all' scope but provides no additional behavioral details such as pagination behavior, response structure, or rate limits. With annotations present, this is adequate but not rich.

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

Conciseness5/5

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

The description is a single, front-loaded sentence with no unnecessary words. It earns its place efficiently and is easy to scan.

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?

For a simple paginated list tool with well-documented parameters and robust annotations, the description is sufficient to convey the core purpose. It does not explicitly mention pagination, but the schema parameters make that evident. Minor gap but not critical.

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

Parameters3/5

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

Schema coverage is 100%: both 'page' and 'limit' have descriptions in the schema. The description itself does not add any parameter-specific meaning beyond what the schema already provides, so the baseline 3 applies.

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 action ('List'), the resource ('retailers'), and the scope ('all' on cenufiltrs.lv). This distinguishes it from sibling tools like cf_get_retailer, which presumably retrieves a single retailer.

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

Usage Guidelines3/5

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

The description implies when to use this tool (when a list of all retailers is needed) but does not explicitly contrast it with alternatives or state when not to use it. There is no mention of cf_get_retailer for single-retailer lookups or any exclusion criteria.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources