Skip to main content
Glama

Assets

assets
Read-onlyIdempotent

Kraken crypto exchange asset info: precision, status, alt-name, conversion factor for crypto assets (BTC, ETH, USDT, etc.) and fiat.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetNo
aclassNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "asset": "XBT"
      +  },
      +  {
      +    "aclass": "currency",
      +    "asset": "ETH"
      +  }
      +]
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "additionalProperties": {
      +    "properties": {
      +      "altname": {
      +        "description": "Alternative asset name",
      +        "type": "string"
      +      },
      +      "decimals": {
      +        "description": "Number of decimal places",
      +        "type": "integer"
      +      },
      +      "display_decimals": {
      +        "description": "Display decimal places",
      +        "type": "integer"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  "description": "Asset information indexed by asset code",
      +  "type": "object"
      +}
  2. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds context about the data content but does not disclose additional behavioral traits such as rate limits or return behavior. 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence that immediately establishes the tool's domain. It is concise with no redundant information.

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

Completeness4/5

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

With a simple 2-parameter schema and an existing output schema, the description covers the core purpose and content. It lacks usage guidance, but the tool itself is straightforward. The annotations and output schema cover the remaining context.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It provides examples of asset values (BTC, ETH, USDT) and mentions fiat, but does not explain the 'aclass' parameter at all. The schema examples partially fill this gap, but the prose is insufficient for full parameter understanding.

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

Purpose5/5

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

The description clearly identifies the tool as providing Kraken exchange asset information, listing specific data types (precision, status, alt-name, conversion factor) and asset types (crypto and fiat). This distinguishes it from siblings like asset_pairs, which focus on trading pairs.

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

Usage Guidelines3/5

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

The description implies use when asset metadata is needed, but does not explicitly mention alternatives or when not to use. There is no mention of asset_pairs for trading pair information, leaving the agent to infer context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.