Skip to main content
Glama

Can this store deliver here

feasibility
Read-only

Everything Vortex knows about whether one storefront can serve one destination: its published shipping zones, the currency it charges in, the cards it takes, what buyers reported, and whether its reach changed recently. Returns a verdict, not just data.

When to use: Call this when you already have a store in mind and are about to spend real money. Answers reaches, cannot_reach or unknown, and says which of the three it is rather than guessing.

Price: US$0.002000 per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
storeYesStore domain or any URL on it. Example: allbirds.com
destinationYesISO 3166-1 alpha-2 country the goods must reach. Example: BR, US, DE.

TDQS

A4.4/5.0
Behavior5/5

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

Annotations mark this as read-only and closed-world, and the description adds substantial behavioral context: it returns one of three verdicts (reaches, cannot_reach, unknown) rather than raw data, and lists the kinds of evidence involved. This goes well beyond what annotations alone convey.

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 organized into a clear intro, an explicit usage section, and a price line. It is slightly longer than necessary and some phrasing is redundant ('not just data' with 'verdict'), but every section earns its place and key information is front-loaded.

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

Completeness5/5

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

For a two-parameter read-only tool with no output schema, the description is effectively complete: it explains when to call, what data is considered, what verdict values will be returned, and the cost. An agent can decide to invoke or avoid this tool without needing more context.

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?

The schema already fully documents both parameters with examples and a pattern, so the description does not need to add much. The description loosely refers to 'storefront' and 'destination,' matching the store and destination fields, but adds no parameter-level meaning beyond the schema.

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 tool's function: determining whether one storefront can serve one destination and returning a verdict. It enumerates concrete inputs (shipping zones, currency, cards, buyer reports, reach changes), which makes the tool's purpose distinguishable from vague sibling names like find, watch, or capabilities.

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?

The description gives an explicit trigger: call when a store is already in mind and about to spend real money. It does not name specific siblings as alternatives or explicitly state when not to use it, but the usage context is clear enough to guide selection.

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.1/5.0
Disambiguation5/5

Each tool has a clearly distinct role: search (find), reach verification (feasibility), cost breakdown (landed), price history (history), alerts (watch), and account management (identity_create, credit_deposit, whoami). Even the overlapping cross-border tools are differentiated by their focus and explicit when-to-use guidance.

Naming Consistency3/5

Names are all lowercase and readable, but they follow no strong pattern: some are bare verbs (find, report, watch), some are nouns (capabilities, history, feasibility), and two use underscores with different structures (credit_deposit, identity_create). It is not chaotic, but the convention is mixed.

Tool Count5/5

Ten tools is a well-scoped set for a cross-border commerce intelligence service. Each tool covers a distinct operation, from discovery and feasibility to landed cost, monitoring, and account management, without unnecessary redundancy.

Completeness4/5

The core workflow is well covered: find products, check reach, estimate landed cost, review history, watch for changes, and report outcomes. Minor gaps exist, such as no way to list or cancel watches, but the essential lifecycle for the service's purpose is present.

Resources