Skip to main content
Glama

MMA MCP Server

by antegral
MIT License
  • Apple
  • Linux

search_designated_entities

Search designated companies in South Korea for military service alternatives like industrial technicians, research specialists, and maritime service positions. Filter by service type, industry, location, company size, and hiring status to find eligible employers.

Instructions

병무청 병역일터에서 병역특례 지정업체를 검색합니다. 산업기능요원, 전문연구요원, 승선근무예비역 복무가 가능한 업체 정보를 조회할 수 있습니다. 검색 결과는 CSV 형식으로 반환되며, 최대 30개의 업체 정보가 제공됩니다.

Input Schema

NameRequiredDescriptionDefault
city_districtNo시/군/구 주소 (선택사항, 빈 값은 city_province 전체 조회)
city_provinceNo시/도 선택 (선택사항, 빈 값은 전국 전체 조회)
company_nameNo회사 이름 (선택사항, 빈 값은 전체 조회)
company_sizeNo기업 규모 (선택사항, 빈 값은 전체 조회)
industry_sectorsNo업종 코드 (선택사항, 여러 개 가능)
is_hiringNo병무청 채용 공고 등록 업체 여부 (선택사항, 'Y' 또는 빈 값)
military_service_statusNo현역 또는 보충역 TO 유무 (전체 조회시 H, B 모두 입력)
service_typeYes(필수) 복무 형태를 선택합니다.

Input Schema (JSON Schema)

{ "properties": { "city_district": { "description": "시/군/구 주소 (선택사항, 빈 값은 city_province 전체 조회)", "type": "string" }, "city_province": { "description": "시/도 선택 (선택사항, 빈 값은 전국 전체 조회)", "enum": [ "서울특별시", "부산광역시", "대구광역시", "인천광역시", "광주광역시", "대전광역시", "울산광역시", "세종특별자치시", "경기도", "충청북도", "충청남도", "전라남도", "경상북도", "경상남도", "제주특별자치도", "강원특별자치도", "전북특별자치도" ], "type": "string" }, "company_name": { "description": "회사 이름 (선택사항, 빈 값은 전체 조회)", "type": "string" }, "company_size": { "description": "기업 규모 (선택사항, 빈 값은 전체 조회)", "enum": [ "", "대기업", "중소기업", "중견기업", "농어민후계", "기타" ], "type": "string" }, "industry_sectors": { "description": "업종 코드 (선택사항, 여러 개 가능)", "oneOf": [ { "enum": [ "철강", "기계", "전기", "전자", "화학", "섬유", "신발", "시멘요업", "생활용품", "통신기기", "정보처리", "게임SW", "영상게임", "의료의약", "식음료", "농산물가공", "수산물가공", "임산물가공", "동물약품", "애니메이션", "석탄채굴", "일반광물채굴", "선광제련", "에너지", "국내건설", "국외건설", "내항화물", "외항화물", "내항선박관리", "외항선박관리", "근해", "원양" ], "type": "string" }, { "items": { "enum": [ "철강", "기계", "전기", "전자", "화학", "섬유", "신발", "시멘요업", "생활용품", "통신기기", "정보처리", "게임SW", "영상게임", "의료의약", "식음료", "농산물가공", "수산물가공", "임산물가공", "동물약품", "애니메이션", "석탄채굴", "일반광물채굴", "선광제련", "에너지", "국내건설", "국외건설", "내항화물", "외항화물", "내항선박관리", "외항선박관리", "근해", "원양" ], "type": "string" }, "type": "array" } ] }, "is_hiring": { "description": "병무청 채용 공고 등록 업체 여부 (선택사항, 'Y' 또는 빈 값)", "enum": [ true, false ], "type": "boolean" }, "military_service_status": { "description": "현역 또는 보충역 TO 유무 (전체 조회시 H, B 모두 입력)", "oneOf": [ { "enum": [ "현역", "보충역" ], "type": "string" }, { "items": { "enum": [ "현역", "보충역" ], "type": "string" }, "type": "array" } ] }, "service_type": { "description": "(필수) 복무 형태를 선택합니다.", "enum": [ "산업기능요원", "전문연구요원", "승선근무예비역" ], "type": "string" } }, "required": [ "service_type" ], "type": "object" }

Other Tools from MMA MCP Server

Related Tools

    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/antegral/agent-for-agent'

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