Skip to main content
Glama

cgm_expc_search

Read-onlyIdempotent

Search Korean central government ministries' law interpretation opinions. Specify ministry and keyword to retrieve official interpretations.

Instructions

Search ministry law interpretations (중앙부처 1차 해석 목록 조회).

Search law interpretation opinions from Korean central government ministries.

Args: ministry: Ministry name in Korean. Valid values: 고용노동부, 국토교통부, 기획재정부, 해양수산부, 행정안전부, 기후에너지환경부, 관세청, 국세청, 교육부, 과학기술정보통신부, 국가보훈부, 국방부, 농림축산식품부, 문화체육관광부, 법무부, 보건복지부, 산업통상부, 성평등가족부, 외교부, 중소벤처기업부, 통일부, 법제처, 식품의약품안전처, 인사혁신처, 기상청, 국가유산청, 농촌진흥청, 경찰청, 방위사업청, 병무청, 산림청, 소방청, 재외동포청, 조달청, 질병관리청, 국가데이터처, 지식재산처, 해양경찰청, 행정중심복합도시건설청 query: Search keyword (default "*") display: Number of results per page (max 100, default 20) page: Page number (1-based, default 1) oc: Optional OC override (defaults to env var) type: Response format - "JSON" (default), "XML", or "HTML" search: 1=사건명 (case name), 2=본문검색 (full text) sort: Sort order gana: Dictionary search ctx: MCP context (injected automatically)

Returns: Ministry interpretation list or error

Examples: Search 고용노동부 interpretations: >>> cgm_expc_search(ministry="고용노동부", query="퇴직금")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ocNo
ganaNo
pageNo
sortNo
typeNoJSON
queryNo*
searchNo
displayNo
ministryYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, which covers the safety profile. The description adds useful behavioral details like response format options (JSON/XML/HTML), search modes, and pagination defaults, but omits deeper behaviors such as return structure, rate limits, or the meaning of 'oc' and 'gana' parameters.

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?

The description is well-structured with a title, summary, explicit args list, return note, and a concrete example. The long list of ministry names is necessary for usability. Every section serves a purpose, and there is no filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers all parameter semantics and gives an example, which is essential for invocation. However, it lacks details about the structure of the returned data (fields like case number, title, date) and error handling, which is significant given the absence of an output schema. The return statement 'Ministry interpretation list or error' is too generic.

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?

With schema description coverage at 0%, the description takes on the full burden of explaining parameters. It provides meaningful descriptions for ministry, query, display, page, type, and search, with defaults and valid values. However, a few parameters like sort and gana are only minimally described, and oc is vague ('defaults to env var'), leaving some gaps.

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 the tool's function with a specific verb + resource: 'Search law interpretation opinions from Korean central government ministries.' It differentiates itself from sibling tools like expc_search and cgm_expc_service by explicitly scoping to 중앙부처 (central ministries), making its purpose unambiguous.

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?

The description provides clear context for when to use the tool: when searching for ministry law interpretations. It lists valid ministry values and parameter mechanics (pagination, response formats), but does not explicitly mention alternatives or exclusion conditions, leaving some room for ambiguity among similar search tools in the sibling list.

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/joohyukjung/LexLink-ko-mcp'

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