Skip to main content
Glama

find_manufacturer

Search the Harness Atlas directory of wire-harness and cable-assembly manufacturers. Filter by country, industry served, process capability, or name. Returns listed manufacturer profiles (location, website, industries, capabilities).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoPartial company name to match.
limitNo
countryNoHQ country, e.g. 'Germany', 'Poland', 'China'.
industryNoIndustry the manufacturer serves.
capabilityNoRequired process capability, e.g. 'hv_capable', 'ultrasonic_welding', 'ipc_whma_620'.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states that the tool 'Returns listed manufacturer profiles (location, website, industries, capabilities)', which reveals the response shape and implies a read-only operation. It also mentions filtering behavior. While it does not explicitly state 'read-only' or cover error cases, the described behavior is sufficiently transparent for a search tool.

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 two sentences: the first establishes the resource and action, the second elaborates on filters and return values. It is front-loaded, efficient, and every sentence contributes meaningful information with no 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?

Given the tool has 5 parameters, no output schema, and no annotations, the description covers the core aspects: what it searches, what filters are available, and what is returned. It does not mention pagination or limit behavior, but the schema covers that. It also omits explicit discussion of the sibling tool for alternative paths, but overall it provides enough context for an agent to invoke correctly.

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 80%, and the parameter descriptions in the schema already explain name (partial match), country, industry, and capability. The tool description merely lists 'country, industry served, process capability, or name' without adding new meaning. The 'limit' parameter is documented in the schema via default/max/min. Since the schema does the heavy lifting, a 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 begins with a specific verb+resource: 'Search the Harness Atlas directory of wire-harness and cable-assembly manufacturers.' This clearly distinguishes the tool from the sibling 'find_alternative' by focusing on a directory search rather than alternative-finding. The scope is precise and actionable.

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 provides clear context for when to use the tool: searching the Harness Atlas directory with optional filters. However, it does not explicitly mention when not to use it or contrast with 'find_alternative', leaving a slight gap in exclusions or alternatives.

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

A4.1/5.0
Disambiguation5/5

The two tools have completely distinct purposes: one finds alternative components, the other searches for manufacturers. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tools follow a consistent 'find_[noun]' pattern, making the naming predictable and uniform.

Tool Count3/5

Two tools is border-line thin for a directory service, especially since one tool is explicitly described as under construction and returns no matches. The count feels slightly low but not unreasonable for a narrow search-focused purpose.

Completeness2/5

The manufacturer search seems functional, but the alternative-parts tool is non-functional by design, leaving a major gap in the stated purpose. There are also no CRUD operations or listing capabilities, making the surface severely limited for a full 'atlas' service.