Skip to main content
Glama

search_business_information

Retrieve business information for Korean companies from DART, including operations overview, products, sales, contracts, and risk management data within specified date ranges.

Instructions

회사의 사업 관련 현황 정보를 제공하는 도구

Args:
    company_name: 회사명 (예: 삼성전자, 네이버 등)
    start_date: 시작일 (YYYYMMDD 형식, 예: 20230101)
    end_date: 종료일 (YYYYMMDD 형식, 예: 20231231)
    information_type: 조회할 정보 유형 
        '사업의 개요' - 회사의 전반적인 사업 내용
        '주요 제품 및 서비스' - 회사의 주요 제품과 서비스 정보
        '원재료 및 생산설비' - 원재료 조달 및 생산 설비 현황
        '매출 및 수주상황' - 매출과 수주 현황 정보
        '위험관리 및 파생거래' - 리스크 관리 방안 및 파생상품 거래 정보
        '주요계약 및 연구개발활동' - 주요 계약 현황 및 R&D 활동
        '기타 참고사항' - 기타 사업 관련 참고 정보
    ctx: MCP Context 객체
    
Returns:
    요청한 정보 유형에 대한 해당 회사의 사업 정보 텍스트

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_nameYes
start_dateYes
end_dateYes
information_typeYes
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure but only minimally indicates it returns '텍스트' (text) versus structured data. It fails to disclose data source, rate limits, authentication requirements, caching behavior, or error scenarios that an agent would need to handle this safely.

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 uses a clear Args/Returns structure that efficiently organizes information. While the information_type enumeration is lengthy, every line is necessary given the lack of schema enums. The front-loaded purpose statement followed by detailed parameter documentation represents effective information architecture.

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?

For a 4-parameter tool with no output schema and 0% parameter coverage, the description adequately covers all parameters including format constraints and categorical options. It indicates the return type (text). Minor gaps include lack of error handling documentation and date range constraints (e.g., maximum range limits).

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?

Given 0% schema description coverage, the description excellently compensates by providing detailed Args documentation: date format specifications (YYYYMMDD with examples), company name examples (삼성전자, 네이버), and comprehensive enum-like explanations for information_type with 7 distinct categories and their meanings. This adds critical semantic value missing from the schema.

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 it provides '회사의 사업 관련 현황 정보' (company business-related status information) with specific verb and resource. It implicitly distinguishes from siblings like search_detailed_financial_data (financial vs. business operational data) and search_json_financial_data (text return vs. JSON), though explicit differentiation from search_disclosure would strengthen this further.

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

Usage Guidelines3/5

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

The description provides implied usage guidance through the detailed enumeration of information_type categories (e.g., when to request '매출 및 수주상황' vs '주요계약 및 연구개발활동'), but lacks explicit when-to-use guidance relative to sibling tools like search_disclosure or search_detailed_financial_data.

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/2geonhyup/dart-mcp-test'

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