Skip to main content
Glama

agm_treasury_share_xml

Parse AGM notice XML to extract treasury share information including holdings, disposal, and cancellation. Input ticker or receipt number.

Instructions

desc: 자기주식 보유/처분/소각. 수량, 목적, 방법. when: [tier-5 Detail] 사용자가 자사주 안건 상세를 요청했을 때만 사용. ticker만 넣으면 소집공고를 자동 탐색. rule: XML 파싱. 안건 제목 매칭 한계로 PDF fallback 빈번. 판정 기준은 agm_manual 참조. 기업 식별이 불확실하면 corp_identifier 먼저 호출. ref: agm_parse_fallback, ownership_treasury, agm_manual, corp_identifier

Args: ticker: 종목코드 또는 회사명 (예: "삼성전자", "005930"). rcept_no 미입력 시 소집공고 자동 탐색. rcept_no: 접수번호 직접 지정 (예: 20260225000123). 입력 시 ticker보다 우선. format: 반환 형식. "md" (마크다운, 기본) 또는 "json"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNomd
tickerNo
rcept_noNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses XML parsing behavior, mentions frequent PDF fallback due to agenda title matching limitations, and notes automatic notice search. Could be improved by stating whether the tool is read-only or has side effects, but current info is valuable.

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?

The description is compact and front-loaded with purpose in a structured format (desc, when, rule, ref, Args). Every sentence adds value. The mix of Korean and English may be slightly non-standard but is efficient. Could be more concise by removing redundant formatting markers.

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

Completeness5/5

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

Given the presence of an output schema, return values are not needed. The description covers purpose, usage, behavioral quirks, and parameter semantics comprehensively. References to fallback tools and judgment criteria provide sufficient context for agent decision-making.

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

Parameters5/5

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

Despite 0% schema coverage, the description thoroughly explains all three parameters: ticker (auto-search when empty), rcept_no (override priority over ticker), and format (md/json default). It explains their interaction and defaults, compensating fully for missing schema descriptions.

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 identifies the tool as handling treasury stock (보유/처분/소각) with specifics on quantity, purpose, and method. It distinguishes from siblings like ownership_treasury and agm_parse_fallback by focusing on detailed agenda items and automatic notice search when only ticker is provided.

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?

Explicitly states usage is for tier-5 detail when user requests treasury stock agenda details. Provides clear when-not-to-use guidance via references to agm_parse_fallback and corp_identifier, and advises calling corp_identifier first if company identification is uncertain.

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/MarcoYou/open-proxy-mcp'

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