Skip to main content
Glama

usensedata-mcp-server-query-china-company

Official
by usensedata

verify_company_name_and_president

Validate the consistency between a company's full name and its legal representative's name in China. Returns 0 for match and 1 for mismatch. Requires pre-obtained company name via fuzzy query.

Instructions

Verification of the two elements of the legal representative's name and company full name. Return 0 to indicate consistency, and return 1 to indicate inconsistency. Please use the fuzzy query tool to obtain the company full name before calling this tool.

Input Schema

NameRequiredDescriptionDefault
entNameYescompany full name
operNameYesrepresentative's name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "entName": { "description": "company full name", "type": "string" }, "operName": { "description": "representative's name", "type": "string" } }, "required": [ "operName", "entName" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/usensedata/usensedata-mcp-server-query-china-company'

If you have feedback or need assistance with the MCP directory API, please join our Discord server