Skip to main content
Glama
Mofesto

ctbcsec-api-mcp-server

by Mofesto

futopt_query_equity

Retrieve futures/options account equity for a given account ID, with optional trade date for current or historical values.

Instructions

Query futures/options account equity.

Args: account_id: Account ID trade_date: Trading date (empty string for current, defaults to today)

Returns: Account equity details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYes
trade_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoQuery result data
messageNoResponse message or error description
successYesWhether the query succeeded
event_idNoEvent ID from response
Behavior2/5

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

No annotations are provided, so the description carries full responsibility. It does not disclose whether the tool is read-only, what permissions are needed, or any side effects. The verb 'Query' implies reading, but this is not explicit, and no additional behavioral context is given.

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 a single-sentence purpose followed by clearly labeled Args and Returns sections. It is brief, well-structured, and contains no unnecessary information.

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

Completeness2/5

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

For a 2-parameter tool with no annotations, the description under-delivers. It lacks usage guidance, behavioral transparency, and contains a contradictory default. While an output schema exists, the description does not reference what 'Account equity details' entails, leaving the return structure unexplained.

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?

The description adds meaning for trade_date by explaining the empty-string behavior and stating a default, but this conflicts with the schema's default of null. account_id is only described as 'Account ID', adding little beyond the schema. With 0% schema coverage, the description partially compensates but has an inconsistency.

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 queries futures/options account equity. This distinguishes it from siblings like futopt_query_order, futopt_query_match, and futopt_query_oi, which focus on orders, matches, and open interest respectively.

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

Usage Guidelines3/5

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

Usage context is only implied by the resource name and the action 'query'. The description does not explicitly state when to use this tool over alternatives, nor does it provide exclusions or prerequisites. It is adequate but not explicit.

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/Mofesto/ctbcsec-api-mcp-server'

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