Skip to main content
Glama

AI 代理人任務中樞

stocks__get_theme_stocks

[台股題材與高股息]取得某個台股題材的概念股名單:代號、名稱、上市或上櫃、在供應鏈做什麼、最新收盤價與漲跌幅,附分類依據出處。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
themeYesai-server、semi-equipment、liquid-cooling、cpo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the return payload, which implies a read-only lookup, but says nothing about data freshness, pricing delay, auth requirements, or whether the classification source citation is always present. Adequate but thin for a tool with zero annotation coverage.

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

Conciseness4/5

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

A single front-loaded sentence with a category tag, purpose, and return fields, with no filler. Efficient, though the bracketed tag adds little actionable value.

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

Completeness4/5

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

There is no output schema, so the description properly enumerates the returned fields, giving the agent a clear picture of the payload. It is nearly complete for a one-parameter lookup, missing only freshness/auth context.

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

Parameters3/5

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

Schema coverage is 100% and the single enum parameter is fully documented in the schema, so the description need not repeat it. The description adds only that the theme refers to a Taiwan-listed theme, which is marginal. Baseline 3 is appropriate.

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

Purpose4/5

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

The description gives a specific verb (取得) and resource (某個台股題材的概念股名單) and enumerates the returned fields (代號、名稱、上市/上櫃、供應鏈角色、收盤價、漲跌幅). It is clearly distinguishable from stocks__get_stock (single stock) and stocks__list_stock_themes, but it never explicitly states that relationship, so it stays just short of the top band.

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

Usage Guidelines3/5

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

Usage is only implied: the agent understands it needs a theme identifier, but there is no explicit when-to-use guidance and no pointer to stocks__list_stock_themes for discovering valid themes. No exclusions or alternatives are named.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources