Skip to main content
Glama
memorise8

dart-search-mcp

by memorise8

get_securities_report

Retrieve key information from securities reports by type. Filter by company and report date range for equity, debt, merger, and other filings.

Instructions

증권신고서 주요정보를 유형별로 조회합니다.

Parameters:
    corp_code: DART 고유번호 (8자리)
    report_type: 신고서 유형
        "지분증권" - 지분증권
        "채무증권" - 채무증권
        "증권예탁증권" - 증권예탁증권
        "합병" - 합병
        "주식의포괄적교환이전" - 주식의 포괄적 교환·이전
        "분할" - 분할
    bgn_de: 검색 시작일 YYYYMMDD (기본값: 빈문자열)
    end_de: 검색 종료일 YYYYMMDD (기본값: 빈문자열)

Returns:
    증권신고서 주요정보

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
corp_codeYes
report_typeYes
bgn_deNo
end_deNo

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 must carry the full burden of behavioral disclosure. It states that the tool returns '증권신고서 주요정보' but does not specify the format, pagination, error handling, or any side effects. While it implies a read operation, it lacks detail on permissions or rate limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured with an intro sentence, parameter list, and return statement, but it is somewhat verbose. The parameter descriptions could be integrated more concisely, and the return statement is too vague to be helpful.

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 an output schema exists (indicated by context signals), the description's vague return statement is partially excused. However, it still fails to convey whether results are paginated, sorted, or contain any notable fields beyond 'key information.' The 0% schema coverage and lack of annotations increase the burden on the description, which it does not fully meet.

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?

With 0% schema description coverage, the description fully compensates by explaining each parameter: corp_code (DART 8-digit number), report_type (with literal list of valid types), bgn_de/end_de (date range format YYYYMMDD). This adds critical meaning beyond the schema's minimal titles.

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 verb '조회' (query) and the resource '증권신고서 주요정보' (securities report key information), with a parameter for type. It effectively distinguishes this tool from sibling tools like get_periodic_report or get_financial_statements by focusing on securities reports with a specific report type enum.

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 explicit guidance on when to use this tool versus alternatives. It does not mention when not to use it, nor does it reference sibling tools or provide contextual cues for tool selection.

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/memorise8/dart-mcp'

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