Skip to main content
Glama
gitbosung

open-ALIO-mcp

by gitbosung

get_institution_news

Fetch recent news articles about Korean public institutions by organization code or keyword. Filter by time period and sort by date or relevance.

Instructions

공공기관 관련 최근 뉴스를 네이버 뉴스 API로 검색합니다.

org_code(instCd)를 주면 공식 기관명 + 안전한 별칭(한전·KEPCO 등)으로 OR 검색합니다. org_code 없이 query만 주면 별칭을 공식명으로 치환해 검색합니다 (예: '심평원'). days>0이면 최근 N일 기사만 반환 (네이버 API는 기간 파라미터가 없어 발행일 기준 필터). sort: 'date'(최신순, 기본)·'sim'(정확도순). max_fetch: 기간 필터 전 수집할 최대 기사 수(100~1000). 보도량 많은 기관의 '한 달 전체' 커버리지를 위해 페이지네이션으로 모읍니다. 클수록 호출 수 증가.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_codeNo
queryNo
daysNo
sortNodate
limitNo
max_fetchNo
Behavior5/5

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

No annotations are provided, so the description carries the full burden. It fully discloses key behavioral traits: OR search with aliases, post-fetch date filtering due to API limitations (Naver API lacks date parameter), sorting options, and pagination behavior for max_fetch. Limitations are transparently stated.

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 front-loaded with the main purpose in the first sentence, followed by parameter details in a structured, bullet-like format. Each sentence adds value, though some minor redundancy (e.g., repeating '네이버 API는 기간 파라미터가 없어' could be slightly more concise). Overall well-organized.

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 6 parameters, no annotations, and no output schema, the description provides sufficient context for behavior and limitations. It covers parameter interactions and API dependencies. However, it does not describe the structure of the returned data (e.g., fields like title, url, date), which would be helpful for an agent. Missing this detail reduces completeness slightly.

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?

Schema coverage is 0%, so description must compensate. It explains 5 of 6 parameters (org_code, query, days, sort, max_fetch) in detail, describing their roles and special behaviors (e.g., alias substitution, date filter mechanism). The 'limit' parameter is not mentioned, but its purpose is standard. Overall, adds significant meaning beyond the schema.

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 action ('검색합니다' - searches) and the resource ('공공기관 관련 최근 뉴스' - recent news about public institutions). It distinguishes itself from sibling tools like 'digest_institution_news' by focusing on raw news retrieval, with specific details on how it handles org_code and query for institution-specific searches.

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

Usage Guidelines2/5

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

The description provides parameter-level guidance (e.g., when to use org_code vs query alone) but does not address when to choose this tool over alternatives like 'digest_institution_news' or 'cross_check_news_with_metrics'. No explicit 'when not to use' or comparison to siblings is given.

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/gitbosung/open-ALIO-mcp'

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