Skip to main content
Glama

africa_trade_preference_arbitrage

Read-onlyIdempotent

Analyzes AGOA (African Growth and Opportunity Act) and EBA (Everything But Arms) trade preference arbitrage opportunities for COOs evaluating export strategies. Compares tariff rates, trade volumes, and preference utilization across eligible African countries using WITS and OECD trade data. Returns structured analysis of potential duty savings, market access advantages, and compliance requirements. — pass async:true REQUIRED to avoid x402 timeout.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoReference year for trade data
asyncNoIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
hs_codeYes6-10 digit Harmonized System product code
exporting_countryYesISO 2-letter country code of African exporter
importing_countryNoISO 2-letter country code of target market (US/EU)
preference_schemeNoTrade preference scheme to analyze

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
sourcesNo
warningsNo
duty_savings_pctNoEstimated duty savings percentage under preference scheme
trade_volume_usdNoAnnual trade volume in USD for given HS code
market_access_scoreNoComposite score of market access advantage (0-100)
compliance_requirementsNoList of compliance requirements for preference eligibility
preference_utilization_rateNoPercentage of eligible exports utilizing preference

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already declare the tool read-only, open-world, and idempotent. The description adds valuable context: data sources (WITS/OECD), structured output components, and a critical warning that async:true is required to avoid x402 timeout. This goes beyond the annotation hints and warns about a real failure mode.

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 three sentences plus a brief async warning, all of which contribute meaning. It front-loads the core purpose and lists concrete outputs. No redundant or filler content.

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 that an output schema exists and the annotations provide safety semantics, the description covers purpose, data sources, output types, and a critical operational requirement. It is sufficient for an agent to select and invoke the tool correctly. The only minor gap is sibling differentiation, which is assessed in purpose/usage dimensions.

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 input schema has 100% parameter description coverage, so the baseline is 3. The description does not add meaning to individual parameters beyond what the schema already provides; it only references async in the operational note. Thus, no significant extra parameter semantics.

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: analyzing AGOA and EBA trade preference arbitrage opportunities. It specifies the target user (COOs), data sources (WITS/OECD), and output categories (duty savings, market access, compliance). However, it does not explicitly mention how it differs from closely related siblings like africa_trade_preference_optimizer or agoa_eba_intelligence.

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 implies usage for export strategy evaluation by COOs, but does not state when to choose this over alternatives. There is no explicit 'use this when' or 'for that, use X instead' guidance. The async note provides operational usage, but not comparative guidance.

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

C2.4/5.0
Disambiguation1/5

Over 50 tools share the identical template 'Gapup agent-payable C-suite expertise' with similar French descriptions and reference cases, making their boundaries indistinguishable. Clusters like competitor_intel, competitive_deep_dive, competitor_moves, competitor_profiles, competitor_pricing_radar, competitor_pricing_scrape, and competitor_recommendations heavily overlap in purpose.

Naming Consistency1/5

Names are chaotic: mix of French and English, snake_case and camelCase, verb_noun, noun, and adjective forms with no uniform pattern. Examples like 'bp_narratif', 'content_enrichment', 'ai_governance_full_report_async', and 'job_result' show no coherent naming convention.

Tool Count1/5

271 tools is far beyond any reasonable MCP server scope, creating an overwhelming selection burden for agents. This count vastly exceeds the 25+ threshold for 'too many' and makes navigation impractical.

Completeness2/5

While the server covers many business domains, it lacks lifecycle operations (e.g., no update/delete tools for the deliverables it generates) and the input specifications are vague ('documented case fields' without documentation), creating functional dead ends. The sheer breadth does not compensate for these gaps.