Skip to main content
Glama
Rufus011

CMP-server Pocket Option 2026

by Rufus011

get_asset_info

Retrieve detailed asset information by symbol: payout percentage, market open status, and allowed expiration periods.

Instructions

Details for one asset: payout, whether it's open, and allowed expirations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes
Behavior3/5

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

No annotations are provided, so the description carries the burden. It indicates a read operation (get) and lists the returned fields, which is useful. However, it does not disclose error handling, authentication needs, or the full scope of 'details' (whether the list is exhaustive).

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, concise sentence that is front-loaded with the purpose and enumerates key return details. No wasted words.

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?

Given no output schema and no annotations, the description partially compensates by naming three specific return fields. For a simple getter, this is adequate, but it lacks information on error conditions, the certainty of the field list, and any rate limits or permissions.

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

Parameters2/5

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

The only parameter, 'symbol', has no description in the schema (0% coverage). The description mentions 'one asset' but does not explicitly state that a symbol is required or provide any format validation. It adds minimal value beyond the parameter name.

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 returns details for one asset, listing specific fields (payout, open status, allowed expirations). This distinguishes it from siblings like list_assets (multiple assets) and get_price (single price point).

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?

The context is clear—use for a single asset—but there is no explicit guidance on when to prefer this over related tools like get_price or get_candles. The description implies usage but does not mention alternatives or exclusions.

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/Rufus011/CMP-server_Pocket-option-2026'

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