Skip to main content
Glama

enrich_buyer_contact

Run 6-layer contact enrichment for a buyer: direct website scraping → proxy retry → BFS contact pages → LLM text extraction → vision screenshot → Serper fallback. Returns email, phone, WhatsApp, decision-maker names. Costs Zhimao Points.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
target_domainYesBuyer's website domain (e.g. 'example-importer.com')
target_company_nameNoBuyer's company name

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

The description adds significant behavioral context beyond annotations: it reveals the multi-step process (6 layers), mentions cost in Zhimao Points, and implies side effects (openWorldHint=true). Annotations only show readOnlyHint=false and idempotentHint=false, so the description enhances understanding.

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

Conciseness5/5

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

The description is a single, well-structured sentence that front-loads the purpose. Every word adds value, listing the process and outputs efficiently with no redundancy.

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

Completeness5/5

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

Despite lacking an output schema, the description explicitly states the return values. It covers the process, cost, and parameters, making it complete for a tool with 2 required params and no output schema.

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?

Schema description coverage is 100%, so the schema already documents both 'target_domain' and 'target_company_name. The description adds only marginal value by framing parameters in a buyer context. Baseline score of 3 is appropriate.

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 specifies the tool's exact purpose: running a 6-layer contact enrichment for a buyer, listing the steps (scraping, LLM, etc.) and outputs (email, phone, WhatsApp, decision-maker names). It clearly distinguishes from siblings like 'analyze_buyer_intelligence' by focusing on contact details.

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

Usage Guidelines3/5

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

While the description implies usage for enriching buyer contacts, it does not explicitly state when to use this tool vs alternatives (e.g., analyze_buyer_intelligence) or when not to use it. No usage exclusions or prerequisites are provided.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.