CoinMarketCap Crypto News
CMC Crypto News Tool (cmc_crypto_news_tool)
cmc_crypto_news_tool)class CMCCryptoNewsInput(BaseModel):
limit: int = 8 # Number of articles (default 8, max 8)Last updated
cmc_crypto_news_tool)class CMCCryptoNewsInput(BaseModel):
limit: int = 8 # Number of articles (default 8, max 8)Last updated
class CMCCryptoNewsTool(BaseTool):
name: ClassVar[str] = "cmc_crypto_news_tool"
description: ClassVar[str] = "Get the latest crypto news from CoinMarketCap."
args_schema: ClassVar[Type[BaseModel]] = CMCCryptoNewsInput