Skip to main content
Glama
okx-wallet-H

hvip MCP Server

by okx-wallet-H

agent_catalog_detail

Retrieve detailed tool list for a selected domain, including parameter hints, authentication requirements, and recommended call order for actionable workflow planning.

Instructions

[L:READ] CAT:[系统] | ## 功能:查看某个业务域的详细工具清单——含每个工具的参数提示、鉴权要求、推荐调用顺序

场景:Agent 在 agent_catalog 确定域后,调用此工具获取该域所有工具的精准信息、参数提示和典型 workflow

关键词:目录详情, catalog detail, 工具清单, 域详情, workflow

参数:

- domain: 域名称。可取值: 账户资产 | 行情看盘 | 下单交易 | 风险风控 | 市场扫描 | 盈亏复盘 | 资金管理 | 策略交易 | 预测市场 | WebSocket 实时 | 模拟估算 | 系统工具

鉴权:PUBLIC — 纯索引

风险:READ — 只读

返回量:微小 ~2KB — 单域详情

关联:agent_catalog 选域 → 本工具获取详情 → 直接调用目标工具

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes域名称。可选: 账户资产, 行情看盘, 技术指标, 下单交易, 风险风控, 市场扫描, 聪明钱, 盈亏复盘, 资金管理, 策略交易, 预测市场, 代码智能, WebSocket 实时, 模拟估算, 系统工具
Behavior4/5

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

Despite no annotations, the description discloses key behaviors: it is read-only (READ), public authentication, small response (~2KB), and returns parameter hints, auth requirements, and workflow. This is sufficient for an agent to understand the tool's impact and safety.

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 well-organized with clear headings, front-loaded with a summary, and each section provides necessary information without redundancy. Every sentence adds value, making it easy for an agent to parse.

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?

Given the simple input (one parameter) and no output schema, the description covers all necessary aspects: purpose, usage scenario, parameters, authentication, risk, response size, and workflow. It is complete for an agent to use this tool effectively.

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?

The schema already provides a description and possible values for the domain parameter. The tool description adds context by listing values in a structured format and linking the parameter to the catalog workflow. Although there is slight inconsistency in values, it adds meaningful guidance beyond the 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 the tool's function: viewing a detailed tool list for a specific business domain, including parameter hints, authentication requirements, and recommended call order. This distinguishes it from sibling tools that provide actual data or execute trades.

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 explicitly specifies the usage context: after using agent_catalog to select a domain, call this tool to get detailed information. It also outlines the intended workflow: agent_catalog -> this tool -> direct target tool call, providing clear guidance on when to use it vs. 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