Skip to main content
Glama
okx-wallet-H

hvip MCP Server

by okx-wallet-H

okx_quick_market

Fetch a structured market snapshot including latest price, 5-level order book depth, funding rate, and product specifications for any trading product on OKX.

Instructions

[L:READ] CAT:[系统] | ## 功能:单次调用返回指定产品的行情+5档深度+资金费率+产品规格的结构化摘要

场景:用于Agent回答"现在BTC什么情况"时一次拿到全部信息、快速判断交易时机

关键词:市场速览, quick market, 行情+深度, 一键看盘, 综合行情, 市场概况

参数:

- instId: 产品ID,如 BTC-USDT、ETH-USDT-SWAP

鉴权:PUBLIC — 公开接口,不需要 API Key

风险:READ — 只读查询,Agent 可自动调用

返回量:微小 ~2KB — 精简5档深度,非全量订单簿

关联:本工具速览 → okx_get_candles 深入K线分析 → okx_get_orderbook 看全深度 → okx_place_order 下单

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instIdYes产品ID,如 BTC-USDT、ETH-USDT-SWAP
Behavior4/5

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

Since no annotations are provided, the description carries full burden. It explicitly states 'READ' and '只读查询' (read-only query), and notes return size (~2KB, 5-depth, not full orderbook). This is adequate for a read-only tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description uses structured headers and lists, making it easy to scan. It is slightly verbose but every section adds value. Could be more concise but still good.

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

Completeness5/5

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

For a read-only market snapshot with one parameter, the description covers functionality, usage scenario, auth, risk, return size, and related tools. It is fully complete for agent understanding.

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 100% with a clear description for instId. The description repeats the parameter info but adds no new semantics beyond the schema. Baseline 3 is appropriate.

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 the function: returning a structured summary of market data (ticker, 5-level depth, funding rate, product specs) for a given product. It distinguishes from siblings by combining multiple data points into one call.

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

Usage Guidelines5/5

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

The description provides a concrete use case ('now BTC what's the situation') and a tool chain: this tool for quick overview, then okx_get_candles for deeper K-line, okx_get_orderbook for full depth, okx_place_order for trading. It also mentions the tool is read-only and public.

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/okx-wallet-H/hvip-mcp'

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