Skip to main content
Glama
isnow890

Data4Library MCP Server

by isnow890

get_reading_quantity

Retrieve regional reading volume and rates for South Korea by specifying year, month, and region code. Use this tool to analyze library borrowing trends and reading patterns across different areas.

Instructions

지역별 독서량/독서율을 조회합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNo분석연도 (YYYY 형식)
monthNo분석월 (MM 형식)
regionNo지역코드 (11=서울, 21=부산, 22=대구, 23=인천, 24=광주, 25=대전, 26=울산, 29=세종, 31=경기, 32=강원, 33=충북, 34=충남, 35=전북, 36=전남, 37=경북, 38=경남, 39=제주)
dtl_regionNo세부지역코드 - search_detailed_region_codes 도구로 검색하세요

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.7

TDQS

C2.9/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It only says that regional reading volume/rate is queried, without addressing optional parameters, default behavior, output format, or filtering semantics.

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 a single clear sentence with no filler and front-loads the key subject. It is concise without being wasteful, though slightly too terse to fully carry the tool's context.

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?

Given a simple read operation and 100% parameter documentation, the description is minimally sufficient for basic invocation. However, it lacks clarity on optional-filter behavior, output expectations, and when to prefer this tool over its siblings.

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%, so parameters are already documented in the input schema. The description adds only the regional scope and provides no additional meaning about year, month, or detailed-region filtering behavior.

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 states a concrete subject—regional reading quantity/rate—and a clear query action ('조회합니다'). However, the verb is generic and it does not explicitly differentiate this tool from similar analysis siblings like get_usage_trend or get_book_usage_analysis.

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?

No guidance is given on when to use this tool versus alternatives. Despite a large sibling-tool list with several analytically similar tools, no exclusions or preferred-use conditions are mentioned.

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