open-sales-stack
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_API_KEY | Yes | API key for the selected LLM provider. | |
| LLM_PROVIDER | Yes | LLM provider and model (e.g. 'openai/gpt-4o-mini', 'anthropic/claude-haiku-4-5-20251001', 'gemini/gemini-2.5-flash') |
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 |
|---|---|
| website_intel_extractA | Scrape or crawl a webpage and extract structured data as JSON using a custom schema. Use this tool when you know the specific URL of a website and need to extract particular information in a well-defined, structured format. Two modes are available: • 'scrape' (default) — single-page extraction with full JS rendering. • 'crawl' — multi-page extraction that follows links up to a page limit. You MUST provide three things:
|
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 1 tool
With only one tool, there is no possibility of ambiguity or confusion. The tool's purpose is clearly defined.
The single tool uses a clear snake_case name that follows a verb_noun pattern, which is consistent and readable.
The server is named 'open-sales-stack', implying a broad sales automation toolkit, but provides only a single web scraping tool. This is a severe mismatch between scope and tool count.
The server offers only webpage extraction, leaving out essential sales stack functionalities such as lead management, CRM integration, or deal tracking. The tool surface is severely incomplete for the implied domain.