Skip to main content
Glama
vinhndq
by vinhndq

list_covered_warrants

List covered warrants for a stock symbol on VNDIRECT, showing issuer, exercise price, conversion ratio, maturity, and days remaining to filter candidates before detailed analysis.

Instructions

Liệt kê các mã chứng quyền (covered warrant, CW) đang niêm yết cho 1 mã cơ sở tại VNDIRECT — mã CW, tổ chức phát hành, giá thực hiện, tỷ lệ chuyển đổi, ngày đáo hạn, số ngày còn lại. Chỉ trả dữ kiện tĩnh (không có giá thị trường) — dùng để lọc sơ bộ trước khi gọi analyze_covered_warrant cho từng mã cụ thể muốn xem chi tiết.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoSố CW tối đa trả về, sắp xếp theo ngày đáo hạn gần nhất trước
underlyingSymbolYesMã cổ phiếu cơ sở, ví dụ HPG, VNM, FPT
Behavior4/5

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

With no annotations provided, the description takes on the full burden of behavioral disclosure. It clearly states that only static data is returned (no market price), which is a key behavioral trait. It does not mention pagination or potential errors, but for a simple listing tool this is sufficient.

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 two sentences, front-loaded with the core action and data fields, followed by a useful clarification about static data and the intended pre-filter usage. Every sentence earns its place 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?

The tool is a simple listing operation with two parameters and no output schema. The description lists the returned fields, notes the lack of market price, and connects to the sibling analysis tool, providing enough context for an agent to select and invoke it. Minor omission: does not mention the default limit/sorting in the main text, but that is captured in the schema.

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?

The input schema already provides full descriptions for both underlyingSymbol and limit, including the sorting behavior for limit. The description adds no extra parameter-level detail, but since schema coverage is 100%, a baseline of 3 is appropriate.

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 lists covered warrants for a specific underlying stock at VNDIRECT, enumerates the returned fields (CW code, issuer, exercise price, conversion ratio, maturity date, days remaining), and explicitly distinguishes it from the sibling tool analyze_covered_warrant by positioning it as a pre-filtering step.

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

Usage Guidelines5/5

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

The description explicitly says to use this for preliminary filtering before calling analyze_covered_warrant for detailed analysis, naming the alternative tool. This gives clear guidance on when to use this tool and how it fits in a workflow.

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/vinhndq/vndirect-mcp'

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