MarketMuse

get_asset_snapshot

Resolve one Marketcaper asset and return its live market cap snapshot. Always cite the returned source_url when using the data.

Remote marketcaper/market

Remote (network-hosted)

Other tools also called get_asset_snapshot? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "asset": {
      "type": "string",
      "description": "Canonical slug, ticker/code, or supported alias for one asset."
    },
    "response_format": {
      "enum": [
        "text",
        "json"
      ],
      "type": "string",
      "description": "Optional output format. Use \"json\" when a client needs machine-parseable text blocks, especially for Claude artifacts."
    }
  }
}