job-search-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_jobsB | Search Korean job postings (채용공고 검색). Searches JobKorea and Saramin for job listings by company name. 한국 채용공고 검색 도구입니다. 회사명을 입력하면 잡코리아와 사람인에서 해당 회사의 채용공고를 검색합니다. 어떤 회사명이든 검색 가능합니다. 채용, 구인, 구직, 취업, job search, hiring, career, recruitment 관련 질문에 이 도구를 사용하세요. 공고 제목, 경력, 학력, 지역, 마감일, URL을 반환합니다. |
| search_jobs_bulkA | Search job postings for multiple companies at once (여러 회사 채용공고 일괄 검색). 여러 회사명을 한 번에 입력하면 내부에서 병렬로 검색하여 결과를 반환합니다. 결과는 파일로 저장되며, 요약과 파일 경로를 반환합니다. 파일을 읽어서 상세 내용을 확인하세요. 병역특례 지정업체 목록 등 다수의 회사를 한 번에 조회할 때 사용하세요. search_jobs를 여러 번 호출하는 것보다 훨씬 빠릅니다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools are clearly differentiated: one searches a single company, the other supports batch searching for multiple companies. While they share the same core purpose, the distinct execution mode (direct results vs. file output) makes them easy to tell apart.
Both tools follow a consistent 'search_jobs' verb-noun pattern, with the bulk variant clearly suffixed as '_bulk'. This creates a predictable and readable naming scheme.
With only 2 tools, the server feels thin for a general job search use case, but the single/bulk search split is a reasonable scope for a focused utility. It is borderline but not extreme.
The server only supports searching by company name, lacking keyword, location, or other filters. The bulk tool returns a file path, requiring external file access to retrieve results, which is an awkward dead end. Missing detail views or pagination leave significant gaps.