Skip to main content
Glama

enrich_basic

Read-only

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesProduct page URL to extract data from
formatNoOutput format. "ucp" returns UCP line_item format. Default: "default".default
force_refreshNoBypass cache entirely. Always triggers live extraction. Costs 3x credits.
include_scoreNoInclude agent-readiness score in response.
payment_method_idNoStripe payment method ID for MPP payment
minimum_confidenceNoAuto-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_thresholdNoFields below this confidence will be nulled with explanation. Default: off.

TDQS

A4.4/5.0
Behavior5/5

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

Annotations declare readOnlyHint and openWorldHint, and the description adds rich behavioral context beyond them: it explains the _shopgraph metadata with provenance, freshness, and abstain fields, and explains how null values indicate verification failure. This gives the agent a clear model of what the tool returns and how to interpret trustworthiness, without contradicting annotations.

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 tight and well-structured: purpose in the first sentence, cost details in the second and third, and data quality metadata in the fourth. Every sentence contributes new information, with no redundancy or filler.

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?

Given the tool has 7 parameters and no output schema, the description covers essential context: the output's verification metadata, nulling behavior for unverifiable fields, and pricing. It could mention response structure in more detail, but the description is sufficiently complete for an agent to understand and trust the tool.

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%, so parameters are fully documented in the schema. The description does not add parameter-specific details, but it does explain the overall output metadata (field_method, field_freshness, abstain) which helps understand the meaning of confidence-related parameters. This is baseline for high coverage.

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?

The description uses a specific verb 'Extract' with a clear resource 'basic product attributes from a URL' and lists the exact fields (name, price, brand, availability). It distinguishes itself from the sibling enrich_product by explicitly noting it is 'Faster and cheaper', making the tool's purpose unambiguous.

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?

The description provides clear context for when to use the tool by comparing with enrich_product ('Faster and cheaper') and mentioning the free tier/payment model. It doesn't explicitly state when not to use it or name all sibling alternatives, but the guidance is sufficient for basic selection decisions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: enrich_basic vs enrich_product differ in scope and cost, enrich_html uses raw HTML input, and score_product returns a score. No ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case (enrich_*, score_*), making it easy to infer functionality.

Tool Count5/5

With 4 tools, the set is well-scoped for product data enrichment and scoring, neither too sparse nor too bloated.

Completeness5/5

The tools cover basic extraction, comprehensive extraction, HTML-based extraction, and scoring, leaving no obvious gaps for the domain.

Resources