Skip to main content
Glama

PCM

by rand-tech

set-market-type

Configure default market types (spot, future, swap, option, margin) for all exchanges with immediate cache clearing for instant application on the PCM MCP server.

Instructions

Set default market type for all exchanges

Input Schema

NameRequiredDescriptionDefault
clearCacheNoClear exchange cache to apply changes immediately
marketTypeYesMarket type to set

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clearCache": { "default": true, "description": "Clear exchange cache to apply changes immediately", "type": "boolean" }, "marketType": { "description": "Market type to set", "enum": [ "spot", "future", "swap", "option", "margin" ], "type": "string" } }, "required": [ "marketType" ], "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/rand-tech/pcm'

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