Skip to main content
Glama

Reevl — Korean Real Estate

리블 아티클

list_articles
Read-onlyIdempotent

리블이 발행한 부동산 브리핑 목록(제목·요약·발행일·링크). 정책 보도자료 정리와 실거래 데이터 분석을 거의 매일 낸다. 최근 시장 상황이나 정책 흐름을 물을 때 근거로 쓴다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo1~30, 기본 10

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
itemsYes인용할 때 url을 함께 밝힌다
noticeNo참고용 통계라는 고지. 투자 자문·중개가 아니다
sourceYes데이터 출처와 갱신일

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "count": {
      +      "type": "number"
      +    },
      +    "items": {
      +      "description": "인용할 때 url을 함께 밝힌다",
      +      "items": {
      +        "properties": {
      +          "category": {
      +            "type": "string"
      +          },
      +          "date": {
      +            "type": "string"
      +          },
      +          "source": {
      +            "type": "string"
      +          },
      +          "summary": {
      +            "type": "string"
      +          },
      +          "title": {
      +            "type": "string"
      +          },
      +          "url": {
      +            "type": "string"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "notice": {
      +      "description": "참고용 통계라는 고지. 투자 자문·중개가 아니다",
      +      "type": "string"
      +    },
      +    "source": {
      +      "description": "데이터 출처와 갱신일",
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "count",
      +    "items",
      +    "source"
      +  ],
      +  "type": "object"
      +}
  2. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds useful context about the content frequency and scope, namely that it is published almost daily and contains policy summaries plus real transaction data analysis, which goes beyond what annotations alone convey.

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 short sentences deliver the key content, fields, freshness, and intended usage with no unnecessary filler. The output contents are front-loaded and every sentence earns its place.

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

Completeness5/5

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

The tool is simple, has one optional parameter, a complete input schema, and an output schema. The description states exactly what is returned, gives the topical context, and provides a clear use case, which fully covers what an agent needs to invoke it correctly.

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?

The only parameter, 'limit', is fully described in the schema with a range and default value, so the description carries no extra parameter burden. Baseline 3 is appropriate since the schema covers the parameter semantically.

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?

States a specific verb and resource: it returns the list of Ribl's real estate briefings with title, summary, publication date, and link. This clearly distinguishes it from the sibling apartment/property search tools, which concern different entities.

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 gives a clear context for use: when the user asks about recent market conditions or policy trends, this tool provides supporting evidence. It does not explicitly list exclusions or alternatives, but the usage condition is concrete and actionable.

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.

Resources