Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

goat_countries

Retrieve every country GOAT recognizes for localized pricing, with currency, size unit, and shipping/returns status. Filter by ships_to to identify active shipping destinations.

Instructions

Get GOAT countries. Returns every country GOAT recognizes -- the accepted values for GET /goat/product/{slug}'s country_code parameter -- with the currency and size unit (us, uk, eu) GOAT localizes to for each, plus whether GOAT ships and accepts returns there. Every country is listed, not only the shippable ones, because country_code localizes pricing and is accepted for all of them; filter on ships_to if you want only GOAT's shipping destinations. Credential-free public data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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?

No annotations are provided, so the description must carry the full burden. It discloses that the data is credential-free public data and that it returns every country, not just shippable ones, clarifying a potentially surprising behavior. It does not mention rate limits, pagination, or response structure, but for a simple read-only list tool, these are minor omissions. The description adds value beyond the minimal schema.

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 concise (about three sentences) and front-loaded with the core purpose. Each sentence adds necessary detail: what it returns, why it lists all countries, and how to filter for shipping. No filler or redundant 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 tool with no parameters and no output schema, the description is quite complete. It enumerates the fields (currency, size unit, ships_to, returns) and explains the rationale for including all countries. It lacks explicit mention of response format (e.g., field names) but that can be inferred. It also omits potential limitations like data freshness, but overall it provides sufficient context 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?

There are zero parameters, so the baseline is 4. The description correctly notes that there are no parameters (implicitly by having no mention) and explains the output content. Since there is nothing to add beyond the schema (which is empty), the description adequately covers parameter semantics.

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: 'Get GOAT countries.' Clearly defines the resource as the list of countries GOAT recognizes, with details on what attributes are returned (currency, size unit, shipping/returns). Distinguishes from other GOAT tools by being a reference list for the country_code parameter. The purpose is unambiguous and specific.

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?

Provides context on when to use this tool: to get accepted country_code values for GOAT product endpoints. Mentions filtering on 'ships_to' for shipping destinations, implying use cases. However, it does not explicitly name alternative tools or state when not to use it, but given the uniqueness of this resource, the guidance is sufficient.

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