enrich_basic
ActiveTool of ShopGraph
Extract basic product attributes from a URL (name, price, brand, availability). Faster and cheaper than enrich_product. 50 free calls/month — no payment needed. Paid: $0.01 per call after free tier. Each field carries verification metadata in _shopgraph: provenance (field_method — which source/tier produced it: schema_org, llm, or hybrid), freshness (field_freshness — recency + volatility_class, for volatile fields like price & availability), and abstain (a field is null when ShopGraph cannot verify it on the page). Rely on provenance, freshness, and the abstain signal to decide what to trust.
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 data from"
},
"format": {
"enum": [
"default",
"ucp"
],
"type": "string",
"default": "default",
"description": "Output format. \"ucp\" returns UCP line_item format. Default: \"default\"."
},
"force_refresh": {
"type": "boolean",
"description": "Bypass cache entirely. Always triggers live extraction. Costs 3x credits."
},
"include_score": {
"type": "boolean",
"description": "Include agent-readiness score in response."
},
"payment_method_id": {
"type": "string",
"description": "Stripe payment method ID for MPP payment"
},
"minimum_confidence": {
"type": "number",
"maximum": 1,
"minimum": 0,
"description": "Auto-refresh if any cached field's DECAYED confidence falls below this threshold. Costs 2x credits when refresh triggers, 0.25x on cache hit."
},
"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