Skip to main content
Glama
ekas-io

open-sales-stack

by ekas-io

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLM_API_KEYYesAPI key for the selected LLM provider.
LLM_PROVIDERYesLLM 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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:

  1. The target URL

  2. A JSON Schema object defining the exact shape of the data you want returned

  3. A natural-language prompt describing what to extract

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or confusion. The tool's purpose is clearly defined.

Naming Consistency5/5

The single tool uses a clear snake_case name that follows a verb_noun pattern, which is consistent and readable.

Tool Count1/5

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.

Completeness1/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues