Skip to main content
Glama

create_trading_plan

Create rule-based trading plans that automatically execute when specific market conditions occur, storing them for future activation within the TradeMemory Protocol system.

Instructions

Create a prospective trading plan that activates when conditions are met.

Stores a rule-based plan in prospective memory. The plan stays active until triggered, expired, or manually cancelled.

Args: trigger_type: Type of trigger (e.g. "market_condition", "drawdown", "time_based") trigger_condition: JSON string describing when to trigger (e.g. '{"regime": "ranging"}') planned_action: JSON string describing what to do (e.g. '{"type": "skip_trade"}') reasoning: Why this plan was created expiry_days: Days until plan expires (default 30) priority: Priority 0-1, higher = checked first (default 0.5)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trigger_typeYes
trigger_conditionYes
planned_actionYes
reasoningYes
expiry_daysNo
priorityNo

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/mnemox-ai/tradememory-protocol'

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