Skip to main content
Glama

query_company_search_list

company_data_search

查询满足过滤条件的企业名单、列表或数量。过滤条件分两类:(1)行政区可选——若提供,必须是明确的省/市/区县名称;(2)工商条件必填——如注册资本(万元)门槛、行业、存续/注销/吊销、经营异常、失信、上市、参保人数、成立年份、经营范围或名称关键词等,可组合。结果返回的是这些工商相关数据项。不用于按企业名称查某一已知企业的信息;也不用于仅问某地区有多少家企业这类地区企业总量(此类请走 gov_data_enterprise_scale / enterprise_change)。典型问法:成都市注册资金5000万以上的企业;武侯区制造业存续企业名单;高新区2023年新成立的企业。

Pricing: {"unit": "credits", "billing_model": "per_data_unit", "meter": {"credits_per_unit": 1, "unit_description": "One data unit = one company in the returned list (example: each enterprise row). Charged by returned rows, capped by the requested limit."}}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo返回条数上限,默认 50,最大 200。
sectorNo可选,行业关键词(匹配 sector/sector_tyc)。
gov_nameNo可选,显式指定省/市/区县名称。
input_textYes用户查询文本:工商条件必填(注册资本/行业/状态/上市/参保/成立年/经营范围等,可组合);行政区可选。示例:成都市注册资金5000万以上的企业
capital_wanNo可选,注册资本过滤(万元)。可为数字(默认>=)或 {op,value}。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

The description includes behavioral details beyond the openWorldHint annotation: it mentions that results are based on business-related data items, and includes pricing information (credits per returned row). It does not mention side effects or permissions, but as a search tool, its non-destructive nature is implied. The inclusion of pricing and return type adds transparency, though it does not cover all potential behaviors (e.g., rate limits).

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 well-structured and concise given the tool's complexity. It follows a logical flow: purpose, filter categories, results, exclusions, and examples, followed by pricing. There is no redundant information, and each sentence contributes to understanding the tool's usage and scope. The length is justified by the need to explain multi-part filters and provide disambiguation.

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?

The description is comprehensive for a search tool. It covers the primary purpose, filter types, result type, exclusions, and typical usage examples. Since an output schema exists, it does not need to explain return values. The inclusion of pricing and the explicit mention of alternatives (gov_data_enterprise_scale/change) makes it self-contained for an agent to decide when to invoke this tool.

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 provides descriptions for all parameters (100% coverage), so the baseline is 3. The description adds value by explaining the two filter categories (administrative region vs. business conditions), clarifying that business conditions are required, and providing examples of parameter combinations. It also elaborates on the capital_wan parameter's dual form (number or object) with a concrete example, enhancing comprehension beyond the schema.

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 states that the tool queries companies satisfying filter conditions, returning lists, counts, or data items. It explicitly distinguishes itself from sibling tools by stating it is not for querying by specific company name or for region total counts, which are handled by gov_data_enterprise_scale/change. This provides clear purpose and differentiation.

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?

The description provides explicit guidance on when to use the tool: it is for general company searches with complex filters, and explicitly excludes cases for specific-name queries or region total counts, pointing to alternative tools. It also gives typical query examples (e.g., '成都市注册资金5000万以上的企业') that illustrate appropriate usage, making the conditions for use very clear.

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.2/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, with consistent scopes (e.g., chain_* vs park_* vs company_* vs gov_data_*). The list/num pairs are clearly differentiated. A few overlapping concepts exist (e.g., company_patent vs enterprise_change_innovation) but descriptions clarify the angle. Some typos (company_randomin_spection) don't cause ambiguity.

Naming Consistency4/5

Naming follows a mostly predictable snake_case pattern with prefixes indicating domain (chain_, park_, company_, enterprise_change_, gov_data_, poi_data_, business_surrounding_, cbd_surrounding_). Most tools use <prefix>_<entity>_<action> or <prefix>_<subject>. A few outliers (sg_chokepoint, tariff_calc, corporate_exception_report) deviate but are few and recognizable.

Tool Count1/5

With 198 tools, this is far beyond any reasonable scope for a single server. It exceeds even the 'extreme mismatch' threshold of 50+ tools. The large number makes selection and discoverability challenging, despite good internal organization.

Completeness4/5

The tool surface covers a vast range of enterprise data, regional macro stats, POI details, supply chain analysis, and tariffs. It appears to cover the primary domain comprehensively, with only minor potential gaps (e.g., no direct tool for company debt ratings or specific product catalogs, but these are addressed via enterprise_change_* and company_* tools).

Resources