get_company_risk_management
Retrieve risk management policy details for a listed company using its stock code on the TWSE MCP Server. Analyze compliance and governance effectively.
Instructions
Obtain risk management policy 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"
}