Skip to main content
Glama
foxisyw

AI Trading Co-Pilot MCP Server

by foxisyw

okx_run_copilot

Run a 4-agent AI analysis (macro, technical, risk, portfolio) to get a trading signal, conviction, summary, reasoning, and suggested action for OKX instruments.

Instructions

Run full 4-agent AI analysis (macro + technical + risk + portfolio manager). Returns signal, conviction, summary, reasoning, and suggested action. Requires LLM API key (MINIMAX_API_KEY).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instTypeNoSWAP
instrumentNoTrading pair, e.g. BTC-USDTBTC-USDT
enabledSkillsNoSkills per agent, e.g. {"technical":["fibonacci-levels","candlestick-patterns"]}
disabledAgentsNoAgents to skip
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It adds important context: the number of agents, the return fields, and the API key requirement. However, it does not clarify side effects such as whether 'suggested action' remains advisory or could execute trades, nor does it mention rate limits or latency.

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 two sentences and front-loaded with the action and scope. It concisely lists return values and the critical prerequisite without wasted words.

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

Completeness4/5

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

For a moderate-complexity tool with no output schema, the description covers purpose, output fields, and a key prerequisite. It is adequate for invocation, though it could explicitly state that it performs analysis only and does not place orders, distinguishing it from okx_place_order.

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

Parameters3/5

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

Schema coverage is 75%, so the description does not need to compensate heavily, but it also adds little parameter-level meaning. It does not explain how enabledSkills or disabledAgents affect the '4-agent' analysis, though the schema already describes those. The description's mention of the API key is a prerequisite, not a parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action ('Run full 4-agent AI analysis') and resource (macro, technical, risk, and portfolio manager agents). It also distinguishes from sibling tools like okx_run_single_agent by emphasizing 'full 4-agent', and lists concrete outputs (signal, conviction, summary, reasoning, suggested action).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear usage context by defining the tool as 'full 4-agent AI analysis' and mentioning the prerequisite LLM API key (MINIMAX_API_KEY). It implies when to use this over single-agent tools, though it does not explicitly name alternatives or state exclusions.

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/foxisyw/trade-mcp-server'

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