Skip to main content
Glama

Menor Preço Hoje - MPH

top_offers

Retorna as principais ofertas vigentes publicadas pelo Menor Preço Hoje em Lages, Santa Catarina.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations and no output schema, the description carries the full burden of behavioral disclosure. It indicates a read-like retrieval action, but does not explain what 'top' means, how many offers are returned, whether results are ranked, or how freshness is determined.

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, efficient sentence with no filler. It front-loads the action and resource, and the additional context about source and location earns its place.

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

Completeness3/5

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

For a no-parameter, read-only tool, the description is minimally adequate. However, it lacks details about ranking criteria, result count, or return format, and provides no differentiation from sibling tools, which limits completeness for an agent selecting among similar offer-related tools.

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?

The tool has zero parameters and the schema coverage is 100%, so there is nothing for the description to clarify. The baseline of 4 for zero-parameter tools applies here.

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

Purpose4/5

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

The description clearly states a specific action ('Retorna') and a specific resource: current top offers from Menor Preço Hoje in Lages, SC. This is specific enough to be useful, though it does not explicitly differentiate itself from sibling tools like best_price or compare_offers.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus siblings such as search_offers, best_price, or compare_offers. The intended use case is implied by the name and description, but no explicit exclusions or alternatives are provided.

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.

TDQS

A3.5/5.0
Disambiguation3/5

best_price, compare_offers, and search_offers all relate to product pricing and offers, which could cause an agent to choose incorrectly. However, each has a distinct output: best_price for the single lowest price, compare_offers for multi-supermarket comparison, and search_offers for general discovery.

Naming Consistency4/5

All tools use lowercase snake_case and most follow a verb_noun pattern (compare_offers, list_markets, search_offers). best_price and top_offers deviate slightly by leading with a noun/adjective, but the style remains consistent and predictable.

Tool Count5/5

Five tools is well-scoped for a local price-comparison service, covering discovery, comparison, and market listing without redundancy.

Completeness4/5

The tool set covers the main user intents: finding the best price, comparing offers, searching products, and listing markets. Minor gaps like retrieving individual market details or historical prices exist but are not core to the stated purpose.

Resources