Skip to main content
Glama
twjackysu

TWSE MCP Server

get_company_major_news

Retrieve major company announcements and material disclosures from the Taiwan Stock Exchange to monitor events that may affect stock prices and investment decisions.

Instructions

Get daily major announcements from listed companies.

Retrieves important company announcements and material information disclosures that may impact stock prices and investor decisions. Can filter by company code or get all announcements.

Args: code: Company stock code (optional). If provided, filters results for specific company. If empty, returns all major announcements.

Returns: Formatted string containing major announcements including: - Report date (出表日期) - Announcement date (發言日期) - Announcement time (發言時間) - Company code (公司代號) - Company name (公司名稱) - Subject/Title (主旨 ) - Applicable regulations (符合條款) - Event occurrence date (事實發生日) - Description/Details (說明)

Note: This API provides basic announcement information without speaker/contact details. For complete contact information, refer to company's official announcements.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It effectively discloses key behavioral traits: it's a read-only retrieval tool (implied by 'Get'), provides daily data, includes filtering capability, returns formatted strings with specific fields, and has limitations (no speaker/contact details). It also references an alternative for complete information, adding useful context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and efficiently front-loaded. The first sentence states the core purpose, followed by elaboration on importance and filtering. The Args and Returns sections are clearly labeled, and the Note provides essential limitations without redundancy. Every sentence adds value with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (1 parameter, no annotations, but with output schema), the description is complete. It covers purpose, usage, parameter semantics, return format details, and limitations. The output schema existence means the description doesn't need to explain return values exhaustively, and it adequately addresses the gaps in schema coverage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage for its single parameter, so the description must compensate. It fully explains the 'code' parameter: it's optional, filters results by company stock code, and returns all announcements if empty. This adds crucial meaning beyond the bare schema, making the parameter's purpose and behavior clear.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Get daily major announcements from listed companies.' It specifies the resource (major announcements) and distinguishes itself from siblings by focusing on material disclosures that impact stock prices, unlike other tools that handle trading data, financial statements, or governance information.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear usage context: it retrieves announcements that 'may impact stock prices and investor decisions' and can filter by company code or get all announcements. It also notes an alternative for contact details. However, it doesn't explicitly state when not to use this tool versus specific sibling tools like get_company_shareholder_meeting_announcements.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/twjackysu/TWSEMCPServer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server