intelligence-api
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | The environment mode (e.g., production, development) | production |
| GOOGLE_API_KEY | No | Your Google Places API key (required for Maps tools) |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| shopify_analyzeB | Analyze any Shopify store — products, pricing distribution, top vendors, detected apps (Klaviyo, Yotpo, etc.), theme, and collections. |
| shopify_productsB | Fetch a paginated product catalog from any Shopify store. Up to 250 products per call. |
| amazon_searchA | Search Amazon products by keyword. Returns an Opportunity Score (0–100) for each result based on demand, rating gap, and price. |
| amazon_productA | Deep analysis of a single Amazon product by ASIN. Includes FBA fee estimate, profit margin, and opportunity tier. |
| maps_searchB | Search Google Maps businesses by type and location. Returns each business with a Lead Quality Score (0–100) and outreach hints. |
| maps_leadsB | Find qualified sales leads on Google Maps filtered by Lead Quality Score. Best for building targeted outreach lists. |
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 6 tools
Each tool targets a distinct domain and action: Amazon product details vs search, Maps lead filtering vs search, Shopify store analysis vs product catalog. No overlap in purpose.
All tool names follow a consistent 'domain_action' pattern using lowercase with underscores (e.g., amazon_search, maps_leads). Uniform and predictable.
Six tools split evenly across three domains (2 each). This is well-scoped for an intelligence API covering Amazon, Maps, and Shopify without bloat.
Each domain has core operations (search and detail for Amazon, search and leads for Maps, analysis and products for Shopify). Minor gaps exist, such as no review analysis for Amazon or order data for Shopify, but the surface is reasonably complete for its stated purpose.