Skip to main content
Glama

query_company_basic_info

company_basic_info

基于明确指定的企业名称,查询该企业的基本信息,信息维度包括企业名字、注册地址、经营状态、所属行业、企业类型、统一社会信用代码、电话、邮箱、网站、简介、注册资本、实缴资本、法定代表人、曾用名、纳税人识别号、工商注册号、组织机构代码、登记机关、成立日期、营业期限、行政区划、核准日期、经营范围、是否A级纳税人、是否吊销、注销时间或吊销时间、是否经营异常、是否失信人、所在城市、参保人数、主营业务、企业标签等。

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_nameYes企业名称(必填)。用于查询该企业的基本信息。示例:通威股份有限公司

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.1/5.0
Behavior4/5

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

The description provides extensive detail about the output field set, including status flags like whether the company is revoked, abnormal, or a credit-losing party. It also discloses per-run pricing, which is beyond what annotations supply. The query semantics imply a read-only operation, and no contradiction with the openWorldHint annotation exists.

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 front-loads the primary action and then provides a long but purposeful enumeration of returned fields. While the field list is extensive, it directly informs the agent about the tool's output scope and pricing, so the length is justified rather than wasteful.

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 single-parameter lookup tool with an output schema present, the description is sufficiently complete: it specifies the exact input requirement, lists the output dimensions, and notes the cost. It does not discuss error cases or exact-match behavior, but these are not critical for this simple tool.

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 only parameter, company_name, is already fully described in the input schema with an example and required designation. The tool description adds little about the parameter itself beyond restating that a clear company name is needed, so it does not significantly improve on 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 queries basic company information by a specified company name, and enumerates the specific information dimensions returned. This distinguishes it from sibling tools like company_data_search or search_company_candidates, which focus on broader search or candidate matching.

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 phrase '基于明确指定的企业名称' establishes the key usage context: this tool is for looking up a company when its exact name is already known. It does not explicitly name alternatives or when-not-to-use scenarios, but the implied boundary against search-oriented sibling tools is clear enough.

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