Skip to main content
Glama
iapke486-arch

job-mcp-server

job_search_recruitments

Search public institution job postings from the Korean ALIO system. Filter by employment type, region, job field, education level, and recruitment status.

Instructions

공공기관(370여개)이 수시로 공시하는 채용공고를 조회합니다. 채용정보API_코드정의서(job_get_codes)의 코드값으로 고용형태/채용구분/근무지역/직무분야/학력조건을 필터링할 수 있습니다. instNmKeyword/titleKeyword는 API가 아닌 이 도구가 응답을 받은 뒤 클라이언트 측에서 부분 일치로 걸러내므로, 조회된 페이지(numOfRows) 범위 내에서만 적용됩니다 — 특정 기관/제목을 폭넓게 찾고 싶다면 numOfRows를 늘리거나 pblntInstCd 등 서버 필터를 함께 사용하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoNo페이지 번호 (기본 1)
ncsCdLstNoNCS 직무분야 코드 (R6000 계열)
recrutSeNo채용구분 코드 (R2000 계열, 예: R2010=신입)
numOfRowsNo페이지당 건수 (기본 20, 최대 100)
ongoingYnNo진행중(접수기간 내)인 공고만 조회하려면 Y
workRgnLstNo근무지역 코드 (R3000 계열, 예: R3010=서울)
acbgCondLstNo학력조건 코드 (R7000 계열)
hireTypeLstNo고용형태 코드 (R1000 계열, 예: R1010=정규직)
pblntInstCdNo기관코드 (공시기관코드, 정확히 일치). 예: C0021
titleKeywordNo채용공고 제목에 포함될 키워드 (클라이언트 측 부분 일치 필터)
instNmKeywordNo기관명에 포함될 키워드 (클라이언트 측 부분 일치 필터)
Behavior4/5

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

The description discloses non-obvious client-side filtering behavior for certain parameters, which is a key behavioral trait. It also implies server-side filtering via other parameters. No annotations are provided, so the description handles transparency well, though it could mention rate limits or data freshness.

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 fairly concise, with two sentences covering purpose, filtering options, and important caveats. It is well-structured and front-loaded with the main action, though it could be slightly more streamlined.

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?

Given 11 parameters and no output schema, the description covers filtering, client-side behavior, and pagination hints. However, it does not mention authentication, return format, or total count, but it is still adequately complete for an API-like tool.

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?

Schema description coverage is 100%, with each parameter having a description. The description adds significant value beyond the schema by explaining that instNmKeyword/titleKeyword are client-side filters and suggesting the use of server-side filters and referencing job_get_codes for code values.

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 that the tool queries job postings from public institutions, with specific filtering options. It uses the verb '조회합니다' (inquiries/retrieves), and distinguishes itself from the sibling tool job_get_codes, which provides code definitions.

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?

The description provides explicit guidance: use job_get_codes for code values, and warns that instNmKeyword/titleKeyword are client-side filters, advising to increase numOfRows or use server-side filters like pblntInstCd for broader searches. This clearly differentiates when and how to use parameters.

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/iapke486-arch/job-mcp-server'

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