Skip to main content
Glama

SupplyGraph.AI.Daasmart

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

TDQS

A4.4/5.0
Behavior3/5

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

The annotation openWorldHint=true already communicates that results may be incomplete, so the description doesn't need to echo that. However, the description does not add much behavioral context beyond the filter logic, such as pagination behavior, exact return format, or rate limits. Since the annotation carries the open-world disclosure, a score of 3 is fair—the description adds some context (e.g., returns 'these industrial/commercial data items') but not deep behavioral details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, moderately long paragraph, but it is well-structured and front-loads the primary purpose. It includes examples and exclusions without being excessively verbose. While not extremely concise, it packs essential information efficiently and is easy to scan.

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 covers the key usage scenarios, exclusions, and typical queries, and the input schema plus an existing output schema provide comprehensive parameter and result documentation. For a list-query tool with moderate complexity, the description is complete enough for an agent to select and invoke it correctly without further clarification.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining that input_text is the main query containing mandatory business conditions and optional administrative region, and clarifies that capital_wan can be a number (default >=) or an object with explicit operator. It also provides concrete examples that illustrate parameter usage, which is more than just restating 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 the tool's purpose: to query company lists based on filter conditions and return relevant industrial/commercial data. It distinguishes from sibling tools by explicitly stating that it is not for looking up a known company by name nor for aggregate regional totals, and it names the appropriate alternatives (gov_data_enterprise_scale / enterprise_change). Typical query examples further clarify the intended scope.

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 usage guidance: it lists two filter categories (administrative region optional, business conditions required), gives specific examples of valid queries, and clearly identifies exclusion cases (known company lookup, aggregate totals) with pointers to the correct tools. This is highly actionable for an agent deciding when to use this tool.

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

大量工具功能高度重叠,例如chain_*和park_*系列均为按不同筛选条件查询企业列表或数量,只是参数不同却拆分为独立工具;enterprise_change_*系列同样针对不同指标逐一拆分。虽然描述清楚各自区别,但代理面对198个工具时极易选错,且许多工具本质应合并为带参数的单一接口。

Naming Consistency3/5

多数工具采用snake_case加领域前缀(如chain_、park_、company_、gov_data_、poi_data_),但存在明显变体如company_certlist、company_randomin_spection(拼写异常)、corporate_exception_report、due_diligence_report、sg_chokepoint等,混用英文抽象名词与动词短语,整体模式可辨认但不统一。

Tool Count1/5

工具总数高达198个,远超合理范围(即使复杂领域也应控制在25个以内)。大量工具是同一逻辑的不同参数变体(如list/num、不同资质条件),完全可以通过参数化减少数量,严重冗余,代理难以有效浏览和选择。

Completeness4/5

工具覆盖领域广泛,包括企业信息、产业链分析、园区统计、地区宏观、POI明细、供应链风险、关税计算等,基本覆盖了商业数据查询的主要需求。虽缺少更新/删除等操作(但作为查询服务器可接受),且部分细分领域可能有遗漏,但整体功能较为完整。

Resources