Skip to main content
Glama

CoolPC MCP Server

by shyuan

get_category_products

Retrieve detailed product listings within a specific category, such as CPUs or GPUs, including prices and specifications. Input the category ID and optional subcategory or limit to explore all available options in the CoolPC MCP Server.

Instructions

Browse all products within a specific category. Useful for exploring all options in a product type when you don't have specific search criteria. Returns products with full details including prices and specifications.

Input Schema

NameRequiredDescriptionDefault
category_idYesCategory ID from list_categories. Examples: 'cat_cpu' for processors, 'cat_vga' for graphics cards. Use list_categories first to get valid IDs
limitNoMaximum products to return. Valid range: 1-100, default: 20. Higher values to see more products in the category
subcategory_nameNoFilter by specific subcategory name. Example: 'Intel Raptor Lake-s 14代1700 腳位' for 14th gen Intel CPUs. Optional - omit to see all subcategories

Input Schema (JSON Schema)

{ "properties": { "category_id": { "description": "Category ID from list_categories. Examples: 'cat_cpu' for processors, 'cat_vga' for graphics cards. Use list_categories first to get valid IDs", "type": "string" }, "limit": { "description": "Maximum products to return. Valid range: 1-100, default: 20. Higher values to see more products in the category", "type": "number" }, "subcategory_name": { "description": "Filter by specific subcategory name. Example: 'Intel Raptor Lake-s 14代1700 腳位' for 14th gen Intel CPUs. Optional - omit to see all subcategories", "type": "string" } }, "required": [ "category_id" ], "type": "object" }

Other Tools from CoolPC MCP Server

Related Tools

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/shyuan/coolpc-mcp-server'

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