Skip to main content
Glama

Server Details

FBA Forwarders: the site's own MCP server — compare, enquiry (enquiry = a human handoff, not a...

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

TDQS

B3.3/5.0
Disambiguation4/5

The three compare_* tools are distinct views of the same comparison (criteria, option metadata, full table), and the three enquiry tools cleanly separate process explanation, schema, and submission. There is mild redundancy because compare_table could be seen as combining criteria and options, but the descriptions are explicit enough to prevent misselection.

Naming Consistency3/5

compare_criteria, compare_options, compare_table and submit_enquiry follow a readable verb_noun style, but enquiry_describe and enquiry_fields use a noun-first pattern. This mixed convention is still readable and all names are snake_case, so it is a minor rather than severe inconsistency.

Tool Count5/5

Six tools is well-scoped for the server's apparent purpose: three read-only comparison views and three enquiry-related tools (explain, schema, submit). Each tool has a clear role, and none feel like filler.

Completeness5/5

For the exposed domain, the server covers the comparison browsing path completely and supports the full two-step enquiry submission lifecycle with consent and confirmation. There are no obvious dead ends or missing operations within this scope.

Available Tools

6 tools
compare_criteriaWhat is comparedCInspect

The criteria and any filters of the Routes from a Chinese factory into Amazon US comparison.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

C2/5.0
Behavior1/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It provides no operation, side effects, return values, or limitations; it is a noun phrase rather than a statement of behavior. An agent cannot infer whether this tool reads, computes, filters, or generates something.

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

Conciseness2/5

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

The description is short, but the brevity is under-specification rather than efficient structure. It is an incomplete sentence fragment that does not convey an action, and there is no front-loaded usable information.

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

Completeness1/5

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

Even for a zero-parameter tool, the description must state what the tool does and what the agent can expect. With no annotations, no output schema, and no behavioral content, the definition is not complete enough for an agent to select or invoke this tool 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, and the schema confirms this, so there is no parameter meaning for the description to clarify. Baseline 4 is appropriate for a parameter-less tool.

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

Purpose2/5

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

The description names a subject—'criteria and any filters of the Routes from a Chinese factory into Amazon US comparison'—but it lacks a verb and does not state what the tool actually does. It is closer to a restatement of the title 'What is compared' than a functional definition, so it does not distinguish compare_criteria from siblings like compare_options or compare_table.

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?

No guidance is given for when to use this tool versus alternatives such as compare_options, compare_table, or enquiry_describe. The domain is vaguely implied by the description, but there are no explicit conditions, exclusions, or selection criteria.

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

compare_optionsThe optionsCInspect

The options in the Routes from a Chinese factory into Amazon US comparison (name, what it is best for, tags), optionally filtered by a tag value.

ParametersJSON Schema
NameRequiredDescriptionDefault
filterKeyNo
filterValueNo

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not state whether this is a read-only operation, how the filter behaves when only one key is provided, what happens when no filter is provided, or what the response looks like.

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?

The description is a single sentence with no wasted words, which is structurally lean. However, it is under-specified rather than precisely concise, and the title 'The options' adds no information, making the overall packaging weaker.

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

Completeness2/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, no annotations, and sibling tools that overlap in scope, the description is incomplete for a correct invocation. It does not explain the returned data shape, the filter contract, or how this tool fits among the comparison-related siblings.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It mentions filtering 'by a tag value,' which loosely maps to filterKey and filterValue, but it never explains the meaning of filterKey, valid values, or how the two parameters interact. This leaves the only two parameters under-specified.

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

Purpose3/5

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

The description names a specific resource ('Routes from a Chinese factory into Amazon US comparison') and lists the fields returned (name, best for, tags), so it has more content than a tautology. However, the title 'The options' is generic and the phrasing 'The options in...' remains vague about what the tool actually returns, and it does not clearly distinguish compare_options from the sibling compare_table.

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?

The description says results can be 'optionally filtered by a tag value,' which implies a basic use case, but it gives no guidance on when to use compare_options versus compare_criteria, compare_table, or the other siblings. There are no explicit exclusions or alternative-recommendation statements.

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

compare_tableThe comparison tableBInspect

Each option's value on every criterion of the Routes from a Chinese factory into Amazon US comparison — the full table.

ParametersJSON Schema
NameRequiredDescriptionDefault
optionNoone option's name, else all

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool returns 'the full table' but does not describe the output format, whether it includes all options or criteria by default, or any side effects. The behavior regarding the optional 'option' parameter is only implied in the schema, not in the description.

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 a single, concise sentence that front-loads the core information (the full table of option values on criteria). It avoids unnecessary words, though it could be structured to include usage hints without much added length.

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?

Given the simplicity (one optional parameter, no output schema, no annotations), the description provides the essential purpose but lacks usage context and does not explain what the table structure looks like or how to interpret results. It is adequate for a basic call but leaves gaps for an agent trying to decide when to use it or what to expect.

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% (the single 'option' parameter has a description: 'one option's name, else all'). The tool description adds no extra meaning beyond the schema, so it does not compensate or enhance the parameter semantics. 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 clearly identifies the tool as returning the full table of each option's value on every criterion for the specific Routes from a Chinese factory into Amazon US comparison. It distinguishes itself from siblings like compare_criteria and compare_options by indicating it provides the complete matrix, not just comparisons.

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 alternatives such as compare_criteria or compare_options. The description does not mention any conditions, filters, or exclusions that would help an agent decide between siblings.

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

enquiry_describeWhat you get: an ENQUIRY with a human (not a purchase, not a guaranteed quote)AInspect

Read first. States plainly what submit_enquiry does on FBA Forwarders: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations supplied, the description carries the burden of explaining behavior. It explicitly discloses that nothing is bought, ordered, or paid for, that no quote is guaranteed, and that the enquiry is free. It also describes what the tool returns: recipient details, consent wording, and how the person confirms.

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 brief and front-loaded with the most important usage signal, 'Read first.' Two sentences cover the tool's purpose, its relationship to submit_enquiry, key caveats, and the nature of its return content without any filler.

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 zero-parameter informational tool with no output schema, the description is complete: it explains what the tool does, what it returns, and what the key expectations are. An agent has enough information to decide whether to call this tool and what to do with the information it provides.

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 confirms this with an empty properties object. The baseline for zero-parameter tools is 4, and no parameter documentation is needed here because there are no inputs to document.

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 plainly that this tool explains what submit_enquiry does on FBA Forwarders, distinguishing it from actually submitting or purchasing. The title reinforces the key distinction: an enquiry with a human is not a purchase or guaranteed quote. This clearly identifies the tool's purpose and differentiates it from sibling submit_enquiry.

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 opening 'Read first' gives a clear contextual directive to consult this tool before proceeding with the enquiry flow. It does not enumerate alternatives or explicit when-not-to-use conditions, but for an informational prerequisite tool, this guidance is sufficient.

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

enquiry_fieldsThe questions the enquiry asksAInspect

Every field of the FBA Forwarders enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden and does disclose what the tool returns: all enquiry fields plus their metadata. It implies a read-only schema listing, though it does not explicitly state that there are no side effects or describe the exact response shape.

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?

A single, dense sentence front-loads the full content of the response and ends with an actionable cross-tool instruction. Every phrase earns its place and there is no repetition of 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?

For a no-parameter, no-output-schema tool this is reasonably complete: it names the content, covers required/optional/options dimensions, and connects to its primary consuming sibling. A more explicit statement of the returned format would push it higher, but the core calling decision is fully supported.

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 input schema is empty, so parameter semantics are trivially satisfied. The description adds useful context by telling the agent that the field keys produced here should be used as keys for submit_enquiry.

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 names the specific resource (FBA Forwarders enquiry) and enumerates what is exposed: key, label, type, required, help text, and allowed options. It is clearly differentiated from submit_enquiry by the closing instruction, though it lacks an explicit retrieval verb like 'get' or 'list.'

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 clear usage context: consult this tool to learn field keys and then pass answers to submit_enquiry keyed by those keys. It does not explicitly contrast with enquiry_describe or the compare_* siblings, so it stops short of full alternative routing.

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

submit_enquirySubmit an ENQUIRY to human providers (two steps; not a purchase)AInspect

Submits an enquiry to FBA Forwarders — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: "Happy for my details to go to freight forwarders, who'll contact me directly."

ParametersJSON Schema
NameRequiredDescriptionDefault
answersYesthe person's answers, keyed by field key
consentYestrue only when the person has agreed to: Happy for my details to go to freight forwarders, who'll contact me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

TDQS

A4.8/5.0
Behavior5/5

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

No annotations exist, so the description carries the full burden. It discloses important behavioral traits: validation and token return in step 1, submission only after step 2, a consent message requirement, and the post-submission email link that must be clicked before providers see the enquiry. This goes well beyond a simple 'submits an enquiry' statement.

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 dense and front-loaded with the key caveat ('NOT a purchase, NOT a guaranteed quote'). It is longer than minimal because it must explain a two-step flow, but each sentence carries necessary procedural or consent information. Minor loss of conciseness from the detailed consent quote, which is nonetheless valuable.

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?

With no output schema, the description correctly explains what step 1 returns (summary, consent line, confirmation token) and what step 2 produces (submission plus email link). It also ties the optional confirmation parameter to the workflow, making the tool fully callable without additional documentation.

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%, providing a baseline of 3. The description adds meaningful semantics: answers are keyed by field key from enquiry_fields, consent has a specific required text, and confirmation is the token from step 1. This clarifies the relationship between parameters and the workflow, though the schema already documents the basic types and descriptions.

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 ('Submits an enquiry to FBA Forwarders') and explicitly scopes what it is not ('NOT a purchase, NOT a guaranteed quote'). It also clearly distinguishes the two-step submit workflow from sibling tools like enquiry_fields and enquiry_describe by naming the field-key source and the confirmation step.

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?

Provides an explicit step-by-step usage protocol: Step 1 call with answers and consent=true, show the person the summary and consent line, then Step 2 call only after agreement with the same answers plus the confirmation token. This gives the agent unambiguous conditions for when to invoke the tool and how to sequence it.

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. 6 tool updates
    • First observedcompare_criteria
    • First observedcompare_options
    • First observedcompare_table
    • First observedenquiry_describe
    • First observedenquiry_fields
    • First observedsubmit_enquiry

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
    MCP server for electronic consignment notes (eCMR). Create, sign, manage, and track electronic transport documents with QR codes, PDF generation, and digital signatures through the Cargoffer ECMR API. Designed for AI agents like Claude Desktop, Cursor, and Cline.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for international trade operations focused on Kazakhstan/EAEU/Central Asia routes, providing tools for landed cost calculation, HS classification, Incoterms guidance, logistics estimation, and currency conversion.
    16
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    An MCP server that automates B2B deal matching: publish supply/demand, AI-driven cruise matching, and agent-based negotiation, with real-time notifications and reputation tracking.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Freight marketplace MCP server for European road logistics. Search and manage freight loads, post truck capacity, create auctions, manage deliveries and drivers through the Cargoffer Bolsa de Carga API. Connect your AI agent to the freight marketplace.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources