Skip to main content
Glama

stat_collection_rate

Retrieve collection and missing rates for measurement devices over a date range, identifying gaps in data to monitor completeness.

Instructions

측정기 × 일자별 데이터 수집률(결측률)을 조회한다. 결측 구간 파악에 쓴다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYes종료일 (yyyy-MM-dd)
startYes시작일 (yyyy-MM-dd)
maxRowsNo반환 최대 행 수 (기본 1000)
deviceIdNo측정기 ID (생략 시 전체)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior2/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 only implies a read-only query via '조회한다', but discloses no return format, pagination/filtering behavior, or limitations. For a tool with no annotation coverage, this is a significant gap.

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 with no fluff; the core action is front-loaded and the use case sentence earns its place. Very concise and well-structured.

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 is adequate for a simple query tool, and the schema covers parameters. However, without an output schema or any mention of return structure, aggregation details, or differentiation from sibling stat_* tools, some gaps remain.

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 all parameters are already documented. The description adds general context but no parameter-level meaning beyond what the schema provides, so the baseline 3 is appropriate.

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 specific verb '조회한다' (queries) and a specific resource: data collection rate (missing rate) by meter and date. It also states the intended use case, identifying missing sections. It does not explicitly distinguish this tool from siblings, so it stops 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 Guidelines4/5

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

The description gives clear usage context: '결측 구간 파악에 쓴다' (used for identifying missing sections). It does not name alternatives or when not to use it, but the purpose is specific enough for an agent to infer when it applies.

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

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/arim-science/arimair-mcp'

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