Skip to main content
Glama

CoolPC MCP Server

by shyuan

search_ram

Find compatible RAM for desktop or laptop upgrades by specifying DDR generation, capacity, speed, and price. Sort results by budget or premium options, and filter by maximum results for tailored choices.

Instructions

Specialized memory (RAM) search tool. Find desktop or laptop memory by DDR generation, total capacity, speed, and price. Essential for system upgrades or new builds.

Input Schema

NameRequiredDescriptionDefault
capacityNoTotal memory capacity in GB. Common values: 8, 16, 32, 64. Example: 32 for 32GB total (can be 2x16GB or 4x8GB kit)
frequencyNoMemory speed in MHz. DDR4 common: 3200, 3600. DDR5 common: 4800, 5600, 6000. Higher = better performance
limitNoMaximum results to return. Valid range: 1-50, default: 10. More results = more brand choices
sort_byNoPrice sorting order. 'price_asc' = budget options first, 'price_desc' = premium/performance kits first
typeNoRAM generation/type. Options: 'DDR4' (older systems, cheaper), 'DDR5' (newest, faster). Must match motherboard compatibility

Input Schema (JSON Schema)

{ "properties": { "capacity": { "description": "Total memory capacity in GB. Common values: 8, 16, 32, 64. Example: 32 for 32GB total (can be 2x16GB or 4x8GB kit)", "type": "number" }, "frequency": { "description": "Memory speed in MHz. DDR4 common: 3200, 3600. DDR5 common: 4800, 5600, 6000. Higher = better performance", "type": "number" }, "limit": { "description": "Maximum results to return. Valid range: 1-50, default: 10. More results = more brand choices", "type": "number" }, "sort_by": { "description": "Price sorting order. 'price_asc' = budget options first, 'price_desc' = premium/performance kits first", "enum": [ "price_asc", "price_desc" ], "type": "string" }, "type": { "description": "RAM generation/type. Options: 'DDR4' (older systems, cheaper), 'DDR5' (newest, faster). Must match motherboard compatibility", "type": "string" } }, "type": "object" }

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