Skip to main content
Glama

remove_watchlist

Destructive

Remove a stock from your watchlist by specifying its ID or stock ID and market. Keep your watchlist current.

Instructions

從關注清單移除一筆股票(提供 id 或 stockId+market 組合)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo項目 id(與 stockId+market 二選一)
stockIdNo
marketNo
Behavior3/5

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

The description states 'remove', which is consistent with the annotations (destructiveHint: true, readOnlyHint: false). It does not add extra behavioral details beyond the annotations, such as side effects or error handling.

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 a single sentence that is highly concise and front-loaded with the core action. Every word is necessary and no fluff.

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?

Given the simplicity of the tool (removal, no output schema), the description is reasonably complete. It covers the main function and parameter usage, though it omits post-removal behavior or error cases.

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

Parameters4/5

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

The description adds value beyond the schema by clarifying the mutual exclusivity of the id and stockId+market parameters. The schema has 33% coverage (only id described), and the description compensates by explaining the two modes of identification.

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 action 'remove', the resource 'a stock from the watchlist', and how to identify the stock (by id or stockId+market combination). It effectively distinguishes from sibling tools like add_watchlist or update_watchlist.

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?

The description indicates when to use: to remove a stock from the watchlist. However, it does not provide any guidance on prerequisites, what happens if the stock is not found, or when not to use it. It is adequate but minimal.

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/kevinlin49361128-stack/stock-analyzer-mcp'

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