Skip to main content
Glama
edward-kim-dev

kr-pc-deals-mcp

list_by_category

Retrieve PC parts for a chosen category, sorted by popularity or price. Set a result limit between 1 and 30 to control output.

Instructions

카테고리별 인기/최저가 PC 부품 목록을 조회합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo결과 수
sortByNo정렬 기준popularity
categoryYes부품 카테고리

Schema Changelog

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

  1. First observedv1.0.7

TDQS

A3.7/5.0
Behavior3/5

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

There are no annotations, so the description bears the behavioral disclosure burden. It does disclose that this is a read-only listing ('조회합니다') scoped to a category with popular/price ordering. However, it does not clarify output shape, default sorting behavior, or pagination, leaving those to schema defaults.

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?

One compact sentence in Korean, front-loaded with the action and scope, no redundant phrases or filler. It earns its place.

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 tool is simple and the schema covers parameters, but with no output schema and no annotations, the description leaves out any statement about when to choose list_by_category over search_parts/find_lowest_price, and does not hint at result granularity beyond 'list'. Adequate for basic invocation, but not complete.

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%, and each parameter already has a description plus defaults/enums; the baseline is 3. The description adds no independent parameter semantics beyond noting 'popular/lowest-price', which mirrors sortBy values, so no additional value.

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?

Description uses a specific verb ('조회합니다' = retrieves) and names a precise resource: a PC-part list grouped by category with popular/lowest-price ordering. This semantic scope ('카테고리별', '인기/최저가') clearly separates it from siblings like get_product_detail (single item) and search_parts (keyword-based search).

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

Usage Guidelines3/5

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

The category and sorting context ('by category', 'popular/lowest-price') implies this tool is for browsing parts by category, but it gives no explicit when-to-use instruction and never names alternatives or exclusions relative to search_parts/find_lowest_price. This is implied usage, not explicit guidance.

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/edward-kim-dev/kr-pc-deals-mcp'

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