Skip to main content
Glama

ebay_get_product_compatibilities

Find compatible applications for a product by retrieving its fitment data using identifiers like UPC, EAN, or ISBN. Filter results by application properties and sort as needed.

Instructions

Get product compatibilities

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesProduct compatibility request data
marketplaceIdYesMarketplace ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed12 schema fields changedv1.14.1
    • changedInput schema / properties / data / description
      Previous value: -"Request data for getting product compatibilities"New value: +"Product compatibility request data"
    • addedInput schema / properties / data / properties / applicationPropertyFilters
      Added value: +{
      +  "description": "Application property filters",
      +  "items": {
      +    "additionalProperties": true,
      +    "properties": {
      +      "propertyName": {
      +        "description": "Compatibility property name",
      +        "type": "string"
      +      },
      +      "propertyValue": {
      +        "description": "Compatibility property value",
      +        "type": "string"
      +      },
      +      "unitOfMeasurement": {
      +        "description": "Property unit of measurement",
      +        "type": "string"
      +      },
      +      "url": {
      +        "description": "Property reference URL",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  "type": "array"
      +}
    • removedInput schema / properties / data / properties / categoryTreeId
      Removed value: -{
      -  "type": "string"
      -}
    • addedInput schema / properties / data / properties / dataset
      Added value: +{
      +  "description": "Datasets to return",
      +  "items": {
      +    "type": "string"
      +  },
      +  "type": "array"
      +}
    • addedInput schema / properties / data / properties / datasetPropertyName
      Added value: +{
      +  "description": "Dataset property names",
      +  "items": {
      +    "type": "string"
      +  },
      +  "type": "array"
      +}
    • addedInput schema / properties / data / properties / disabledProductFilter
      Added value: +{
      +  "additionalProperties": true,
      +  "description": "Disabled product filter",
      +  "properties": {
      +    "excludeForEbayReviews": {
      +      "description": "Exclude products blocked for reviews",
      +      "type": "boolean"
      +    },
      +    "excludeForEbaySelling": {
      +      "description": "Exclude products blocked for selling",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedInput schema / properties / data / properties / paginationInput
      Added value: +{
      +  "additionalProperties": true,
      +  "description": "Pagination input",
      +  "properties": {
      +    "limit": {
      +      "description": "Maximum number of results",
      +      "type": "number"
      +    },
      +    "offset": {
      +      "description": "Number of results to skip",
      +      "type": "number"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedInput schema / properties / data / properties / productIdentifier
      Added value: +{
      +  "additionalProperties": true,
      +  "description": "Product identifier",
      +  "properties": {
      +    "ean": {
      +      "description": "EAN product identifier",
      +      "type": "string"
      +    },
      +    "epid": {
      +      "description": "eBay product identifier",
      +      "type": "string"
      +    },
      +    "isbn": {
      +      "description": "ISBN product identifier",
      +      "type": "string"
      +    },
      +    "productId": {
      +      "description": "Product identifier",
      +      "type": "string"
      +    },
      +    "upc": {
      +      "description": "UPC product identifier",
      +      "type": "string"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedInput schema / properties / data / properties / sortOrders
      Added value: +{
      +  "description": "Compatibility property sort order",
      +  "items": {
      +    "additionalProperties": true,
      +    "properties": {
      +      "sortOrder": {
      +        "additionalProperties": true,
      +        "description": "Sort property definition",
      +        "properties": {
      +          "order": {
      +            "description": "Sort order",
      +            "type": "string"
      +          },
      +          "propertyName": {
      +            "description": "Property name to sort by",
      +            "type": "string"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "sortPriority": {
      +        "description": "Sort priority",
      +        "type": "string"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  "type": "array"
      +}
    • removedInput schema / properties / data / properties / specification
      Removed value: -{
      -  "additionalProperties": true,
      -  "properties": {
      -    "categoryId": {
      -      "type": "string"
      -    },
      -    "categoryTreeId": {
      -      "type": "string"
      -    },
      -    "compatibilityProperties": {
      -      "items": {
      -        "additionalProperties": true,
      -        "properties": {
      -          "name": {
      -            "type": "string"
      -          },
      -          "value": {
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "name",
      -          "value"
      -        ],
      -        "type": "object"
      -      },
      -      "type": "array"
      -    }
      -  },
      -  "type": "object"
      -}
    • addedInput schema / properties / marketplaceId
      Added value: +{
      +  "description": "Marketplace ID",
      +  "enum": [
      +    "EBAY_AT",
      +    "EBAY_AU",
      +    "EBAY_BE",
      +    "EBAY_CA",
      +    "EBAY_CH",
      +    "EBAY_CN",
      +    "EBAY_CZ",
      +    "EBAY_DE",
      +    "EBAY_DK",
      +    "EBAY_ES",
      +    "EBAY_FI",
      +    "EBAY_FR",
      +    "EBAY_GB",
      +    "EBAY_GR",
      +    "EBAY_HK",
      +    "EBAY_HU",
      +    "EBAY_ID",
      +    "EBAY_IE",
      +    "EBAY_IL",
      +    "EBAY_IN",
      +    "EBAY_IT",
      +    "EBAY_JP",
      +    "EBAY_MY",
      +    "EBAY_NL",
      +    "EBAY_NO",
      +    "EBAY_NZ",
      +    "EBAY_PE",
      +    "EBAY_PH",
      +    "EBAY_PL",
      +    "EBAY_PR",
      +    "EBAY_PT",
      +    "EBAY_RU",
      +    "EBAY_SE",
      +    "EBAY_SG",
      +    "EBAY_TH",
      +    "EBAY_TW",
      +    "EBAY_US",
      +    "EBAY_VN",
      +    "EBAY_ZA",
      +    "EBAY_HALF_US",
      +    "EBAY_MOTORS_US"
      +  ],
      +  "type": "string"
      +}
    • changedInput schema / required
      Previous value: -[
      -  "data"
      -]New value: +[
      +  "marketplaceId",
      +  "data"
      +]
  2. First observedv1.8.10

TDQS

C2.1/5.0
Behavior1/5

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

No annotations provided, and description gives no behavioral details (e.g., what data is returned, limits, prerequisites). Only restates the name.

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?

Extremely minimal – only 4 words. While concise, it lacks sufficient information to be useful, crossing into under-specification.

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?

Given the tool's complexity (nested parameters, many sibling tools, no output schema), the description is woefully incomplete and does not help the agent understand what the tool does or how to use it.

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% and well-documented, so description adds no extra meaning. Baseline 3 is appropriate.

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?

States verb 'Get' and resource 'product compatibilities', but does not differentiate from sibling tool 'ebay_get_product_compatibility' (singular). The plural implies multiple results, but not explicit.

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 on when to use this tool versus related tools like ebay_get_compatibilities_by_specification or ebay_get_product_compatibility.

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

Deploy Server

Other Tools