Skip to main content
Glama

proxy_direction

Parses voting direction (approve/against/abstain) for each agenda item from proxy statements. Auto-discovers latest filing using ticker.

Instructions

desc: 안건별 의결권 행사방향 — 찬성/반대/기권 파싱. when: [tier-5 Detail] 위임장 권유자의 안건별 입장이 필요할 때. ticker만 넣으면 최신 위임장 공시를 자동 탐색. rule: get_document()로 원문 Section II-1 파싱. 자유서술이므로 정규식으로 추출 — 불명확한 경우 "불명" 반환. 기업 식별이 불확실하면 corp_identifier 먼저 호출. ref: proxy_search, proxy_detail, proxy_fight, corp_identifier

Args: ticker: 종목코드 또는 회사명 (예: "고려아연", "010130"). rcept_no 미입력 시 위임장 공시 자동 탐색. rcept_no: 접수번호 직접 지정. 입력 시 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?

No annotations provided, so description carries full burden. It discloses parsing Section II-1 via regex, returns '불명' for unclear cases, and automatically finds latest document if rcept_no omitted. Does not mention auth or rate limits, but mutation is unlikely.

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?

Structured with desc, when, rule, ref, and Args sections. Purpose is front-loaded. Every sentence adds value; 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?

Given no annotations and 0% schema coverage, description covers purpose, usage, behavior, and parameters thoroughly. Output schema exists but not detailed here, and error handling is not discussed. Still complete for typical use.

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%, but description fully explains each parameter: ticker with example (stock code or company name), rcept_no (priority over ticker), format (md or json, default md). Priority rule and defaults are clear.

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 parses voting direction (approve/oppose/abstain) per agenda from proxy documents. It distinguishes from sibling tools by referencing proxy_search, proxy_detail, etc., and specifies automatic search with ticker.

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

Usage Guidelines4/5

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

Explicit 'when' clause indicates need for proxy solicitor's stance per agenda. 'rule' describes method and edge cases (regex parsing, uncertain cases). References corp_identifier for identification issues. Lacks explicit when-not-to-use, but context is clear.

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