Skip to main content
Glama

Enrich — Company Domain Intelligence

enrich_company_by_name

Enrich a company by name (partial match). Returns company domain, country, contact emails, phone numbers, and social media profiles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCompany name, e.g. 'apollo sale' or 'Acme Corp'

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavior. It states that partial matching is supported and lists the return fields (domain, country, contact emails, phone numbers, social media profiles), which indicates a read/enrichment operation. However, it does not mention potential multiple matches, failure modes, or rate limits, limiting full transparency.

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 extremely concise—two sentences—and front-loaded with the action ('Enrich a company by name'). Every word earns its place, with no fluff or redundancy.

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?

For a single-parameter tool with no output schema, the description is fairly complete: it states the input type, matching behavior, and the categories of returned data. It lacks details on output structure or edge cases, but given the simplicity, it covers most essential context.

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

Parameters4/5

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

The schema already covers the 'name' parameter with a description and example. The tool description adds the key semantic of 'partial match', which is not present in the schema, providing additional meaning beyond the structured definition. This exceeds the baseline for 100% schema coverage.

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

Purpose4/5

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

The description clearly states the tool's verb ('Enrich') and resource ('a company by name'), and specifies it performs a partial match. It distinguishes itself from the sibling 'enrich_company' by noting the partial-match behavior, though it doesn't explicitly compare the two tools.

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 implies when to use this tool: when you have a company name and want enrichment, with partial matching. It provides clear context (using a name with partial match) but does not explicitly state exclusions or alternative tools for exact matches or non-name inputs.

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.

TDQS

A3.9/5.0
Disambiguation5/5

The two tools are clearly distinguished by their lookup key: one uses domain, the other uses company name. The names directly indicate the difference, and the descriptions reinforce it, leaving no ambiguity about which tool to use.

Naming Consistency5/5

Both tools follow the exact pattern 'enrich_company_by_<key>', making the naming scheme perfectly consistent. The verb 'enrich' and noun 'company' are maintained, and the differentiator is the final suffix.

Tool Count3/5

With only two tools, the server feels thin for a general 'company intelligence' purpose, although it could be sufficient for a niche enrichment service. The count is borderline and would benefit from additional lookup methods or related operations.

Completeness4/5

The two tools cover the primary enrichment needs: by domain and by name, both returning comprehensive data. Minor gaps like enrichment by email or phone could be added, but the core functionality is present for the stated domain intelligence purpose.