Skip to main content
Glama

private_resolve

Resolve a messy or partial business name to ONE canonical government record, with a computed confidence score (0-1), an ambiguity flag and ranked alternatives. Use this when you have a company name from a document, email or user message and need to identify the actual registered entity. Prefer this over private_search when the goal is identification rather than browsing. If confidence is below 0.6, show the user the alternatives instead of choosing one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity, used as a corroborating signal
queryYesBusiness name as you have it, however messy
stateNoTwo-letter state code to narrow the search, e.g. FL

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are present, so the description carries the full burden. It discloses key behavioral outputs (confidence score, ambiguity flag, ranked alternatives) and the decision rule for low confidence. However, it does not explicitly state the tool is read-only or mention any side effects, but the outputs and confidence-based behavior are well covered.

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?

Three sentences: the first states the core action and output, the second gives the use case, the third provides alternative handling and a rule. Each sentence earns its place, front-loading the main action and keeping the description compact.

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?

With no output schema, the description explains the return elements (confidence score, ambiguity flag, ranked alternatives) and how to act on them. It also mentions optional corroborating parameters via the schema, making the tool understandable and actionable for an agent without requiring additional context.

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 input schema already provides 100% coverage with descriptive text for all three parameters ('Business name as you have it, however messy', 'City, used as a corroborating signal', 'Two-letter state code to narrow the search'). The description reinforces 'messy or partial' acceptance but does not add new parameter details beyond the schema, so the baseline 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 clearly identifies the tool's purpose: resolving messy business names to a single canonical government record. It uses a specific verb ('resolve') and distinct resource ('business name to canonical government record'), and distinguishes from sibling private_search by stating a preference for identification over browsing.

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

Usage Guidelines5/5

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

Explicit when-to-use guidance is provided: 'when you have a company name from a document, email or user message and need to identify the actual registered entity.' It also names the alternative (private_search) and specifies when to use this tool instead. The confidence threshold behavior (show alternatives below 0.6) adds operational guidance.

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/5.0
Disambiguation5/5

Each tool targets a distinct query type: name search, identity resolution, attribute-based browsing, executive vs officer lookup, entity records, and aggregate statistics. Descriptions explicitly call out when to use one over another (e.g., private_search vs private_resolve vs private_browse).

Naming Consistency5/5

All tool names share the 'private_' prefix and follow snake_case. While some use verbs (browse, search, resolve) and others use nouns (entity, geography, stats), the pattern is highly predictable and the domain is uniformly private company data.

Tool Count5/5

11 tools is right-sized for a business registry server: enough to cover various lookup and analytical needs without redundancy. Each tool has a clear purpose and earns its place.

Completeness5/5

The surface covers the full lifecycle of interacting with company records: discover (search, browse, resolve), detail (entity), people (officer, ceo), signals (owner_operated), aggregations (age, geography, type), and dataset awareness (stats). No obvious gaps for the stated scope.

Resources