Skip to main content
Glama

get_pnl_realized

Read-onlyIdempotent

Retrieve realized profit and loss report for each stock, including settled gains/losses, return rate, and holding days. Identify profitable stocks and losing trades.

Instructions

取得已實現損益報告:每檔股票的已結算獲利/虧損金額、報酬率、持有天數。適合回答「我賺錢的股票有哪些」「哪些交易虧了多少」。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketNo市場篩選 TW 或 US,空白則兩個市場都回傳
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds no extra behavioral context beyond the returned fields. It does not contradict annotations, so a 3 is appropriate.

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 with a clear structure: purpose, returned information, and example use cases. Every part adds value with no redundancy.

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?

For a tool with one optional parameter and no output schema, the description provides enough context: it lists returned fields and example queries. It could mention data scope (e.g., all-time vs. date range) but is largely complete.

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 description coverage is 100% for the single parameter. The description adds no additional meaning beyond what the schema provides, so baseline 3 applies.

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 returns a realized profit/loss report per stock with specific fields (settled amount, return rate, holding days). It also provides example queries, making the purpose distinct from sibling tools like get_portfolio or get_portfolio_performance.

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 mentions suitable use cases (e.g., 'Which stocks made money?') but does not explicitly state when to use this tool over alternatives or when not to use it. The guidance is implied rather than explicit.

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