Skip to main content
Glama
Johnhyeon

StockLens

by Johnhyeon

get_etf_list

Retrieve a list of ETFs filtered by category and sorted by market cap, volume, or 3-month return.

Instructions

ETF목록 — ETF 전체 목록 조회 및 카테고리별 필터링.

category: 카테고리 필터 (빈 문자열=전체). 가능한 값: "국내 ���장지수", "국내 업종/테마", "국내 파생", "해외 주식", "원자��", "채권/금리", "단기자금" sort_by: 정렬 기준 — "marketSum"(시가총액), "quant"(거래량), "threeMonthEarnRate"(3개월수익률) limit: 반환 개수 (기본 20, 최대 50)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNo
sort_byNomarketSum
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided; description lists parameters and defaults but omits behavioral aspects like read-only guarantee, side effects, authentication needs, or rate limits. Not enough for a zero-annotation tool.

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?

Description is compact and front-loaded with purpose. Parameter details are concise. Could benefit from slight structuring (e.g., bullet points) but no waste.

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

Completeness3/5

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

Given presence of output schema, return type is covered. However, missing usage guidelines and behavioral transparency reduce completeness. Adequate for a simple list tool but not fully self-contained.

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?

Despite 0% schema coverage, description adds meaning by listing possible values for category (though garbled) and sort_by, and specifying limit's default and max. This compensates for schema's lack of detail.

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?

Description clearly states it retrieves the full list of ETFs with optional category filtering, using specific verb '조회' (inquiry). Each sibling tool has distinct purpose (e.g., get_etf_info for single ETF), so this tool is well-differentiated.

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?

Description implies usage for getting ETF lists but does not explicitly state when or when not to use it. No mention of alternatives or context exclusions.

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/Johnhyeon/stocklens-mcp'

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