CatalogReady
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLAUDE_API_KEY | No | Optional API key for Anthropic Claude model-assisted features. | |
| GEMINI_API_KEY | No | Optional API key for Google Gemini model-assisted features. | |
| OPENAI_API_KEY | No | Optional API key for OpenAI model-assisted features. | |
| DEEPSEEK_API_KEY | No | Optional API key for DeepSeek model-assisted features. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| catalogready_describeC | Describe CatalogReady capabilities, protocols, and limitations. |
| catalogready_audit_catalogC | Audit a local CSV catalog and return structured evidence-backed findings. |
| catalogready_audit_page_htmlC | Audit supplied product-page HTML; the host remains responsible for fetching it. |
| catalogready_audit_discovery_bundleC | Audit page HTML together with optional robots.txt and sitemap evidence. |
| catalogready_build_visibility_prompt_packC | Build prompts for repeated, timestamped AI-visibility observations. |
| catalogready_score_visibility_snapshotsC | Score recorded citation observations without calling a live model provider. |
| catalogready_model_providersA | List BYO model providers and whether their server-side environment is configured. |
| catalogready_run_product_agentD | Inspect, plan, safely draft, and validate product-readiness changes. |
| catalogready_optimize_product_htmlC | Create an evidence-backed product listing, journey, claim audit, and readiness score. |
| catalogready_optimize_product_csvB | Optimize one CSV product row without writing to a merchant system. |
| catalogready_optimize_shopify_payloadC | Optimize an authorized Shopify GraphQL product object supplied by the host agent. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 11 tools
Each tool targets a distinct input or action (e.g., audit_catalog vs audit_page_html, optimize_product_csv vs optimize_shopify_payload). No two tools overlap in purpose; descriptions clearly differentiate them.
Most tools follow a verb_noun pattern (audit_catalog, optimize_product_csv, etc.), but 'model_providers' is a bare noun and 'describe' is a bare verb, deviating slightly from the dominant pattern.
11 tools is well within the 3–15 range. Each tool serves a necessary function in the catalog readiness workflow, with no redundancy or clutter.
The tool surface covers the full lifecycle: auditing (various inputs), optimization (various outputs), visibility scoring, and agent-driven product readiness. No obvious gaps for the stated domain.