score_product
ActiveTool of ShopGraph
declared in 1.0.0
Extract product data and return agent-readiness score (0-100). Scores structured data completeness, semantic richness, UCP compatibility, pricing clarity, and inventory signals. Full scoring breakdown included.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "Product page URL to extract and score"
},
"format": {
"enum": [
"default",
"ucp"
],
"type": "string",
"default": "default",
"description": "Output format. \"ucp\" returns UCP line_item format. Default: \"default\"."
},
"payment_method_id": {
"type": "string",
"description": "Stripe payment method ID for MPP payment"
},
"strict_confidence_threshold": {
"type": "number",
"maximum": 1,
"minimum": 0,
"description": "Fields below this confidence will be nulled with explanation. Default: off."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ShopGraph
https://github.com/laundromatic/shopgraph
2/7 registries