Skip to main content
Glama

POS.DO MCP Server

get_flow_offers

POS.DO Flow time-based offers for a restaurant. Off-peak hours have bigger discounts. Returns time slots with discount percentages and remaining covers. Tagline: 'Tu hora, tu precio'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate YYYY-MM-DD (default: today).
slugYesRestaurant URL slug.

Schema Changelog

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

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description discloses the return structure (time slots, discounts, covers) and indicates a read-only nature via the verb 'get'. It adds value by explaining the 'off-peak discount logic', but does not detail potential side effects, auth needs, or rate limits.

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 two sentences plus a tagline, all essential. It is front-loaded with the tool's purpose, then details output and logic. Every sentence adds distinct value without redundancy.

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 2-parameter tool with no output schema, the description adequately covers the concept, input purpose, and output format. It could be enhanced by mentioning the typical use case sequence (e.g., use before booking), but overall it provides sufficient context given the simplicity.

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 coverage is 100% (both 'slug' and 'date' are described). The description enriches understanding by explaining that the tool adjusts discounts based on off-peak timing, which goes beyond the schema's technical definitions. It provides business context for the parameters.

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 it returns 'time-based offers for a restaurant' with off-peak discounts, and specifies the output: 'time slots with discount percentages and remaining covers'. It distinguishes from siblings like 'book_flow_reservation' (a booking action) and 'find_restaurants_near_landmark' (location search), as it focuses solely on offering details.

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 use when checking discounts ('Off-peak hours have bigger discounts'), but lacks explicit guidelines on when to use versus alternatives (e.g., before booking or comparing restaurants). No direct comparison with siblings or conditions for non-use.

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

A4/5.0
Disambiguation5/5

Each tool has a distinct purpose: reservation booking, landmark-based search, cultural context, flow offers, restaurant details, reviews, and general search. No overlapping functionalities.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (e.g., book_flow_reservation, get_restaurant_details), making it easy to infer actions.

Tool Count5/5

Seven tools cover the core domain (search, details, reviews, offers, booking, cultural context) without being excessive or insufficient.

Completeness4/5

Core workflows are covered, but the set lacks reservation cancellation or update functionality, which is a minor gap for a booking system.