Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

cvs_product

Retrieve detailed over-the-counter product information from CVS.com, including price, brand, availability, images, and ratings, using a product page slug or URL.

Instructions

CVS OTC product detail. Returns one CVS.com OTC (over-the-counter) retail product's detail: name, description, brand, category, price, currency, online availability, image gallery, and aggregate rating. Covers the non-prescription retail catalog only -- this does not cover prescription items, pharmacy ordering, or any patient-specific data. slug is the segment of a product page URL after "/shop/", e.g. "safe-home-premium-radon-test-kit-prodid-945948"; a full https://www.cvs.com/shop/... URL is also accepted. CVS.com is only available from US/US-territory egress; a request from an unsupported region returns an upstream error rather than an empty result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesCVS product page URL slug, e.g. \

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It handles this well by explaining the OTC-only scope, the slug/URL formats accepted, the US/territory geographic restriction, and the fact that unsupported regions return an upstream error rather than empty results. It does not mention read-only semantics explicitly, but the nature of a product-detail lookup makes that clear enough.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is largely efficient and front-loaded: it starts with 'CVS OTC product detail' and then expands. Very little is wasted, though the first sentence and the second sentence both restate the same basic purpose, creating slight redundancy. The rest of the details, especially the slug explanation and geographic note, earn their place.

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?

For a tool with a single parameter and no output schema or annotations, the description covers the important operational context: what fields are returned, what catalog is covered, the exact input format, and the expected error behavior for unsupported regions. It could add explicit not-found behavior, but for this low-complexity case the description is reasonably complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter, slug, is described in the schema as a simple 'CVS product page URL slug' with a cut-off example. The description adds substantial value by precisely defining what the slug is (the segment after /shop/), giving a concrete example, and noting that a full URL is also accepted. This goes beyond the bare schema and makes correct invocation likely.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's verb and resource: it returns one CVS OTC product's detail, enumerating fields like name, brand, price, and aggregate rating. It also sets boundaries (OTC retail only, not prescriptions). However, it does not explicitly differentiate itself from sibling tools such as cvs_search or cvs_product_ingredients, leaving the agent to infer the difference.

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 gives clear context: it is for a single CVS OTC product, requires a slug or full URL, and it explicitly excludes prescription items and patient-specific data. It also mentions the US-egress requirement. It stops short of naming alternatives for search or ingredient lookups, so it is not a full 5.

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

Install Server

Other Tools