Skip to main content
Glama

기업집단 구조 조회

get_group_structure

Returns the full affiliate roster and group summary (same person, representative company, count) for a Korean FTC-designated corporate group, optionally with financials to support disclosure obligation assessment.

Instructions

공정위 지정 기업집단의 개요(동일인·대표회사·소속회사 수)와 소속회사 전수를 돌려줍니다. 소속회사 목록이 곧 공정위 공시의무의 모집단입니다. EGROUP_API_KEY 가 필요합니다.

  • include_financials=true 면 계열사별 자산·자본총액·자본금·부채·매출·당기순이익(단위: 원)을 함께 줍니다 — 자본총액·자본금은 check_disclosure_duty 의 기준금액 입력으로 그대로 쓸 수 있습니다

  • DART corp_code 조인은 법인등록번호 기준입니다 (이름 매칭은 표기 체계가 달라 불가능). 미조인 회사는 resolve_entity(fetchJurirNo=true) 로 채워집니다

  • 포털 데이터는 연 1회(매년 5/1) 갱신되며 연단위로 캐시됩니다

  • 집단명은 공정위 표기를 씁니다: "SK" 가 아니라 "에스케이", "삼성" 등

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupYes기업집단명("삼성", "에스케이") 또는 기업집단코드("K1000032")
compactNotrue 면 계열사를 schema+값 배열로 (150개사 집단에서 토큰 절감)
join_dartNoDART corp_code 조인 시도 (기본 true). 법인등록번호가 캐시에 채워진 회사만 조인됩니다 — joined 수가 적으면 resolve_entity(fetchJurirNo=true) 로 회사를 조회해 채우세요
year_monthNo기준 공개년월 (미지정 시 최신 지정연도 추정 — 매년 5월 갱신)
include_financialsNo계열사 재무현황 포함 (기본 false, 포털 호출 1회 추가). 자산총액·자본총액·자본금·부채·매출·당기순이익 (단위: 원). 자본총액·자본금은 check_disclosure_duty 의 totalEquity/paidInCapital 입력으로 쓸 수 있습니다
Behavior5/5

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

With no annotations, the description carries the full burden and discloses key behaviors: EGROUP_API_KEY requirement, annual May 1 data refresh with yearly caching, DART join constraint (법인등록번호, not name), naming convention (에스케이 not SK), and financial units in KRW. These are non-obvious traits that materially affect tool invocation and output interpretation.

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 longer than average but each sentence adds value: core purpose first, then critical caveats and cross-references. Bullet points break down complex details efficiently. Not as lean as the TDQS 4.3 example, but no filler or repetition.

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 5-parameter tool with no output schema and no annotations, the description covers essential context: data source freshness, join limitations, API key requirement, and usage in compliance workflows. It could be more explicit about exact return structure (e.g., field names for overview), but it gives sufficient operational guidance for an agent to select and call the tool effectively.

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?

Schema coverage is 100%, so baseline is 3, but description adds significant semantics beyond schema: notes group name/code format, explains compact for token reduction, details join_dart fallback behavior, and maps include_financials fields to check_disclosure_duty inputs. The main gap is lack of exact output field names for the base response, but the description enriches each parameter meaningfully.

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 it returns the overview (동일인·대표회사·소속회사 수) and all subsidiaries for FTC-designated corporate groups, with a specific verb "돌려줍니다". It distinguishes itself by emphasizing the subsidiary list as the population for FTC disclosure obligations, separate from sibling tools like get_financials or resolve_entity.

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

Usage Guidelines5/5

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

Provides explicit guidance: include_financials output can be directly used as inputs for check_disclosure_duty, and unresolved DART joins should be supplemented via resolve_entity(fetchJurirNo=true). It also notes annual data refresh timing, which helps determine when to use this tool for periodic compliance checks.

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/dolseom/gongsi-mcp'

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