Gate Info MCP
Server Details
Gate info MCP for coin discovery, market snapshots, technical analysis, and on-chain data.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- gate/gate-mcp
- GitHub Stars
- 37
- Server Listing
- Gate MCP Server
Available Tools
32 toolsinfo_coin_get_coin_infoARead-onlyIdempotentInspect
Single-target lookup: ticker, name, or contract→rows. Chain fixes address clashes. Filtered lists→search_coins. Boards→get_coin_rankings. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Max rows; default 3, max 20. | |
| chain | No | Chain hint for address disambiguation when query_type=address or auto-detected EVM address; e.g. eth, tron, bsc. Same normalization as search_coins. | |
| query | Yes | Search text: symbol, contract address, localized name, etc. | |
| scope | No | basic (default) | detailed | full; with_project/with_tokenomics align with full _source. | |
| fields | No | Field allowlist; empty = all. scope wins when both set. | |
| query_type | No | auto (default) | address | symbol | name | project | gate_symbol | source_id |
Output Schema
| Name | Required | Description |
|---|---|---|
| chain | No | |
| count | Yes | |
| items | Yes | |
| query | Yes | |
| scope | No | |
| total | Yes | |
| query_type | Yes | |
| duration_ms | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, destructiveHint, but the description adds 'Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.' This goes beyond the annotations by specifying data type and the absence of trading/auth features, fully aligning and enriching the behavioral profile.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence with zero filler. Front-loads the core purpose, then packs routing and safety disclaimers in clean, scannable clauses. Every phrase earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only lookup tool with a full output schema and comprehensive annotations, the description covers purpose, sibling routing, edge-case hint (chain), and behavioral boundaries. Nothing essential for correct invocation is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds meaningful insight by explaining that 'Chain fixes address clashes', which clarifies the chain parameter's purpose beyond the schema note. It also implies query flexibility ('ticker, name, or contract'), though most parameter details are left to the well-documented schema. This is a modest but real increment.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description explicitly states 'Single-target lookup: ticker, name, or contract→rows' – a specific verb, resource, and input types. It also distinguishes itself from siblings by naming search_coins for filtered lists and get_coin_rankings for boards, leaving no ambiguity about scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit routing: 'Filtered lists→search_coins. Boards→get_coin_rankings.' Also clarifies the chain parameter's role for address disambiguation and notes what is not included (no account access, no orders/funds), giving clear when-to-use and when-not-to-use context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_coin_get_coin_rankingsARead-onlyIdempotentInspect
Boards: popular, gainers/losers, twitter_hot, airdrop, new_listing, market_pulse_hot. time_range only for gainers/losers. Single match→get_coin_info. Filtered list→search_coins. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Rows; default 20, max 400. | |
| time_range | No | Only for top_gainers|top_losers: 1h|24h (default)|7d. Omit for other ranking_type or validation fails. | |
| listing_from | No | new_listing only: Unix seconds from; 0 = omit. | |
| ranking_type | Yes | popular|top_gainers|top_losers|twitter_hot|airdrop|new_listing|market_pulse_hot | |
| listing_query | No | new_listing only: exchange / keyword for upstream query. | |
| listing_tickers | No | new_listing only: comma tickers e.g. BTC,ETH. |
Output Schema
| Name | Required | Description |
|---|---|---|
| count | Yes | |
| items | Yes | |
| total | Yes | |
| time_range | Yes | |
| duration_ms | Yes | |
| ranking_type | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds 'Read-only public research data. No account access, no order placement or fund transfers. Not investment advice,' which reinforces safety and purpose beyond what annotations provide. It doesn't contradict annotations, and the added context is useful for the agent's risk assessment.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact, front-loading the core function (boards) and then addressing critical usage and safety points in a few short sentences. Every sentence adds value, with no extraneous content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (6 parameters, output schema present) and rich annotations, the description covers the essential aspects: board enumeration, time_range constraint, alternative tool routing, and safety disclaimers. The output schema handles return-value details, so nothing critical is missing for correct usage.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers 100% of parameters with detailed descriptions (e.g., limit, time_range, ranking_type). The description adds minimal new parameter information beyond re-stating the time_range constraint for gainers/losers, which is already in the schema. Thus it meets the baseline for full schema coverage without significantly enhancing semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves coin rankings across named boards (popular, gainers/losers, etc.) and explicitly distinguishes it from get_coin_info and search_coins, which are sibling tools. The verb 'get' is implied by the title and the description's focus on board selection makes the purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly tells the agent when to use alternatives: 'Single match→get_coin_info. Filtered list→search_coins.' It also specifies that time_range only applies to gainers/losers, providing clear usage constraints without ambiguity.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_coin_search_coinsARead-onlyIdempotentInspect
Multi-row asset list by category, chain, cap, type. One clear match→get_coin_info. Boards→get_coin_rankings. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain filter: canonical name or alias (ETH→Ethereum, BSC→BNB Chain); contains match on normalized chain list. | |
| limit | No | Page size; default 20, max 400. | |
| offset | No | Offset; default 0. | |
| sort_by | No | market_cap (default) | fdv | circulating_supply; all desc | |
| category | No | Controlled sector tag or group (e.g. Layer 1, DEX); case-insensitive; matches category_type_flat then category_type; unknown values return empty list. | |
| asset_type | No | crypto (default) | tradefi | all | |
| market_cap_max | No | Max market cap USD. | |
| market_cap_min | No | Min market cap USD; range on market_value / market_cap. |
Output Schema
| Name | Required | Description |
|---|---|---|
| chain | No | |
| count | Yes | |
| items | Yes | |
| limit | No | |
| total | Yes | |
| offset | No | |
| sort_by | No | |
| category | No | |
| asset_type | No | |
| duration_ms | Yes | |
| total_count | Yes | |
| market_cap_max | No | |
| market_cap_min | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnlyHint, destructiveHint, idempotentHint), the description adds valuable behavioral context: 'Read-only public research data' clarifies the data scope, and 'No account access, no order placement or fund transfers' explicitly discloses what the tool does not do, preventing misconceptions about capabilities not implied by annotations alone.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded: the core purpose is stated in the first sentence, followed by routing and safety notes. Every sentence adds value—no fluff. It effectively balances brevity with clarity, making it easy for an agent to quickly parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With an output schema present, the description doesn't need to explain return values. It covers the tool's core purpose, routing to siblings, behavioral aspects, and exclusions. Given the tool's moderate complexity (8 optional parameters) and rich annotations, the description provides all necessary context for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so all 8 parameters have detailed descriptions in the schema. The description only mentions 'category, chain, cap, type' which maps to some parameters but adds no extra semantics beyond what the schema already provides. Baseline of 3 is appropriate since the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Multi-row asset list by category, chain, cap, type.' It uses a specific verb (list/search) and resource (assets) with filters. It also explicitly differentiates from siblings by naming get_coin_info for single clear matches and get_coin_rankings for boards, making it immediately distinguishable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides direct routing guidance: 'One clear match→get_coin_info. Boards→get_coin_rankings.' This tells the agent when to use this tool versus alternatives. It also adds usage context ('Read-only public research data') and exclusions ('No account access, no order placement or fund transfers'), making the tool's appropriate use explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_compliance_check_token_securityARead-onlyIdempotentInspect
Public heuristic token security screen (e.g. tax/holder-risk style signals from data providers). Not a security guarantee or legal/investment advice. On-chain activity stats→get_token_onchain. Token xor address with chain; scope in schema. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Locale: en|cn|tw|ja|kr; default en. | |
| chain | Yes | Chain id e.g. eth, bsc, solana, base, arb. | |
| scope | No | basic (default)|full. | |
| token | No | Token symbol e.g. PEPE; xor with address. | |
| address | No | Contract address; xor with token. |
Output Schema
| Name | Required | Description |
|---|---|---|
| chain | Yes | |
| count | Yes | |
| scope | No | |
| token | No | |
| total | Yes | |
| address | Yes | |
| buy_tax | No | |
| holders | No | |
| sell_tax | No | |
| name_risk | No | |
| risk_facts | No | |
| duration_ms | Yes | |
| is_honeypot | Yes | |
| holder_count | No | |
| risk_summary | Yes | |
| tax_analysis | No | |
| data_analysis | No | |
| low_risk_list | No | |
| top10_percent | No | |
| high_risk_list | No | |
| is_open_source | Yes | |
| middle_risk_list | No | |
| dev_holding_percent | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds meaningful context beyond those: it's a heuristic, not a security guarantee, no account access, no fund movement, and reiterates 'not investment advice'. This clarifies the operational boundaries beyond the structured hints, without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences deliver purpose, disclaimers, routing, and parameter logic without excessive verbosity. The key purpose is front-loaded, and each sentence earns its place. Slightly run-on with multiple clauses, but still reads cleanly and is appropriately sized for the information conveyed.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With an output schema present and 100% parameter coverage, the description doesn't need to describe return values. It covers purpose, limitations, routing, parameter logic (xor), and safety disclaimers. The only minor gap is not explicitly stating prerequisites (e.g., need chain plus either token or address), but that's implied by the xor note and required chain.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so baseline is 3. The description adds genuine value by explaining the 'Token xor address with chain' relationship, which is not fully spelled out in individual property descriptions. Also notes that 'scope' is in the schema (redundant but harmless). This goes slightly beyond the schema's documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb/resource (checks token security) and gives concrete examples of what it surfaces (tax/holder-risk signals). Explicitly routes on-chain activity stats to a sibling (get_token_onchain), clearly distinguishing its scope from that tool. The purpose is unambiguous and distinct from all 30+ siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides a direct routing rule ('On-chain activity stats→get_token_onchain') which tells the agent when to pick the alternative. Implies usage context through 'public heuristic', 'read-only public research data', and explicit exclusions ('no order placement or fund transfers'). Doesn't state a formal 'when to use this' sentence, but the intent and exclusions are clear enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_macro_get_economic_calendarARead-onlyIdempotentInspect
Filtered release calendar in a date window. Zero-arg dashboard→get_macro_summary. Indicator snapshot or series→get_macro_indicator. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Rows; default 20, max 400. | |
| end_date | No | End YYYY-MM-DD inclusive; default start+30d; sorted by event_date desc. | |
| event_type | No | FOMC|NFP|CPI|PPI|GDP|PCE|...; empty or all = no filter. | |
| importance | No | Importance filter; ignored if index lacks field. | |
| start_date | No | Start YYYY-MM-DD for event_date; default today UTC; if only end_date set, start defaults today. |
Output Schema
| Name | Required | Description |
|---|---|---|
| size | No | |
| count | Yes | |
| items | Yes | |
| total | Yes | |
| end_date | No | |
| event_type | No | |
| importance | No | |
| start_date | No | |
| duration_ms | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint and idempotentHint, and the description adds 'Read-only public research data. No account access, no order placement or fund transfers.' This provides additional safety context beyond the annotations and is consistent with them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four short sentences, each serving a distinct purpose: core purpose, routing, safety, and disclaimer. It is front-loaded with the main purpose and wastes no words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With full schema descriptions, annotations, and an output schema, the description covers all necessary aspects: what it does, when to use it, and safety constraints. The routing logic addresses key alternatives among siblings, making it sufficient for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema descriptions cover 100% of the parameters with details like defaults and sorting. The tool description does not mention parameters at all, so it adds no additional meaning beyond the schema. The baseline of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with 'Filtered release calendar in a date window', clearly identifying the resource and the action. It explicitly contrasts with get_macro_summary and get_macro_indicator, making the purpose and differentiation unmistakable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides explicit routing logic: 'Zero-arg dashboard→get_macro_summary. Indicator snapshot or series→get_macro_indicator.' This tells the agent exactly when to choose this tool over those siblings, and also states read-only and no account access for safe usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_macro_get_macro_indicatorARead-onlyIdempotentInspect
Official macro stats: latest or series by country/indicator (CPI, rates, jobs). No event feed. Calendar→get_economic_calendar. Dashboard→get_macro_summary. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | latest (default, snapshot) or timeseries. | |
| size | No | Rows; default 20, max 400. | |
| country | No | Country display name e.g. United States; wins over country_code if both set. | |
| end_date | No | Same as end_time. | |
| end_time | No | Range end; alias end_date. | |
| indicator | Yes | Exact keyword match on indicator.keyword OR indicator_id.keyword OR slugname.keyword; ASCII case-insensitive via exact variants (original, lower, upper). | |
| start_date | No | Same as start_time. | |
| start_time | No | Range start; alias start_date; filters date/part_date. | |
| country_code | No | ISO code e.g. US when index lacks display name. |
Output Schema
| Name | Required | Description |
|---|---|---|
| mode | Yes | |
| note | No | Optional empty-result or fallback hint. |
| size | No | |
| count | Yes | |
| total | Yes | |
| latest | No | |
| country | No | |
| end_date | No | |
| end_time | No | |
| indicator | Yes | |
| start_date | No | |
| start_time | No | |
| timeseries | No | |
| duration_ms | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false. The description adds meaningful context beyond these: 'Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.' This clarifies the scope of operations and the absence of trading actions, which is not fully captured by generic annotations. 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and information-dense, leading with the core purpose, then exclusions, alternatives, and safety disclaimers. Every sentence adds value, and it avoids fluff. The structure front-loads the purpose and quickly guides the agent to decide whether the tool is appropriate.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 9 parameters but only one required, an output schema, and rich annotations, the description covers the essential context: what it returns (macro stats), the mode options, the no-event-feed caveat, and the non-investment-advice disclaimer. It lacks explicit mention of parameter aliases, but the schema covers those. Overall, it is complete for an agent to select and invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so all 9 parameters are documented in the schema. The description itself does not add new parameter details; it mentions indicator examples (CPI, rates, jobs) and mode ('latest or series'), which slightly reinforces the existing mode and indicator descriptions, but does not go beyond what the schema provides. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description states a specific verb and resource: 'Official macro stats: latest or series by country/indicator (CPI, rates, jobs).' It enumerates the kinds of indicators (CPI, rates, jobs) and explicitly distinguishes from siblings by noting 'No event feed' and naming the alternatives (Calendar→get_economic_calendar, Dashboard→get_macro_summary). This clearly differentiates the tool from its siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context: it is for macro stats, read-only research data, and not the event feed. It explicitly points to get_economic_calendar for events and get_macro_summary for dashboards, giving alternative tools. However, it does not explicitly state when to prefer this over get_macro_summary beyond the dashboard reference, so it lacks a full when/when-not directive but is close.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_macro_get_macro_summaryARead-onlyIdempotentInspect
Zero-arg macro dashboard: key snapshots plus upcoming releases. Filtered calendar list→get_economic_calendar. Indicator snapshot or series→get_macro_indicator. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| count | Yes | |
| total | Yes | |
| indicators | Yes | |
| duration_ms | Yes | |
| next_events | Yes | |
| snapshot_time | Yes | |
| indicators_total | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description's 'Read-only public research data' aligns with those. It adds valuable extras: 'No account access, no order placement or fund transfers, not investment advice'—context beyond the annotations that clarifies limitations. These are non-repetitive and useful for an agent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact yet information-dense: it opens with the singular purpose, then provides routing alternatives, then safety/usage constraints. Each sentence adds distinct value with no fluff or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-argument tool with an output schema defined, the description covers all the essentials: purpose, use-case segmentation, security and compliance caveats. Nothing an agent needs to decide whether to call it (or not) is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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. The description reinforces 'Zero-arg' at the start, but since there are no parameters, there is nothing to clarify beyond confirming the tool takes no input.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description starts with 'Zero-arg macro dashboard: key snapshots plus upcoming releases,' stating a specific verb-resource with clear scope. It explicitly distinguishes itself from sibling tools by naming get_economic_calendar and get_macro_indicator as alternatives for specific use cases.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives explicit when-to-use directions: 'Filtered calendar list→get_economic_calendar. Indicator snapshot or series→get_macro_indicator.' It also clarifies that this tool is for the general dashboard, not those detailed queries. This is direct, actionable routing advice.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_marketdetail_get_klineARead-onlyIdempotentInspect
Exchange pair or contract candles, including fine intervals such as 1m or 5s; needs Gate base URL. Trend-index OHLCV or indicator bundle→markettrend_get_kline. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| extra | No | Passthrough e.g. interval overrides. | |
| limit | No | Max candles; default 100, max 400; without range = latest N desc. | |
| settle | No | futures/delivery settlement; default usdt. | |
| symbol | Yes | Pair or contract. | |
| end_time | No | End Unix seconds. | |
| timeframe | Yes | Candle interval e.g. 1s, 1m, 5m. | |
| start_time | No | Start Unix seconds; with end_time for range; omit = last limit candles desc. | |
| market_type | No | spot (default)|futures|delivery|options |
Output Schema
| Name | Required | Description |
|---|---|---|
| count | Yes | |
| items | Yes | |
| total | Yes | |
| settle | No | |
| symbol | Yes | Echo input. Candle times are UTC (+00:00); convert for local display. |
| cex_tool | Yes | |
| timeframe | Yes | |
| duration_ms | Yes | |
| market_type | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, destructiveHint, covering safety. The description adds value by specifying a prerequisite ('needs Gate base URL') and reinforcing that it is read-only public research data with no trading capabilities. It adds context beyond annotations without contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, all informative: main purpose, alternative tool, and safety/usage constraints. No filler, and the most important information is front-loaded. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With an output schema present and 100% parameter coverage, the description covers the core essentials: what it does, when to use it, prerequisites, and safety. Nothing critical is missing for an agent to decide and execute a call, though it doesn't mention rate limits or custom return handling, which are minor given the structured schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema fully documents all parameters. The description's mention of 'fine intervals such as 1m or 5s' duplicates the schema's timeframe examples and doesn't add new meaning. It does not compensate for any gaps because none exist, but it also doesn't add extra value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb-resource: 'Exchange pair or contract candles', and specifies fine intervals (1m, 5s). It explicitly differentiates from the sibling tool: 'Trend-index OHLCV or indicator bundle→markettrend_get_kline', so an agent knows exactly what this tool returns and how it differs from similar tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives explicit when-to-use and when-not-to-use guidance: 'Trend-index OHLCV or indicator bundle→markettrend_get_kline' directs to an alternative for different data needs. It also states non-usage: 'No account access, no order placement or fund transfers', clarifying it is for public research only.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_marketdetail_get_orderbookARead-onlyIdempotentInspect
Order book depth: bids/asks ladder from Gate; needs base URL. Trade tape→get_recent_trades. Trend-index bars→markettrend_get_kline. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Order book depth; default 20, max 100. | |
| extra | No | Extra Gate API params merged into request. | |
| settle | No | Settlement for futures/delivery; default usdt; omit for options. | |
| symbol | Yes | Pair e.g. BTC_USDT. | |
| market_type | No | spot (default)|futures|delivery|options. |
Output Schema
| Name | Required | Description |
|---|---|---|
| count | Yes | |
| depth | Yes | |
| items | Yes | |
| total | Yes | |
| settle | No | |
| symbol | Yes | Echo input. Item timestamps are UTC (+00:00); convert for local display. |
| cex_tool | Yes | |
| duration_ms | Yes | |
| market_type | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds value beyond these by noting 'needs base URL' (a practical requirement) and reinforcing safety with 'No account access, no order placement or fund transfers'. It also disclaims investment advice. 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise, front-loading the purpose, then alternatives, then disclaimers. It is slightly longer than strictly necessary due to safety disclaimers, but each sentence earns its place. It avoids redundancy with the schema.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 5-parameter tool with a full output schema and comprehensive annotations, the description covers the core purpose, usage routing, a key prerequisite (base URL), and safety profile. It does not describe return values, but that is handled by the output schema. Remaining gaps are minor.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema fully documents all 5 parameters. The description does not add per-parameter details beyond mentioning the base URL requirement, which is not a parameter. Per the rubric, a baseline of 3 is appropriate when the schema carries the semantic load.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description explicitly states the tool retrieves 'Order book depth: bids/asks ladder from Gate', naming the specific resource (Gate order book) and the verb (get depth). It distinguishes from siblings by referencing trade tape (get_recent_trades) and trend-index bars (markettrend_get_kline), making its unique purpose clear.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides explicit guidance on when to use this tool versus alternatives: 'Trade tape→get_recent_trades' and 'Trend-index bars→markettrend_get_kline'. It also mentions the prerequisite 'needs base URL', giving concrete context for invocation. This is direct and actionable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_marketdetail_get_recent_tradesARead-onlyIdempotentInspect
Recent trade prints tape from Gate; needs base URL. Depth ladder→get_orderbook. Trend-index bars→markettrend_get_kline. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| extra | No | Optional Gate API passthrough. | |
| limit | No | Recent trades count; default 50, max 400. | |
| settle | No | futures/delivery settlement; default usdt. | |
| symbol | Yes | Pair or contract id. | |
| market_type | No | spot (default)|futures|delivery|options |
Output Schema
| Name | Required | Description |
|---|---|---|
| count | Yes | |
| items | Yes | |
| limit | Yes | |
| total | Yes | |
| settle | No | |
| symbol | Yes | Echo input. Trade times are UTC (+00:00); convert for local display. |
| cex_tool | Yes | |
| duration_ms | Yes | |
| market_type | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds context that this is public research data with no account access or fund transfers, which is slightly beyond annotations but not substantial. It does not contradict annotations, and the extra context is useful though minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four sentences, front-loaded with the main purpose, immediately followed by sibling routing, and then security notes. It is concise with zero filler, precisely earning its length.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the high schema coverage (100%) and the presence of an output schema, the description need not explain return values. It covers purpose, usage routing, and safety. The only vague element is 'needs base URL,' which is an ambiguous prerequisite not tied to any parameter, but overall the description is sufficiently complete for an agent to invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so all parameters are already explained in the schema. The description does not add parameter-specific guidance beyond mentioning a base URL, which is not clearly tied to a parameter. Since the schema carries the burden effectively, the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool fetches recent trade prints (tapes) from Gate, which is a specific verb+resource. It explicitly differentiates from siblings by naming get_orderbook for depth ladders and markettrend_get_kline for trend-index bars, so an agent can immediately identify its unique purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit routing instructions: 'Depth ladder→get_orderbook' and 'Trend-index bars→markettrend_get_kline.' This tells the agent when to use this tool versus alternatives. It also adds a prerequisite ('needs base URL') and clarifies it is for public research only.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_marketsnapshot_batch_market_snapshotARead-onlyIdempotentInspect
Batch quotes up to 20 symbols; partial misses OK. One symbol→get_market_snapshot. Deep trend→markettrend_get_kline. Breadth→get_market_overview. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| quote | No | Quote currency; default USDT; maps to OpenSearch market. | |
| scope | No | Response scope. | |
| source | No | spot (default)|futures (future)|alpha|fx. | |
| symbols | Yes | Symbol list, max 20. Missing symbols yield empty rows; the batch still succeeds. | |
| timeframe | No | Kline: 15m|1h|4h|1d; default 1h. |
Output Schema
| Name | Required | Description |
|---|---|---|
| count | Yes | |
| items | Yes | |
| quote | No | |
| scope | No | |
| total | Yes | |
| source | No | |
| symbols | No | |
| not_found | Yes | |
| timeframe | No | |
| duration_ms | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond annotations (readOnlyHint, idempotentHint), the description discloses meaningful limitations: 'Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.' It also notes partial misses are OK, which is critical behavioral context for batch calls. No contradictions 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded with the core purpose, followed by targeted routing guidance and necessary safety disclaimers. Every clause earns its place with no filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's moderate complexity (5 params, 1 required), the presence of an output schema, and reactive annotations, the description fully equips an agent with purpose, usage criteria, alternative routing, and behavioral constraints. Nothing essential is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with per-parameter descriptions, so the schema already documents all parameters. The description adds only the max-20-symbol limit (already in the schema) and partial-miss behavior, but doesn't explain each parameter beyond the schema. The baseline of 3 is appropriate since the description adds no significant semantic value over the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Batch quotes up to 20 symbols' with partial-miss tolerance. It explicitly names sibling tools and the conditions under which to use them instead, making it unmistakably distinct from get_market_snapshot, markettrend_get_kline, and get_market_overview.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides direct routing guidance: 'One symbol→get_market_snapshot. Deep trend→markettrend_get_kline. Breadth→get_market_overview.' This tells an agent exactly when to choose this batch tool versus the alternatives, leaving no ambiguity.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_marketsnapshot_get_institutional_metricsARead-onlyIdempotentInspect
BTC/ETH institutional ETF/CME/CFTC daily metrics (OpenSearch). asset=BTC|ETH|all; channel=all|etf|cme|cftc nulls non-selected fields. CME often null with data_status cme_source_not_procured. Returns assets[].latest and series[]. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | BTC|ETH|all; default BTC. all returns BTC and ETH groups. | |
| limit | No | 1-366; default 30. | |
| channel | No | all|etf|cme|cftc; default all. | |
| end_date | No | YYYY-MM-DD; default latest part_date available from OpenSearch. | |
| start_date | No | YYYY-MM-DD; default end_date - 30d. |
Output Schema
| Name | Required | Description |
|---|---|---|
| asset | Yes | |
| count | Yes | |
| total | Yes | |
| assets | Yes | |
| channel | Yes | |
| end_date | Yes | |
| start_date | Yes | |
| data_status | Yes | |
| duration_ms | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds valuable behavioral detail: it explains that channel selection 'nulls non-selected fields' and that CME data is often null with the status 'cme_source_not_procured'. It also reiterates the read-only/public nature and adds that it is not investment advice. These behaviors go beyond the annotations and inform the agent about data quality and side-effect‑free invocation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is roughly 70 words and front-loaded: it states the core purpose first, then parameter guidance, then key data-quality notes, then safety/scope. There is no fluff; every sentence introduces a distinct fact (purpose, parameter semantics, null behavior, return shape, read-only nature). The structure is efficient and scannable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the 5 optional parameters, full schema coverage, an output schema (present per context), and annotations covering safety, the description covers everything an agent needs: it explains parameter semantics, return structure, and data-quality quirks (CME nulls). It even clarifies that this is public research data and not investment advice, preventing misuse. Nothing critical is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already documents all five parameters and their defaults (coverage 100%), so the baseline is 3. The description provides additional nuance: it clarifies the enum-style values for asset and channel, and explains that selecting a channel nulls non-selected fields—something not explicitly in the schema. It also notes the relationship between CME nulls and the data_status field. This adds real meaning beyond the schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific purpose: 'BTC/ETH institutional ETF/CME/CFTC daily metrics' and goes on to clarify the data source (OpenSearch) and the structure of results (assets[].latest and series[]). This clearly distinguishes it from sibling market snapshot and overview tools, which focus on general market data, not institutional metrics. No ambiguity remains about what it does.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description does not explicitly name alternatives or state when not to use this tool, but it provides clear context: it is for institutional ETF/CME/CFTC metrics, read-only research data, and is explicitly not for trading or account actions. Given the narrow scope, an agent can infer when to call it, and the 'Read-only' note signals it is safe for research. However, it does not mention any sibling that covers overlapping data, so the exclusion guidance is implicit rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_marketsnapshot_get_market_overviewARead-onlyIdempotentInspect
Broad market dashboard: cap, volume, dominance, and sentiment; no stablecoin ranking. Stablecoin-only ranking or chain breakdown→get_stablecoin_info. One asset→get_market_snapshot. Many symbols→batch_market_snapshot. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| ahr999 | Yes | |
| btc_price | Yes | |
| updated_at | Yes | |
| duration_ms | Yes | |
| btc_dominance | Yes | |
| eth_dominance | Yes | |
| fear_greed_index | Yes | |
| fear_greed_label | Yes | |
| total_market_cap | Yes | USD total market cap; null when that upstream slice fails. Each field may be null independently. |
| total_volume_24h | Yes | |
| active_coins_count | Yes | |
| altcoin_season_index | Yes | |
| market_cap_change_24h | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds context by stating 'Read-only public research data' and clarifying 'No account access, no order placement or fund transfers,' which reinforces the non-destructive nature and adds a disclaimer about investment advice. This goes slightly beyond annotations by framing the tool's purpose as research data.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and well-structured. It leads with the core purpose and contents, then immediately provides routing instructions to sibling tools, and ends with safety disclaimers. Every sentence serves a purpose, and there is no redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that this is a simple zero-parameter tool with an output schema available, the description fully covers what the tool does, what it includes, and when to use alternatives. There is nothing else an agent needs to know to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the input schema is empty. Per the baseline rule, with 0 params the score is 4. The description doesn't need to elaborate on parameters, and it doesn't, instead focusing on scope and alternatives. This is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool provides a broad market dashboard covering cap, volume, dominance, and sentiment, and explicitly distinguishes it from siblings by noting it does not include stablecoin ranking. It names specific alternatives for different use cases, making the purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit usage guidance: use this tool for a broad market overview, but for stablecoin-only ranking use get_stablecoin_info, for a single asset use get_market_snapshot, and for many symbols use batch_market_snapshot. This clearly specifies when to use this tool versus alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_marketsnapshot_get_market_snapshotARead-onlyIdempotentInspect
One-symbol: price, kline clip, project. Trend→markettrend_get_kline. Gate→marketdetail_get_kline. Many→batch_market_snapshot. Breadth→get_market_overview. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| quote | No | Quote currency mapped to OpenSearch market; default USDT. | |
| scope | No | basic (default, trimmed)|detailed|full. | |
| source | No | alpha|spot|futures (future)|fx; default spot. | |
| symbol | Yes | Symbol e.g. BTC, ETH, USDC. | |
| timeframe | No | Kline: 15m|1h|4h|1d; wins over indicator_timeframe when both set; default 1h if both empty. | |
| indicator_timeframe | No | Alias of timeframe when timeframe omitted. |
Output Schema
| Name | Required | Description |
|---|---|---|
| kline | Yes | |
| quote | No | |
| scope | No | |
| source | Yes | |
| symbol | Yes | |
| realtime | Yes | |
| timeframe | Yes | |
| derivatives | No | |
| duration_ms | Yes | |
| market_pulse | No | |
| project_info | Yes | |
| institutional_channel_summary | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds value by explicitly stating 'Read-only public research data. No account access, no order placement or fund transfers. Not investment advice,' which reinforces the safety profile and clarifies limitations beyond the annotation booleans. 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
One sentence packs the purpose, usage routing, and safety disclaimer without wasted words. The core scope is front-loaded ('One-symbol'), followed by actionable routing. Every phrase earns its place, making it easy to scan and understand.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's moderate complexity (six parameters, one required), the description provides sufficient routing and safety context. An output schema exists, so return format is covered structurally. It could mention default parameter values (e.g., quote default USDT) but the schema already provides that, so completeness is adequate for an agent to call correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema describes all six parameters with 100% coverage, so the description carries no burden to explain them. It mentions 'price, kline clip, project' as part of the output, which hints at what the snapshot contains but does not add parameter-specific semantics. Baseline 3 is appropriate given full schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with 'One-symbol: price, kline clip, project,' which clearly identifies the tool as a single-symbol snapshot getter. It also names sibling tools for other use cases (trend, gate, batch, breadth), distinguishing it from alternatives without needing to inspect other schemas. Slightly fragmentary phrasing keeps it from a 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicit routing guidance is given: 'Trend→markettrend_get_kline. Gate→marketdetail_get_kline. Many→batch_market_snapshot. Breadth→get_market_overview.' This tells the agent exactly when to use this tool versus alternatives. It also notes the read-only research context, which implies when it's appropriate to call.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_markettrend_get_indicator_historyARead-onlyIdempotentInspect
Historical indicator columns (RSI, MACD, MAs). OHLCV→get_kline. Chart-label snapshot→get_technical_analysis. Not trading signals or investment recommendations. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Points; default 50, max 400. | |
| symbol | Yes | Symbol. | |
| end_time | No | Range end. | |
| timeframe | Yes | 15m|1h|4h|1d. | |
| indicators | Yes | ES field names e.g. rsi, macd, macd_dea, ma7, ema7, ma30, boll_upper_band, signal_value_k, profit_rate_stddev_7d. | |
| start_time | No | Range start: ms or ISO8601. |
Output Schema
| Name | Required | Description |
|---|---|---|
| count | Yes | |
| items | Yes | |
| total | Yes | |
| symbol | Yes | |
| timeframe | Yes | |
| indicators | Yes | |
| duration_ms | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, covering the safety profile. The description adds disclaimers like 'No account access, no order placement or fund transfers' and 'public research data', which mostly reinforce the read-only nature rather than introducing substantial new behavioral context. It adds minimal value beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is brief and front-loads the core function before routing and safety disclaimers. It is somewhat fragmented with repeated 'Not investment advice' phrasing, but it is still efficient and under 50 words, with no wasted information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (read-only data retrieval) and the presence of full schema and output schema, the description covers all essential aspects: what it returns, when to use it versus alternatives, and its safe read-only nature. It also implicitly states that no auth is needed ('public research data'). Nothing an agent needs to decide whether to call it is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so all six parameters are documented with meaningful descriptions (e.g., 'ES field names e.g. rsi, macd...'). The tool description itself does not elaborate on parameter usage, semantics, or relationships; it only lists example indicators in the schema. The description adds no extra value on top of the schema, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with 'Historical indicator columns (RSI, MACD, MAs)' which clearly identifies the function and resource. It explicitly distinguishes itself from siblings by stating 'OHLCV→get_kline. Chart-label snapshot→get_technical_analysis', so an agent can differentiate it without inspecting those tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit routing guidance: it names the exact alternatives (get_kline for OHLCV data, get_technical_analysis for chart-label snapshots) and implies this tool is for indicator history. This is a clear when-to-use vs when-not-to-use pattern, leaving no ambiguity.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_markettrend_get_klineARead-onlyIdempotentInspect
Trend-index OHLCV for symbols, with optional indicator bundle. Exchange pair or contract candles, or fine intervals→marketdetail_get_kline. Columns→get_indicator_history. Chart-label snapshot→get_technical_analysis. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Row count; alias of limit; default 100, max 400. | |
| limit | No | Row count; default 100, max 400; alternative to size. | |
| period | No | Window: 1h|4h|24h|7d|3d|5d|10d; default 24h. Ignored when start/end set. | |
| symbol | Yes | Symbol e.g. BTC, ETH. | |
| end_time | No | Absolute end. | |
| timeframe | Yes | Candle interval: 1m|5m|15m|1h|4h|1d. | |
| start_time | No | Absolute start: ms timestamp or ISO8601; wins over period when paired with end. | |
| with_indicators | No | If true, include technical columns in _source; default OHLCV only. |
Output Schema
| Name | Required | Description |
|---|---|---|
| size | Yes | |
| count | Yes | |
| items | Yes | |
| total | Yes | |
| period | Yes | |
| symbol | Yes | |
| timeframe | Yes | |
| duration_ms | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, destructiveHint, and idempotentHint, so the description adds value by stating 'no account access, no order placement or fund transfers' and 'not investment advice.' This reinforces the read-only nature and provides user-facing context beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded with the core purpose (trend-index OHLCV). It uses concise routing notes and safety disclaimers without redundancy. A few segments could be merged, but overall it's efficient and structured logically.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For an 8-parameter tool with a rich output schema, the description covers purpose, routing, and safety. It doesn't describe the output format or pagination, but the output schema exists, so this is not a gap. The description is sufficient for an agent to understand when and how to call it.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description adds minimal new meaning beyond the schema—it mentions 'optional indicator bundle' which maps to with_indicators, but doesn't clarify other parameters like start_time/end_time or size/limit. It does not need to repeat schema details, so this is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states the tool returns trend-index OHLCV for symbols with an optional indicator bundle. Distinguishes from siblings by naming specific alternatives: marketdetail_get_kline for fine intervals, get_indicator_history for columns, and get_technical_analysis for chart-label snapshots.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly routes to alternatives based on use case: fine intervals to marketdetail_get_kline, column-specific needs to get_indicator_history, and chart-label snapshots to get_technical_analysis. Also clarifies this is for trend-index data and adds a read-only safety note.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_markettrend_get_technical_analysisARead-onlyIdempotentInspect
Multi-timeframe chart-derived labels (e.g. bullish/bearish/neutral style summaries) from OHLCV only—descriptive research, not a price forecast or investment recommendation. OHLCV→get_kline. Raw columns→get_indicator_history. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Window: 1h|4h|24h|7d|3d|5d|10d|all; default 3d. Absolute start/end win when parseable. | |
| symbol | Yes | Symbol. | |
| end_time | No | Absolute end: ms or RFC3339. | |
| start_time | No | Absolute start: ms or RFC3339. |
Output Schema
| Name | Required | Description |
|---|---|---|
| period | No | Echo relative window; empty when start/end used. |
| signal | Yes | Aggregate: bullish|bearish|neutral. |
| symbol | Yes | |
| end_time | No | |
| start_time | No | |
| timeframes | Yes | |
| duration_ms | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, and the description reinforces this with 'Read-only public research data' and 'No account access, no order placement or fund transfers.' It adds the important distinction that output is descriptive research, not a forecast, which is beyond annotation coverage. This provides valuable behavioral context without contradicting annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise with a few dense sentences. It front-loads the core purpose, then provides alternatives and safety cues. Each sentence contributes to understanding, and no redundant information exists. It's slightly packed but still structured effectively.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has an output schema, so return format is covered elsewhere. The description explains the data source (OHLCV only), its research nature, and its read-only scope. It also names related tools for alternative needs. For a moderately simple tool with a required symbol and optional time parameters, this is adequately complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so all four parameters are documented in the schema. The description adds no extra parameter-specific details, but doesn't need to because the schema is comprehensive. Baseline 3 is appropriate since the description doesn't enhance parameter understanding beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool produces multi-timeframe chart-derived labels (bullish/bearish/neutral) from OHLCV data, explicitly differentiating itself from siblings by noting 'OHLCV→get_kline' and 'Raw columns→get_indicator_history'. This distinguishes it from similar tools and provides a precise resource and verb.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives clear context on when to use it (for descriptive research labels) and when not to (not a price forecast or investment recommendation). It also names alternatives (get_kline, get_indicator_history) and implies they are for raw data needs. However, it doesn't explicitly state 'use this tool when you need a technical analysis summary' but the alternatives and exclusions make it clear enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_onchain_get_address_infoARead-onlyIdempotentInspect
Wallet profile: asset_summary, token_balances (USD desc), multi_chain_token_balances, labels/risk; Solana adds token_account/mint_account. Chain aliases: op→optimism, avax|avalanche-c→avalanche, bera|berachain→bera, polygon|matic, etc. Errors: invalid_chain, invalid_address, upstream_not_ready. Transfers→get_address_transactions. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain id e.g. eth, trx, bsc, btc, sol, base, arb. Omit to auto-detect from labels; default eth if unknown. | |
| scope | No | basic (default) | with_defi | with_counterparties | with_pnl | full. full merges all extensions; empty sections may be [] or null. detailed maps to full. | |
| address | Yes | On-chain address. | |
| min_value_usd | No | Min token balance USD; keep rows with parsed value_usd >= threshold. 0 keeps non-negative; unset/unparseable value_usd dropped. | |
| upstream_raw_mode | No | off (default) | lite | full. Prefer off for public MCP. include_upstream_raw=true forces full. | |
| include_upstream_raw | No | Prefer false (default). If true, include New Explorer ApiResponse.data as new_explorer_*_raw; large payload, not for public clients. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already convey read-only, idempotent, and non-destructive. The description adds beyond that: it lists potential errors (invalid_chain, invalid_address, upstream_not_ready), clarifies no account access or order placement, includes a disclaimer, and notes Solana-specific output additions. These are valuable behavioral disclosures not present in annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is packed with information but remains efficient. It front-loads the core purpose, then provides aliases, errors, an alternative, and a safety disclaimer. No redundant sentences; each clause adds useful content. It is slightly dense but not bloated.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With 6 parameters and no output schema, the description gives a good overview of the response contents (asset summary, balances, labels/risk) and error cases. It also clarifies chain handling and the alternative for transfers. However, it does not describe the exact response structure or pagination, which could be inferred from the parameter `min_value_usd` but is not explicitly stated. Still, it is fairly complete for a read-only info tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3. The description adds meaningful parameter semantics, such as chain aliases (op→optimism, avax|avalanche-c→avalanche) and behavior of scope/errors. It also hints at the effect of chain on output (Solana adds fields). This adds value beyond the schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Wallet profile' and enumerates the specific data contents (asset_summary, token_balances, multi_chain_token_balances, labels/risk). It also names a sibling tool for transfers, distinguishing itself from alternatives. The purpose is unambiguous and action-oriented.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly directs transfers to get_address_transactions, providing a clear alternative for a specific use case. It states it's read-only public research data, implying appropriate contexts. However, it does not give comprehensive guidance on when to choose this over other info tools, such as token-specific or platform-specific tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_onchain_get_address_transactionsBRead-onlyIdempotentInspect
Paginated transfers; BTC items include inputs/outputs/tx_status. partial_upstream_response when upstream total>0 but list unparseable. Chain aliases same as get_address_info. Profile→get_address_info. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain id (eth, trx, bsc, btc, sol, base, arb, ...); default eth. | |
| limit | No | Max rows; default 20, max 400; maps to explorer page_size. Some filters apply only to GET list paths. | |
| address | Yes | On-chain address. | |
| tx_type | No | transfer | contract_call | token_transfer | all (default). | |
| end_time | No | End Unix seconds. | |
| start_time | No | Start Unix seconds; pair with end_time; absolute wins over time_range. | |
| time_range | No | Relative window vs start/end: 1h|24h|1d|7d|30d|90d as [now-Δ, now]. Ignored if start_time or end_time set. | |
| to_address | No | Filter recipient; maps to explorer GET to or POST body to. BlockInfo path ignores. | |
| from_address | No | Filter sender; maps to explorer GET from or POST transfers from. BlockInfo path ignores. | |
| min_value_usd | No | If >0, keep rows with value_usd >= threshold (same semantics as get_address_info min_value_usd). May map to explorer query when supported. | |
| nonzero_value | No | If true, drop zero-amount token_transfer rows; passes nonzero_value to explorer POST when used. | |
| upstream_raw_mode | No | off (default) | lite | full. Prefer off for public MCP. include_upstream_raw=true forces full. | |
| include_upstream_raw | No | Prefer false (default). If true, include new_explorer_address_*_raw and per-item source_raw; large payload, not for public clients. |
Output Schema
| Name | Required | Description |
|---|---|---|
| chain | Yes | |
| count | Yes | |
| items | Yes | |
| limit | No | |
| total | Yes | |
| address | Yes | |
| sources | No | |
| tx_type | Yes | |
| end_time | No | |
| start_time | No | |
| time_range | No | |
| duration_ms | Yes | |
| data_quality | No | |
| transactions | Yes | |
| min_value_usd | No | |
| nonzero_value | No | |
| quality_reasons | No | |
| new_explorer_address_transfers_raw | No | |
| new_explorer_address_transactions_raw | No | |
| new_explorer_address_token_transfers_raw | No | |
| new_explorer_address_sol_transactions_raw | No | |
| new_explorer_address_internal_transactions_raw | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds specific behavioral details: 'partial_upstream_response when upstream total>0 but list unparseable' and 'BTC items include inputs/outputs/tx_status'. It also includes disclaimers like 'No account access, no order placement or fund transfers' which reinforce the read-only nature but add little beyond annotations. Overall, it adds some edge-case context and per-chain behavior, but not deeply.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is about 55 words and includes several short declarative sentences. It front-loads the core purpose and includes useful edge-case info. However, it contains somewhat lengthy disclaimers ('No account access... Not investment advice') that, while harmless, are not central to invoking the tool and could be trimmed. The structure is acceptable but not maximally efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 13 parameters and an output schema exists, the description need not detail return values. It covers a key edge case (partial_upstream_response), BTC specifics, and cross-references for chain aliases and profile usage. However, it does not clarify pagination mechanics (e.g., cursor vs. offset) beyond 'paginated', nor does it state explicitly what types of transactions are included (transfers only vs. all tx types). It is adequate but has noticeable gaps for a complex tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so parameters like chain, tx_type, time_range, and filters are already documented. The description adds 'Chain aliases same as get_address_info', which could clarify chain naming conventions, but the schema already lists examples and open-ended dots. No additional parameter semantics beyond the schema are provided, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states 'Paginated transfers' as the core action, implying retrieval of address transactions. It also specifies BTC-specific data ('inputs/outputs/tx_status'), which adds nuance. However, it does not explicitly name 'transactions' beyond the tool name, and it omits mentioning that tx_type can be 'contract_call' or 'token_transfer', so the purpose is clear but not fully exhaustive.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides a pointer to a sibling: 'Profile→get_address_info' suggests using get_address_info for profile queries, implicitly indicating this tool is for transactions. It also mentions 'Chain aliases same as get_address_info' for reuse. However, it does not explicitly state when to prefer this tool over other on-chain tools (e.g., get_transaction or get_token_onchain) nor give exclusions. The guidance is implied rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_onchain_get_token_onchainARead-onlyIdempotentInspect
Token scope: holders, transfers, activity, smart_money. Address ledger→get_address_transactions. One tx→get_transaction. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain; omit for service default. | |
| scope | No | holders|activity|transfers|smart_money|full; default full. | |
| token | Yes | Token symbol e.g. ETH, USDT, or contract address. | |
| upstream_raw_mode | No | off (default) | lite | full. Prefer off for public MCP. include_upstream_raw=true forces full. | |
| include_upstream_raw | No | Prefer false (default). If true, include explorer_*_page raw and transfer source_raw; large payload, not for public clients. |
Output Schema
| Name | Required | Description |
|---|---|---|
| chain | Yes | |
| scope | Yes | |
| token | Yes | |
| holders | No | |
| sources | No | |
| activity | No | |
| transfers | No | |
| token_info | No | |
| duration_ms | Yes | required |
| smart_money | No | |
| data_quality | No | |
| quality_reasons | No | |
| explorer_token_raw | No | |
| explorer_holders_raw | No | |
| explorer_transfers_raw | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds valuable context beyond that: 'Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.' This reinforces the read-only nature and clarifies boundaries (no account access, no trading), which is useful for an agent deciding whether to call it. It does not contradict annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise – four short sentences that front-load the core purpose (token scope), then give alternatives, then safety disclaimers. Every sentence earns its place, with no filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the 5-parameter schema with 100% coverage and an output schema, the description covers essential usage context: it states the data scopes, points to alternatives, and clarifies the read-only, non-advice nature. It doesn't explain return format, but the output schema covers that. It also doesn't detail behavior like pagination or rate limits, but those aren't critical for a read-only research tool. Overall, it provides enough context for correct selection and invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all parameters (chain, scope, token, upstream_raw_mode, include_upstream_raw). The description adds little beyond repeating scope names (holders, transfers, activity, smart_money) that are already in the scope property's description. It doesn't elaborate on param formats or defaults beyond what the schema provides, so the baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with 'Token scope' and enumerates the specific data types (holders, transfers, activity, smart_money), making it unambiguous what the tool returns. It also distinguishes itself by pointing to sibling tools for address-ledger and single-transaction queries, so an agent can tell it apart without opening the schema.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit alternates: 'Address ledger→get_address_transactions' and 'One tx→get_transaction'. This tells the agent when NOT to use this tool and which sibling to use instead. The 'Token scope' prefix clarifies that this is for token-level queries, not general on-chain address queries.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_onchain_get_transactionARead-onlyIdempotentInspect
One transaction by hash; fields sparse if upstream thin. Token view→get_token_onchain. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain e.g. eth, bsc, btc; default eth. | |
| tx_hash | Yes | Transaction hash. Response may omit fields when upstream data is incomplete. | |
| upstream_raw_mode | No | off (default) | lite | full. Prefer off for public MCP; only full adds detail raw. include_upstream_raw=true forces full. | |
| include_upstream_raw | No | Prefer false (default). If true, include explorer_detail_raw and blockinfo_detail_raw; large payload, not for public clients. |
Output Schema
| Name | Required | Description |
|---|---|---|
| to | No | |
| from | No | |
| chain | Yes | |
| value | No | |
| tx_fee | No | |
| sources | No | |
| to_tags | No | |
| tx_hash | Yes | |
| tx_tags | No | |
| gas_used | No | |
| from_tags | No | |
| value_usd | No | |
| block_time | No | |
| tx_fee_usd | No | |
| duration_ms | Yes | |
| method_name | No | |
| block_height | No | |
| contract_ret | No | |
| data_quality | No | |
| instructions | No | |
| program_logs | No | |
| quality_reasons | No | |
| token_transfers | No | |
| sol_balance_change | No | |
| explorer_detail_raw | No | |
| blockinfo_detail_raw | No | |
| token_balance_change | No | |
| internal_transactions | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only and idempotent aspects. The description adds valuable behavioral context: 'fields sparse if upstream thin' warns of incomplete data, and it reaffirms no account access or order placement. 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three concise sentences front-load the core function, then add the token alternative, read-only restriction, and disclaimers. No wasted words; efficient and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the presence of an output schema and annotations, the description covers all necessary usage context: single transaction lookup, sparse-field behavior, the distinction from token tool, and safety boundaries. Nothing essential is missing for an agent to call it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage for all four parameters, each with descriptive text. The description adds little beyond the schema for parameters; it only hints at sparse fields in the response, which is already noted in the schema for tx_hash. Baseline 3 is appropriate given high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: retrieve one transaction by hash. It distinguishes itself from the token-view tool by explicitly pointing to get_token_onchain, making it unambiguous among siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides clear guidance for when to use this tool vs. the token alternative, and reinforces its read-only nature. It does not explicitly exclude other on-chain tools like get_address_transactions, but the single-transaction scope is evident.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_platformmetrics_get_bridge_metricsARead-onlyIdempotentInspect
Bridge ranking or one-bridge chain breakdown. Cross-sector dashboard across DeFi, spot, perp, stablecoin, or bridge→get_defi_overview. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain; normalized e.g. eth→Ethereum; filters chain_breakdown. | |
| limit | No | Rows; default 10, max 400. | |
| sort_by | No | volume_24h (default)|volume_7d|deposit_txs_24h. | |
| bridge_name | No | Bridge name (ASCII case-insensitive after trim/space normalize); omit for ranked list without chain_breakdown. |
Output Schema
| Name | Required | Description |
|---|---|---|
| chain | Yes | |
| count | Yes | |
| items | Yes | |
| limit | Yes | |
| total | Yes | |
| sort_by | Yes | |
| bridge_name | Yes | |
| duration_ms | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds 'Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.' This goes beyond annotations by clarifying it is public research, non-actionable, and not financial advice, which is valuable context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short but the second sentence 'Cross-sector dashboard across DeFi, spot, perp, stablecoin, or bridge→get_defi_overview' is cryptic and potentially confusing, detracting from clarity. While it is brief, the unclear use of the arrow hurts the structure.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that an output schema exists and the schema covers all parameters, the description provides sufficient context: it states the two modes (ranking vs breakdown), the scope, and safety properties. It does not explain the output format, but that is already handled by the output schema, so it is complete enough.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the input schema fully documents all four parameters. The description does not add any parameter-specific meaning beyond what the schema already provides, so a baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description explicitly states 'Bridge ranking or one-bridge chain breakdown,' which is a specific verb+resource with clear scope. It also names the sibling tool get_defi_overview, distinguishing this tool as the bridge-focused counterpart.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description hints at usage via 'Cross-sector dashboard across DeFi, spot, perp, stablecoin, or bridge→get_defi_overview,' suggesting that for DeFi overview one should use get_defi_overview, while this tool handles bridge data. Though not perfectly explicit, it provides a routing clue without describing exclusions for other siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_platformmetrics_get_cex_orderbook_depthARead-onlyIdempotentInspect
Competitor CEX ±1% order-book depth (spot/perp) from warehouse indices; BTC/ETH liquidity benchmarking. Gate native ladder→get_orderbook. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows; default 20, max 100. | |
| symbol | Yes | Base asset e.g. BTC, ETH. | |
| exchange | No | Venue e.g. BINANCE; when set with exchange index, filters exchange dimension. | |
| data_scope | No | exchange|market; default market if only market index configured, else exchange when exchange set. | |
| market_type | No | spot|perp (maps to SPOT|PERP); default perp. |
Output Schema
| Name | Required | Description |
|---|---|---|
| count | Yes | |
| items | Yes | |
| limit | Yes | |
| total | Yes | |
| symbol | Yes | |
| exchange | Yes | |
| data_scope | Yes | |
| duration_ms | Yes | |
| market_type | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds 'Read-only public research data, no account access, no order placement or fund transfers, not investment advice' — this reinforces the read-only nature but is largely redundant with the annotations. It adds some context about the data source ('warehouse indices') but does not materially expand behavioral disclosure beyond what the annotations already convey.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, front-loading the core purpose first, then the data source and safety caveats. Every sentence earns its place—no fluff or repetition. It is compact and easy to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With a rich input schema (5 params, 1 required) and an output schema present, the description covers the essential context: purpose, scope, and safety. It does not detail response format or pagination, but the output schema presumably handles that. The only minor gap is lack of explicit alternative routing, though usage guidelines cover the intended use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so all five parameters are documented in the schema. The description adds no additional parameter insights beyond echoing 'spot/perp' which is already in the market_type property. Per the calibration rule, the baseline is 3 when schema coverage is high, and the description does not compensate further.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns competitor CEX order-book depth within ±1% for spot/perp, sourced from warehouse indices, and positions it for BTC/ETH liquidity benchmarking. This specific verb+resource distinguishes it from the sibling info_marketdetail_get_orderbook, which is not competitor-specific.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides clear context for usage: benchmarking competitor CEX liquidity for BTC/ETH. It does not explicitly name alternatives or say when not to use it, but the 'Competitor CEX' and 'benchmarking' phrasing makes the intended scenario obvious. No exclusions are given, so it's slightly below a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_platformmetrics_get_chain_activityARead-onlyIdempotentInspect
Chain-level activity metrics by metric_group. staking: Ethereum daily staking_metrics.series. l2: L2 ops daily l2_metrics.series (tps_avg_1d, active_addresses_1d, blob_cost_usd_1d, sequencer_revenue_usd_1d, stage_label; no tx_count/l1_fee_usd) from dwd_external_l2_metrics_daily_di; granularity day only. btc_l2: BTC L2 protocol ecosystem btc_l2_metrics.items (project_key, project_name, category, main_chain, tvl_usd, protocol_count, tx_count_1d, active_addresses_1d, bridge_volume_24h_usd, source_refs; whitelist: stacks|rootstock|merlin|bob|bitlayer). Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain; staking defaults empty to ethereum; l2 supports base/arbitrum/optimism/linea/zksync_era/blast or empty for all chains; btc_l2 defaults empty to btc (required). | |
| limit | No | l2 only: max series rows returned; 0 means no extra cap beyond date window. | |
| project | No | btc_l2 only: filter by project_key; empty returns whitelist (stacks|rootstock|merlin|bob|bitlayer). Non-whitelist project returns data_status=not_in_scope. | |
| end_date | No | YYYY-MM-DD; default latest part_date in index. | |
| lookback | No | 30d|90d|1y when start_date empty; default 30d. | |
| start_date | No | YYYY-MM-DD; default derived from lookback or 30d. | |
| granularity | No | l2 only: day (default); hour or minute returns unsupported_granularity. | |
| metric_group | Yes | Metric group: staking (Ethereum beacon daily) | l2 (L2 ops daily from growthepie+L2Beat) | btc_l2 (BTC L2 protocol ecosystem tvl/protocol_count/tx_count_1d/active_addresses_1d/bridge_volume_24h_usd from dwd_external_btc_protocol_di). |
Output Schema
| Name | Required | Description |
|---|---|---|
| chain | Yes | |
| count | Yes | |
| total | Yes | |
| end_date | Yes | |
| lookback | No | |
| l2_metrics | No | |
| start_date | Yes | |
| data_status | No | |
| duration_ms | Yes | |
| granularity | No | |
| metric_group | Yes | |
| btc_l2_metrics | No | |
| end_date_capped | No | |
| range_truncated | No | |
| staking_metrics | No | |
| normalized_chain | Yes | |
| start_date_capped | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnly/idempotent/destructive annotations, the description discloses concrete behavioral traits: 'granularity day only', 'hour or minute returns unsupported_granularity', 'Non-whitelist project returns data_status=not_in_scope', the l2 field exclusions ('no tx_count/l1_fee_usd'), and 'No account access, no order placement or fund transfers. Not investment advice.' All of this is genuinely additive and consistent with the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the core purpose and contains zero wasted sentences—every clause about fields, sources, and exclusions is functional. However, it is a single dense run-on paragraph covering three variants; the lack of structural separation makes it harder to scan, and some implications (chain default derivation) are ambiguous in the paragraph form.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given an output schema exists and 100% schema coverage, the description is quite complete: it covers data sources, whitelist behavior, granularity constraints, error paths (unsupported_granularity, not_in_scope), and read-only caveats for all three metric groups. For an 8-parameter tool with variant behaviors per group, this is thorough, though the absence of explicit when-not-to-use guidance leaves minor room for improvement.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and every parameter already has a useful description, so the baseline is 3. The description adds real value on top by enumerating exact return fields per metric group (tps_avg_1d, active_addresses_1d, blob_cost_usd_1d, sequencer_revenue_usd_1d, stage_label; the btc_l2 whitelist stacks|rootstock|merlin|bob|bitlayer) and clarifying derived defaults (chain defaulting to ethereum/btc). It complements rather than repeats the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb+resource: 'Chain-level activity metrics' organized by metric_group, and enumerates three distinct variants (staking, l2, btc_l2) with concrete data sources (dwd_external_l2_metrics_daily_di, dwd_external_btc_protocol_di) and field lists. This level of specificity cleanly distinguishes it from siblings like get_bridge_metrics and get_defi_overview without opening any schema.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context about scope by mapping each metric_group to its domain (Ethereum staking, L2 ops, BTC L2 ecosystem) and explicitly notes granularity/limit/project are group-restricted, helping the agent configure calls correctly. It does not, however, explicitly name alternatives or state when not to use this tool versus the many platformmetrics/onchain siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_platformmetrics_get_defi_overviewARead-onlyIdempotentInspect
Cross-sector dashboard for DeFi, spot, perp, stablecoin, or bridge categories. One bridge ranking or chain detail→get_bridge_metrics. One protocol→get_platform_info. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | all|defi|spot|perp|stablecoin|bridge or platform type; unknown values passed through; empty if no match. |
Output Schema
| Name | Required | Description |
|---|---|---|
| count | Yes | |
| items | Yes | |
| total | Yes | |
| category | Yes | |
| duration_ms | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety and idempotency. The description adds valuable behavioral context on top: it is read-only public research data, with no account access, no order placement or fund transfers, and not investment advice. This goes beyond the annotations and helps the agent set user expectations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four short sentences, each carrying a distinct piece of information: the core purpose, routing to sibling tools, the read-only nature, and legal disclaimers. It is front-loaded with the primary purpose and efficiently communicates the key distinctions and constraints without any fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has a single optional parameter, an output schema, and clear routing for specific needs. The description covers the primary use case, the available categories, the read-only nature, and explicit disclaimers. Nothing an agent needs to correctly invoke this tool is missing, making it complete for its intended function.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the parameter description already lists the allowed values (all|defi|spot|perp|stablecoin|bridge) and behavior for unknown values. The description's mention of the same categories does not add meaningful new semantics beyond the schema. It restates what is already structured, so a baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific purpose: a cross-sector dashboard covering DeFi, spot, perp, stablecoin, or bridge categories. It also explicitly contrasts with sibling tools by noting when to use get_bridge_metrics or get_platform_info, making the tool's scope unambiguous. Even without the title, an agent can tell what this tool does and how it differs from its siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly indicates when to use this tool versus alternatives: it is the cross-sector dashboard, while specific bridge rankings or chain details should go to get_bridge_metrics, and single protocol details to get_platform_info. This explicitly provides when/when-not guidance, leaving no ambiguity about which tool to select for a given intent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_platformmetrics_get_exchange_reservesARead-onlyIdempotentInspect
Exchange reserve snapshots by venue and asset. scope=full adds por (PoR attestation). scope=full + include_flows=true returns flows.series[] (daily inflow/outflow/netflow). scope=full + include_events=true returns events[] (large_flow events). TVL history→get_platform_history. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | Asset filter: BTC|ETH|USDT|USDC; default BTC. | |
| limit | No | Max flow rows; default 100, max 400. | |
| scope | No | basic (default)|full; full adds por + optionally flows/events. | |
| end_date | No | YYYY-MM-DD; default today. Filter flows by part_date. | |
| exchange | No | Exchange name; empty returns all exchanges. Supports okx→okx, gate.io→gate via normalized mapping. | |
| event_type | No | all|large_flow; filter events. Effective only when include_events=true. | |
| start_date | No | YYYY-MM-DD; default end_date - 30d. Filter flows by part_date. | |
| include_flows | No | scope=full only. true returns flows.series[]. | |
| history_window | No | Only effective when include_history=true; currently only quarter is supported. | |
| include_events | No | scope=full only. true returns events[]. | |
| include_history | No | Default false. true returns precomputed comparison fields only, not raw historical snapshots. |
Output Schema
| Name | Required | Description |
|---|---|---|
| asset | Yes | |
| count | Yes | |
| flows | No | |
| items | Yes | |
| limit | No | |
| scope | Yes | |
| total | Yes | |
| events | No | |
| end_date | No | |
| exchange | Yes | |
| event_type | No | |
| start_date | No | |
| data_status | No | |
| duration_ms | Yes | |
| include_flows | No | |
| status_reason | No | |
| history_window | Yes | |
| include_events | No | |
| include_history | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds meaningful context beyond these: it states 'Read-only public research data,' 'No account access, no order placement or fund transfers,' and 'Not investment advice.' This gives the agent a better sense of the tool's safety and purpose without contradicting the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact yet dense, using only a few sentences to pack the core purpose, optional behaviors, a routing pointer, and safety disclaimers. It is front-loaded with the main action and then proceeds to details, with no filler. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (11 parameters) and the presence of an output schema, the description provides sufficient orientation: it explains the scope modes, flow/event options, and the distinction from TVL history. The safety and public-data nature are also covered. There is no obvious missing information that an agent would need to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers 100% of parameters, so the baseline is 3. The description adds value by explaining how parameters interact: e.g., 'scope=full adds por,' 'include_flows=true returns flows.series[],' and 'include_history=true returns precomputed comparison fields only, not raw historical snapshots.' This contextualizes the combination rules beyond individual parameter descriptions, raising it above the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'Exchange reserve snapshots by venue and asset.' It immediately conveys what the tool does and distinguishes it from related tools by noting 'TVL history→get_platform_history.' This is far from a tautology and clearly differentiates it from siblings like get_platform_history or get_cex_orderbook_depth.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides an explicit routing hint: 'TVL history→get_platform_history,' which tells the agent when to use an alternative. It also outlines optional parameter combinations (scope=full, include_flows, include_events) that clarify when those are applicable. It does not state exhaustive 'when not to use' conditions, but the guidance given is clear and actionable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_platformmetrics_get_liquidation_heatmapARead-onlyIdempotentInspect
Liquidation density by symbol and price buckets. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | Price range or bucket spec. | |
| symbol | Yes | Symbol e.g. BTC, ETH. | |
| exchange | No | Exchange; empty = all venues. |
Output Schema
| Name | Required | Description |
|---|---|---|
| count | Yes | |
| items | Yes | |
| range | Yes | |
| total | Yes | |
| symbol | Yes | |
| exchange | Yes | |
| duration_ms | Yes |
TDQS
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 clear. The description adds 'public research data' and 'no account access, no order placement or fund transfers,' which reinforces read-only behavior and adds a bit of context about permissions. However, it does not describe rate limits, pagination, or other behavioral details beyond what annotations cover.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and front-loaded with the core purpose, followed by safety and advisory notes. It consists of four short sentences, each adding distinct information. No unnecessary repetition, though some content (e.g., read-only) duplicates annotations.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the presence of an output schema (as indicated), the description does not need to explain return format. With simple parameters and clear annotations covering safety, the description provides sufficient context for an agent to invoke the tool correctly. Minor omissions like rate limits do not significantly hinder usability.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with each parameter (range, symbol, exchange) having its own description. The tool description does not add any additional meaning beyond what the schema already provides, so it relies on the schema. According to the baseline for high coverage, a score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: 'Liquidation density by symbol and price buckets.' This is clear and distinct from other platformmetrics siblings like bridge metrics or orderbook depth. However, it does not explicitly name an alternative tool, so it doesn't fully satisfy the 'distinguishes from siblings' criterion.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when you need liquidation density data, but it does not provide explicit guidance on when to use this tool versus alternatives, nor does it state any exclusions. Phrases like 'Read-only public research data' clarify safe usage but not selection criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_platformmetrics_get_platform_historyARead-onlyIdempotentInspect
Daily TVL, volume, and fees time series for one named protocol. One-shot profile→get_platform_info. Ranked multi-protocol list→search_platforms. CEX perps history: pass exchange_slug (e.g. gate) or platform_name. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| metrics | No | tvl|volume|fees|revenue|volume_perps; default [tvl] when empty. volume_perps returns series when present in platform_history (GAP-001). | |
| end_date | No | End YYYY-MM-DD. | |
| start_date | No | Start YYYY-MM-DD. | |
| granularity | No | day|week|month|quarter; used for volume_perps field mapping in derivatives history index; default day. | |
| exchange_slug | No | DWS exchange_slug (e.g. gate); optional if platform_name is set. | |
| platform_name | No | Protocol or platform display name; optional if exchange_slug is set. For volume_perps, expanded to DWS exchange_slug-style keys (e.g. Gate.io→gate) like merge path. |
Output Schema
| Name | Required | Description |
|---|---|---|
| count | Yes | |
| items | Yes | |
| total | Yes | |
| metrics | Yes | |
| end_date | Yes | |
| start_date | Yes | |
| duration_ms | Yes | |
| platform_name | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, covering the basic safety profile. The description adds extra behavioral context: 'Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.' This reinforces that no side effects occur and clarifies the data scope. The description also clarifies a data-specific behavior (CEX perps via exchange_slug) that isn't captured in annotations. It doesn't add details on return format or pagination, but the output schema exists. Hence a 4 is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise, with each sentence earning its place. It front-loads the core purpose, then provides routing alternatives, then a specific usage case, then safety disclaimers. No fluff or redundancy. The information density is high without being unwieldy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only time series tool with a full output schema, the description covers all essential aspects: it names the exact data (TVL, volume, fees), clarifies the single-protocol scope, routes to sibling tools, explains CEX perps handling, and declares safety limitations. The output schema handles return value explanation, so no further detail is needed. The description is fully sufficient for an agent to decide when to call it and how.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description adds value by clarifying the interplay between exchange_slug and platform_name: 'CEX perps history: pass exchange_slug (e.g. gate) or platform_name.' This explains when to use which parameter, which is not fully evident from the schema alone. It also mentions the metrics parameter's default in a prior sentence ('Daily TVL, volume, and fees'), which helps understand the metric options. This extra guidance justifies a 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns 'Daily TVL, volume, and fees time series for one named protocol,' specifying the exact resource (one protocol) and data type. It also distinguishes itself from siblings by naming them: 'One-shot profile→get_platform_info. Ranked multi-protocol list→search_platforms.' This disambiguation is explicit and leaves no ambiguity about scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides direct routing guidance: for a single protocol profile, use get_platform_info; for a ranked multi-protocol list, use search_platforms. It also gives a specific conditional usage: 'CEX perps history: pass exchange_slug (e.g. gate) or platform_name.' This goes beyond general usage and covers edge cases, making the when-to-use crystal clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_platformmetrics_get_platform_infoARead-onlyIdempotentInspect
One-shot protocol profile by name and scope. scope=full adds competition_metrics{} for CEX venues (spot/derivs/depth/OI core+extended/PoR). Set include_oi_symbol_detail=true with oi_symbol_limit (1-100, default 20) for top-N OI breakdown. Ranked multi-protocol list→search_platforms. Daily time series→get_platform_history. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | basic (default)|with_chain_breakdown (adds tvl_by_chain, volume_by_chain)|full (adds history_30d, top_pools, competition_metrics). | |
| platform_name | Yes | Protocol or platform name. | |
| oi_symbol_limit | No | Effective only when include_oi_symbol_detail=true. Default 20, range 1-100; >100 returns invalid_param. | |
| include_oi_symbol_detail | No | scope=full only. true returns competition_metrics.oi_symbol_detail[] sorted by OI USD desc; default false. |
Output Schema
| Name | Required | Description |
|---|---|---|
| count | Yes | |
| items | Yes | |
| scope | Yes | |
| total | Yes | |
| duration_ms | Yes | |
| platform_name | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds meaningful context: 'Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.' This goes beyond the annotations by specifying the nature of data access and safety boundaries. 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact yet information-dense. It leads with purpose, then explains scope, parameter interplay, alternatives, and safety—all in a few sentences with zero fluff. Perfectly front-loaded and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given an output schema exists, the description need not spell out return values. It covers usage, parameter interactions, alternatives, and safety constraints thoroughly. For a tool with 4 parameters and scope options, this is complete and self-sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, but the description adds valuable semantics beyond the schema. It explains what scope=full truly adds: 'competition_metrics{} for CEX venues (spot/derivs/depth/OI core+extended/PoR)' and clarifies the purpose of oi_symbol_limit: 'for top-N OI breakdown'. This enriches parameter understanding beyond the schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states the exact purpose: 'One-shot protocol profile by name and scope.' It clearly distinguishes from siblings by naming the alternatives: 'Ranked multi-protocol list→search_platforms. Daily time series→get_platform_history.' This leaves no doubt about what the tool does and what it doesn't.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly provides usage context and alternatives with conditions: 'Ranked multi-protocol list→search_platforms. Daily time series→get_platform_history.' It also clarifies scope behavior and parameter prerequisites. The description tells the agent when to use this tool (single profile) and when to use others, with clear routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_platformmetrics_get_stablecoin_infoARead-onlyIdempotentInspect
Stablecoin-only ranking or per-symbol chain breakdown. scope=full with sections=issuance_flow returns issuance_flows[] (CryptoQuant net issuance/redemption); sections=usage_structure returns real usage metrics; sections=depeg_events returns depeg events (stablecoin de-peg event library). Broad market dashboard→get_market_overview. Cross-sector rollup→get_defi_overview. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain filter; list mode restricts to stables with presence on chain. Extensions: all (default) or normalized chain e.g. ethereum/tron/solana/polygon. | |
| limit | No | List size; default 10, max 400; single row when symbol set. | |
| scope | No | basic (default)|full; full required for sections. | |
| symbol | No | Stablecoin symbol USDT/USDC/DAI/FDUSD/PYUSD; omit for ranked list or extension defaults. | |
| end_date | No | UTC YYYY-MM-DD; extension window end, default latest data date for usage_structure or today for issuance_flow/depeg_events. | |
| sections | No | Comma-separated string or array; supported values: issuance_flow, usage_structure, depeg_events when scope=full. | |
| start_date | No | UTC YYYY-MM-DD; extension window start, default last 30 days. depeg_events: default 2020-01-01. | |
| min_deviation | No | depeg_events only: filter events with max_deviation >= this value. Range 0.001-0.2, default 0.005. | |
| review_status | No | depeg_events only: candidate|approved|rejected; default approved (only returns reviewed events). |
Output Schema
| Name | Required | Description |
|---|---|---|
| chain | Yes | |
| count | Yes | |
| items | Yes | |
| limit | Yes | |
| scope | No | |
| total | Yes | |
| symbol | Yes | |
| end_date | No | |
| start_date | No | |
| duration_ms | Yes | |
| depeg_events | No | |
| min_deviation | No | |
| issuance_flows | No | |
| range_truncated | No | |
| usage_structure | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, and non-destructive. The description adds contextual value by stating it is 'Read-only public research data' and clarifies it involves no account access, order placement, or fund transfers, plus 'Not investment advice.' This goes beyond annotations, disclosing the data nature and usage limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and well-structured. It starts with a clear purpose, then details the key sections, then routes to alternatives, and ends with safety caveats. Every sentence contributes value, and the most important information (purpose and sections) is front-loaded. It could be slightly more organized, but it's efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 9 optional parameters and an output schema, the description is sufficiently complete. It covers the core purpose, the behavior of the sections parameter, and safety/usage constraints. The output schema covers return values, and the schema descriptions handle parameter details, so nothing critical is missing for an agent to select and invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for every parameter, so the baseline is 3. The description adds extra meaning for the sections parameter, explaining what each section returns (issuance_flow gives CryptoQuant net issuance/redemption, usage_structure gives real usage metrics, depeg_events gives a de-peg event library). This provides semantic context beyond the schema's simple enumeration, justifying a 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific resource (stablecoin) and action (ranking or per-symbol chain breakdown), clearly distinguishing it from generic market overview tools. It explicitly differentiates from siblings by naming get_market_overview and get_defi_overview as alternatives for broader scopes, so an agent knows when this tool is the right fit.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context for when to use this tool (stockson stablecoin-specific queries) and explicitly points to get_market_overview for broad market dashboards and get_defi_overview for cross-sector rollups. It does not state exclusions beyond those alternatives, but the guidance is sufficient to route the agent correctly.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_platformmetrics_get_yield_poolsARead-onlyIdempotentInspect
Lending and LP pools by APY or TVL. scope=full adds apy_base_30d, apy_reward_30d, reward_tokens, market_share. One protocol profile→get_platform_info. TVL series→get_platform_history. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain filter. | |
| limit | No | Rows; default 20, max 400. | |
| scope | No | basic (default)|full. full adds apy_base_30d, apy_reward_30d, reward_tokens, market_share. | |
| symbol | No | Asset e.g. USDC, ETH-USDC. | |
| project | No | Protocol e.g. aave-v3. | |
| sort_by | No | apy|tvl_usd; default apy. | |
| pool_type | No | Exposure single|multi or Lending|LP|Staking; maps to ES exposure. | |
| min_tvl_usd | No | Min TVL USD; default 100000 when omitted; 0 = no floor. |
Output Schema
| Name | Required | Description |
|---|---|---|
| chain | Yes | |
| count | Yes | |
| items | Yes | |
| limit | Yes | |
| scope | Yes | |
| total | Yes | |
| symbol | Yes | |
| project | Yes | |
| sort_by | Yes | |
| pool_type | Yes | |
| duration_ms | Yes | |
| min_tvl_usd | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the read-only nature is covered. The description adds valuable specificity beyond annotations: 'No account access, no order placement or fund transfers' and 'Not investment advice.' This fills in the operational envelope without contradicting the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, dense sentence spread over a few lines. It front-loads the core purpose, then gives routing alternatives, then safety disclaimers. Every clause contributes meaning; there is no fluff or repetition. It is concise while packing substantial information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 8 optional parameters, an existing output schema, and comprehensive schema descriptions, the description covers the essential context: what the tool returns, how to adjust scope, which siblings cover adjacent use cases, and its safety boundaries. Nothing critical for an agent to correctly invoke the tool is missing, and the output format is already handled by the output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so all eight parameters are already documented in the input schema. The description mentions 'scope=full adds apy_base_30d, ...' but this duplicates the schema's own description for scope. The main added value is the overall context that pools are sorted by APY or TVL, but that is not a parameter-specific explanation. The schema carries the semantic load, so a baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb+resource: 'Lending and LP pools by APY or TVL.' This precisely states what the tool retrieves and immediately distinguishes it from sibling tools like get_platform_info and get_platform_history, which are explicitly referenced. The purpose is clear and unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit routing guidance: 'One protocol profile→get_platform_info. TVL series→get_platform_history.' It also frames the tool's context as read-only public research data, clarifying when it is appropriate to use. This is strong, actionable guidance for an agent deciding between tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
info_platformmetrics_search_platformsARead-onlyIdempotentInspect
Ranked multi-protocol list with filter and sort. One-shot profile→get_platform_info. One named protocol daily series→get_platform_history. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain filter. | |
| limit | No | Rows; default 20, max 400. | |
| sort_by | No | tvl|volume_24h|volume_spot_24h|volume_perps_24h|volume_perps_7d|volume_perps_30d|volume_perps_qtd|fees_24h; default tvl. | |
| sort_order | No | asc|desc; default desc. When CEX + sort_by volume_perps_* uses the HF derivatives sub-index only, ranking follows this order; response echoes the normalized value. | |
| platform_type | No | Optional filter on platform_info.platform_type. Empty or all = no filter. dex|dexs|dexes map to DEX+Dexs; derivatives|cex as labeled; defi expands to DeFi TVL group; any other value is passed through to the index (e.g. Lending, CDP, Yield). |
Output Schema
| Name | Required | Description |
|---|---|---|
| chain | Yes | |
| count | Yes | |
| items | Yes | |
| limit | Yes | |
| total | Yes | |
| sort_by | Yes | |
| sort_order | No | |
| duration_ms | Yes | |
| platform_type | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds disclaimers ('Read-only public research data', 'Not investment advice') and discloses edge-case behavior in the sort_order parameter: 'When CEX + sort_by volume_perps_* uses the HF derivatives sub-index only... response echoes the normalized value.' This goes beyond annotations, though it doesn't fully describe output shape or error handling.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three crisp lines with no filler. It front-loads the core purpose (ranked list with filter/sort) and then supplies routing and safety caveats. Every sentence earns its place—no redundancy with schema or annotations.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a search tool with 5 optional parameters and an output schema, the description covers purpose, usage, safety, and parameter quirks. It doesn't mention pagination details or response format, but the output schema handles that. The routing to siblings and platform_type mapping are well-specified. A small gap: it doesn't explicitly state that the result is sorted by default but that's implied by sort_by default in schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3. The description adds meaningful extra semantics: for sort_order it explains the CEX + volume_perps sub-index behavior and response echo, and for platform_type it already provides mapping in the schema but the description's parenthetical notes (e.g., 'any other value is passed through to the index') add context beyond the raw property definition.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns a 'Ranked multi-protocol list with filter and sort', which is a specific verb (search) on a resource (platforms). It explicitly differentiates from siblings by pointing to get_platform_info and get_platform_history for other use cases, leaving no ambiguity about scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage guidance is explicit: 'One-shot profile→get_platform_info. One named protocol daily series→get_platform_history.' tells exactly when to use this tool vs others. It also states the read-only, public-data nature and constraints (no account access, no order placement), giving clear context for appropriate invocation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
32 tool updates
- Changed
info_coin_get_coin_info5 fields changed- added
Input schema / additionalPropertiesAdded value: +false - changed
Input schema / properties / fields / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_coin_get_coin_rankings5 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / time_range / typePrevious value: -"string"New value: +[ + "null", + "string" +]
- Changed
info_coin_search_coins8 fields changed- added
Input schema / additionalPropertiesAdded value: +false - changed
Input schema / properties / market_cap_max / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Input schema / properties / market_cap_min / typePrevious value: -"number"New value: +[ + "null", + "number" +] - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / market_cap_max / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / market_cap_min / typePrevious value: -"number"New value: +[ + "null", + "number" +]
- Changed
info_compliance_check_token_security22 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / data_analysis / additionalPropertiesAdded value: +false - changed
Output schema / properties / data_analysis / typePrevious value: -"object"New value: +[ + "null", + "object" +] - added
Output schema / properties / high_risk_list / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / high_risk_list / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / holders / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / holders / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / low_risk_list / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / low_risk_list / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / middle_risk_list / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / middle_risk_list / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / name_risk / additionalPropertiesAdded value: +false - changed
Output schema / properties / name_risk / properties / sensitive_words / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / name_risk / typePrevious value: -"object"New value: +[ + "null", + "object" +] - changed
Output schema / properties / risk_facts / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / risk_summary / additionalPropertiesAdded value: +false - added
Output schema / properties / tax_analysis / additionalPropertiesAdded value: +false - added
Output schema / properties / tax_analysis / properties / pool_tax / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / tax_analysis / properties / pool_tax / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / tax_analysis / properties / token_tax / additionalPropertiesAdded value: +false - changed
Output schema / properties / tax_analysis / typePrevious value: -"object"New value: +[ + "null", + "object" +]
- Changed
info_macro_get_economic_calendar4 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_macro_get_macro_indicator10 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / latest / additionalPropertiesAdded value: +false - added
Output schema / properties / latest / properties / snapshots / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / latest / properties / snapshots / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / latest / typePrevious value: -"object"New value: +[ + "null", + "object" +] - added
Output schema / properties / timeseries / additionalPropertiesAdded value: +false - added
Output schema / properties / timeseries / properties / observations / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / timeseries / properties / observations / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / timeseries / typePrevious value: -"object"New value: +[ + "null", + "object" +]
- Changed
info_macro_get_macro_summary6 fields changed- added
Input schema / additionalPropertiesAdded value: +false - removed
Input schema / propertiesRemoved value: -{} - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / indicators / additionalProperties / additionalPropertiesAdded value: +false - added
Output schema / properties / next_events / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / next_events / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_marketdetail_get_kline5 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Input schema / properties / extra / additionalPropertiesAdded value: +true - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_marketdetail_get_orderbook5 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Input schema / properties / extra / additionalPropertiesAdded value: +true - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_marketdetail_get_recent_trades5 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Input schema / properties / extra / additionalPropertiesAdded value: +true - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_marketsnapshot_batch_market_snapshot7 fields changed- added
Input schema / additionalPropertiesAdded value: +false - changed
Input schema / properties / symbols / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / not_found / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / symbols / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_marketsnapshot_get_institutional_metrics128 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / assets / items / additionalPropertiesAdded value: +false - added
Output schema / properties / assets / items / properties / latest / additionalPropertiesAdded value: +false - added
Output schema / properties / assets / items / properties / latest / properties / cftc_contract_unit_raw / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / latest / properties / cftc_contract_unit_raw / anyOfRemoved value: -[ - { - "type": "string" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / latest / properties / cftc_contract_unit_raw / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "string" + } +} - added
Output schema / properties / assets / items / properties / latest / properties / cftc_contract_unit_raw / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / latest / properties / cftc_contract_unit_raw / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / latest / properties / cftc_oi_weekly / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / latest / properties / cftc_oi_weekly / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / latest / properties / cftc_oi_weekly / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / latest / properties / cftc_oi_weekly / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / latest / properties / cftc_oi_weekly / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / latest / properties / cftc_oi_weekly_underlying_amount / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / latest / properties / cftc_oi_weekly_underlying_amount / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / latest / properties / cftc_oi_weekly_underlying_amount / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / latest / properties / cftc_oi_weekly_underlying_amount / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / latest / properties / cftc_oi_weekly_underlying_amount / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / latest / properties / cme_oi / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / latest / properties / cme_oi / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / latest / properties / cme_oi / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / latest / properties / cme_oi / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / latest / properties / cme_oi / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / latest / properties / cme_oi_change / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / latest / properties / cme_oi_change / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / latest / properties / cme_oi_change / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / latest / properties / cme_oi_change / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / latest / properties / cme_oi_change / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / latest / properties / cme_oi_underlying_amount / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / latest / properties / cme_oi_underlying_amount / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / latest / properties / cme_oi_underlying_amount / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / latest / properties / cme_oi_underlying_amount / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / latest / properties / cme_oi_underlying_amount / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / latest / properties / cme_volume / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / latest / properties / cme_volume / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / latest / properties / cme_volume / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / latest / properties / cme_volume / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / latest / properties / cme_volume / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / latest / properties / cme_volume_underlying_amount / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / latest / properties / cme_volume_underlying_amount / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / latest / properties / cme_volume_underlying_amount / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / latest / properties / cme_volume_underlying_amount / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / latest / properties / cme_volume_underlying_amount / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / latest / properties / etf_net_inflow_usd / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / latest / properties / etf_net_inflow_usd / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / latest / properties / etf_net_inflow_usd / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / latest / properties / etf_net_inflow_usd / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / latest / properties / etf_net_inflow_usd / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / latest / properties / etf_total_assets_usd / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / latest / properties / etf_total_assets_usd / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / latest / properties / etf_total_assets_usd / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / latest / properties / etf_total_assets_usd / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / latest / properties / etf_total_assets_usd / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / latest / properties / etf_value_traded_usd / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / latest / properties / etf_value_traded_usd / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / latest / properties / etf_value_traded_usd / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / latest / properties / etf_value_traded_usd / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / latest / properties / etf_value_traded_usd / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / latest / properties / institutional_channel_signal / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / latest / properties / institutional_channel_signal / anyOfRemoved value: -[ - { - "type": "string" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / latest / properties / institutional_channel_signal / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "string" + } +} - added
Output schema / properties / assets / items / properties / latest / properties / institutional_channel_signal / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / latest / properties / institutional_channel_signal / typeAdded value: +"object" - changed
Output schema / properties / assets / items / properties / latest / typePrevious value: -"object"New value: +[ + "null", + "object" +] - added
Output schema / properties / assets / items / properties / series / items / additionalPropertiesAdded value: +false - added
Output schema / properties / assets / items / properties / series / items / properties / cftc_contract_unit_raw / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / series / items / properties / cftc_contract_unit_raw / anyOfRemoved value: -[ - { - "type": "string" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / series / items / properties / cftc_contract_unit_raw / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "string" + } +} - added
Output schema / properties / assets / items / properties / series / items / properties / cftc_contract_unit_raw / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / series / items / properties / cftc_contract_unit_raw / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / series / items / properties / cftc_oi_weekly / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / series / items / properties / cftc_oi_weekly / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / series / items / properties / cftc_oi_weekly / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / series / items / properties / cftc_oi_weekly / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / series / items / properties / cftc_oi_weekly / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / series / items / properties / cftc_oi_weekly_underlying_amount / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / series / items / properties / cftc_oi_weekly_underlying_amount / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / series / items / properties / cftc_oi_weekly_underlying_amount / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / series / items / properties / cftc_oi_weekly_underlying_amount / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / series / items / properties / cftc_oi_weekly_underlying_amount / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / series / items / properties / cme_oi / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / series / items / properties / cme_oi / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / series / items / properties / cme_oi / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / series / items / properties / cme_oi / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / series / items / properties / cme_oi / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / series / items / properties / cme_oi_change / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / series / items / properties / cme_oi_change / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / series / items / properties / cme_oi_change / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / series / items / properties / cme_oi_change / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / series / items / properties / cme_oi_change / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / series / items / properties / cme_oi_underlying_amount / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / series / items / properties / cme_oi_underlying_amount / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / series / items / properties / cme_oi_underlying_amount / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / series / items / properties / cme_oi_underlying_amount / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / series / items / properties / cme_oi_underlying_amount / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / series / items / properties / cme_volume / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / series / items / properties / cme_volume / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / series / items / properties / cme_volume / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / series / items / properties / cme_volume / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / series / items / properties / cme_volume / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / series / items / properties / cme_volume_underlying_amount / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / series / items / properties / cme_volume_underlying_amount / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / series / items / properties / cme_volume_underlying_amount / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / series / items / properties / cme_volume_underlying_amount / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / series / items / properties / cme_volume_underlying_amount / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / series / items / properties / etf_net_inflow_usd / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / series / items / properties / etf_net_inflow_usd / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / series / items / properties / etf_net_inflow_usd / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / series / items / properties / etf_net_inflow_usd / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / series / items / properties / etf_net_inflow_usd / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / series / items / properties / etf_total_assets_usd / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / series / items / properties / etf_total_assets_usd / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / series / items / properties / etf_total_assets_usd / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / series / items / properties / etf_total_assets_usd / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / series / items / properties / etf_total_assets_usd / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / series / items / properties / etf_value_traded_usd / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / series / items / properties / etf_value_traded_usd / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / series / items / properties / etf_value_traded_usd / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / assets / items / properties / series / items / properties / etf_value_traded_usd / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / series / items / properties / etf_value_traded_usd / typeAdded value: +"object" - added
Output schema / properties / assets / items / properties / series / items / properties / institutional_channel_signal / additionalPropertiesAdded value: +false - removed
Output schema / properties / assets / items / properties / series / items / properties / institutional_channel_signal / anyOfRemoved value: -[ - { - "type": "string" - }, - { - "type": "null" - } -] - added
Output schema / properties / assets / items / properties / series / items / properties / institutional_channel_signal / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "string" + } +} - added
Output schema / properties / assets / items / properties / series / items / properties / institutional_channel_signal / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / assets / items / properties / series / items / properties / institutional_channel_signal / typeAdded value: +"object" - changed
Output schema / properties / assets / items / properties / series / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / assets / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_marketsnapshot_get_market_overview15 fields changed- added
Input schema / additionalPropertiesAdded value: +false - removed
Input schema / propertiesRemoved value: -{} - added
Output schema / additionalPropertiesAdded value: +false - changed
Output schema / properties / active_coins_count / typePrevious value: -"integer"New value: +[ + "null", + "integer" +] - changed
Output schema / properties / ahr999 / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / altcoin_season_index / typePrevious value: -"integer"New value: +[ + "null", + "integer" +] - changed
Output schema / properties / btc_dominance / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / btc_price / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / eth_dominance / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / fear_greed_index / typePrevious value: -"integer"New value: +[ + "null", + "integer" +] - changed
Output schema / properties / fear_greed_label / typePrevious value: -"string"New value: +[ + "null", + "string" +] - changed
Output schema / properties / market_cap_change_24h / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / total_market_cap / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / total_volume_24h / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / updated_at / typePrevious value: -"string"New value: +[ + "null", + "string" +]
- Changed
info_marketsnapshot_get_market_snapshot11 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / derivatives / additionalPropertiesAdded value: +true - changed
Output schema / properties / derivatives / typePrevious value: -"object"New value: +[ + "null", + "object" +] - added
Output schema / properties / institutional_channel_summary / additionalPropertiesAdded value: +true - changed
Output schema / properties / institutional_channel_summary / typePrevious value: -"object"New value: +[ + "null", + "object" +] - added
Output schema / properties / kline / additionalPropertiesAdded value: +true - added
Output schema / properties / market_pulse / additionalPropertiesAdded value: +true - changed
Output schema / properties / market_pulse / typePrevious value: -"object"New value: +[ + "null", + "object" +] - added
Output schema / properties / project_info / additionalPropertiesAdded value: +true - added
Output schema / properties / realtime / additionalPropertiesAdded value: +true
- Changed
info_markettrend_get_indicator_history6 fields changed- added
Input schema / additionalPropertiesAdded value: +false - changed
Input schema / properties / indicators / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / additionalPropertiesAdded value: +false - changed
Output schema / properties / indicators / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_markettrend_get_kline5 fields changed- added
Input schema / additionalPropertiesAdded value: +false - changed
Input schema / properties / with_indicators / typePrevious value: -"boolean"New value: +[ + "null", + "boolean" +] - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_markettrend_get_technical_analysis3 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / timeframes / additionalProperties / additionalPropertiesAdded value: +false
- Changed
info_onchain_get_address_info3 fields changed- added
Input schema / additionalPropertiesAdded value: +false - changed
Input schema / properties / min_value_usd / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / (root)Previous value: -{ - "properties": { - "address": { - "type": "string" - }, - "asset_summary": { - "properties": { - "exist_address": { - "type": "boolean" - }, - "have_multi_chain_asset": { - "type": "boolean" - }, - "lamport": { - "type": "string" - }, - "lamport_usd": { - "type": "number" - }, - "native_balance": { - "type": "string" - }, - "native_usd_value": { - "type": "number" - }, - "source": { - "type": "string" - }, - "token_num": { - "type": "integer" - }, - "token_usd_value": { - "type": "number" - }, - "token_value_usd": { - "type": "number" - }, - "total_usd_value": { - "type": "number" - }, - "total_value_usd": { - "type": "number" - } - }, - "type": "object" - }, - "balance": { - "type": "string" - }, - "chain": { - "type": "string" - }, - "counterparties": { - "items": { - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - "type": "array" - }, - "data_quality": { - "type": "string" - }, - "defi_loans": { - "items": { - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - "type": "array" - }, - "defi_positions": { - "items": { - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - "type": "array" - }, - "detected_chains": { - "items": { - "type": "string" - }, - "type": "array" - }, - "duration_ms": { - "type": "integer" - }, - "entity_confidence": { - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - "entity_name": { - "type": "string" - }, - "first_seen": { - "properties": { - "time": { - "type": "integer" - }, - "tx": { - "type": "string" - } - }, - "required": [ - "time" - ], - "type": "object" - }, - "last_seen": { - "properties": { - "time": { - "type": "integer" - }, - "tx": { - "type": "string" - } - }, - "required": [ - "time" - ], - "type": "object" - }, - "multi_chain_token_balances": { - "items": { - "properties": { - "amount": { - "type": "string" - }, - "chain": { - "type": "string" - }, - "chain_name": { - "type": "string" - }, - "percent_change_24h": { - "type": "number" - }, - "percentage": { - "type": "number" - }, - "price": { - "type": "number" - }, - "source": { - "type": "string" - }, - "token_address": { - "type": "string" - }, - "token_symbol": { - "type": "string" - }, - "usd_value": { - "type": "number" - } - }, - "required": [ - "chain" - ], - "type": "object" - }, - "type": "array" - }, - "new_explorer_assets_raw": { - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - "new_explorer_labels_multi_chain_raw": { - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - "new_explorer_labels_raw": { - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - "new_explorer_overview_raw": { - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - "new_explorer_search_raw": { - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - "pnl_realized": { - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - "pnl_unrealized": { - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - "quality_reasons": { - "items": { - "type": "string" - }, - "type": "array" - }, - "related_wallets": { - "items": { - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - "type": "array" - }, - "risk_level": { - "type": "string" - }, - "scope": { - "type": "string" - }, - "score": { - "type": "integer" - }, - "sharpe_ratio": { - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - }, - "sources": { - "items": { - "properties": { - "code": { - "type": "integer" - }, - "detail": { - "type": "string" - }, - "ok": { - "type": "boolean" - }, - "source": { - "type": "string" - }, - "used": { - "type": "boolean" - } - }, - "required": [ - "source", - "used", - "ok" - ], - "type": "object" - }, - "type": "array" - }, - "tags": { - "items": { - "type": "string" - }, - "type": "array" - }, - "token_balances": { - "items": { - "properties": { - "amount": { - "type": "string" - }, - "has_risk": { - "type": "boolean" - }, - "mint_account": { - "type": "string" - }, - "name": { - "type": "string" - }, - "price": { - "type": "string" - }, - "price_usd": { - "type": "string" - }, - "symbol": { - "type": "string" - }, - "token_account": { - "type": "string" - }, - "token_address": { - "type": "string" - }, - "value_percent": { - "type": "string" - }, - "value_usd": { - "type": "string" - } - }, - "required": [ - "token_address" - ], - "type": "object" - }, - "type": "array" - }, - "tx_count": { - "type": "integer" - }, - "usd_balance": { - "type": "string" - }, - "win_rate": { - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] - } - }, - "required": [ - "address", - "chain", - "score", - "risk_level", - "tx_count", - "duration_ms" - ], - "type": "object" -}New value: +null
- Changed
info_onchain_get_address_transactions43 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / properties / inputs / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / items / items / properties / inputs / items / properties / addresses / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / items / items / properties / inputs / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / items / items / properties / outputs / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / items / items / properties / outputs / items / properties / addresses / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / items / items / properties / outputs / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / items / items / properties / source_rawPrevious value: -trueNew value: +{ + "items": { + "maximum": 255, + "minimum": 0, + "type": "integer" + }, + "type": [ + "null", + "array" + ] +} - added
Output schema / properties / items / items / properties / token / additionalPropertiesAdded value: +false - changed
Output schema / properties / items / items / properties / token / typePrevious value: -"object"New value: +[ + "null", + "object" +] - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +] - removed
Output schema / properties / new_explorer_address_internal_transactions_raw / anyOfRemoved value: -[ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } -] - added
Output schema / properties / new_explorer_address_internal_transactions_raw / itemsAdded value: +{ + "maximum": 255, + "minimum": 0, + "type": "integer" +} - added
Output schema / properties / new_explorer_address_internal_transactions_raw / typeAdded value: +[ + "null", + "array" +] - removed
Output schema / properties / new_explorer_address_sol_transactions_raw / anyOfRemoved value: -[ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } -] - added
Output schema / properties / new_explorer_address_sol_transactions_raw / itemsAdded value: +{ + "maximum": 255, + "minimum": 0, + "type": "integer" +} - added
Output schema / properties / new_explorer_address_sol_transactions_raw / typeAdded value: +[ + "null", + "array" +] - removed
Output schema / properties / new_explorer_address_token_transfers_raw / anyOfRemoved value: -[ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } -] - added
Output schema / properties / new_explorer_address_token_transfers_raw / itemsAdded value: +{ + "maximum": 255, + "minimum": 0, + "type": "integer" +} - added
Output schema / properties / new_explorer_address_token_transfers_raw / typeAdded value: +[ + "null", + "array" +] - removed
Output schema / properties / new_explorer_address_transactions_raw / anyOfRemoved value: -[ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } -] - added
Output schema / properties / new_explorer_address_transactions_raw / itemsAdded value: +{ + "maximum": 255, + "minimum": 0, + "type": "integer" +} - added
Output schema / properties / new_explorer_address_transactions_raw / typeAdded value: +[ + "null", + "array" +] - removed
Output schema / properties / new_explorer_address_transfers_raw / anyOfRemoved value: -[ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } -] - added
Output schema / properties / new_explorer_address_transfers_raw / itemsAdded value: +{ + "maximum": 255, + "minimum": 0, + "type": "integer" +} - added
Output schema / properties / new_explorer_address_transfers_raw / typeAdded value: +[ + "null", + "array" +] - changed
Output schema / properties / quality_reasons / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / sources / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / sources / items / properties / code / typePrevious value: -"integer"New value: +[ + "null", + "integer" +] - changed
Output schema / properties / sources / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / transactions / items / additionalPropertiesAdded value: +false - added
Output schema / properties / transactions / items / properties / inputs / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / transactions / items / properties / inputs / items / properties / addresses / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / transactions / items / properties / inputs / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / transactions / items / properties / outputs / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / transactions / items / properties / outputs / items / properties / addresses / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / transactions / items / properties / outputs / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / transactions / items / properties / source_rawPrevious value: -trueNew value: +{ + "items": { + "maximum": 255, + "minimum": 0, + "type": "integer" + }, + "type": [ + "null", + "array" + ] +} - added
Output schema / properties / transactions / items / properties / token / additionalPropertiesAdded value: +false - changed
Output schema / properties / transactions / items / properties / token / typePrevious value: -"object"New value: +[ + "null", + "object" +] - changed
Output schema / properties / transactions / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_onchain_get_token_onchain29 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / activity / additionalPropertiesAdded value: +false - changed
Output schema / properties / activity / typePrevious value: -"object"New value: +[ + "null", + "object" +] - added
Output schema / properties / duration_ms / descriptionAdded value: +"required" - removed
Output schema / properties / explorer_holders_raw / anyOfRemoved value: -[ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } -] - added
Output schema / properties / explorer_holders_raw / itemsAdded value: +{ + "maximum": 255, + "minimum": 0, + "type": "integer" +} - added
Output schema / properties / explorer_holders_raw / typeAdded value: +[ + "null", + "array" +] - removed
Output schema / properties / explorer_token_raw / anyOfRemoved value: -[ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } -] - added
Output schema / properties / explorer_token_raw / itemsAdded value: +{ + "maximum": 255, + "minimum": 0, + "type": "integer" +} - added
Output schema / properties / explorer_token_raw / typeAdded value: +[ + "null", + "array" +] - removed
Output schema / properties / explorer_transfers_raw / anyOfRemoved value: -[ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } -] - added
Output schema / properties / explorer_transfers_raw / itemsAdded value: +{ + "maximum": 255, + "minimum": 0, + "type": "integer" +} - added
Output schema / properties / explorer_transfers_raw / typeAdded value: +[ + "null", + "array" +] - added
Output schema / properties / holders / additionalPropertiesAdded value: +false - changed
Output schema / properties / holders / properties / top_holders / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / holders / typePrevious value: -"object"New value: +[ + "null", + "object" +] - changed
Output schema / properties / quality_reasons / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / smart_money / additionalPropertiesAdded value: +false - changed
Output schema / properties / smart_money / typePrevious value: -"object"New value: +[ + "null", + "object" +] - added
Output schema / properties / sources / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / sources / items / properties / code / typePrevious value: -"integer"New value: +[ + "null", + "integer" +] - changed
Output schema / properties / sources / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / token_info / additionalPropertiesAdded value: +false - changed
Output schema / properties / token_info / typePrevious value: -"object"New value: +[ + "null", + "object" +] - added
Output schema / properties / transfers / additionalPropertiesAdded value: +false - changed
Output schema / properties / transfers / properties / large_transfers / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / transfers / properties / supply_history / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / transfers / typePrevious value: -"object"New value: +[ + "null", + "object" +]
- Changed
info_onchain_get_transaction30 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - removed
Output schema / properties / blockinfo_detail_raw / anyOfRemoved value: -[ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } -] - added
Output schema / properties / blockinfo_detail_raw / itemsAdded value: +{ + "maximum": 255, + "minimum": 0, + "type": "integer" +} - added
Output schema / properties / blockinfo_detail_raw / typeAdded value: +[ + "null", + "array" +] - removed
Output schema / properties / explorer_detail_raw / anyOfRemoved value: -[ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } -] - added
Output schema / properties / explorer_detail_raw / itemsAdded value: +{ + "maximum": 255, + "minimum": 0, + "type": "integer" +} - added
Output schema / properties / explorer_detail_raw / typeAdded value: +[ + "null", + "array" +] - changed
Output schema / properties / from_tags / itemsPrevious value: -{ - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] -}New value: +true - changed
Output schema / properties / from_tags / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / instructions / itemsPrevious value: -{ - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] -}New value: +true - changed
Output schema / properties / instructions / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / internal_transactions / itemsPrevious value: -{ - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] -}New value: +true - changed
Output schema / properties / internal_transactions / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / program_logs / itemsPrevious value: -{ - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] -}New value: +true - changed
Output schema / properties / program_logs / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / quality_reasons / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / sol_balance_change / itemsPrevious value: -{ - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] -}New value: +true - changed
Output schema / properties / sol_balance_change / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / sources / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / sources / items / properties / code / typePrevious value: -"integer"New value: +[ + "null", + "integer" +] - changed
Output schema / properties / sources / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / to_tags / itemsPrevious value: -{ - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] -}New value: +true - changed
Output schema / properties / to_tags / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / token_balance_change / itemsPrevious value: -{ - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] -}New value: +true - changed
Output schema / properties / token_balance_change / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / token_transfers / itemsPrevious value: -{ - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] -}New value: +true - changed
Output schema / properties / token_transfers / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / tx_tags / itemsPrevious value: -{ - "anyOf": [ - { - "type": "object" - }, - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - }, - { - "type": "boolean" - }, - { - "type": "null" - } - ] -}New value: +true - changed
Output schema / properties / tx_tags / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_platformmetrics_get_bridge_metrics4 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_platformmetrics_get_cex_orderbook_depth4 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_platformmetrics_get_chain_activity40 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / btc_l2_metrics / additionalPropertiesAdded value: +false - added
Output schema / properties / btc_l2_metrics / properties / items / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / btc_l2_metrics / properties / items / items / properties / active_addresses_1d / typePrevious value: -"integer"New value: +[ + "null", + "integer" +] - changed
Output schema / properties / btc_l2_metrics / properties / items / items / properties / bridge_volume_24h_usd / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / btc_l2_metrics / properties / items / items / properties / missing_optional_fields / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / btc_l2_metrics / properties / items / items / properties / missing_required_fields / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / btc_l2_metrics / properties / items / items / properties / protocol_count / typePrevious value: -"integer"New value: +[ + "null", + "integer" +] - changed
Output schema / properties / btc_l2_metrics / properties / items / items / properties / source_refs / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / btc_l2_metrics / properties / items / items / properties / tvl_usd / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / btc_l2_metrics / properties / items / items / properties / tx_count_1d / typePrevious value: -"integer"New value: +[ + "null", + "integer" +] - changed
Output schema / properties / btc_l2_metrics / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / btc_l2_metrics / typePrevious value: -"object"New value: +[ + "null", + "object" +] - added
Output schema / properties / l2_metrics / additionalPropertiesAdded value: +false - added
Output schema / properties / l2_metrics / properties / series / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / l2_metrics / properties / series / items / properties / active_addresses_1d / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / l2_metrics / properties / series / items / properties / blob_cost_usd_1d / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / l2_metrics / properties / series / items / properties / missing_fields / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / l2_metrics / properties / series / items / properties / sequencer_revenue_usd_1d / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / l2_metrics / properties / series / items / properties / tps_avg_1d / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / l2_metrics / properties / series / items / properties / tvl_usd / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / l2_metrics / properties / series / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / l2_metrics / typePrevious value: -"object"New value: +[ + "null", + "object" +] - added
Output schema / properties / staking_metrics / additionalPropertiesAdded value: +false - added
Output schema / properties / staking_metrics / properties / series / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / staking_metrics / properties / series / items / properties / entry_queue_eth / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / staking_metrics / properties / series / items / properties / entry_queue_validator_estimate / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / staking_metrics / properties / series / items / properties / entry_wait_days / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / staking_metrics / properties / series / items / properties / eth_supply / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / staking_metrics / properties / series / items / properties / exit_queue_eth / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / staking_metrics / properties / series / items / properties / exit_queue_validator_estimate / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / staking_metrics / properties / series / items / properties / exit_wait_days / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / staking_metrics / properties / series / items / properties / missing_fields / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / staking_metrics / properties / series / items / properties / staking_apr_7d / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / staking_metrics / properties / series / items / properties / staking_rate / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / staking_metrics / properties / series / items / properties / total_value_staked_eth / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / staking_metrics / properties / series / items / properties / validator_active / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / staking_metrics / properties / series / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / staking_metrics / typePrevious value: -"object"New value: +[ + "null", + "object" +]
- Changed
info_platformmetrics_get_defi_overview4 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_platformmetrics_get_exchange_reserves23 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / events / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / events / items / properties / daily_netflow_usd / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / events / items / properties / large_flow_event / typePrevious value: -"boolean"New value: +[ + "null", + "boolean" +] - changed
Output schema / properties / events / items / properties / rolling_30d_std_usd / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / events / items / properties / threshold_usd / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / events / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / flows / additionalPropertiesAdded value: +false - added
Output schema / properties / flows / properties / series / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / flows / properties / series / items / properties / daily_netflow_native / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / flows / properties / series / items / properties / daily_netflow_usd / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / flows / properties / series / items / properties / inflow_native / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / flows / properties / series / items / properties / outflow_native / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / flows / properties / series / items / properties / price_usd / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / flows / properties / series / items / properties / reserve_change_1d_usd / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / flows / properties / series / items / properties / reserve_change_7d_usd / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / flows / properties / series / items / properties / reserve_native / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / flows / properties / series / items / properties / reserve_usd / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / flows / properties / series / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / flows / typePrevious value: -"object"New value: +[ + "null", + "object" +] - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_platformmetrics_get_liquidation_heatmap4 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_platformmetrics_get_platform_history6 fields changed- added
Input schema / additionalPropertiesAdded value: +false - changed
Input schema / properties / metrics / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / metrics / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_platformmetrics_get_platform_info4 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_platformmetrics_get_stablecoin_info117 fields changed- added
Input schema / additionalPropertiesAdded value: +false - changed
Input schema / properties / sections / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / depeg_events / additionalPropertiesAdded value: +false - added
Output schema / properties / depeg_events / properties / items / items / additionalPropertiesAdded value: +false - changed
Output schema / properties / depeg_events / properties / items / items / properties / depeg_threshold / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / depeg_events / properties / items / items / properties / duration_minutes / typePrevious value: -"integer"New value: +[ + "null", + "integer" +] - changed
Output schema / properties / depeg_events / properties / items / items / properties / event_end_time / typePrevious value: -"string"New value: +[ + "null", + "string" +] - changed
Output schema / properties / depeg_events / properties / items / items / properties / latest_price_time / typePrevious value: -"string"New value: +[ + "null", + "string" +] - changed
Output schema / properties / depeg_events / properties / items / items / properties / max_deviation / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / depeg_events / properties / items / items / properties / max_deviation_price / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / depeg_events / properties / items / items / properties / max_observation_gap_minutes / typePrevious value: -"integer"New value: +[ + "null", + "integer" +] - changed
Output schema / properties / depeg_events / properties / items / items / properties / min_price / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / depeg_events / properties / items / items / properties / observation_count / typePrevious value: -"integer"New value: +[ + "null", + "integer" +] - changed
Output schema / properties / depeg_events / properties / items / items / properties / trigger_deviation / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / depeg_events / properties / items / items / properties / trigger_price / typePrevious value: -"number"New value: +[ + "null", + "number" +] - changed
Output schema / properties / depeg_events / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / depeg_events / properties / status_reason / typePrevious value: -"string"New value: +[ + "null", + "string" +] - changed
Output schema / properties / depeg_events / typePrevious value: -"object"New value: +[ + "null", + "object" +] - added
Output schema / properties / issuance_flows / items / additionalPropertiesAdded value: +false - added
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / additionalPropertiesAdded value: +false - added
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / net_issuance / additionalPropertiesAdded value: +false - removed
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / net_issuance / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / net_issuance / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / net_issuance / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / net_issuance / typeAdded value: +[ + "null", + "object" +] - added
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / supply_issued / additionalPropertiesAdded value: +false - removed
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / supply_issued / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / supply_issued / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / supply_issued / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / supply_issued / typeAdded value: +[ + "null", + "object" +] - added
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / supply_redeemed / additionalPropertiesAdded value: +false - removed
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / supply_redeemed / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / supply_redeemed / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / supply_redeemed / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / supply_redeemed / typeAdded value: +[ + "null", + "object" +] - changed
Output schema / properties / issuance_flows / items / properties / chain_breakdown / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / issuance_flows / items / properties / series / items / additionalPropertiesAdded value: +false - added
Output schema / properties / issuance_flows / items / properties / series / items / properties / net_issuance / additionalPropertiesAdded value: +false - removed
Output schema / properties / issuance_flows / items / properties / series / items / properties / net_issuance / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / issuance_flows / items / properties / series / items / properties / net_issuance / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / issuance_flows / items / properties / series / items / properties / net_issuance / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / issuance_flows / items / properties / series / items / properties / net_issuance / typeAdded value: +[ + "null", + "object" +] - added
Output schema / properties / issuance_flows / items / properties / series / items / properties / supply_issued / additionalPropertiesAdded value: +false - removed
Output schema / properties / issuance_flows / items / properties / series / items / properties / supply_issued / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / issuance_flows / items / properties / series / items / properties / supply_issued / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / issuance_flows / items / properties / series / items / properties / supply_issued / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / issuance_flows / items / properties / series / items / properties / supply_issued / typeAdded value: +[ + "null", + "object" +] - added
Output schema / properties / issuance_flows / items / properties / series / items / properties / supply_redeemed / additionalPropertiesAdded value: +false - removed
Output schema / properties / issuance_flows / items / properties / series / items / properties / supply_redeemed / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / issuance_flows / items / properties / series / items / properties / supply_redeemed / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / issuance_flows / items / properties / series / items / properties / supply_redeemed / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / issuance_flows / items / properties / series / items / properties / supply_redeemed / typeAdded value: +[ + "null", + "object" +] - changed
Output schema / properties / issuance_flows / items / properties / series / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / issuance_flows / items / properties / summary / additionalPropertiesAdded value: +false - added
Output schema / properties / issuance_flows / items / properties / summary / properties / mint_burn_net / additionalPropertiesAdded value: +false - removed
Output schema / properties / issuance_flows / items / properties / summary / properties / mint_burn_net / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / mint_burn_net / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / issuance_flows / items / properties / summary / properties / mint_burn_net / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / mint_burn_net / typeAdded value: +[ + "null", + "object" +] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / net_issuance / additionalPropertiesAdded value: +false - removed
Output schema / properties / issuance_flows / items / properties / summary / properties / net_issuance / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / net_issuance / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / issuance_flows / items / properties / summary / properties / net_issuance / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / net_issuance / typeAdded value: +[ + "null", + "object" +] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_burned / additionalPropertiesAdded value: +false - removed
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_burned / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_burned / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_burned / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_burned / typeAdded value: +[ + "null", + "object" +] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_issued / additionalPropertiesAdded value: +false - removed
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_issued / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_issued / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_issued / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_issued / typeAdded value: +[ + "null", + "object" +] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_minted / additionalPropertiesAdded value: +false - removed
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_minted / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_minted / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_minted / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_minted / typeAdded value: +[ + "null", + "object" +] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_redeemed / additionalPropertiesAdded value: +false - removed
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_redeemed / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_redeemed / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_redeemed / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_redeemed / typeAdded value: +[ + "null", + "object" +] - changed
Output schema / properties / issuance_flows / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / usage_structure / additionalPropertiesAdded value: +false - added
Output schema / properties / usage_structure / properties / items / items / additionalPropertiesAdded value: +false - added
Output schema / properties / usage_structure / properties / items / items / properties / adjusted_transfer_volume / additionalPropertiesAdded value: +false - removed
Output schema / properties / usage_structure / properties / items / items / properties / adjusted_transfer_volume / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / usage_structure / properties / items / items / properties / adjusted_transfer_volume / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / usage_structure / properties / items / items / properties / adjusted_transfer_volume / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / usage_structure / properties / items / items / properties / adjusted_transfer_volume / typeAdded value: +"object" - added
Output schema / properties / usage_structure / properties / items / items / properties / bot_share / additionalPropertiesAdded value: +false - removed
Output schema / properties / usage_structure / properties / items / items / properties / bot_share / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / usage_structure / properties / items / items / properties / bot_share / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / usage_structure / properties / items / items / properties / bot_share / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / usage_structure / properties / items / items / properties / bot_share / typeAdded value: +"object" - changed
Output schema / properties / usage_structure / properties / items / items / properties / missing_fields / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / usage_structure / properties / items / items / properties / reference_metrics / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / usage_structure / properties / items / items / properties / reference_metrics / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / usage_structure / properties / items / items / properties / research_reference / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / usage_structure / properties / items / items / properties / research_reference / typePrevious value: -"array"New value: +[ + "null", + "array" +] - added
Output schema / properties / usage_structure / properties / items / items / properties / retail_transfer_change / additionalPropertiesAdded value: +false - removed
Output schema / properties / usage_structure / properties / items / items / properties / retail_transfer_change / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / usage_structure / properties / items / items / properties / retail_transfer_change / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / usage_structure / properties / items / items / properties / retail_transfer_change / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / usage_structure / properties / items / items / properties / retail_transfer_change / typeAdded value: +"object" - added
Output schema / properties / usage_structure / properties / items / items / properties / stablecoin_trade_volume / additionalPropertiesAdded value: +false - removed
Output schema / properties / usage_structure / properties / items / items / properties / stablecoin_trade_volume / anyOfRemoved value: -[ - { - "type": "number" - }, - { - "type": "null" - } -] - added
Output schema / properties / usage_structure / properties / items / items / properties / stablecoin_trade_volume / propertiesAdded value: +{ + "Valid": { + "type": "boolean" + }, + "Value": { + "type": "number" + } +} - added
Output schema / properties / usage_structure / properties / items / items / properties / stablecoin_trade_volume / requiredAdded value: +[ + "Value", + "Valid" +] - added
Output schema / properties / usage_structure / properties / items / items / properties / stablecoin_trade_volume / typeAdded value: +"object" - changed
Output schema / properties / usage_structure / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +] - changed
Output schema / properties / usage_structure / typePrevious value: -"object"New value: +[ + "null", + "object" +]
- Changed
info_platformmetrics_get_yield_pools5 fields changed- added
Input schema / additionalPropertiesAdded value: +false - changed
Input schema / properties / min_tvl_usd / typePrevious value: -"number"New value: +[ + "null", + "number" +] - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +]
- Changed
info_platformmetrics_search_platforms4 fields changed- added
Input schema / additionalPropertiesAdded value: +false - added
Output schema / additionalPropertiesAdded value: +false - added
Output schema / properties / items / items / additionalPropertiesAdded value: +true - changed
Output schema / properties / items / typePrevious value: -"array"New value: +[ + "null", + "array" +]
4 tool updates
- Changed
info_onchain_get_address_info2 fields changed- changed
Input schema / properties / include_upstream_raw / descriptionPrevious value: -"If true, include New Explorer ApiResponse.data as new_explorer_*_raw; large payload. Default false."New value: +"Prefer false (default). If true, include New Explorer ApiResponse.data as new_explorer_*_raw; large payload, not for public clients." - changed
Input schema / properties / upstream_raw_mode / descriptionPrevious value: -"off (default, no page raw) | lite (per-item source_raw where applicable) | full (page raw). include_upstream_raw=true forces full."New value: +"off (default) | lite | full. Prefer off for public MCP. include_upstream_raw=true forces full."
- Changed
info_onchain_get_address_transactions2 fields changed- changed
Input schema / properties / include_upstream_raw / descriptionPrevious value: -"If true, include new_explorer_address_*_raw and per-item source_raw; large payload. Default false."New value: +"Prefer false (default). If true, include new_explorer_address_*_raw and per-item source_raw; large payload, not for public clients." - changed
Input schema / properties / upstream_raw_mode / descriptionPrevious value: -"off (default) | lite (per-item source_raw) | full (page + item raw). include_upstream_raw=true forces full."New value: +"off (default) | lite | full. Prefer off for public MCP. include_upstream_raw=true forces full."
- Changed
info_onchain_get_token_onchain2 fields changed- changed
Input schema / properties / include_upstream_raw / descriptionPrevious value: -"If true, include explorer_*_page raw and transfer source_raw; large payload. Default false."New value: +"Prefer false (default). If true, include explorer_*_page raw and transfer source_raw; large payload, not for public clients." - changed
Input schema / properties / upstream_raw_mode / descriptionPrevious value: -"off (default) | lite (row source_raw) | full (page + row). include_upstream_raw=true forces full."New value: +"off (default) | lite | full. Prefer off for public MCP. include_upstream_raw=true forces full."
- Changed
info_onchain_get_transaction2 fields changed- changed
Input schema / properties / include_upstream_raw / descriptionPrevious value: -"If true, include explorer_detail_raw and blockinfo_detail_raw; large payload. Default false."New value: +"Prefer false (default). If true, include explorer_detail_raw and blockinfo_detail_raw; large payload, not for public clients." - changed
Input schema / properties / upstream_raw_mode / descriptionPrevious value: -"off (default) | lite | full; only full adds explorer/blockinfo detail raw. include_upstream_raw=true forces full."New value: +"off (default) | lite | full. Prefer off for public MCP; only full adds detail raw. include_upstream_raw=true forces full."
1 tool update
- Changed
info_platformmetrics_get_stablecoin_info7 fields changed- changed
Input schema / properties / end_date / descriptionPrevious value: -"UTC YYYY-MM-DD; extension window end, default latest data date for usage_structure or today for issuance_flow."New value: +"UTC YYYY-MM-DD; extension window end, default latest data date for usage_structure or today for issuance_flow/depeg_events." - added
Input schema / properties / min_deviationAdded value: +{ + "description": "depeg_events only: filter events with max_deviation >= this value. Range 0.001-0.2, default 0.005.", + "type": "number" +} - added
Input schema / properties / review_statusAdded value: +{ + "description": "depeg_events only: candidate|approved|rejected; default approved (only returns reviewed events).", + "type": "string" +} - changed
Input schema / properties / sections / descriptionPrevious value: -"Comma-separated string or array; supported values: issuance_flow, usage_structure when scope=full."New value: +"Comma-separated string or array; supported values: issuance_flow, usage_structure, depeg_events when scope=full." - changed
Input schema / properties / start_date / descriptionPrevious value: -"UTC YYYY-MM-DD; extension window start, default last 30 days."New value: +"UTC YYYY-MM-DD; extension window start, default last 30 days. depeg_events: default 2020-01-01." - added
Output schema / properties / depeg_eventsAdded value: +{ + "properties": { + "data_status": { + "type": "string" + }, + "items": { + "items": { + "properties": { + "depeg_asset": { + "type": "string" + }, + "depeg_direction": { + "type": "string" + }, + "depeg_threshold": { + "type": "number" + }, + "duration_minutes": { + "type": "integer" + }, + "event_end_time": { + "type": "string" + }, + "event_start_time": { + "type": "string" + }, + "latest_price_time": { + "type": "string" + }, + "max_deviation": { + "type": "number" + }, + "max_deviation_price": { + "type": "number" + }, + "max_observation_gap_minutes": { + "type": "integer" + }, + "min_price": { + "type": "number" + }, + "observation_count": { + "type": "integer" + }, + "price_source": { + "type": "string" + }, + "trigger_deviation": { + "type": "number" + }, + "trigger_price": { + "type": "number" + } + }, + "required": [ + "depeg_asset", + "event_start_time", + "event_end_time", + "depeg_direction", + "price_source", + "latest_price_time" + ], + "type": "object" + }, + "type": "array" + }, + "status_reason": { + "type": "string" + } + }, + "required": [ + "data_status", + "status_reason", + "items" + ], + "type": "object" +} - added
Output schema / properties / min_deviationAdded value: +{ + "type": "number" +}
1 tool update
- Changed
info_platformmetrics_get_chain_activity15 fields changed- changed
Input schema / properties / metric_group / descriptionPrevious value: -"Metric group: staking (Ethereum beacon daily) | l2 (L2 ops daily from growthepie+L2Beat) | btc_l2 (BTC L2 bridge volume daily)."New value: +"Metric group: staking (Ethereum beacon daily) | l2 (L2 ops daily from growthepie+L2Beat) | btc_l2 (BTC L2 protocol ecosystem tvl/protocol_count/tx_count_1d/active_addresses_1d/bridge_volume_24h_usd from dwd_external_btc_protocol_di)." - changed
Input schema / properties / project / descriptionPrevious value: -"btc_l2 only: filter by project slug; empty returns whitelist. Non-whitelist project returns data_status=not_in_scope."New value: +"btc_l2 only: filter by project_key; empty returns whitelist (stacks|rootstock|merlin|bob|bitlayer). Non-whitelist project returns data_status=not_in_scope." - changed
Output schema / properties / btc_l2_metrics / properties / items / items / properties / active_addresses_1d / typePrevious value: -"number"New value: +"integer" - added
Output schema / properties / btc_l2_metrics / properties / items / items / properties / categoryAdded value: +{ + "type": "string" +} - added
Output schema / properties / btc_l2_metrics / properties / items / items / properties / main_chainAdded value: +{ + "type": "string" +} - removed
Output schema / properties / btc_l2_metrics / properties / items / items / properties / missing_fieldsRemoved value: -{ - "items": { - "type": "string" - }, - "type": "array" -} - added
Output schema / properties / btc_l2_metrics / properties / items / items / properties / missing_optional_fieldsAdded value: +{ + "items": { + "type": "string" + }, + "type": "array" +} - added
Output schema / properties / btc_l2_metrics / properties / items / items / properties / missing_required_fieldsAdded value: +{ + "items": { + "type": "string" + }, + "type": "array" +} - removed
Output schema / properties / btc_l2_metrics / properties / items / items / properties / projectRemoved value: -{ - "type": "string" -} - added
Output schema / properties / btc_l2_metrics / properties / items / items / properties / project_keyAdded value: +{ + "type": "string" +} - added
Output schema / properties / btc_l2_metrics / properties / items / items / properties / project_nameAdded value: +{ + "type": "string" +} - added
Output schema / properties / btc_l2_metrics / properties / items / items / properties / protocol_countAdded value: +{ + "type": "integer" +} - added
Output schema / properties / btc_l2_metrics / properties / items / items / properties / source_refsAdded value: +{ + "items": { + "type": "string" + }, + "type": "array" +} - added
Output schema / properties / btc_l2_metrics / properties / items / items / properties / tx_count_1dAdded value: +{ + "type": "integer" +} - changed
Output schema / properties / btc_l2_metrics / properties / items / items / requiredPrevious value: -[ - "date", - "project", - "data_status" -]New value: +[ + "date", + "project_key", + "project_name", + "category", + "main_chain", + "data_status" +]
1 tool update
- Changed
info_platformmetrics_get_exchange_reserves19 fields changed- changed
Input schema / properties / asset / descriptionPrevious value: -"Optional asset filter: BTC|ETH|USDT|USDC."New value: +"Asset filter: BTC|ETH|USDT|USDC; default BTC." - added
Input schema / properties / end_dateAdded value: +{ + "description": "YYYY-MM-DD; default today. Filter flows by part_date.", + "type": "string" +} - added
Input schema / properties / event_typeAdded value: +{ + "description": "all|large_flow; filter events. Effective only when include_events=true.", + "type": "string" +} - changed
Input schema / properties / exchange / descriptionPrevious value: -"Exchange name; empty keeps base onchain rollup logic."New value: +"Exchange name; empty returns all exchanges. Supports okx→okx, gate.io→gate via normalized mapping." - added
Input schema / properties / include_eventsAdded value: +{ + "description": "scope=full only. true returns events[].", + "type": "boolean" +} - added
Input schema / properties / include_flowsAdded value: +{ + "description": "scope=full only. true returns flows.series[].", + "type": "boolean" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Max flow rows; default 100, max 400.", + "type": "integer" +} - changed
Input schema / properties / scope / descriptionPrevious value: -"basic (default)|full; full adds por object from dws_external_exchange_month_por_di."New value: +"basic (default)|full; full adds por + optionally flows/events." - added
Input schema / properties / start_dateAdded value: +{ + "description": "YYYY-MM-DD; default end_date - 30d. Filter flows by part_date.", + "type": "string" +} - added
Output schema / properties / data_statusAdded value: +{ + "type": "string" +} - added
Output schema / properties / end_dateAdded value: +{ + "type": "string" +} - added
Output schema / properties / event_typeAdded value: +{ + "type": "string" +} - added
Output schema / properties / eventsAdded value: +{ + "items": { + "properties": { + "asset": { + "type": "string" + }, + "daily_netflow_usd": { + "type": "number" + }, + "event_type": { + "type": "string" + }, + "exchange_name": { + "type": "string" + }, + "large_flow_event": { + "type": "boolean" + }, + "metric_date": { + "type": "string" + }, + "rolling_30d_std_usd": { + "type": "number" + }, + "threshold_usd": { + "type": "number" + } + }, + "required": [ + "event_type", + "exchange_name", + "asset", + "metric_date" + ], + "type": "object" + }, + "type": "array" +} - added
Output schema / properties / flowsAdded value: +{ + "properties": { + "series": { + "items": { + "properties": { + "asset": { + "type": "string" + }, + "daily_netflow_native": { + "type": "number" + }, + "daily_netflow_usd": { + "type": "number" + }, + "exchange_name": { + "type": "string" + }, + "inflow_native": { + "type": "number" + }, + "metric_date": { + "type": "string" + }, + "outflow_native": { + "type": "number" + }, + "price_usd": { + "type": "number" + }, + "reserve_change_1d_usd": { + "type": "number" + }, + "reserve_change_7d_usd": { + "type": "number" + }, + "reserve_native": { + "type": "number" + }, + "reserve_usd": { + "type": "number" + } + }, + "required": [ + "exchange_name", + "asset", + "metric_date" + ], + "type": "object" + }, + "type": "array" + } + }, + "required": [ + "series" + ], + "type": "object" +} - added
Output schema / properties / include_eventsAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / include_flowsAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / limitAdded value: +{ + "type": "integer" +} - added
Output schema / properties / start_dateAdded value: +{ + "type": "string" +} - added
Output schema / properties / status_reasonAdded value: +{ + "type": "string" +}
1 tool update
- Changed
info_platformmetrics_get_chain_activity4 fields changed- changed
Input schema / properties / chain / descriptionPrevious value: -"Chain; staking defaults empty to ethereum; l2 supports base/arbitrum/optimism/linea/zksync_era/blast or empty for all chains."New value: +"Chain; staking defaults empty to ethereum; l2 supports base/arbitrum/optimism/linea/zksync_era/blast or empty for all chains; btc_l2 defaults empty to btc (required)." - changed
Input schema / properties / metric_group / descriptionPrevious value: -"Metric group: staking (Ethereum beacon daily) or l2 (L2 ops daily from growthepie+L2Beat)."New value: +"Metric group: staking (Ethereum beacon daily) | l2 (L2 ops daily from growthepie+L2Beat) | btc_l2 (BTC L2 bridge volume daily)." - added
Input schema / properties / projectAdded value: +{ + "description": "btc_l2 only: filter by project slug; empty returns whitelist. Non-whitelist project returns data_status=not_in_scope.", + "type": "string" +} - added
Output schema / properties / btc_l2_metricsAdded value: +{ + "properties": { + "items": { + "items": { + "properties": { + "active_addresses_1d": { + "type": "number" + }, + "bridge_volume_24h_usd": { + "type": "number" + }, + "data_status": { + "type": "string" + }, + "date": { + "type": "string" + }, + "missing_fields": { + "items": { + "type": "string" + }, + "type": "array" + }, + "project": { + "type": "string" + }, + "tvl_usd": { + "type": "number" + } + }, + "required": [ + "date", + "project", + "data_status" + ], + "type": "object" + }, + "type": "array" + } + }, + "required": [ + "items" + ], + "type": "object" +}
1 tool update
- Changed
info_platformmetrics_get_yield_pools3 fields changed- added
Input schema / properties / scopeAdded value: +{ + "description": "basic (default)|full. full adds apy_base_30d, apy_reward_30d, reward_tokens, market_share.", + "type": "string" +} - added
Output schema / properties / scopeAdded value: +{ + "type": "string" +} - changed
Output schema / requiredPrevious value: -[ - "project", - "chain", - "symbol", - "pool_type", - "sort_by", - "min_tvl_usd", - "limit", - "total", - "count", - "items", - "duration_ms" -]New value: +[ + "project", + "chain", + "symbol", + "pool_type", + "sort_by", + "min_tvl_usd", + "limit", + "scope", + "total", + "count", + "items", + "duration_ms" +]
3 tool updates
- Changed
info_coin_get_coin_rankings1 field changed- changed
Input schema / properties / ranking_type / descriptionPrevious value: -"popular|top_gainers|top_losers|twitter_hot|airdrop|new_listing"New value: +"popular|top_gainers|top_losers|twitter_hot|airdrop|new_listing|market_pulse_hot"
- Changed
info_marketsnapshot_get_market_snapshot1 field changed- added
Output schema / properties / market_pulseAdded value: +{ + "type": "object" +}
- Changed
info_platformmetrics_get_chain_activity6 fields changed- changed
Input schema / properties / chain / descriptionPrevious value: -"Chain; staking defaults empty to ethereum; only eth/ethereum supported."New value: +"Chain; staking defaults empty to ethereum; l2 supports base/arbitrum/optimism/linea/zksync_era/blast or empty for all chains." - added
Input schema / properties / granularityAdded value: +{ + "description": "l2 only: day (default); hour or minute returns unsupported_granularity.", + "type": "string" +} - added
Input schema / properties / limitAdded value: +{ + "description": "l2 only: max series rows returned; 0 means no extra cap beyond date window.", + "type": "integer" +} - changed
Input schema / properties / metric_group / descriptionPrevious value: -"Metric group; staking queries Ethereum beacon staking daily series."New value: +"Metric group: staking (Ethereum beacon daily) or l2 (L2 ops daily from growthepie+L2Beat)." - added
Output schema / properties / granularityAdded value: +{ + "type": "string" +} - added
Output schema / properties / l2_metricsAdded value: +{ + "properties": { + "series": { + "items": { + "properties": { + "active_addresses_1d": { + "type": "number" + }, + "blob_cost_usd_1d": { + "type": "number" + }, + "chain": { + "type": "string" + }, + "data_source": { + "type": "string" + }, + "data_status": { + "type": "string" + }, + "date": { + "type": "string" + }, + "missing_fields": { + "items": { + "type": "string" + }, + "type": "array" + }, + "sequencer_revenue_usd_1d": { + "type": "number" + }, + "stage_label": { + "type": "string" + }, + "tps_avg_1d": { + "type": "number" + }, + "tvl_usd": { + "type": "number" + } + }, + "required": [ + "date", + "chain", + "data_status" + ], + "type": "object" + }, + "type": "array" + } + }, + "required": [ + "series" + ], + "type": "object" +}
1 tool update
- Added
info_platformmetrics_get_chain_activity
2 tool updates
- Changed
info_onchain_get_address_info6 fields changed- added
Output schema / properties / asset_summaryAdded value: +{ + "properties": { + "exist_address": { + "type": "boolean" + }, + "have_multi_chain_asset": { + "type": "boolean" + }, + "lamport": { + "type": "string" + }, + "lamport_usd": { + "type": "number" + }, + "native_balance": { + "type": "string" + }, + "native_usd_value": { + "type": "number" + }, + "source": { + "type": "string" + }, + "token_num": { + "type": "integer" + }, + "token_usd_value": { + "type": "number" + }, + "token_value_usd": { + "type": "number" + }, + "total_usd_value": { + "type": "number" + }, + "total_value_usd": { + "type": "number" + } + }, + "type": "object" +} - added
Output schema / properties / multi_chain_token_balancesAdded value: +{ + "items": { + "properties": { + "amount": { + "type": "string" + }, + "chain": { + "type": "string" + }, + "chain_name": { + "type": "string" + }, + "percent_change_24h": { + "type": "number" + }, + "percentage": { + "type": "number" + }, + "price": { + "type": "number" + }, + "source": { + "type": "string" + }, + "token_address": { + "type": "string" + }, + "token_symbol": { + "type": "string" + }, + "usd_value": { + "type": "number" + } + }, + "required": [ + "chain" + ], + "type": "object" + }, + "type": "array" +} - added
Output schema / properties / token_balances / items / properties / mint_accountAdded value: +{ + "type": "string" +} - added
Output schema / properties / token_balances / items / properties / priceAdded value: +{ + "type": "string" +} - added
Output schema / properties / token_balances / items / properties / token_accountAdded value: +{ + "type": "string" +} - added
Output schema / properties / token_balances / items / properties / value_percentAdded value: +{ + "type": "string" +}
- Changed
info_onchain_get_address_transactions6 fields changed- added
Output schema / properties / items / items / properties / inputsAdded value: +{ + "items": { + "properties": { + "addresses": { + "items": { + "type": "string" + }, + "type": "array" + }, + "value": { + "type": "string" + }, + "value_usd": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" +} - added
Output schema / properties / items / items / properties / outputsAdded value: +{ + "items": { + "properties": { + "addresses": { + "items": { + "type": "string" + }, + "type": "array" + }, + "value": { + "type": "string" + }, + "value_usd": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" +} - added
Output schema / properties / items / items / properties / tx_statusAdded value: +{ + "type": "string" +} - added
Output schema / properties / transactions / items / properties / inputsAdded value: +{ + "items": { + "properties": { + "addresses": { + "items": { + "type": "string" + }, + "type": "array" + }, + "value": { + "type": "string" + }, + "value_usd": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" +} - added
Output schema / properties / transactions / items / properties / outputsAdded value: +{ + "items": { + "properties": { + "addresses": { + "items": { + "type": "string" + }, + "type": "array" + }, + "value": { + "type": "string" + }, + "value_usd": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" +} - added
Output schema / properties / transactions / items / properties / tx_statusAdded value: +{ + "type": "string" +}
1 tool update
- Changed
info_marketsnapshot_get_institutional_metrics48 fields changed- added
Output schema / properties / assets / items / properties / latest / properties / cftc_contract_unit_raw / anyOfAdded value: +[ + { + "type": "string" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / latest / properties / cftc_contract_unit_raw / typeRemoved value: -"string" - added
Output schema / properties / assets / items / properties / latest / properties / cftc_oi_weekly / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / latest / properties / cftc_oi_weekly / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / latest / properties / cftc_oi_weekly_underlying_amount / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / latest / properties / cftc_oi_weekly_underlying_amount / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / latest / properties / cme_oi / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / latest / properties / cme_oi / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / latest / properties / cme_oi_change / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / latest / properties / cme_oi_change / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / latest / properties / cme_oi_underlying_amount / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / latest / properties / cme_oi_underlying_amount / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / latest / properties / cme_volume / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / latest / properties / cme_volume / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / latest / properties / cme_volume_underlying_amount / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / latest / properties / cme_volume_underlying_amount / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / latest / properties / etf_net_inflow_usd / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / latest / properties / etf_net_inflow_usd / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / latest / properties / etf_total_assets_usd / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / latest / properties / etf_total_assets_usd / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / latest / properties / etf_value_traded_usd / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / latest / properties / etf_value_traded_usd / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / latest / properties / institutional_channel_signal / anyOfAdded value: +[ + { + "type": "string" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / latest / properties / institutional_channel_signal / typeRemoved value: -"string" - added
Output schema / properties / assets / items / properties / series / items / properties / cftc_contract_unit_raw / anyOfAdded value: +[ + { + "type": "string" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / series / items / properties / cftc_contract_unit_raw / typeRemoved value: -"string" - added
Output schema / properties / assets / items / properties / series / items / properties / cftc_oi_weekly / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / series / items / properties / cftc_oi_weekly / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / series / items / properties / cftc_oi_weekly_underlying_amount / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / series / items / properties / cftc_oi_weekly_underlying_amount / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / series / items / properties / cme_oi / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / series / items / properties / cme_oi / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / series / items / properties / cme_oi_change / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / series / items / properties / cme_oi_change / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / series / items / properties / cme_oi_underlying_amount / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / series / items / properties / cme_oi_underlying_amount / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / series / items / properties / cme_volume / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / series / items / properties / cme_volume / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / series / items / properties / cme_volume_underlying_amount / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / series / items / properties / cme_volume_underlying_amount / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / series / items / properties / etf_net_inflow_usd / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / series / items / properties / etf_net_inflow_usd / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / series / items / properties / etf_total_assets_usd / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / series / items / properties / etf_total_assets_usd / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / series / items / properties / etf_value_traded_usd / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / series / items / properties / etf_value_traded_usd / typeRemoved value: -"number" - added
Output schema / properties / assets / items / properties / series / items / properties / institutional_channel_signal / anyOfAdded value: +[ + { + "type": "string" + }, + { + "type": "null" + } +] - removed
Output schema / properties / assets / items / properties / series / items / properties / institutional_channel_signal / typeRemoved value: -"string"
1 tool update
- Added
info_marketsnapshot_get_institutional_metrics
1 tool update
- Changed
info_marketsnapshot_get_market_snapshot1 field changed- added
Output schema / properties / institutional_channel_summaryAdded value: +{ + "type": "object" +}
1 tool update
- Changed
info_platformmetrics_get_stablecoin_info34 fields changed- changed
Input schema / properties / chain / descriptionPrevious value: -"Chain filter; list mode restricts to stables with presence on chain. issuance_flow: all (default) or ethereum/tron/omni etc."New value: +"Chain filter; list mode restricts to stables with presence on chain. Extensions: all (default) or normalized chain e.g. ethereum/tron/solana/polygon." - changed
Input schema / properties / end_date / descriptionPrevious value: -"UTC YYYY-MM-DD; issuance_flow window end, default today."New value: +"UTC YYYY-MM-DD; extension window end, default latest data date for usage_structure or today for issuance_flow." - changed
Input schema / properties / scope / descriptionPrevious value: -"basic (default)|full; full required for sections=issuance_flow."New value: +"basic (default)|full; full required for sections." - changed
Input schema / properties / sections / descriptionPrevious value: -"Comma-separated string or array; only issuance_flow is supported when scope=full."New value: +"Comma-separated string or array; supported values: issuance_flow, usage_structure when scope=full." - changed
Input schema / properties / start_date / descriptionPrevious value: -"UTC YYYY-MM-DD; issuance_flow window start, default last 30 days."New value: +"UTC YYYY-MM-DD; extension window start, default last 30 days." - changed
Input schema / properties / symbol / descriptionPrevious value: -"Stablecoin symbol USDT/USDC; omit for ranked list or default USDT+USDC when sections=issuance_flow."New value: +"Stablecoin symbol USDT/USDC/DAI/FDUSD/PYUSD; omit for ranked list or extension defaults." - added
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / net_issuance / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / net_issuance / typeRemoved value: -"number" - added
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / supply_issued / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / supply_issued / typeRemoved value: -"number" - added
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / supply_redeemed / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / properties / supply_redeemed / typeRemoved value: -"number" - changed
Output schema / properties / issuance_flows / items / properties / chain_breakdown / items / requiredPrevious value: -[ - "chain", - "supply_issued", - "supply_redeemed", - "net_issuance" -]New value: +[ + "chain" +] - added
Output schema / properties / issuance_flows / items / properties / series / items / properties / net_issuance / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / issuance_flows / items / properties / series / items / properties / net_issuance / typeRemoved value: -"number" - added
Output schema / properties / issuance_flows / items / properties / series / items / properties / supply_issued / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / issuance_flows / items / properties / series / items / properties / supply_issued / typeRemoved value: -"number" - added
Output schema / properties / issuance_flows / items / properties / series / items / properties / supply_redeemed / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / issuance_flows / items / properties / series / items / properties / supply_redeemed / typeRemoved value: -"number" - changed
Output schema / properties / issuance_flows / items / properties / series / items / requiredPrevious value: -[ - "date", - "chain", - "supply_issued", - "supply_redeemed", - "net_issuance" -]New value: +[ + "date", + "chain" +] - added
Output schema / properties / issuance_flows / items / properties / summary / properties / mint_burn_net / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / issuance_flows / items / properties / summary / properties / mint_burn_net / typeRemoved value: -"number" - added
Output schema / properties / issuance_flows / items / properties / summary / properties / net_issuance / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / issuance_flows / items / properties / summary / properties / net_issuance / typeRemoved value: -"number" - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_burned / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_burned / typeRemoved value: -"number" - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_issued / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_issued / typeRemoved value: -"number" - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_minted / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_minted / typeRemoved value: -"number" - added
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_redeemed / anyOfAdded value: +[ + { + "type": "number" + }, + { + "type": "null" + } +] - removed
Output schema / properties / issuance_flows / items / properties / summary / properties / supply_redeemed / typeRemoved value: -"number" - removed
Output schema / properties / issuance_flows / items / properties / summary / requiredRemoved value: -[ - "supply_issued", - "supply_redeemed", - "supply_minted", - "supply_burned", - "net_issuance", - "mint_burn_net" -] - added
Output schema / properties / usage_structureAdded value: +{ + "properties": { + "items": { + "items": { + "properties": { + "adjusted_transfer_volume": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "null" + } + ] + }, + "bot_share": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "null" + } + ] + }, + "chain": { + "type": "string" + }, + "data_status": { + "type": "string" + }, + "missing_fields": { + "items": { + "type": "string" + }, + "type": "array" + }, + "reference_metrics": { + "items": { + "type": "object" + }, + "type": "array" + }, + "research_reference": { + "items": { + "type": "object" + }, + "type": "array" + }, + "retail_transfer_change": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "null" + } + ] + }, + "row_count": { + "type": "integer" + }, + "stablecoin_trade_volume": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "null" + } + ] + }, + "symbol": { + "type": "string" + } + }, + "required": [ + "symbol", + "chain", + "adjusted_transfer_volume", + "bot_share", + "retail_transfer_change", + "stablecoin_trade_volume", + "reference_metrics", + "research_reference", + "missing_fields", + "data_status", + "row_count" + ], + "type": "object" + }, + "type": "array" + }, + "window_end": { + "type": "string" + }, + "window_start": { + "type": "string" + } + }, + "required": [ + "window_start", + "window_end", + "items" + ], + "type": "object" +}
1 tool update
- Changed
info_platformmetrics_get_stablecoin_info11 fields changed- changed
Input schema / properties / chain / descriptionPrevious value: -"Chain filter; list mode restricts to stables with presence on chain."New value: +"Chain filter; list mode restricts to stables with presence on chain. issuance_flow: all (default) or ethereum/tron/omni etc." - added
Input schema / properties / end_dateAdded value: +{ + "description": "UTC YYYY-MM-DD; issuance_flow window end, default today.", + "type": "string" +} - added
Input schema / properties / scopeAdded value: +{ + "description": "basic (default)|full; full required for sections=issuance_flow.", + "type": "string" +} - added
Input schema / properties / sectionsAdded value: +{ + "description": "Comma-separated string or array; only issuance_flow is supported when scope=full.", + "items": { + "type": "string" + }, + "type": "array" +} - added
Input schema / properties / start_dateAdded value: +{ + "description": "UTC YYYY-MM-DD; issuance_flow window start, default last 30 days.", + "type": "string" +} - changed
Input schema / properties / symbol / descriptionPrevious value: -"Stablecoin symbol USDT/USDC/DAI; omit for ranked list."New value: +"Stablecoin symbol USDT/USDC; omit for ranked list or default USDT+USDC when sections=issuance_flow." - added
Output schema / properties / end_dateAdded value: +{ + "type": "string" +} - added
Output schema / properties / issuance_flowsAdded value: +{ + "items": { + "properties": { + "chain": { + "type": "string" + }, + "chain_breakdown": { + "items": { + "properties": { + "chain": { + "type": "string" + }, + "net_issuance": { + "type": "number" + }, + "supply_issued": { + "type": "number" + }, + "supply_redeemed": { + "type": "number" + } + }, + "required": [ + "chain", + "supply_issued", + "supply_redeemed", + "net_issuance" + ], + "type": "object" + }, + "type": "array" + }, + "quality_note": { + "type": "string" + }, + "series": { + "items": { + "properties": { + "chain": { + "type": "string" + }, + "date": { + "type": "string" + }, + "net_issuance": { + "type": "number" + }, + "supply_issued": { + "type": "number" + }, + "supply_redeemed": { + "type": "number" + } + }, + "required": [ + "date", + "chain", + "supply_issued", + "supply_redeemed", + "net_issuance" + ], + "type": "object" + }, + "type": "array" + }, + "summary": { + "properties": { + "mint_burn_net": { + "type": "number" + }, + "net_issuance": { + "type": "number" + }, + "supply_burned": { + "type": "number" + }, + "supply_issued": { + "type": "number" + }, + "supply_minted": { + "type": "number" + }, + "supply_redeemed": { + "type": "number" + } + }, + "required": [ + "supply_issued", + "supply_redeemed", + "supply_minted", + "supply_burned", + "net_issuance", + "mint_burn_net" + ], + "type": "object" + }, + "symbol": { + "type": "string" + }, + "window_end": { + "type": "string" + }, + "window_start": { + "type": "string" + } + }, + "required": [ + "symbol", + "chain", + "window_start", + "window_end", + "summary", + "series" + ], + "type": "object" + }, + "type": "array" +} - added
Output schema / properties / range_truncatedAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / scopeAdded value: +{ + "type": "string" +} - added
Output schema / properties / start_dateAdded value: +{ + "type": "string" +}
1 tool update
- Changed
info_platformmetrics_get_platform_info3 fields changed- added
Input schema / properties / include_oi_symbol_detailAdded value: +{ + "description": "scope=full only. true returns competition_metrics.oi_symbol_detail[] sorted by OI USD desc; default false.", + "type": "boolean" +} - added
Input schema / properties / oi_symbol_limitAdded value: +{ + "description": "Effective only when include_oi_symbol_detail=true. Default 20, range 1-100; >100 returns invalid_param.", + "type": "integer" +} - changed
Input schema / properties / scope / descriptionPrevious value: -"basic (default)|with_chain_breakdown (adds tvl_by_chain, volume_by_chain)|full (adds history_30d, top_pools)."New value: +"basic (default)|with_chain_breakdown (adds tvl_by_chain, volume_by_chain)|full (adds history_30d, top_pools, competition_metrics)."
1 tool update
- Changed
info_platformmetrics_get_exchange_reserves11 fields changed- changed
Input schema / properties / asset / descriptionPrevious value: -"Asset e.g. BTC|ETH|USDT; empty = any asset within the exchange / rollup scope."New value: +"Optional asset filter: BTC|ETH|USDT|USDC." - changed
Input schema / properties / exchange / descriptionPrevious value: -"Exchange name (e.g. Binance); empty = network-wide rollup (exchange_name ALL_EXCHANGE)."New value: +"Exchange name; empty keeps base onchain rollup logic." - added
Input schema / properties / history_windowAdded value: +{ + "description": "Only effective when include_history=true; currently only quarter is supported.", + "type": "string" +} - added
Input schema / properties / include_historyAdded value: +{ + "description": "Default false. true returns precomputed comparison fields only, not raw historical snapshots.", + "type": "boolean" +} - removed
Input schema / properties / periodRemoved value: -{ - "description": "current|24h|7d|30d|90d on snapshot_time; empty = no time range filter. current uses the same recent window as other platform metrics (now-2d).", - "type": "string" -} - added
Input schema / properties / scopeAdded value: +{ + "description": "basic (default)|full; full adds por object from dws_external_exchange_month_por_di.", + "type": "string" +} - added
Output schema / properties / history_windowAdded value: +{ + "type": "string" +} - added
Output schema / properties / include_historyAdded value: +{ + "type": "boolean" +} - removed
Output schema / properties / periodRemoved value: -{ - "type": "string" -} - added
Output schema / properties / scopeAdded value: +{ + "type": "string" +} - changed
Output schema / requiredPrevious value: -[ - "exchange", - "asset", - "period", - "total", - "count", - "items", - "duration_ms" -]New value: +[ + "exchange", + "asset", + "scope", + "include_history", + "history_window", + "total", + "count", + "items", + "duration_ms" +]
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Gate news MCP for crypto news, structured events, announcements, and social sentiment.
Gate DEX MCP for wallet auth, transfers, swaps, token info, market data, and RPC access.
Crypto market data & research MCP: price, derivatives, on-chain, sentiment, news, catalysts.
Public Gate market data MCP for spot, futures, margin, options, delivery, earn, and alpha.
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceExposes the full Gate API v4 to MCP clients with 384 tools for spot, futures, margin, wallet, and more. Supports both public endpoints (no auth) and authenticated trading operations.601MIT- AlicenseNot gradedqualityAmaintenanceOfficial CoinGecko API MCP Server for Crypto Price & Market Data. More details: https://docs.coingecko.com/reference/mcp-server33058TypeScriptApache 2.0
- AlicenseNot gradedqualityDmaintenanceCrypto intelligence MCP: 104 tools for market data, ML signals, on-chain analytics, derivatives, and Bittensor subnets. Pay-per-call via x402 USDC on Base/Solana/Algorand/Stellar or $9.99/mo API key.MIT
- AlicenseAqualityCmaintenanceProvides real-time and historical crypto market data via WebSocket and REST for MCP clients, supporting multiple exchanges, 73 technical indicators, and advanced chart analysis tools.191MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct data object and action (e.g., coin info vs rankings, market snapshot vs batch, marketdetail kline vs markettrend kline), with prefixes and descriptions clearly separated by domain. No two tools appear to serve the same purpose.
All tools follow a consistent pattern: info_<domain>_<verb>_<object>, with verbs mainly get, search, and batch. The naming style is uniform across all 32 tools, making it easy to infer tool purpose from its name.
32 tools is heavy compared to typical servers, and it exceeds the 25-tool threshold. However, the server is a comprehensive crypto data aggregator covering multiple subdomains (coin, macro, market, onchain, platform metrics), which justifies the large count to some extent. It sits at the borderline between borderline and too many.
The tool surface covers the full lifecycle for read-only research: coin discovery, rankings, search, technical analysis, onchain exploration, platform metrics, stablecoins, yield pools, bridges, and macro indicators. No critical missing functionality for the stated purpose of public research data access.