Skip to main content
Glama
memorise8

dart-search-mcp

by memorise8

get_company_info

Retrieve company overview information including name, CEO, address, industry, establishment date, and fiscal month using a DART corporate code.

Instructions

DART 고유번호로 기업 개황 정보를 조회합니다.

고유번호(corp_code)는 search_disclosures() 또는 search_corp_code() 결과에서 확인할 수 있습니다.

Parameters:
    corp_code: DART 고유번호 (8자리, 예: "00126380")

Returns:
    기업 개황 정보 (회사명, 대표이사, 주소, 업종, 설립일, 결산월 등)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
corp_codeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/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 lists the return fields (company name, CEO, address, etc.) and implies no side effects. It is transparent enough for a read-only lookup, though more details on error handling or rate limits could enhance it.

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?

The description is concise, using only a few sentences to state purpose, input, and output. It is well-structured with separate sections for parameters and returns, maximizing clarity without unnecessary words.

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 tool's simplicity (one required parameter, no nested objects, and an output schema exists), the description covers all necessary aspects: what it does, what input is needed, and what returns to expect. It is fully adequate for an AI agent to select and invoke correctly.

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?

The input schema provides only the parameter name and type without description (0% coverage). The description compensates fully by specifying it's an 8-digit DART code with an example, adding essential meaning beyond the 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 retrieves company overview information using a DART unique number. It specifies the input (corp_code) and distinguishes from siblings by referencing how to obtain the code from search_disclosures or search_corp_code.

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?

The description explains that the corp_code comes from specific sibling tools, indicating a clear prerequisite. While it doesn't list explicit when-not-to-use scenarios, it provides sufficient context for proper usage.

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