query_company_court_litigation_related_info
Retrieve court litigation details of a Chinese company by its full name using fuzzy query. Access comprehensive legal records for accurate insights.
Instructions
Obtain the litigation - related information of a target company in court by its full name. Please use the fuzzy query tool to obtain the company full name before calling this tool.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | company full name |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"name": {
"description": "company full name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}