Skip to main content
Glama
itmsi

Motorsights Quotation MCP Server

by itmsi

create_componen_product

Create a new component product for quotations, specifying type, pricing tiers, specifications, and optional local image uploads.

Instructions

Buat componen product baru. Untuk upload gambar, isi image_paths dengan path file lokal (di mesin tempat MCP server ini jalan).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
engineNo
volumeNo
segmentNo
wheel_noNo
msi_modelNo
code_uniqueNo
horse_powerNo
image_pathsNoDaftar PATH FILE LOKAL gambar produk (bukan URL) di server tempat MCP ini berjalan, contoh ['/data/images/foto1.jpg']. Maksimal 50 file, kosongkan jika tidak upload gambar baru.
msi_productNo
company_nameNo
market_priceNo
product_typeNounit, non_unit, hardware, implementation, atau application
componen_typeNo1=OFF ROAD REGULAR, 2=ON ROAD REGULAR, 3=OFF ROAD IRREGULAR, 4=OFF ROAD REGULAR EV, 5=ON ROAD REGULAR EV
selling_price_star_1No
selling_price_star_2No
selling_price_star_3No
selling_price_star_4No
selling_price_star_5No
componen_product_nameNo
componen_product_unit_modelNo
componen_product_descriptionNo
componen_product_specificationsNoString JSON array spesifikasi, contoh: [{"componen_product_specification_label":"Horse Power","componen_product_specification_value":"200 HP"}]
Behavior2/5

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

No annotations are provided, so the description must carry the burden. It explains the local file path requirement for image_paths, which is useful. However, it fails to disclose other behavioral traits such as whether the creation is immediate, what the response contains, any side effects, or authentication/rate limits. The description is insufficient for a 22-parameter mutation tool.

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?

The description is extremely concise with two sentences, front-loading the core purpose and adding essential detail about image_paths. Every word earns its place; no filler.

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

Completeness2/5

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

Given high complexity (22 parameters, no output schema), the description is far from complete. It does not explain required fields (though none are marked required, many like 'componen_product_name' are likely essential), return values, error conditions, or constraints. The description only covers a small fraction of the necessary context for an agent to use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 18%, and the description adds value only for the image_paths parameter (local file paths) and implicitly for componen_product_specifications (JSON array format). The other 18 parameters lack semantic explanation, leaving the agent to infer meaning from names alone. The description does not compensate for the low schema coverage.

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 'Buat componen product baru' clearly states the action and resource. It adds detail about image uploads using local paths. However, it does not differentiate from sibling 'create' tools like create_accessory, but the tool name itself provides specificity.

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?

The description only implies usage when creating a component product. It provides no guidance on when to use this tool versus alternatives (e.g., import_componen_products_csv for bulk creation, or update_componen_product for modifications). No exclusions or prerequisites are mentioned.

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

Install Server

Other Tools

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/itmsi/mcp-quotation-server'

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