Skip to main content
Glama

latest_content

[KEY REQUIRED · no credits, 60/day] 법마디의 최신 데일리 법률 콘텐츠 — 오늘의 법률상식(daily), 전략 칼럼(strategy), 기술 칼럼(tech), 리걸테크 뉴스(news), 수험 판례 강의노트(bar), 오늘의 판례(precedent). 모든 편은 발행 게이트를 통과했습니다(조문·판례 인용 law.go.kr 검증, 출처 라이브 확인). / Get Lawmadi's latest daily legal content. Every post passed its publishing gate (statute/precedent citations verified against law.go.kr, sources live-checked).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPosts per stream (1-20, default 5).
streamNoSingle stream, or blank for the latest of each.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.5/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does disclose meaningful behavior: an API key is required, calls consume no credits, there is a 60/day rate limit, and every post has passed a publishing gate with citations verified against law.go.kr. Return format is not described, but for a read-only listing endpoint this is solid beyond-schema disclosure.

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?

Key constraints (key required, no credits, rate limit) are front-loaded and the stream list is compact. The full Korean/English duplication roughly doubles the text without adding new information, which is the only real structural cost.

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?

For a two-parameter, no-output-schema tool the description covers auth, cost, rate limit, stream semantics and content guarantees, which is close to sufficient. It omits any indication of the response shape and, more importantly, gives no basis for choosing it over get_daily_content, leaving a real routing gap.

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 100%, so the baseline is 3, but the description adds real meaning beyond the raw enum by naming what each stream contains in Korean (오늘의 법률상식, 전략 칼럼, 기술 칼럼, 리걸테크 뉴스, 수험 판례 강의노트, 오늘의 판례), which the enum values alone do not convey.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description gives a specific verb+resource ('Get Lawmadi's latest daily legal content') and enumerates the six streams (daily, strategy, tech, news, bar, precedent), so the agent knows exactly what is returned. However, it never distinguishes itself from the sibling get_daily_content, which by name looks like an overlapping tool, so it falls short of a 5.

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?

There is no statement of when to use this tool versus alternatives. The 'KEY REQUIRED · no credits, 60/day' note is operational context, not selection guidance, and the closest sibling, get_daily_content, is never mentioned or contrasted.

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