Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

index_option_300etf_qvix

Read-onlyIdempotent

Retrieve the QVIX volatility index for 300 ETF options to gauge market sentiment and assess option pricing.

Instructions

300 ETF 期权波动率指数 QVIX http://1.optbbs.com/s/vix.shtml?300ETF :return: 300 ETF 期权波动率指数 QVIX :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds a pandas.DataFrame return type and a source URL, but does not elaborate on data frequency, coverage, or limitations. No contradiction with annotations.

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 brief and to the point, containing only a title-like phrase, a source URL, and return type information. The first line duplicates the title, but the overall size is appropriate for such a simple tool.

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

Completeness3/5

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

For a zero-parameter read-only tool, the description names the resource and return type, which is minimally sufficient. However, it does not state whether this is a daily or spot series (leaving the 'min' sibling to differentiate), nor does it describe historical coverage or data columns, so the agent must infer from the name.

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 tool has zero parameters, so the baseline is 4 per the rubric. No parameter documentation is needed since the input schema is empty and the description does not reference parameters.

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

Purpose4/5

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

The description clearly identifies the resource as the 300 ETF option volatility index QVIX, and the name/title reinforce this. It stops short of explicitly contrasting with sibling QVIX tools (like the 'min' variants), but the resource is unambiguous.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus the many similar QVIX siblings (e.g., index_option_300etf_min_qvix, index_option_300index_qvix). There is no mention of use cases, prerequisites, or 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/kevynf/akbridge'

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