Skip to main content
Glama
okx-wallet-H

hvip MCP Server

by okx-wallet-H

okx_account_overview

Get a complete account snapshot including balances, positions, and total valuation in a single call. Ideal for answering 'what's my account status?' and generating daily asset overviews.

Instructions

[L:READ] CAT:[系统] | ## 功能:一键获取账户全景:余额、持仓、配置、总估值,替代串行调用 4 个工具

场景:用于Agent首次了解用户账户全貌、回答"我账户现在什么情况"、每日资产概览

关键词:账户全景, 账户概览, account overview, 资产快照, 持仓汇总, 一键查账

参数:无

鉴权:⚠️ 需要 API Key(只读)

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

返回量:微小 ~3KB — 结构化摘要,非原始JSON堆砌

关联:本工具全景 → okx_get_positions 深入单仓位 → okx_get_balance 看各币种 → okx_place_order 交易

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It discloses read-only nature, required API key, small return size (~3KB), and risk level. It could add more on speed or cost, but covers the essentials.

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?

The description is well-structured with sections and keywords, but slightly verbose with tags and repetition. It is front-loaded with purpose and usage, earning its length.

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?

Despite no output schema or annotations, the description fully covers purpose, usage, auth, risk, return size, and workflow. It is self-sufficient for an agent to use correctly.

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

Parameters4/5

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

No parameters, so baseline is 4. The description adds value by explaining what data the tool returns (balance, positions, etc.), which is beyond the empty schema.

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 it provides a full account overview (balance, positions, config, valuation) and replaces 4 tools. It distinguishes itself from siblings by being a one-stop holistic view vs. detailed tools like okx_get_positions.

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 specifies use cases: 'first-time account overview', answering 'what's my account status', daily asset check. It also provides workflow context linking to deeper tools. However, it lacks explicit when-not-to-use or exclusion of alternatives.

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