Skip to main content
Glama

IBTCC 공기업 경쟁률 조회

lookup_pass_cut

한국 공공기관(공기업) 합격자들의 실제 스펙(토익 점수·학점·자격증 개수)을 기관명으로 조회합니다. 사용자 제보 기반 집계 데이터로, 직무별 토익 중앙값·범위·학점 중앙값·자격증 개수 중앙값과 표본 수를 반환합니다. 경쟁률(지원자 수)이 아니라 "합격하려면 어느 정도 스펙이 필요한지"를 알고 싶을 때 사용하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_roleNo직무명으로 좁혀서 조회 (예: 사무, 전기, 행정직). 생략하면 해당 기관의 전체 직무를 반환.
institutionYes기관명 (예: 한국전력공사, 국민연금공단, 한국철도공사)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden, and it does well: it discloses that data is user-submitted aggregated data, specifies that it returns medians/ranges/sample size, and implies read-only behavior through '조회합니다'. It does not mention edge cases such as unknown institutions or sparse samples, but the sample-size disclosure partly mitigates this.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two dense, purposeful sentences: the first gives the operation and output, the second gives the usage boundary. No redundancy or filler.

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 two parameters, no annotations, and no output schema, the description covers the essential context: what the tool returns, how to invoke it, and when it is appropriate. It lacks guidance on empty results or data reliability beyond 'user-reported', but that is a minor gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the schema already documents institution and optional job_role with examples. The description does not add parameter-level detail beyond implying job-level breakdown, so the baseline of 3 is appropriate.

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 uses a specific verb ('조회합니다') with a concrete resource: successful-candidate spec data for Korean public institutions, and names specific returned metrics (median TOEIC, GPA, certifications, sample size). It also explicitly contrasts itself with competition-ratio lookup, distinguishing it from its sibling without ambiguity.

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

Usage Guidelines4/5

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

It clearly states when to use the tool: when the user wants to know the spec level needed to pass rather than the competition ratio. It gives an implicit exclusion for the sibling tool, though it does not name lookup_competition_ratio explicitly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.