Skip to main content
Glama

Search Company Candidates

search_company_candidates

Search company candidates by company name, optionally filtered by country or region, and return possible matching records with mapped company IDs for caller-side selection.

Pricing: {"unit": "credits", "billing_model": "per_run", "per_run": 1}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesCompany name with optional country or region. The input should contain a company name, and may optionally include its country or region (e.g. 'Tesla United States', 'Samsung South Korea', 'Huawei China').

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior4/5

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

With only openWorldHint as an annotation, the description discloses important behavior: results are 'possible matching records', they include 'mapped company IDs', and selection is deferred to the caller. It also includes pricing/cost context, which adds transparency beyond the structured fields.

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 short sentences: the first states the core behavior and the second provides pricing. There is no filler, repetition, or unnecessary detail, and the most important information is front-loaded.

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 one-parameter search tool with an output schema, the description covers the essential usage context: input, optional region scoping, return type, and caller-side selection. The presence of an output schema reduces the need to document return shape further.

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 coverage is 100% and the schema already describes the text parameter, including the option to include country or region and relevant examples. The description repeats this information without adding further syntax or semantic detail, so it meets the baseline but does not exceed it.

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 uses a specific verb+resource: 'Search company candidates by company name', and adds scope with 'optionally filtered by country or region'. It also names the key output—'possible matching records with mapped company IDs'—which helps differentiate it from sibling tools like search_region_candidates.

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?

It clearly conveys when to use this tool: when looking up company candidates and letting the caller select from possible matches. It does not explicitly name alternatives like search_region_candidates or state when not to use it, but the context is clear enough for an informed agent.

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

B3.1/5.0
Disambiguation3/5

Most tools are clearly distinct (e.g., tariff_calc vs. tariff_classification, search_* vs. sg_*). However, corporate_exception_report and due_diligence_report both produce company reports with overlapping chapter lists and vague descriptions, creating potential confusion for an agent selecting the appropriate report.

Naming Consistency2/5

Naming conventions are mixed: search_company_candidates and search_region_candidates follow verb_noun, but others use noun phrases (tariff_calc, due_diligence_report) and some use an 'sg_' prefix (sg_chokepoint, sg_visualization). This lack of a consistent pattern reduces predictability.

Tool Count5/5

With 9 tools, the count is well within the ideal 3-15 range and matches the platform's scope—company search, due diligence, supply chain analysis, and tariff handling. Each tool serves a clear purpose without unnecessary bloat.

Completeness4/5

The surface covers core workflows: company identification (search), deep reporting (due diligence, exception report), supply chain analysis (chokepoint, visualization, risk prediction), and tariff handling (classification, calculation). Minor gaps exist, such as a dedicated tool for fetching a specific company profile, but due_diligence_report largely fills that need.

Resources