get_company_info_security
Retrieve information security details for a listed company using its stock code via the TWSE MCP Server, enabling efficient access to essential data.
Instructions
Obtain information security data 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"
}