MarketMuse
compare_assets_pack
Compare two Marketcaper assets and return the same cited comparison data plus a ready-to-publish short post and share payload with the hosted comparison image URL. Always cite the returned source_url when using the data.
Remote marketcaper/market
Remote (network-hosted)
Other tools also called compare_assets_pack?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"asset_a": {
"type": "string",
"description": "Canonical slug, ticker/code, or supported alias for asset A."
},
"asset_b": {
"type": "string",
"description": "Canonical slug, ticker/code, or supported alias for asset B."
},
"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."
}
}
}