get_product_specifications
verifiedv0.1Return structured specifications for the product on the open item page.
Updated 8/27/2026 · Created 8/26/2026
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"maximum": 16,
"minimum": 1,
"description": "Maximum specification facts to return."
},
"section": {
"type": "string",
"maxLength": 48,
"minLength": 1,
"description": "Use all or a specification section name shown on this product."
}
},
"additionalProperties": false
}Full Contract
{
"name": "get_product_specifications",
"description": "Return structured specifications for the product on the open item page.",
"inputSchema": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"maximum": 16,
"minimum": 1,
"description": "Maximum specification facts to return."
},
"section": {
"type": "string",
"maxLength": 48,
"minLength": 1,
"description": "Use all or a specification section name shown on this product."
}
},
"additionalProperties": false
}
}Schema History
8/27/2026, 1:31:27 PM
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"maximum": 16,
"minimum": 1,
"description": "Maximum specification facts to return."
},
"section": {
"type": "string",
"maxLength": 48,
"minLength": 1,
"description": "Use all or a specification section name shown on this product."
}
},
"additionalProperties": false
}8/26/2026, 11:49:02 PM
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"maximum": 16,
"minimum": 1,
"description": "Maximum specification facts to return."
},
"section": {
"enum": [
"all",
"display",
"processor",
"memory",
"storage",
"battery",
"camera",
"connectivity",
"dimensions",
"general"
],
"type": "string",
"description": "Specification section to return."
}
},
"additionalProperties": false
}GET /api/tool/www.bestprice.gr/get_product_specifications