Skip to main content
Glama

agm_items

Retrieve detailed agenda items from AGM disclosures for Korean stocks using ticker or receipt number.

Instructions

desc: 안건별 상세 원문 블록 (마크다운). 특화 파서 없는 안건의 raw 내용. when: [tier-5 Detail] 특정 안건의 원문이 필요할 때만 사용. ticker만 넣으면 소집공고를 자동 탐색. rule: 특화 파서(financials, personnel 등)가 있는 안건은 해당 파서 사용이 더 정확. 기업 식별이 불확실하면 corp_identifier 먼저 호출. ref: agm_financials_xml, agm_personnel_xml, agm_aoi_change_xml, agm_compensation_xml, corp_identifier

Args: ticker: 종목코드 또는 회사명 (예: "삼성전자", "005930"). rcept_no 미입력 시 소집공고 자동 탐색. rcept_no: 접수번호 직접 지정 (예: 20260225000123). 입력 시 ticker보다 우선. agenda_no: 안건 번호 (예: "1", "2"). 미입력 시 전체 안건 반환. "2" 입력 시 제2호 + 하위(제2-1호~) 전체 반환. use_llm: True면 파싱 실패 시 LLM fallback 사용 (기본: False) max_fallback_length: LLM fallback 시 원문 최대 글자 수 (기본 3000, 0이면 제한 없음) format: 반환 형식. "md" (마크다운, 기본) 또는 "json"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNomd
tickerNo
use_llmNo
rcept_noNo
agenda_noNo
max_fallback_lengthNo

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 the full burden. It discloses automatic search for ticker, fallback behavior with use_llm and max_fallback_length, and hierarchy for agenda_no. It doesn't explicitly mention read-only nature or authorization, but these are implied by the context of returning raw content.

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 well-structured with clear sections (desc, when, rule, ref, args) and no wasted words. It is somewhat lengthy but every sentence serves a purpose. Could be slightly more concise, but still excellent.

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 complexity (6 parameters, no schema descriptions, no annotations), the description covers all necessary aspects: purpose, usage context, behavior, parameter details, and relationships to sibling tools. It enables correct invocation without requiring external knowledge.

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?

Schema coverage is 0%, so description must compensate. It explains each parameter's meaning and behavior: ticker vs rcept_no priority, agenda_no hierarchical expansion, use_llm fallback, max_fallback_length limit, format option. This adds significant value beyond the bare schema.

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 detailed raw text blocks per agenda item in markdown, distinguishing it from specialized parsers like agm_financials_xml. It specifies that this is for items without specialized parsers, making the purpose unambiguous.

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?

Explicit 'when' section says to use only when raw text of specific agenda item is needed. 'rule' section advises using specialized parsers if available and to call corp_identifier if company identification is uncertain. This provides clear when-to-use and when-not-to-use guidance with alternatives.

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