sales-intelligence
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLAY_API_KEY | No | Clay API key | |
| GONG_ACCESS_KEY | No | Gong access key | |
| ZOOMINFO_CLIENT_ID | No | ZoomInfo client ID | |
| ZOOMINFO_PRIVATE_KEY | No | ZoomInfo private key | |
| LINKEDIN_ACCESS_TOKEN | No | LinkedIn access token | |
| GONG_ACCESS_KEY_SECRET | No | Gong access key secret |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gong_search_callsA | Search for recorded calls in Gong within a date range. Returns a list of calls with metadata: title, date, duration, participants, and Gong URL. Use this to find calls for a specific time period, then use gong_get_call_details or gong_get_transcript for deeper analysis. Args:
Returns: List of calls with title, date, duration, direction, participants, and URL. Examples:
|
| gong_get_transcriptA | Retrieve the full transcript of a specific Gong call. Returns timestamped sentences with speaker identification. Use gong_search_calls first to find call IDs. Args:
Returns: Timestamped transcript with speaker labels. Examples:
|
| gong_get_call_detailsA | Get detailed analytics for a specific Gong call — topics discussed, trackers triggered, action items, talk ratios, and speaker stats. Use gong_search_calls first to find call IDs. Args:
Returns: Call metadata, topics, trackers, action items, interaction stats, and speaker breakdown. Examples:
|
| gong_search_calls_by_participantA | Find Gong calls where a specific person participated, identified by their email address. Useful for pulling a prospect's or rep's recent call history. Args:
Returns: List of calls the participant was on. Examples:
|
| gong_get_call_statsA | Get aggregate call statistics for a date range — total calls, average duration, and call breakdown. Useful for pipeline reviews and rep activity analysis. Args:
Returns: Total calls, average duration, direction breakdown, and top participants. Examples:
|
| zoominfo_search_companyA | Search the ZoomInfo database for companies by name, domain, industry, size, or revenue. Returns firmographic data: employee count, revenue, industry, location, and description. Use the returned company ID for zoominfo_get_org_chart or zoominfo_get_tech_stack. Args:
Returns: Company name, website, industry, employee count, revenue, location, founded year. Examples:
|
| zoominfo_search_contactA | Search the ZoomInfo database for contacts by name, title, department, company, or management level. Returns contact details: name, title, email, phone, company, LinkedIn, and location. Use for prospecting, building contact lists, or enriching CRM records. Args:
Returns: Contact name, title, email, phone, department, level, company, location, LinkedIn. Examples:
|
| zoominfo_get_org_chartA | Get the organizational chart for a company from ZoomInfo — shows reporting hierarchy, departments, and management levels. Use zoominfo_search_company first to get the company ID. Args:
Returns: Hierarchical list of contacts with titles, departments, management levels, and reporting lines. Examples:
|
| zoominfo_get_tech_stackA | Get the technology stack used by a company — CRM, marketing automation, analytics, cloud infrastructure, etc. Provide either company_id or domain. Args:
Returns: List of technologies categorized by type. Examples:
|
| clay_enrich_personA | Enrich a person's profile using Clay's data network — returns job title, company, email, phone, LinkedIn, location, and bio. Provide at least one of: email, linkedin_url, or first_name + last_name + company_domain. Args:
Returns: Full name, title, company, email, phone, LinkedIn, location, bio. Examples:
|
| clay_enrich_companyA | Enrich a company profile using Clay's data network — returns industry, employee count, revenue, tech stack, funding, and description. Provide domain (preferred) or company_name. Args:
Returns: Company name, domain, industry, employees, revenue, founded, location, funding, tech stack, description. Examples:
|
| clay_trigger_enrichmentA | Send data to a Clay webhook to trigger a table-based enrichment workflow. Clay tables run custom enrichment sequences (waterfall emails, phone lookups, intent signals, etc.). The webhook URL is unique to each Clay table — get it from your Clay table settings. Args:
Returns: Confirmation that data was submitted. Enrichment runs asynchronously — results appear in your Clay table. Examples:
|
| linkedin_search_leadsA | Search for people/leads on LinkedIn using keywords, title, company, seniority, geography, and industry filters. Uses the standard LinkedIn REST API (no SNAP partnership required). Works with any LinkedIn developer token that has the appropriate OAuth scopes. Note: The standard LinkedIn API has more limited people search than Sales Navigator. For deep lead research, combine with ZoomInfo or Clay enrichment tools. Args:
Returns: Name, headline, title, company, location, industry, profile URL. Examples:
|
| linkedin_get_profileA | Get LinkedIn profile information for a specific person. Uses the standard LinkedIn REST API (no SNAP required). Provide either a LinkedIn URL or member ID. If neither is provided, returns the authenticated user's own profile. Args:
Returns: Full profile with headline, title, company, location. Examples:
|
| linkedin_search_companiesA | Search for companies on LinkedIn by name, industry, size, or geography. Uses the standard LinkedIn REST API (no SNAP required). Args:
Returns: Company name, industry, size, HQ, website, specialties, description. Examples:
|
| sales_intel_statusA | Check which sales intelligence services are configured and available. Returns the configuration status of each integrated service (Gong, ZoomInfo, Clay, LinkedIn). Use this to verify which tools are ready to use before running queries. Args: None Returns: Status of each service (configured/not configured) with required environment variables. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jbalbu01/sales-intelligence-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server