Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

sevennow_combos

List all bundle deals (combo-builder products) offered by a 7NOW store. Retrieve every combo promotion ID for a given store_id to enable further lookup of pick-from groups or eligible items via the /7now/combo or /7now/promotion endpoints.

Instructions

List a 7NOW store's bundle deals. Lists every bundle deal a store offers -- 7NOW's combo-builder products, where a fixed price buys one item from each of several groups (e.g. "$6.99 Pizza", "Bone In Wing Combo"). GET /7now/search surfaces a combo only when a query happens to match one, so this is the only way to enumerate a store's bundles. Each entry carries the promotion id behind it: pass it to GET /7now/combo for the actual pick-from groups, or to GET /7now/promotion for a flat list of every eligible item. store_id comes from GET /7now/stores; lat and lon are accepted but inert (store_id alone selects the store).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNoAccepted but inert -- store_id alone selects the store; responses are byte-identical with any value or none. Forwarded upstream for fidelity with 7now.com's own client.
lonNoAccepted but inert -- see lat.
store_idYes7NOW store id, from GET /7now/stores.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden, and it discloses key behaviors: the tool lists every bundle, each entry contains the promotion id, and lat/lon are inert with byte-identical responses. It could go further by describing the output shape or listing edge cases, but the behavioral essentials are covered.

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?

Every sentence earns its place: purpose, distinguishing limitation, what entries contain, downstream endpoints, parameter provenance, and inert parameters. The description is dense but not bloated, and the most decision-relevant facts are front-loaded.

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?

The description fully explains how to obtain store_id, which params matter, what data each entry carries, and how to follow up with combo/promotion endpoints. With no output schema, it would be stronger if it described the response structure more concretely, but the agent has enough to call the tool correctly.

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%, and the schema already documents store_id provenance and the inert nature of lat/lon. The description reinforces these facts and adds downstream context, but it does not substantially expand parameter meaning beyond what the input schema provides, so 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?

States a specific verb and resource ('List a 7NOW store's bundle deals') and clearly distinguishes itself: it enumerates every bundle, whereas GET /7now/search only surfaces combos on a query match. This differentiates it from sibling tools like sevennow_search, sevennow_combo, and sevennow_promotion without ambiguity.

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

Usage Guidelines5/5

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

Explicitly explains when this tool is the right choice ('the only way to enumerate a store's bundles') and why the alternative search endpoint is insufficient. It also gives downstream usage — pass the promotion id to /7now/combo or /7now/promotion — and tells the user where store_id comes from.

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