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
Name | Required | Description | Default |
---|---|---|---|
entName | Yes | company full name | |
operName | Yes | representative's name |