Skip to main content
Glama
edward-kim-dev

kr-pc-deals-mcp

build_add

Add PC parts to a build, replacing existing parts in the same category and automatically checking compatibility when multiple parts are added.

Instructions

빌드에 다나와 부품을 추가합니다. 같은 카테고리의 기존 부품은 새 부품으로 교체됩니다. 2개 이상 추가 시 자동으로 호환성을 체크합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes제품명 (빌드 상태 표시용)
priceNo가격 (원)
categoryYes부품 카테고리
productIdYes다나와 제품 코드 (다나와 제품 URL의 pcode= 값. 컴퓨존 제품은 사용 불가)

Schema Changelog

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

  1. First observedv1.0.7

TDQS

A4/5.0
Behavior4/5

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

No annotations are present, so the description carries the full burden. It discloses important non-obvious behaviors: same-category existing parts are replaced (destructive) and compatibility is automatically checked when 2 or more parts are involved. It doesn't mention return values or error behavior, but the key side effects are clearly surfaced.

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, front-loaded with the main action, then the replacement rule, then the compatibility behavior. Every sentence earns its place with no filler or repetition.

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

Completeness4/5

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

For a single-part mutation tool with fully documented parameters, the description covers the operation and its key side effects. It omits return-value details and build-existence assumptions, but given no output schema and available sibling tools like build_status, it is sufficiently complete for correct invocation.

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%, with detailed descriptions for productId, category, name, and price. The description adds no parameter-specific syntax or format details beyond the schema, so the baseline of 3 applies.

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?

The description states a specific verb and resource: 'Adds Danawa parts to the build' (빌드에 다나와 부품을 추가합니다). It also distinguishes from siblings by specifying that same-category parts are replaced and compatibility is checked, which separates it from read/search tools and build_remove.

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?

Usage is implied: an agent should call this when adding a part to a build. The note about automatic compatibility checking for 2+ parts hints at when build_check_compatibility may be redundant, but there is no explicit when-not-to-use or reference to alternatives such as build_remove or build_check_compatibility.

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