Skip to main content
Glama
jbalbu01

sales-intelligence

by jbalbu01

Get ZoomInfo Tech Stack

zoominfo_get_tech_stack
Read-onlyIdempotent

Discover a company's technology stack, including CRM, marketing automation, analytics, and cloud infrastructure, by domain or company ID.

Instructions

Get the technology stack used by a company — CRM, marketing automation, analytics, cloud infrastructure, etc.

Provide either company_id or domain.

Args:

  • company_id (number, optional): ZoomInfo company ID

  • domain (string, optional): Company domain (e.g. 'acme.com')

  • response_format ('markdown' | 'json')

Returns: List of technologies categorized by type.

Examples:

  • "What tech does acme.com use?" -> domain='acme.com'

  • "Tech stack for company 12345" -> company_id=12345

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoCompany domain (e.g. 'acme.com')
company_idNoZoomInfo company ID
response_formatNoOutput format: 'markdown' or 'json'markdown
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already signal read-only, idempotent, and non-destructive behavior, so the description doesn't need to repeat that. It adds useful context: the tool returns categorized technology lists, accepts an optional format, and requires one of two identifiers. This goes beyond annotations by clarifying input constraints and output structure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the core purpose, followed by parameter details and examples. The examples are useful but could be trimmed without losing essential meaning. It is well-structured with clear sections (description, args, returns, examples), earning a high score for efficiency.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that the tool has only 3 simple parameters, full schema coverage, and strong safety annotations, the description adequately covers what the agent needs: purpose, input alternatives, output summary, and an example. It doesn't include edge cases like what happens if both company_id and domain are provided, but that is a minor gap. The presence of sibling tools gives enough context to distinguish usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides 100% coverage of all three parameters with descriptions and defaults. The description adds value by stating that company_id or domain are alternatives (one must be provided) and by giving examples, but it does not add detail beyond the schema's parameter descriptions. Baseline 3 is appropriate since schema fully documents parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb phrase ('Get the technology stack used by a company') and delineates categories (CRM, marketing automation, etc.), which clearly states the tool's function. It also implicitly distinguishes itself from sibling tools like zoominfo_search_company by focusing on tech stack rather than general company search or contact/org data.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains that you can provide either company_id or domain, effectively saying when to use each identifier and that they are alternative inputs. It also gives example queries mapping natural language to parameters. However, it does not explicitly state when to prefer this tool over siblings like zoominfo_search_company, though the scope (tech stack) is implied.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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