get_company_governance_info
Retrieve corporate governance details for a listed company using its stock code. Ideal for accessing essential governance data through the TWSE MCP Server.
Instructions
Obtain corporate governance information for a listed company based on its stock code.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes |
Input Schema (JSON Schema)
{
"properties": {
"code": {
"title": "Code",
"type": "string"
}
},
"required": [
"code"
],
"type": "object"
}