Skip to main content
Glama
Rufus011

CMP-server Pocket Option 2026

by Rufus011

list_assets

Identify tradeable assets with payout percentages and expiration times. Filter by activity, OTC status, asset type, or search to focus your trading decisions.

Instructions

List tradeable assets with payout %% and available expirations (in seconds).

Filters: active_only (open for trading now), otc_only (synthetic OTC pairs), asset_type ('currency'/'stock'/'crypto'/'commodity'/'index'), search (substring of symbol or name). Sorted by payout, capped at limit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
searchNo
otc_onlyNo
asset_typeNo
active_onlyNo
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 discloses sorting (by payout), a limit cap, and that the output includes payout and expiration values. It does not explicitly state that the call is read-only (though 'list' suggests it), nor does it describe pagination or error behavior. For a simple read operation, this is adequate but not rich.

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 concise and front-loaded: the main purpose is stated in the first sentence, followed by a compact filter list and output notes. No filler or redundancy; every sentence adds value.

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

Completeness4/5

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

With no output schema, the description provides key return details (payout and expirations) and the ordering behavior. It does not fully specify the response structure (e.g., array of objects, exact field names), but for a list tool this is sufficient. The lack of annotations is partially mitigated by the description's coverage of parameters and behavior.

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

Parameters5/5

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

The schema has 0% parameter descriptions, but the description explains every parameter in plain language: active_only (open for trading), otc_only (synthetic pairs), asset_type with allowed values, search as a substring, and limit as the cap. This fully compensates for the missing schema descriptions.

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 opens with 'List tradeable assets' – a specific verb and resource. It immediately distinguishes from sibling tools like get_asset_info (single asset) and get_price (current price) by focusing on the list/overview function. The inclusion of filters and output fields (payout, expirations) further clarifies its scope.

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 establishes a clear use case: retrieving a list of tradeable assets with filtering options. It does not explicitly name alternatives or exclusion criteria, but the context is clear enough for an agent to decide when to invoke it. Sibling tool names like get_asset_info imply the alternative, though not stated in the description.

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