Skip to main content
Glama
anboyu-alt

dart-risk-mcp

by anboyu-alt

get_shareholder_info

Retrieves major shareholder and 5% or more stakeholder information for a Korean company by name or stock code and fiscal year.

Instructions

기업의 최대주주 및 5% 이상 대량보유자 현황을 조회한다.

Args: company_name: 기업명 (예: "삼성전자") 또는 종목코드 6자리 year: 사업연도 4자리 (예: "2024"). 미입력 시 직전 연도

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_nameYes
yearNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description bears full burden. It discloses that the tool retrieves shareholder data but does not detail behavior like authentication, rate limits, or error handling. The default year behavior is noted but overall transparency is minimal.

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?

Extremely concise: two-line description plus parameter details. No redundancies. Main purpose is front-loaded. Every sentence adds 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?

Output schema exists, so return values need not be explained. The description covers both parameters adequately, given the tool's simplicity. However, it does not mention that company_name accepts both name and code, which is a slight omission.

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?

Schema has 0% description coverage, but the description adds meaningful semantics: company_name can be name or 6-digit code, year is 4-digit with default previous year. This exceeds what the schema provides (only type and default).

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 the tool retrieves the largest shareholder and holders of 5% or more (주주 현황 조회). The verb '조회한다' (retrieves) and resource '기업의 최대주주 및 5% 이상 대량보유자 현황' are specific. Among siblings like analyze_company_risk or get_financial_summary, this tool uniquely addresses shareholder information.

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?

No explicit when-to-use or when-not-to-use guidance. The description implies usage for querying shareholder info but does not mention alternatives or context where other sibling tools (e.g., track_insider_trading) would be more appropriate.

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/anboyu-alt/dart-risk-mcp'

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