Skip to main content
Glama
RealYoungk

OpenDART MCP Server

by RealYoungk

get_corp_code

Retrieve a ZIP file containing unique codes, company names, and stock codes for all corporations registered with DART, encoded in base64 format for data access.

Instructions

고유번호 - DART에 등록된 전체 기업의 고유번호, 회사명, 종목코드 등을 포함하는 ZIP 파일을 반환합니다. base64 인코딩됩니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions the output is base64-encoded ZIP, which is useful behavioral information. However, it doesn't disclose important traits like whether this is a read-only operation, potential rate limits, authentication requirements, or what happens if no data is available. For a tool with no annotation coverage, this is insufficient.

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 a single, efficient sentence that conveys the essential information: what data is returned, in what format, and how it's encoded. There's no wasted verbiage or redundant information. It could potentially benefit from a second sentence about usage context, but as a standalone description it's appropriately concise.

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 that the tool has an output schema (which presumably documents the return structure), the description doesn't need to explain return values in detail. However, for a tool with no annotations and many sibling alternatives, the description should provide more context about when and why to use this specific tool. The current description is adequate but leaves important contextual gaps.

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?

The tool has zero parameters with 100% schema description coverage. The description appropriately doesn't waste space discussing non-existent parameters. It focuses on what the tool does rather than what inputs it accepts, which is correct for a parameterless tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: it returns a ZIP file containing corporate codes from DART with specific data fields (unique numbers, company names, stock codes). It specifies the format (ZIP file) and encoding (base64). However, it doesn't explicitly differentiate from sibling tools, which all appear to retrieve different types of DART data.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, timing considerations, or compare it to other tools that might retrieve corporate information. With many sibling tools available, this lack of context is a significant gap.

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/RealYoungk/opendart-mcp'

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