Skip to main content
Glama

search_business_information

Retrieve business information for companies by specifying a date range and information type such as products, sales, contracts, or risk management.

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. It states the tool 'provides' information (implying read-only) and describes return format, but lacks critical details: authentication requirements, rate limits, error conditions, data freshness, or whether it performs destructive operations. For a search tool with 4 parameters and 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 well-structured with clear sections (purpose, Args, Returns) and uses bullet points for the information_type enum values. While comprehensive, it's appropriately sized for a tool with 4 parameters and detailed options. Every sentence earns its place by adding necessary information.

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 the tool's complexity (4 parameters with detailed enum options) and lack of both annotations and output schema, the description provides good parameter documentation but has significant gaps. It explains what information is returned but not the format (beyond '텍스트'), and lacks behavioral context like error handling or data sources. For a search tool without structured output, more behavioral context would be helpful.

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 description adds substantial value beyond the input schema, which has 0% description coverage. It provides Korean explanations for all 4 parameters, including detailed enum values for 'information_type' with 7 specific options and their meanings. This fully compensates for the schema's lack of descriptions and gives clear semantic meaning to each parameter.

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: '회사의 사업 관련 현황 정보를 제공하는 도구' (provides company business status information). It specifies the resource (company business information) and verb (provides/search), though it doesn't explicitly differentiate from sibling tools like search_detailed_financial_data or search_disclosure.

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 sibling tools like search_detailed_financial_data or search_disclosure, nor does it explain what distinguishes business information from financial data or disclosures. The only contextual hint is the parameter descriptions, which don't constitute usage guidelines.

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'

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