Skip to main content
Glama

Server Details

Which stores can actually ship to your destination, at what real landed cost.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

10 tools
capabilitiesDescribe VortexAInspect

Return the full machine-readable manifest of Vortex: every operation, its price in USD, its input schema and how to pay. Free.

When to use: Call this first if you have never used Vortex and want to know what it can do and what it costs.

Price: Free.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.7/5.0
Behavior4/5

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

With no annotations provided, the description is the sole source of behavioral disclosure. It states the tool returns a manifest, is free, and lists the manifest's contents, implying a read-only scope with no side effects. It doesn't specify the exact output format or potential size limits, but for a discovery tool with zero parameters, this is adequate and does not contradict any annotations (since there are none).

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 short paragraphs with the core action front-loaded, followed by a clear 'When to use' line and a cost note. Every sentence earns its place: purpose, usage guidance, and cost. No redundancy or fluff.

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?

Given the tool's simplicity (no parameters, no output schema), the description fully covers what it does, what the manifest includes, when to use it, and that it's free. The 'machine-readable manifest' phrasing hints at the output format, and the enumerated contents compensate for the absence of an output schema. Nothing an agent needs to call it correctly is missing.

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, so the description appropriately adds no parameter information. The empty schema already indicates this, and the description doesn't need to explain missing fields. The baseline of 4 for zero parameters is justified because the description complements the schema without redundancy.

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 states a specific verb ('Return') and a precise resource ('the full machine-readable manifest of Vortex'), enumerating exactly what the manifest contains (operations, prices, input schemas, payment). This clearly distinguishes it from sibling tools, which are individual operations like credit_deposit or find, by positioning it as the whole-API discovery tool.

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?

It explicitly provides a usage condition: 'Call this first if you have never used Vortex and want to know what it can do and what it costs.' This gives clear when-to-use context, and the sibling tools are the alternatives one would use after this discovery call, so the guidance is effectively unambiguous.

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

credit_depositTop up balanceAInspect

Buy Vortex credit with USDC on Base over x402. One on-chain settlement, then every call is debited off-chain.

When to use: Call when your balance is low. Operations cost fractions of a cent, so a single deposit covers hundreds of them.

Price: Free.

ParametersJSON Schema
NameRequiredDescriptionDefault
amount_usdNoOne of 1, 5 or 20. Defaults to 1.

TDQS

A4.4/5.0
Behavior4/5

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

The description goes beyond the readOnlyHint=false annotation by explaining the settlement model: 'One on-chain settlement, then every call is debited off-chain.' It also clarifies that the tool is free despite being a purchase. It stops short of mentioning potential requirements or outcomes like wallet approval or the returned transaction status.

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 compact and front-loaded: action, usage trigger, and price are each given in a distinct sentence or short section. Every sentence earns its place, and there is no repetition of schema or title information.

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 one-parameter top-up tool, the description covers the purpose, when to use it, the on-chain settlement model, and the cost implications. It does not describe the response format (e.g., confirmation or new balance), but given the simple, low-complexity action and lack of an output schema, this is a minor gap.

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 fully documents amount_usd with description 'One of 1, 5 or 20. Defaults to 1.', and coverage is 100%. The description adds no parameter-level detail, but with this high schema coverage the baseline of 3 is appropriate.

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 opens with 'Buy Vortex credit with USDC on Base over x402' — a specific verb, resource, and payment rail. The title 'Top up balance' is consistent, and no sibling tool appears to be a credit/payment tool, so there is no ambiguity about what this tool does.

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?

The description explicitly says 'When to use: Call when your balance is low.' It also adds economic context by noting that operations cost fractions of a cent, so a single deposit covers many calls. This gives the agent a clear condition for selecting this tool.

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

feasibilityCan this store deliver hereA
Read-only
Inspect

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.

ParametersJSON 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.

findFind something that can actually reach youA
Read-only
Inspect

Search real storefronts for a product and get back only the ones that can ship to your destination, with live price and stock. Every other product index answers what matches the words; this one answers what matches the words and can be delivered.

When to use: Call this before shopping anywhere else. Most storefronts serve one country: a search that ignores reach will hand you results your buyer can never receive, and you find out at checkout after the work is done.

Price: US$0.005000 per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
needYesWhat you are looking for, in plain language. Example: merino wool sneakers.
limitNoHow many stores to return.
destinationYesISO 3166-1 alpha-2 country the goods must reach. Example: BR, US, DE.
in_stock_onlyNoOnly return products with a variant in stock.
max_price_usdNoSkip anything above this shelf price.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark readOnlyHint=true, and the description adds consistent behavioral context: live price/stock and delivery-reach filtering. It also discloses the per-call price. There is no contradiction with the annotations, and no hidden mutation or side effect is suggested.

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 core behavior is front-loaded in the first sentence, followed by a sharp when-to-use rationale and cost. There is no filler, no restatement of parameter names, and every sentence contributes to correct tool selection and invocation.

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 read-only search tool with 100% schema coverage, the description covers what the result contains (reachable storefronts with live price and stock), when to call it, and its cost. It could specify the return shape in more detail since there is no output schema, but nothing essential for invoking it correctly is missing.

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 description coverage is 100%, so the baseline is 3: the schema already documents need, destination, limit, in_stock_only, and max_price_usd. The tool description only restates the destination/reach concept without adding meaningful detail 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 opens with a specific verb and resource: 'Search real storefronts for a product' and immediately clarifies the tool's differentiator—returning only items that can ship to the destination. This clearly distinguishes it from generic product indexes and gives an agent a precise mental model.

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 explicit when-to-use guidance: 'Call this before shopping anywhere else' and explains why, citing country-specific storefronts and late-stage checkout failures. It does not name concrete sibling tools or provide when-not-to-use conditions, so it stops short of a 5.

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

historyIs this price goodA
Read-only
Inspect

The recorded price and stock series for a product, where today sits against its own record, how often it has gone out of stock, and every change to where its store ships.

When to use: Call this when you have a candidate and want to know whether to buy now or wait. Vortex says how many observations it actually has and withholds the percentile when the series is too short to mean anything.

Price: US$0.002000 per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
daysNoHow far back to look.
productYesA product URL exactly as Vortex returned it from find.

TDQS

A4/5.0
Behavior4/5

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

Annotations already mark it read-only and closed-world; the description adds meaningful behavioral detail: how many observations Vortex has, that the percentile is withheld when the series is too short, and that stock-out and shipping changes are covered. No output schema or pagination specifics are provided, but the read-only annotation lowers the bar.

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 short, front-loaded with the main behavior, and every sentence earns its place: what it returns, when to call it, an edge-case behavior, and price. The phrasing is slightly awkward but structurally efficient.

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 two-parameter read-only tool with complete schema coverage, the description conveys the decision context, the key return categories, and an important edge case. It doesn't spell out exact output shapes, but no output schema exists and the stated information is enough to use it 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 description coverage is 100%, so the baseline is 3 even without additional parameter detail. The description mentions 'product' and 'series' but adds no semantic meaning beyond the schema's product URL and days parameters.

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 identifies the tool as returning historical price, stock, and shipping data for a product, including where today's price sits against its own record. It lacks an explicit verb phrase and does not name or differentiate sibling tools, so it stops short of a 5.

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?

"When to use: Call this when you have a candidate and want to know whether to buy now or wait" is explicit about the intended situation. It does not provide when-not-to-use guidance or name alternatives such as watch or report, so it earns a 4 rather than a 5.

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

identity_createClaim an identityAInspect

Turn a wallet address into a permanent Vortex identity and an API token. Free, and grants a small trial credit. No signup, no email, no human.

When to use: Call this once, before anything else. You need the returned token for every other call.

Price: Free.

ParametersJSON Schema
NameRequiredDescriptionDefault
labelNoA name for your own reference.
walletYesYour EVM wallet address. This is your permanent identity.
messageYesMust contain your wallet address and a timestamp within the last 10 minutes.
signatureYesEIP-191 personal_sign of the message field, proving you control the wallet.

TDQS

A4.3/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 behavioral burden. It discloses that the tool is free, grants a trial credit, requires no signup, and returns a token needed for all subsequent calls. It could go further by stating what happens if called again or how the identity is persisted, but the key behavioral traits are present.

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 concise and front-loaded, with the core purpose and critical usage instruction appearing early. Minor redundancy exists between 'Free' in the first sentence and the later 'Price: Free.' line, but overall every section earns its place and the format 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?

The description provides enough context for an agent to call this tool correctly: when to call it, why it must be first, what it returns, and what it costs. Since there is no output schema, a slightly more explicit description of the response shape would improve completeness, but the token requirement is stated clearly enough for practical use.

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 description coverage is 100%, so the schema already documents all four parameters in detail. The description reinforces that the wallet is the permanent identity and mentions the returned token, but it does not add meaningful parameter-level meaning beyond the schema. A baseline of 3 is appropriate given the high schema coverage.

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 opens with a specific verb and resource: 'Turn a wallet address into a permanent Vortex identity and an API token.' This clearly distinguishes the tool from siblings like whoami or credit_deposit, which serve different purposes. The outcome is concrete and immediately understandable.

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?

Explicit usage guidance is provided: 'Call this once, before anything else. You need the returned token for every other call.' This tells the agent exactly when to invoke the tool and why it must be called first. No ambiguity remains about sequencing or dependency.

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

landedWhat it really costs thereA
Read-only
Inspect

Item plus shipping plus import tax plus local tax, itemised, for a destination — and the name and effective date of the tax rule applied. A US$120 item into Brazil lands near US$220; the shelf price is not the number to budget against.

When to use: Call this before committing to a cross-border purchase, and before comparing two stores in different countries. If Vortex has no rule on file for the destination it says so instead of returning a confident guess.

Price: US$0.003000 per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
productNoA product URL. Its price is looked up for you.
item_usdNoShelf price, if you are not passing a product URL.
destinationYesISO 3166-1 alpha-2 country the goods must reach. Example: BR, US, DE.
shipping_usdNoFreight, if you already have a quote. Omitted means the total excludes it and says so.

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already mark the tool as read-only, and the description adds useful behavioral context beyond that: 'If Vortex has no rule on file for the destination it says so instead of returning a confident guess.' The example also sets expectations about real-world totals. No contradiction with annotations.

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 efficient and well-structured, front-loading the core behavior, then providing a concrete example, then a 'When to use' section. The price line is relevant for cost-aware selection. Nothing is verbose, though the example plus pricing could be seen as slightly more than strictly necessary.

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?

Given there is no output schema, the description does a good job explaining what the result contains: itemized cost components and the name and effective date of the tax rule. It also covers the no-rule fallback. It does not deeply describe all input combinations, but the schema already covers those, so the description is reasonably complete.

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 description coverage is 100%, so the schema already documents destination, product, item_usd, and shipping_usd. The description's example with a US$120 item into Brazil adds context but does not materially improve parameter semantics beyond what the schema provides. Baseline 3 is appropriate.

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 identifies the tool's function through its output specification: item plus shipping, import tax, and local tax itemized for a destination, plus the tax rule applied. The example and 'shelf price is not the number to budget against' reinforce the landed-cost purpose. It does not explicitly name or differentiate among sibling tools, so it falls just short of a 5.

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 explicit guidance: 'Call this before committing to a cross-border purchase, and before comparing two stores in different countries.' This provides clear context for when to use the tool. It does not mention alternative sibling tools or exclusions, which prevents a 5.

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

reportReport what happenedAInspect

Tell Vortex how a purchase actually went. Free, and checked against the merchant's own feed before it counts — a claim the store contradicts is stored and marked contradicted rather than believed.

When to use: Call this after any purchase attempt, good or bad. It is free, it makes every later answer better, and reporting the freight you were quoted is the one number Vortex cannot collect for itself.

Price: Free.

ParametersJSON Schema
NameRequiredDescriptionDefault
detailNoWhat happened, in your own words.
outcomeYesWhat actually happened when you tried to buy.
productYesA product URL exactly as Vortex returned it from find.
destinationNoWhere you were shipping to.
shipping_usdNoWhat freight was quoted. This is what makes landed costs accurate for everyone.

TDQS

A4.2/5.0
Behavior4/5

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

Beyond the sparse annotations, the description discloses that reports are free, verified against the merchant's own feed before counting, and that contradicted claims are stored and marked as contradicted rather than believed. This is useful behavioral context. It does not address rate limits or edit/delete behavior, but the core trust model is transparent.

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

Conciseness3/5

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

Purpose, behavior, and usage are each clearly present and the description is front-loaded with what the tool does. However, 'Free' appears twice and the final 'Price: Free' line repeats the first sentence, adding redundancy without new information. 'Makes every later answer better' is also somewhat vague.

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?

Given the schema covers all five parameters and the description covers when to call, what happens to reports, and the unique value of the freight field, this is sufficiently complete for correct invocation. There is no output schema, but return values are not necessary to decide when or how to call this tool.

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%, so the baseline is 3. The description adds extra meaning for shipping_usd by calling it 'the one number Vortex cannot collect for itself,' and it frames outcome as covering both good and bad attempts. The product URL requirement is already in the schema, so the description contributes a modest but real increment above baseline.

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 opens with a specific action and object: 'Tell Vortex how a purchase actually went.' This clearly identifies the tool's purpose and naturally distinguishes it from read-oriented siblings like find, history, and landed. It also adds meaningful context about merchant-feed verification and contradiction handling.

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 provides an explicit trigger condition: 'Call this after any purchase attempt, good or bad.' It also notes that freight quotes are the one number Vortex cannot collect itself, giving a clear reason to use this tool. It does not explicitly mention alternatives or exclusions, but the tool's role is unique among the visible siblings.

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

watchTell me when it changesAInspect

Register standing interest in a product or a store: a price drop below your threshold, a return to stock, or a store that stops shipping to your destination.

When to use: Call this instead of polling find on a schedule. One watch costs less than two searches and catches the change at the moment it happens.

Price: US$0.005000 per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
kindYesWhat you want to be told about.
storeNoRequired for reach_change.
productNoRequired for price_drop and back_in_stock.
below_usdNoFor price_drop: notify under this price.
destinationNoRequired for reach_change.
callback_urlNoOptional. Vortex POSTs here on a change.

TDQS

A4.4/5.0
Behavior4/5

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

Annotations only say readOnlyHint=false and openWorldHint=false, so the description adds meaningful behavioral context: registering a standing interest, catching changes at the moment they happen, optional callback via POST, and the per-call price. It could go further by disclosing watch lifecycle or cancellation behavior, but the core side effects are clear.

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 compact and front-loaded: purpose, usage guidance, then cost. Every sentence earns its place and none are redundant with the schema.

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?

Given six parameters, a fully descriptive schema, and no output schema, the description covers the essential context: purpose, when to use it, how the tool behaves, and cost. The main gaps are lifecycle details (whether/canceling a watch) and what the registration call returns, but these are not required to invoke it 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 description coverage is 100%, so the schema already documents all six parameters and their requirements. The description's prose restates the high-level event types (price drop, back in stock, store reach change) but does not add parameter semantics beyond what the schema already provides.

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 opens with a specific verb and resource: 'Register standing interest in a product or a store,' and enumerates the event types (price drop, back in stock, reach change). It also explicitly distinguishes itself from the sibling tool find by saying to call it instead of polling find on a schedule.

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?

The description has a dedicated 'When to use' section that names the alternative (find), states the condition for this tool ('instead of polling find on a schedule'), and gives a concrete reason (cost and immediacy). This is explicit selection guidance.

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

whoamiWho am IA
Read-only
Inspect

Your handle, wallet, balance and usage. Free.

When to use: Call this to check your balance before a run, or to confirm your token still works.

Price: Free.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.8/5.0
Behavior3/5

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

The annotation readOnlyHint=true already covers the safety profile, and the description adds the cost detail ('Free') and the fact that it returns account-related data. It does not add much behavioral context beyond what annotations provide, such as authentication requirements or response format details. The description is not misleading and is consistent with the read-only annotation.

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 short and front-loaded, with the core result ('Your handle, wallet, balance and usage') stated first. The 'Free' information is repeated twice, once in the opening and again as 'Price: Free,' which is slightly redundant but not harmful. Overall it is efficient and easy to parse.

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 zero-parameter, read-only identity/balance tool, the description provides enough context: what data is returned, when to use it, and that it is free. There is no output schema, but the listed fields ('handle, wallet, balance and usage') give a reasonable expectation of the response. No critical information appears missing for an agent to invoke it correctly.

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, so there is nothing for the schema or description to document. Schema coverage is trivially 100%, and the description's mention of 'wallet, balance and usage' gives the agent a sense of what data will be relevant. This fully satisfies the baseline for a parameterless tool.

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 identifies the tool as returning the caller's handle, wallet, balance, and usage, which is specific enough to understand its purpose. It lacks an explicit verb like 'retrieves' or 'returns,' but the title 'Who am I' plus the listed data makes the function clear. It does not explicitly differentiate from siblings, though its identity/account scope is distinct from tools like credit_deposit or identity_create.

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 explicit when-to-use scenarios: 'check your balance before a run' and 'confirm your token still works.' This provides clear practical context for an agent deciding to invoke it. It does not mention alternatives or when not to use it, but for a trivial identity/balance check the use cases are sufficient.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 10 tool updates
    • First observedcapabilities
    • First observedcredit_deposit
    • First observedfeasibility
    • First observedfind
    • First observedhistory
    • First observedidentity_create
    • First observedlanded
    • First observedreport
    • First observedwatch
    • First observedwhoami

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Calculates estimated import duties, taxes, and customs clearance rules for overseas purchases, with all tools being read-only and operating without external API calls.
    -
  • A
    license
    Not graded
    quality
    F
    maintenance
    Calculates total landed cost of international payments including FX spread, transfer fees, and settlement time across multiple payment methods, and provides free currency conversion and ECB exchange rates.
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Live USPS, UPS, FedEx and DHL Express parcel rates from a US origin, domestic or to Canada, the UK, Germany and Australia, from a plain-words item description: no scale, no account, no API key. Also creates checkout links, reports checkout status, tracks parcels bought on smklog.com and serves a monthly US parcel price index.
    4
    5
    1
    MIT
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