qualifiedName
stringlengths 3
59
| displayName
stringlengths 3
53
| description
stringlengths 0
3.47k
| createdAt
stringdate 2024-12-13 15:46:50
2025-05-05 20:05:11
| useCount
int64 0
418k
| homepage
stringlengths 30
86
| remote
bool 2
classes | iconUrl
stringclasses 96
values | security
dict | tools
stringlengths 90
360k
|
---|---|---|---|---|---|---|---|---|---|
@nic0xflamel/coingecko-mcp-server | CoinGecko API Server | Provide AI assistants with seamless access to cryptocurrency data by proxying the public CoinGecko API through a standardized protocol. Enable dynamic interaction with CoinGecko's extensive API methods for real-time crypto market insights. Easily integrate with AI environments like Cursor and Claude Desktop for enhanced crypto data retrieval. | 2025-04-29T17:40:57.683Z | 173 | https://smithery.ai/server/@nic0xflamel/coingecko-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'API-simple-price', 'description': 'Coin Price by IDs', 'inputSchema': {'type': 'object', '$defs': {'Ping': {'type': 'object', 'properties': {'gecko_says': {'type': 'string'}}, 'additionalProperties': True}, 'Global': {'type': 'object', 'properties': {'data': {'type': 'object', 'properties': {'markets': {'type': 'number', 'description': 'number of exchanges'}, 'ended_icos': {'type': 'number', 'description': 'number of ended icos'}, 'ongoing_icos': {'type': 'number', 'description': 'number of ongoing icos'}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies total volume', 'additionalProperties': True}, 'upcoming_icos': {'type': 'number', 'description': 'number of upcoming icos'}, 'total_market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies total market cap', 'additionalProperties': True}, 'market_cap_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies market cap percentage', 'additionalProperties': True}, 'active_cryptocurrencies': {'type': 'number', 'description': 'number of active cryptocurrencies'}}, 'additionalProperties': True}, 'updated_at': {'type': 'number'}, 'market_cap_change_percentage_24h_usd': {'type': 'number', 'description': 'cryptocurrencies market cap change percentage in 24 hours in usd'}}, 'additionalProperties': True}, 'Search': {'type': 'object', 'properties': {'icos': {'type': 'array', 'items': {'type': 'string'}}, 'nfts': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'name': {'type': 'string', 'description': 'NFT name'}, 'thumb': {'type': 'string', 'description': 'NFT collection thumb image url'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}}, 'additionalProperties': True}}, 'coins': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'large': {'type': 'string', 'description': 'coin large image url'}, 'thumb': {'type': 'string', 'description': 'coin thumb image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'api_symbol': {'type': 'string', 'description': 'coin api symbol'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}}, 'additionalProperties': True}}, 'exchanges': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'large': {'type': 'string', 'description': 'exchange large image url'}, 'thumb': {'type': 'string', 'description': 'exchange thumb image url'}, 'market_type': {'type': 'string', 'description': 'exchange market type'}}, 'additionalProperties': True}}, 'categories': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'category ID'}, 'name': {'type': 'string', 'description': 'category name'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'CoinsID': {'allOf': [{'$ref': '#/$defs/CoinsDataBase'}, {}]}, 'NFTData': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'ath': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection all time highs', 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'image': {'type': 'object', 'properties': {'small': {'type': 'string'}, 'small_2x': {'type': 'string'}}, 'description': 'NFT collection image url', 'additionalProperties': True}, 'links': {'type': 'object', 'properties': {'discord': {'type': 'string'}, 'twitter': {'type': 'string'}, 'homepage': {'type': 'string'}}, 'description': 'NFT collection links', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'ath_date': {'type': 'object', 'properties': {'usd': {'type': 'string', 'format': 'date-time'}, 'native_currency': {'type': 'string', 'format': 'date-time'}}, 'description': 'NFT collection all time highs date', 'additionalProperties': True}, 'explorers': {'type': 'array', 'items': {'type': 'object', 'properties': {'link': {'type': 'string'}, 'name': {'type': 'string'}}, 'additionalProperties': True}, 'description': 'NFT collection block explorers links'}, 'market_cap': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection market cap', 'additionalProperties': True}, 'volume_24h': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection volume in 24 hours', 'additionalProperties': True}, 'description': {'type': 'string', 'description': 'NFT collection description'}, 'floor_price': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price', 'additionalProperties': True}, 'banner_image': {'type': 'object', 'properties': {'small': {'type': 'string'}}, 'description': 'NFT collection banner image url', 'additionalProperties': True}, 'total_supply': {'type': 'number', 'description': 'NFT collection total supply'}, 'one_day_sales': {'type': 'number', 'description': 'NFT collection one day sales'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}, 'native_currency': {'type': 'string', 'description': 'NFT collection native currency'}, 'contract_address': {'type': 'string', 'description': 'NFT collection contract address'}, 'asset_platform_id': {'type': 'string', 'description': 'NFT collection asset platform ID'}, 'user_favorites_count': {'type': 'number', 'description': 'NFT collection user favorites count'}, 'ath_change_percentage': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection all time highs change percentage', 'additionalProperties': True}, 'native_currency_symbol': {'type': 'string', 'description': 'NFT collection native currency symbol'}, 'number_of_unique_addresses': {'type': 'number', 'description': 'number of unique address owning the NFTs'}, 'one_day_average_sale_price': {'type': 'number', 'description': 'NFT collection one day average sale price'}, 'volume_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection volume in 24 hours percentage change', 'additionalProperties': True}, 'floor_price_1y_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 1 year percentage change', 'additionalProperties': True}, 'floor_price_7d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 7 days percentage change', 'additionalProperties': True}, 'market_cap_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection market cap 24 hours percentage change', 'additionalProperties': True}, 'floor_price_14d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 14 days percentage change', 'additionalProperties': True}, 'floor_price_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'additionalProperties': True}, 'floor_price_30d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 30 days percentage change', 'additionalProperties': True}, 'floor_price_60d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 60 days percentage change', 'additionalProperties': True}, 'one_day_sales_24h_percentage_change': {'type': 'number', 'description': 'NFT collection one day sales 24 hours percentage change'}, 'volume_in_usd_24h_percentage_change': {'type': 'number', 'description': 'NFT collection volume in usd 24 hours percentage change'}, 'floor_price_in_usd_24h_percentage_change': {'type': 'number', 'description': 'NFT collection floor price in usd 24 hours percentage change'}, 'number_of_unique_addresses_24h_percentage_change': {'type': 'number', 'description': 'number of unique address owning the NFTs 24 hours percentage change'}, 'one_day_average_sale_price_24h_percentage_change': {'type': 'number', 'description': 'NFT collection one day average sale price 24 hours percentage change'}}, 'additionalProperties': True}, 'NFTList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'contract_address': {'type': 'string', 'description': 'NFT collection contract address'}, 'asset_platform_id': {'type': 'string', 'description': 'NFT collection asset platform ID'}}, 'additionalProperties': True}, 'CoinsList': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'platforms': {'type': 'object', 'description': 'coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}}, 'additionalProperties': True}}, 'CoinsOHLC': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'Exchanges': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'url': {'type': 'string', 'description': 'exchange website url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'image': {'type': 'string', 'description': 'exchange image url'}, 'country': {'type': 'string', 'description': 'exchange country'}, 'description': {'type': 'string', 'description': 'exchange description'}, 'trust_score': {'type': 'number', 'description': 'exchange trust score'}, 'trust_score_rank': {'type': 'number', 'description': 'exchange trust score rank'}, 'year_established': {'type': 'number', 'description': 'exchange established year'}, 'trade_volume_24h_btc': {'type': 'number', 'description': 'exchange trade volume in BTC in 24 hours'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}, 'trade_volume_24h_btc_normalized': {'type': 'number', 'description': 'normalized trading volume by traffic in BTC in 24 hours <br> *refers to [`this blog`](https://blog.coingecko.com/trust-score/).'}}, 'additionalProperties': True}, 'Categories': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'category ID'}, 'name': {'type': 'string', 'description': 'category name'}, 'content': {'type': 'string', 'description': 'category description'}, 'market_cap': {'type': 'number', 'description': 'category market cap'}, 'updated_at': {'type': 'string', 'description': 'category last updated time'}, 'volume_24h': {'type': 'number', 'description': 'category volume in 24 hours'}, 'top_3_coins': {'type': 'array', 'items': {'type': 'string'}, 'description': 'images of top 3 coins in the category'}, 'top_3_coins_id': {'type': 'array', 'items': {'type': 'string'}, 'description': 'IDs of top 3 coins in the category'}, 'market_cap_change_24h': {'type': 'number', 'description': 'category market cap change in 24 hours'}}, 'additionalProperties': True}, 'GlobalDeFi': {'type': 'object', 'properties': {'data': {'type': 'object', 'properties': {'top_coin_name': {'type': 'string', 'description': 'defi top coin name'}, 'defi_dominance': {'type': 'string', 'description': 'defi dominance'}, 'eth_market_cap': {'type': 'string', 'description': 'eth market cap'}, 'defi_market_cap': {'type': 'string', 'description': 'defi market cap'}, 'defi_to_eth_ratio': {'type': 'string', 'description': 'defi to eth ratio'}, 'trading_volume_24h': {'type': 'string', 'description': 'defi trading volume in 24 hours'}, 'top_coin_defi_dominance': {'type': 'number', 'description': 'defi top coin dominance'}}, 'additionalProperties': True}}, 'additionalProperties': True}, 'SimplePrice': {'type': 'object', 'properties': {'usd': {'type': 'number', 'description': 'price in USD'}, 'usd_24h_vol': {'type': 'number', 'description': '24hr volume in USD'}, 'usd_24h_change': {'type': 'number', 'description': '24hr change in USD'}, 'usd_market_cap': {'type': 'number', 'description': 'market cap in USD'}, 'last_updated_at': {'type': 'number', 'description': 'last updated timestamp'}}, 'additionalProperties': True}, 'CoinsMarkets': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'ath': {'type': 'number', 'description': 'coin all time high (ATH) in currency'}, 'atl': {'type': 'number', 'description': 'coin all time low (atl) in currency'}, 'roi': {'type': 'string'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'string', 'description': 'coin image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'low_24h': {'type': 'number', 'description': 'coin 24hr price low in currency'}, 'ath_date': {'type': 'string', 'format': 'date-time', 'description': 'coin all time high (ATH) date'}, 'atl_date': {'type': 'string', 'format': 'date-time', 'description': 'coin all time low (atl) date'}, 'high_24h': {'type': 'number', 'description': 'coin 24hr price high in currency'}, 'market_cap': {'type': 'number', 'description': 'coin market cap in currency'}, 'max_supply': {'type': 'number', 'description': 'coin max supply'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin last updated timestamp'}, 'total_supply': {'type': 'number', 'description': 'coin total supply'}, 'total_volume': {'type': 'number', 'description': 'coin total trading volume in currency'}, 'current_price': {'type': 'number', 'description': 'coin current price in currency'}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'sparkline_in_7d': {'type': 'object', 'properties': {'price': {'type': 'array', 'items': {'type': 'number'}}}, 'description': 'coin price sparkline in 7 days', 'additionalProperties': True}, 'price_change_24h': {'type': 'number', 'description': 'coin 24hr price change in currency'}, 'circulating_supply': {'type': 'number', 'description': 'coin circulating supply'}, 'ath_change_percentage': {'type': 'number', 'description': 'coin all time high (ATH) change in percentage'}, 'atl_change_percentage': {'type': 'number', 'description': 'coin all time low (atl) change in percentage'}, 'market_cap_change_24h': {'type': 'number', 'description': 'coin 24hr market cap change in currency'}, 'fully_diluted_valuation': {'type': 'number', 'description': 'coin fully diluted valuation (fdv) in currency'}, 'price_change_percentage_1h': {'type': 'number', 'description': 'coin 1h price change in percentage'}, 'price_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr price change in percentage'}, 'market_cap_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr market cap change in percentage'}}, 'additionalProperties': True}, 'CoinsTickers': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'coin name'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'properties': {'base': {'type': 'string', 'description': 'coin ticker base currency'}, 'last': {'type': 'number', 'description': 'coin ticker last price'}, 'market': {'type': 'object', 'required': ['name', 'identifier', 'has_trading_incentive'], 'properties': {'logo': {'type': 'string', 'description': 'exchange image url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'identifier': {'type': 'string', 'description': 'exchange identifier'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}}, 'description': 'coin ticker exchange', 'additionalProperties': True}, 'target': {'type': 'string', 'description': 'coin ticker target currency'}, 'volume': {'type': 'number', 'description': 'coin ticker volume'}, 'coin_id': {'type': 'string', 'description': 'coin ticker base currency coin ID'}, 'is_stale': {'type': 'boolean', 'description': 'coin ticker stale'}, 'timestamp': {'type': 'string', 'description': 'coin ticker timestamp'}, 'trade_url': {'type': 'string', 'description': 'coin ticker trade url'}, 'is_anomaly': {'type': 'boolean', 'description': 'coin ticker anomaly'}, 'trust_score': {'type': 'string', 'description': 'coin ticker trust score'}, 'last_fetch_at': {'type': 'string', 'description': 'coin ticker last fetch timestamp'}, 'converted_last': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted last price', 'additionalProperties': True}, 'last_traded_at': {'type': 'string', 'description': 'coin ticker last traded timestamp'}, 'target_coin_id': {'type': 'string', 'description': 'coin ticker target currency coin ID'}, 'token_info_url': {'type': 'string', 'description': 'coin ticker token info url'}, 'converted_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted volume', 'additionalProperties': True}, 'cost_to_move_up_usd': {'type': 'number', 'description': 'coin ticker cost to move up in usd'}, 'cost_to_move_down_usd': {'type': 'number', 'description': 'coin ticker cost to move down in usd'}, 'bid_ask_spread_percentage': {'type': 'number', 'description': 'coin ticker bid ask spread percentage'}}, 'additionalProperties': True}, 'description': 'list of tickers'}}, 'additionalProperties': True}, 'CurrencyList': {'type': 'array', 'items': {'type': 'string'}}, 'ExchangeData': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': 'exchange website url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'coins': {'type': 'number', 'description': 'number of coins listed on the exchange'}, 'image': {'type': 'string', 'description': 'exchange image url'}, 'pairs': {'type': 'number', 'description': 'number of trading pairs on the exchange'}, 'country': {'type': 'string', 'description': 'exchange incorporated country'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, 'slack_url': {'type': 'string', 'description': 'exchange slack url'}, 'reddit_url': {'type': 'string', 'description': 'exchange reddit url'}, 'centralized': {'type': 'boolean', 'description': 'exchange type (true for centralized, false for decentralized)'}, 'description': {'type': 'string', 'description': 'exchange description'}, 'other_url_1': {'type': 'string'}, 'other_url_2': {'type': 'string'}, 'trust_score': {'type': 'number', 'description': 'exchange trust score'}, 'alert_notice': {'type': 'string', 'description': 'alert notice for exchange'}, 'facebook_url': {'type': 'string', 'description': 'exchange facebook url'}, 'telegram_url': {'type': 'string', 'description': 'exchange telegram url'}, 'public_notice': {'type': 'string', 'description': 'public notice for exchange'}, 'twitter_handle': {'type': 'string', 'description': 'exchange twitter handle'}, 'trust_score_rank': {'type': 'number', 'description': 'exchange trust score rank'}, 'year_established': {'type': 'number', 'description': 'exchange established year'}, 'trade_volume_24h_btc': {'type': 'number'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}, 'trade_volume_24h_btc_normalized': {'type': 'number', 'description': 'normalized trading volume by traffic in BTC in 24 hours <br> *refers to [`this blog`](https://blog.coingecko.com/trust-score/).'}}, 'additionalProperties': True}, 'CoinsDataBase': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'object', 'properties': {'large': {'type': 'string'}, 'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'coin image url', 'additionalProperties': True}, 'links': {'type': 'object', 'properties': {'chat_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin chat url'}, 'homepage': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin website url'}, 'repos_url': {'type': 'object', 'properties': {'github': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin github repository url'}, 'bitbucket': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin bitbucket repository url'}}, 'description': 'coin repository url', 'additionalProperties': True}, 'whitepaper': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin whitepaper url'}, 'snapshot_url': {'type': 'string', 'description': 'coin snapshot url'}, 'subreddit_url': {'type': 'string', 'description': 'coin subreddit url'}, 'blockchain_site': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin block explorer url'}, 'announcement_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin announcement url'}, 'facebook_username': {'type': 'string', 'description': 'coin facebook username'}, 'official_forum_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin official forum url'}, 'twitter_screen_name': {'type': 'string', 'description': 'coin twitter handle'}, 'telegram_channel_identifier': {'type': 'string', 'description': 'coin telegram channel identifier'}, 'bitcointalk_thread_identifier': {'type': 'string', 'description': 'coin bitcointalk thread identifier'}}, 'description': 'links', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'properties': {'base': {'type': 'string', 'description': 'coin ticker base currency'}, 'last': {'type': 'number', 'description': 'coin ticker last price'}, 'market': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'coin ticker exchange name'}, 'identifier': {'type': 'string', 'description': 'coin ticker exchange identifier'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'coin ticker exchange trading incentive'}}, 'description': 'coin ticker exchange', 'additionalProperties': True}, 'target': {'type': 'string', 'description': 'coin ticker target currency'}, 'volume': {'type': 'number', 'description': 'coin ticker volume'}, 'coin_id': {'type': 'string', 'description': 'coin ticker base currency coin ID'}, 'is_stale': {'type': 'boolean', 'description': 'coin ticker stale'}, 'timestamp': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker timestamp'}, 'trade_url': {'type': 'string', 'description': 'coin ticker trade url'}, 'is_anomaly': {'type': 'boolean', 'description': 'coin ticker anomaly'}, 'trust_score': {'type': 'string', 'description': 'coin ticker trust score'}, 'last_fetch_at': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker last fetch timestamp'}, 'converted_last': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted last price', 'additionalProperties': True}, 'last_traded_at': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker last traded timestamp'}, 'target_coin_id': {'type': 'string', 'description': 'coin ticker target currency coin ID'}, 'token_info_url': {'type': 'string', 'description': 'coin ticker token info url'}, 'converted_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted volume', 'additionalProperties': True}, 'bid_ask_spread_percentage': {'type': 'number', 'description': 'coin ticker bid ask spread percentage'}}, 'additionalProperties': True}, 'description': 'coin tickers'}, 'web_slug': {'type': 'string', 'description': 'coin web slug'}, 'platforms': {'type': 'object', 'description': 'coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}, 'categories': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin categories'}, 'description': {'type': 'object', 'description': 'coin description', 'additionalProperties': {'type': 'string'}}, 'market_data': {'type': 'object', 'properties': {'ath': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time high (ATH) in currency', 'additionalProperties': True}, 'atl': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time low (atl) in currency', 'additionalProperties': True}, 'roi': {'type': 'number', 'description': 'coin return on investment'}, 'low_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price low in currency', 'additionalProperties': True}, 'ath_date': {'type': 'object', 'properties': {'btc': {'type': 'string'}, 'eur': {'type': 'string'}, 'usd': {'type': 'string'}}, 'description': 'coin all time high (ATH) date', 'additionalProperties': True}, 'atl_date': {'type': 'object', 'properties': {'btc': {'type': 'string'}, 'eur': {'type': 'string'}, 'usd': {'type': 'string'}}, 'description': 'coin all time low (atl) date', 'additionalProperties': True}, 'high_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price high in currency', 'additionalProperties': True}, 'market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin market cap in currency', 'additionalProperties': True}, 'max_supply': {'type': 'number', 'description': 'coin max supply'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin market data last updated timestamp'}, 'total_supply': {'type': 'number', 'description': 'coin total supply'}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin total trading volume in currency', 'additionalProperties': True}, 'current_price': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin current price in currency', 'additionalProperties': True}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'fdv_to_tvl_ratio': {'type': 'number', 'description': 'fully diluted valuation to total value locked ratio'}, 'price_change_24h': {'type': 'number', 'description': 'coin 24hr price change in currency'}, 'mcap_to_tvl_ratio': {'type': 'number', 'description': 'market cap to total value locked ratio'}, 'circulating_supply': {'type': 'number', 'description': 'coin circulating supply'}, 'total_value_locked': {'type': 'number', 'description': 'total value locked'}, 'market_cap_fdv_ratio': {'type': 'number', 'description': 'market cap to fully diluted valuation ratio'}, 'ath_change_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time high (ATH) change in percentage', 'additionalProperties': True}, 'atl_change_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time low (atl) change in percentage', 'additionalProperties': True}, 'market_cap_change_24h': {'type': 'number', 'description': 'coin 24hr market cap change in currency'}, 'fully_diluted_valuation': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin fully diluted valuation (fdv) in currency', 'additionalProperties': True}, 'price_change_percentage_1y': {'type': 'number', 'description': 'coin 1y price change in percentage'}, 'price_change_percentage_7d': {'type': 'number', 'description': 'coin 7d price change in percentage'}, 'price_change_percentage_14d': {'type': 'number', 'description': 'coin 14d price change in percentage'}, 'price_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr price change in percentage'}, 'price_change_percentage_30d': {'type': 'number', 'description': 'coin 30d price change in percentage'}, 'price_change_percentage_60d': {'type': 'number', 'description': 'coin 60d price change in percentage'}, 'price_change_percentage_200d': {'type': 'number', 'description': 'coin 200d price change in percentage'}, 'market_cap_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr market cap change in percentage'}, 'market_cap_change_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr market cap change in currency', 'additionalProperties': True}, 'price_change_percentage_1h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 1h price change in currency', 'additionalProperties': True}, 'price_change_percentage_1y_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 1y price change in currency', 'additionalProperties': True}, 'price_change_percentage_7d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 7d price change in currency', 'additionalProperties': True}, 'price_change_percentage_14d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 14d price change in currency', 'additionalProperties': True}, 'price_change_percentage_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price change in currency', 'additionalProperties': True}, 'price_change_percentage_30d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 30d price change in currency', 'additionalProperties': True}, 'price_change_percentage_60d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 60d price change in currency', 'additionalProperties': True}, 'price_change_percentage_200d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 200d price change in currency', 'additionalProperties': True}, 'market_cap_change_percentage_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr market cap change in percentage', 'additionalProperties': True}}, 'description': 'coin market data', 'additionalProperties': True}, 'genesis_date': {'type': 'string', 'format': 'date-time', 'description': 'coin genesis date'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin last updated timestamp'}, 'localization': {'type': 'object', 'description': 'coin name localization', 'additionalProperties': {'type': 'string'}}, 'public_notice': {'type': 'string', 'description': 'public notice'}, 'community_data': {'type': 'object', 'properties': {'facebook_likes': {'type': 'number', 'description': 'coin facebook likes'}, 'twitter_followers': {'type': 'number', 'description': 'coin twitter followers'}, 'reddit_subscribers': {'type': 'number', 'description': 'coin reddit subscribers'}, 'reddit_average_posts_48h': {'type': 'number', 'description': 'coin reddit average posts in 48 hours'}, 'reddit_accounts_active_48h': {'type': 'number', 'description': 'coin reddit active accounts in 48 hours'}, 'reddit_average_comments_48h': {'type': 'number', 'description': 'coin reddit average comments in 48 hours'}, 'telegram_channel_user_count': {'type': 'number', 'description': 'coin telegram channel user count'}}, 'description': 'coin community data', 'additionalProperties': True}, 'country_origin': {'type': 'string', 'description': 'coin country of origin'}, 'developer_data': {'type': 'object', 'properties': {'forks': {'type': 'number', 'description': 'coin repository forks'}, 'stars': {'type': 'number', 'description': 'coin repository stars'}, 'subscribers': {'type': 'number', 'description': 'coin repository subscribers'}, 'total_issues': {'type': 'number', 'description': 'coin repository total issues'}, 'closed_issues': {'type': 'number', 'description': 'coin repository closed issues'}, 'commit_count_4_weeks': {'type': 'number', 'description': 'coin repository commit count in 4 weeks'}, 'pull_requests_merged': {'type': 'number', 'description': 'coin repository pull requests merged'}, 'pull_request_contributors': {'type': 'number', 'description': 'coin repository pull request contributors'}, 'code_additions_deletions_4_weeks': {'type': 'object', 'properties': {'additions': {'type': 'number'}, 'deletions': {'type': 'number'}}, 'description': 'coin code additions and deletions in 4 weeks', 'additionalProperties': True}, 'last_4_weeks_commit_activity_series': {'type': 'array', 'items': {'type': 'number'}, 'description': 'coin repository last 4 weeks commit activity series'}}, 'description': 'coin developer data', 'additionalProperties': True}, 'status_updates': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}, 'description': 'coin status updates'}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'preview_listing': {'type': 'boolean', 'description': 'preview listing coin'}, 'detail_platforms': {'type': 'object', 'description': 'detailed coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}, 'asset_platform_id': {'type': 'string', 'description': 'coin asset platform ID'}, 'hashing_algorithm': {'type': 'string', 'description': 'blockchain hashing algorithm'}, 'additional_notices': {'type': 'array', 'items': {'type': 'string'}, 'description': 'additional notices'}, 'block_time_in_minutes': {'type': 'number', 'description': 'blockchain block time in minutes'}, 'sentiment_votes_up_percentage': {'type': 'number', 'description': 'coin sentiment votes up percentage'}, 'sentiment_votes_down_percentage': {'type': 'number', 'description': 'coin sentiment votes down percentage'}}, 'additionalProperties': True}, 'ExchangeRates': {'type': 'object', 'properties': {'rates': {'type': 'object', 'additionalProperties': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'name of the currency'}, 'type': {'type': 'string', 'description': 'type of the currency'}, 'unit': {'type': 'string', 'description': 'unit of the currency'}, 'value': {'type': 'number', 'description': 'value of the currency'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'ExchangesList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'name': {'type': 'string', 'description': 'exchange name'}}, 'additionalProperties': True}, 'AssetPlatforms': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'asset platform ID'}, 'name': {'type': 'string', 'description': 'chain name'}, 'image': {'type': 'object', 'properties': {'large': {'type': 'string'}, 'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'image of the asset platform', 'additionalProperties': True}, 'shortname': {'type': 'string', 'description': 'chain shortname'}, 'native_coin_id': {'type': 'string', 'description': 'chain native coin ID'}, 'chain_identifier': {'type': 'number', 'description': "chainlist's chain ID"}}, 'additionalProperties': True}}, 'CategoriesList': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'category name'}, 'category_id': {'type': 'string', 'description': 'category ID'}}, 'additionalProperties': True}, 'TrendingSearch': {'type': 'object', 'properties': {'nfts': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'data': {'type': 'object', 'properties': {'content': {'type': 'string'}, 'sparkline': {'type': 'string', 'description': 'NFT collection sparkline image url'}, 'h24_volume': {'type': 'string', 'description': 'NFT collection volume in 24 hours'}, 'floor_price': {'type': 'string', 'description': 'NFT collection floor price'}, 'h24_average_sale_price': {'type': 'string', 'description': 'NFT collection 24 hours average sale price'}, 'floor_price_in_usd_24h_percentage_change': {'type': 'string', 'description': 'NFT collection floor price in usd 24 hours percentage change'}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'thumb': {'type': 'string', 'description': 'NFT collection thumb image url'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'nft_contract_id': {'type': 'number'}, 'native_currency_symbol': {'type': 'string', 'description': 'NFT collection native currency symbol'}, 'floor_price_in_native_currency': {'type': 'number', 'description': 'NFT collection floor price in native currency'}, 'floor_price_24h_percentage_change': {'type': 'number', 'description': 'NFT collection floor price 24 hours percentage change'}}, 'additionalProperties': True}}, 'coins': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'data': {'type': 'object', 'properties': {'price': {'type': 'number', 'description': 'coin price in usd'}, 'content': {'type': 'string'}, 'price_btc': {'type': 'string', 'description': 'coin price in btc'}, 'sparkline': {'type': 'string', 'description': 'coin sparkline image url'}, 'market_cap': {'type': 'string', 'description': 'coin market cap in usd'}, 'total_volume': {'type': 'string', 'description': 'coin total volume in usd'}, 'market_cap_btc': {'type': 'string', 'description': 'coin market cap in btc'}, 'total_volume_btc': {'type': 'string', 'description': 'coin total volume in btc'}, 'price_change_percentage_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin price change percentage in 24 hours', 'additionalProperties': True}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'coin name'}, 'slug': {'type': 'string', 'description': 'coin web slug'}, 'large': {'type': 'string', 'description': 'coin large image url'}, 'score': {'type': 'number', 'description': 'coin sequence in the list'}, 'small': {'type': 'string', 'description': 'coin small image url'}, 'thumb': {'type': 'string', 'description': 'coin thumb image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'coin_id': {'type': 'number'}, 'price_btc': {'type': 'number', 'description': 'coin price in btc'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}}, 'additionalProperties': True}}, 'categories': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'number'}, 'data': {'type': 'object', 'properties': {'sparkline': {'type': 'string', 'description': 'category sparkline image url'}, 'market_cap': {'type': 'number', 'description': 'category market cap'}, 'total_volume': {'type': 'number', 'description': 'category total volume'}, 'market_cap_btc': {'type': 'number', 'description': 'category market cap in btc'}, 'total_volume_btc': {'type': 'number', 'description': 'category total volume in btc'}, 'market_cap_change_percentage_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'category market cap change percentage in 24 hours', 'additionalProperties': True}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'category name'}, 'slug': {'type': 'string', 'description': 'category web slug'}, 'coins_count': {'type': 'number', 'description': 'category number of coins'}, 'market_cap_1h_change': {'type': 'number', 'description': 'category market cap 1 hour change'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'ExchangeTickers': {'allOf': [{'$ref': '#/$defs/CoinsTickers'}, {}]}, 'CoinsMarketChart': {'type': 'object', 'properties': {'prices': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'market_caps': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'total_volumes': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}}, 'additionalProperties': True}, 'SimpleTokenPrice': {'type': 'object', 'properties': {'usd': {'type': 'number', 'description': 'price in USD'}, 'usd_24h_vol': {'type': 'number', 'description': '24hr volume in USD'}, 'usd_24h_change': {'type': 'number', 'description': '24hr change in USD'}, 'usd_market_cap': {'type': 'number', 'description': 'market cap in USD'}, 'last_updated_at': {'type': 'number', 'description': 'last updated timestamp'}}, 'additionalProperties': True}, 'CompaniesTreasury': {'type': 'object', 'properties': {'companies': {'type': 'array', 'items': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'company name'}, 'symbol': {'type': 'string', 'description': 'company symbol'}, 'country': {'type': 'string', 'description': 'company incorporated country'}, 'total_holdings': {'type': 'number', 'description': 'total btc/eth holdings of company'}, 'total_entry_value_usd': {'type': 'number', 'description': 'total entry value in usd'}, 'total_current_value_usd': {'type': 'number', 'description': 'total current value of btc/eth holdings in usd'}, 'percentage_of_total_supply': {'type': 'number', 'description': 'percentage of total btc/eth supply'}}, 'additionalProperties': True}}, 'total_holdings': {'type': 'number', 'description': 'total btc/eth holdings of companies'}, 'total_value_usd': {'type': 'number', 'description': 'total btc/eth holdings value in usd'}, 'market_cap_dominance': {'type': 'number', 'description': 'market cap dominance'}}, 'additionalProperties': True}, 'CoinsHistoricalData': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'object', 'properties': {'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'coin image url', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'market_data': {'type': 'object', 'properties': {'market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin market cap', 'additionalProperties': True}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin total volume', 'additionalProperties': True}, 'current_price': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin current price', 'additionalProperties': True}}, 'description': 'coin market data', 'additionalProperties': True}, 'localization': {'type': 'object', 'description': 'coin localization', 'additionalProperties': {'type': 'string'}}, 'community_data': {'type': 'object', 'properties': {'facebook_likes': {'type': 'number', 'description': 'coin facebook likes'}, 'twitter_followers': {'type': 'number', 'description': 'coin twitter followers'}, 'reddit_subscribers': {'type': 'number', 'description': 'coin reddit subscribers'}, 'reddit_average_posts_48h': {'type': 'number', 'description': 'coin reddit average posts 48h'}, 'reddit_accounts_active_48h': {'type': 'number', 'description': 'coin reddit accounts active 48h'}, 'reddit_average_comments_48h': {'type': 'number', 'description': 'coin reddit average comments 48h'}}, 'description': 'coin community data', 'additionalProperties': True}, 'developer_data': {'type': 'object', 'properties': {'forks': {'type': 'number', 'description': 'coin repository forks'}, 'stars': {'type': 'number', 'description': 'coin repository stars'}, 'subscribers': {'type': 'number', 'description': 'coin repository subscribers'}, 'total_issues': {'type': 'number', 'description': 'coin repository total issues'}, 'closed_issues': {'type': 'number', 'description': 'coin repository closed issues'}, 'commit_count_4_weeks': {'type': 'number', 'description': 'coin commit count 4 weeks'}, 'pull_requests_merged': {'type': 'number', 'description': 'coin repository pull requests merged'}, 'pull_request_contributors': {'type': 'number', 'description': 'coin repository pull request contributors'}, 'code_additions_deletions_4_weeks': {'type': 'object', 'properties': {'additions': {'type': 'number'}, 'deletions': {'type': 'number'}}, 'description': 'coin code additions deletions 4 weeks', 'additionalProperties': True}}, 'description': 'coin developer data', 'additionalProperties': True}, 'public_interest_stats': {'type': 'object', 'properties': {'alexa_rank': {'type': 'number', 'description': 'coin alexa rank'}, 'bing_matches': {'type': 'number', 'description': 'coin bing matches'}}, 'description': 'coin public interest stats', 'additionalProperties': True}}, 'additionalProperties': True}, 'ExchangeVolumeChart': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'CoinsContractAddress': {'allOf': [{'$ref': '#/$defs/CoinsDataBase'}, {}]}, 'DerivativesExchanges': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'derivatives exchange ID'}, 'url': {'type': 'string', 'description': 'derivatives exchange website url'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}, 'image': {'type': 'string', 'description': 'derivatives exchange image url'}, 'country': {'type': 'string', 'description': 'derivatives exchange incorporated country'}, 'description': {'type': 'string', 'description': 'derivatives exchange description'}, 'year_established': {'type': 'number', 'description': 'derivatives exchange established year'}, 'open_interest_btc': {'type': 'number', 'description': 'derivatives exchange open interest in BTC'}, 'trade_volume_24h_btc': {'type': 'string', 'description': 'derivatives exchange trade volume in BTC in 24 hours'}, 'number_of_futures_pairs': {'type': 'number', 'description': 'number of futures pairs in the derivatives exchange'}, 'number_of_perpetual_pairs': {'type': 'number', 'description': 'number of perpetual pairs in the derivatives exchange'}}, 'additionalProperties': True}, 'CoinsMarketChartRange': {'type': 'object', 'properties': {'prices': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'market_caps': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'total_volumes': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}}, 'additionalProperties': True}, 'DerivativesExchangesID': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': 'derivatives exchange website url'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}, 'image': {'type': 'string', 'description': 'derivatives exchange image url'}, 'country': {'type': 'string', 'description': 'derivatives exchange incorporated country'}, 'tickers': {'type': 'array', 'items': {'$ref': '#/$defs/DerivativesTickersList'}}, 'description': {'type': 'string', 'description': 'derivatives exchange description'}, 'year_established': {'type': 'number', 'description': 'derivatives exchange established year'}, 'open_interest_btc': {'type': 'number', 'description': 'derivatives exchange open interest in BTC'}, 'trade_volume_24h_btc': {'type': 'string', 'description': 'derivatives exchange trade volume in BTC in 24 hours'}, 'number_of_futures_pairs': {'type': 'number', 'description': 'number of futures pairs in the derivatives exchange'}, 'number_of_perpetual_pairs': {'type': 'number', 'description': 'number of perpetual pairs in the derivatives exchange'}}, 'additionalProperties': True}, 'DerivativesTickersList': {'type': 'object', 'properties': {'basis': {'type': 'number', 'description': 'difference of derivative price and index price'}, 'index': {'type': 'number', 'description': 'derivative underlying asset price'}, 'price': {'type': 'string', 'description': 'derivative ticker price'}, 'market': {'type': 'string', 'description': 'derivative market name'}, 'spread': {'type': 'number', 'description': 'derivative bid ask spread'}, 'symbol': {'type': 'string', 'description': 'derivative ticker symbol'}, 'index_id': {'type': 'string', 'description': 'derivative underlying asset'}, 'expired_at': {'type': 'string'}, 'volume_24h': {'type': 'number', 'description': 'derivative volume in 24 hours'}, 'funding_rate': {'type': 'number', 'description': 'derivative funding rate'}, 'contract_type': {'type': 'string', 'description': 'derivative contract type'}, 'open_interest': {'type': 'number', 'description': 'derivative open interest'}, 'last_traded_at': {'type': 'number', 'description': 'derivative last updated time'}, 'price_percentage_change_24h': {'type': 'number', 'description': 'derivative ticker price percentage change in 24 hours'}}, 'additionalProperties': True}, 'DerivativesExchangesList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'derivatives exchange ID'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}}, 'additionalProperties': True}}, 'required': ['vs_currencies'], 'properties': {'ids': {'type': 'string', 'description': "coins' IDs, comma-separated if querying more than 1 coin. <br> *refers to [`/coins/list`](/reference/coins-list)."}, 'names': {'type': 'string', 'description': "coins' names, comma-separated if querying more than 1 coin."}, 'symbols': {'type': 'string', 'description': "coins' symbols, comma-separated if querying more than 1 coin."}, 'precision': {'enum': ['full', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18'], 'type': 'string', 'description': 'decimal place for currency price value '}, 'vs_currencies': {'type': 'string', 'description': 'target currency of coins, comma-separated if querying more than 1 currency. <br> *refers to [`/simple/supported_vs_currencies`](/reference/simple-supported-currencies).'}, 'include_tokens': {'enum': ['top', 'all'], 'type': 'string', 'description': 'for `symbols` lookups, specify `all` to include all matching tokens <br> Default `top` returns top-ranked tokens (by market cap or volume)'}, 'include_24hr_vol': {'type': 'boolean', 'description': 'include 24hr volume, default: false'}, 'include_market_cap': {'type': 'boolean', 'description': 'include market capitalization, default: false'}, 'include_24hr_change': {'type': 'boolean', 'description': 'include 24hr change, default: false'}, 'include_last_updated_at': {'type': 'boolean', 'description': 'include last updated price time in UNIX, default: false'}}}}, {'name': 'API-coins-list', 'description': 'Coins List (ID Map)', 'inputSchema': {'type': 'object', '$defs': {'Ping': {'type': 'object', 'properties': {'gecko_says': {'type': 'string'}}, 'additionalProperties': True}, 'Global': {'type': 'object', 'properties': {'data': {'type': 'object', 'properties': {'markets': {'type': 'number', 'description': 'number of exchanges'}, 'ended_icos': {'type': 'number', 'description': 'number of ended icos'}, 'ongoing_icos': {'type': 'number', 'description': 'number of ongoing icos'}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies total volume', 'additionalProperties': True}, 'upcoming_icos': {'type': 'number', 'description': 'number of upcoming icos'}, 'total_market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies total market cap', 'additionalProperties': True}, 'market_cap_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies market cap percentage', 'additionalProperties': True}, 'active_cryptocurrencies': {'type': 'number', 'description': 'number of active cryptocurrencies'}}, 'additionalProperties': True}, 'updated_at': {'type': 'number'}, 'market_cap_change_percentage_24h_usd': {'type': 'number', 'description': 'cryptocurrencies market cap change percentage in 24 hours in usd'}}, 'additionalProperties': True}, 'Search': {'type': 'object', 'properties': {'icos': {'type': 'array', 'items': {'type': 'string'}}, 'nfts': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'name': {'type': 'string', 'description': 'NFT name'}, 'thumb': {'type': 'string', 'description': 'NFT collection thumb image url'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}}, 'additionalProperties': True}}, 'coins': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'large': {'type': 'string', 'description': 'coin large image url'}, 'thumb': {'type': 'string', 'description': 'coin thumb image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'api_symbol': {'type': 'string', 'description': 'coin api symbol'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}}, 'additionalProperties': True}}, 'exchanges': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'large': {'type': 'string', 'description': 'exchange large image url'}, 'thumb': {'type': 'string', 'description': 'exchange thumb image url'}, 'market_type': {'type': 'string', 'description': 'exchange market type'}}, 'additionalProperties': True}}, 'categories': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'category ID'}, 'name': {'type': 'string', 'description': 'category name'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'CoinsID': {'allOf': [{'$ref': '#/$defs/CoinsDataBase'}, {}]}, 'NFTData': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'ath': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection all time highs', 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'image': {'type': 'object', 'properties': {'small': {'type': 'string'}, 'small_2x': {'type': 'string'}}, 'description': 'NFT collection image url', 'additionalProperties': True}, 'links': {'type': 'object', 'properties': {'discord': {'type': 'string'}, 'twitter': {'type': 'string'}, 'homepage': {'type': 'string'}}, 'description': 'NFT collection links', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'ath_date': {'type': 'object', 'properties': {'usd': {'type': 'string', 'format': 'date-time'}, 'native_currency': {'type': 'string', 'format': 'date-time'}}, 'description': 'NFT collection all time highs date', 'additionalProperties': True}, 'explorers': {'type': 'array', 'items': {'type': 'object', 'properties': {'link': {'type': 'string'}, 'name': {'type': 'string'}}, 'additionalProperties': True}, 'description': 'NFT collection block explorers links'}, 'market_cap': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection market cap', 'additionalProperties': True}, 'volume_24h': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection volume in 24 hours', 'additionalProperties': True}, 'description': {'type': 'string', 'description': 'NFT collection description'}, 'floor_price': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price', 'additionalProperties': True}, 'banner_image': {'type': 'object', 'properties': {'small': {'type': 'string'}}, 'description': 'NFT collection banner image url', 'additionalProperties': True}, 'total_supply': {'type': 'number', 'description': 'NFT collection total supply'}, 'one_day_sales': {'type': 'number', 'description': 'NFT collection one day sales'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}, 'native_currency': {'type': 'string', 'description': 'NFT collection native currency'}, 'contract_address': {'type': 'string', 'description': 'NFT collection contract address'}, 'asset_platform_id': {'type': 'string', 'description': 'NFT collection asset platform ID'}, 'user_favorites_count': {'type': 'number', 'description': 'NFT collection user favorites count'}, 'ath_change_percentage': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection all time highs change percentage', 'additionalProperties': True}, 'native_currency_symbol': {'type': 'string', 'description': 'NFT collection native currency symbol'}, 'number_of_unique_addresses': {'type': 'number', 'description': 'number of unique address owning the NFTs'}, 'one_day_average_sale_price': {'type': 'number', 'description': 'NFT collection one day average sale price'}, 'volume_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection volume in 24 hours percentage change', 'additionalProperties': True}, 'floor_price_1y_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 1 year percentage change', 'additionalProperties': True}, 'floor_price_7d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 7 days percentage change', 'additionalProperties': True}, 'market_cap_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection market cap 24 hours percentage change', 'additionalProperties': True}, 'floor_price_14d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 14 days percentage change', 'additionalProperties': True}, 'floor_price_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'additionalProperties': True}, 'floor_price_30d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 30 days percentage change', 'additionalProperties': True}, 'floor_price_60d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 60 days percentage change', 'additionalProperties': True}, 'one_day_sales_24h_percentage_change': {'type': 'number', 'description': 'NFT collection one day sales 24 hours percentage change'}, 'volume_in_usd_24h_percentage_change': {'type': 'number', 'description': 'NFT collection volume in usd 24 hours percentage change'}, 'floor_price_in_usd_24h_percentage_change': {'type': 'number', 'description': 'NFT collection floor price in usd 24 hours percentage change'}, 'number_of_unique_addresses_24h_percentage_change': {'type': 'number', 'description': 'number of unique address owning the NFTs 24 hours percentage change'}, 'one_day_average_sale_price_24h_percentage_change': {'type': 'number', 'description': 'NFT collection one day average sale price 24 hours percentage change'}}, 'additionalProperties': True}, 'NFTList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'contract_address': {'type': 'string', 'description': 'NFT collection contract address'}, 'asset_platform_id': {'type': 'string', 'description': 'NFT collection asset platform ID'}}, 'additionalProperties': True}, 'CoinsList': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'platforms': {'type': 'object', 'description': 'coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}}, 'additionalProperties': True}}, 'CoinsOHLC': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'Exchanges': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'url': {'type': 'string', 'description': 'exchange website url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'image': {'type': 'string', 'description': 'exchange image url'}, 'country': {'type': 'string', 'description': 'exchange country'}, 'description': {'type': 'string', 'description': 'exchange description'}, 'trust_score': {'type': 'number', 'description': 'exchange trust score'}, 'trust_score_rank': {'type': 'number', 'description': 'exchange trust score rank'}, 'year_established': {'type': 'number', 'description': 'exchange established year'}, 'trade_volume_24h_btc': {'type': 'number', 'description': 'exchange trade volume in BTC in 24 hours'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}, 'trade_volume_24h_btc_normalized': {'type': 'number', 'description': 'normalized trading volume by traffic in BTC in 24 hours <br> *refers to [`this blog`](https://blog.coingecko.com/trust-score/).'}}, 'additionalProperties': True}, 'Categories': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'category ID'}, 'name': {'type': 'string', 'description': 'category name'}, 'content': {'type': 'string', 'description': 'category description'}, 'market_cap': {'type': 'number', 'description': 'category market cap'}, 'updated_at': {'type': 'string', 'description': 'category last updated time'}, 'volume_24h': {'type': 'number', 'description': 'category volume in 24 hours'}, 'top_3_coins': {'type': 'array', 'items': {'type': 'string'}, 'description': 'images of top 3 coins in the category'}, 'top_3_coins_id': {'type': 'array', 'items': {'type': 'string'}, 'description': 'IDs of top 3 coins in the category'}, 'market_cap_change_24h': {'type': 'number', 'description': 'category market cap change in 24 hours'}}, 'additionalProperties': True}, 'GlobalDeFi': {'type': 'object', 'properties': {'data': {'type': 'object', 'properties': {'top_coin_name': {'type': 'string', 'description': 'defi top coin name'}, 'defi_dominance': {'type': 'string', 'description': 'defi dominance'}, 'eth_market_cap': {'type': 'string', 'description': 'eth market cap'}, 'defi_market_cap': {'type': 'string', 'description': 'defi market cap'}, 'defi_to_eth_ratio': {'type': 'string', 'description': 'defi to eth ratio'}, 'trading_volume_24h': {'type': 'string', 'description': 'defi trading volume in 24 hours'}, 'top_coin_defi_dominance': {'type': 'number', 'description': 'defi top coin dominance'}}, 'additionalProperties': True}}, 'additionalProperties': True}, 'SimplePrice': {'type': 'object', 'properties': {'usd': {'type': 'number', 'description': 'price in USD'}, 'usd_24h_vol': {'type': 'number', 'description': '24hr volume in USD'}, 'usd_24h_change': {'type': 'number', 'description': '24hr change in USD'}, 'usd_market_cap': {'type': 'number', 'description': 'market cap in USD'}, 'last_updated_at': {'type': 'number', 'description': 'last updated timestamp'}}, 'additionalProperties': True}, 'CoinsMarkets': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'ath': {'type': 'number', 'description': 'coin all time high (ATH) in currency'}, 'atl': {'type': 'number', 'description': 'coin all time low (atl) in currency'}, 'roi': {'type': 'string'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'string', 'description': 'coin image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'low_24h': {'type': 'number', 'description': 'coin 24hr price low in currency'}, 'ath_date': {'type': 'string', 'format': 'date-time', 'description': 'coin all time high (ATH) date'}, 'atl_date': {'type': 'string', 'format': 'date-time', 'description': 'coin all time low (atl) date'}, 'high_24h': {'type': 'number', 'description': 'coin 24hr price high in currency'}, 'market_cap': {'type': 'number', 'description': 'coin market cap in currency'}, 'max_supply': {'type': 'number', 'description': 'coin max supply'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin last updated timestamp'}, 'total_supply': {'type': 'number', 'description': 'coin total supply'}, 'total_volume': {'type': 'number', 'description': 'coin total trading volume in currency'}, 'current_price': {'type': 'number', 'description': 'coin current price in currency'}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'sparkline_in_7d': {'type': 'object', 'properties': {'price': {'type': 'array', 'items': {'type': 'number'}}}, 'description': 'coin price sparkline in 7 days', 'additionalProperties': True}, 'price_change_24h': {'type': 'number', 'description': 'coin 24hr price change in currency'}, 'circulating_supply': {'type': 'number', 'description': 'coin circulating supply'}, 'ath_change_percentage': {'type': 'number', 'description': 'coin all time high (ATH) change in percentage'}, 'atl_change_percentage': {'type': 'number', 'description': 'coin all time low (atl) change in percentage'}, 'market_cap_change_24h': {'type': 'number', 'description': 'coin 24hr market cap change in currency'}, 'fully_diluted_valuation': {'type': 'number', 'description': 'coin fully diluted valuation (fdv) in currency'}, 'price_change_percentage_1h': {'type': 'number', 'description': 'coin 1h price change in percentage'}, 'price_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr price change in percentage'}, 'market_cap_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr market cap change in percentage'}}, 'additionalProperties': True}, 'CoinsTickers': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'coin name'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'properties': {'base': {'type': 'string', 'description': 'coin ticker base currency'}, 'last': {'type': 'number', 'description': 'coin ticker last price'}, 'market': {'type': 'object', 'required': ['name', 'identifier', 'has_trading_incentive'], 'properties': {'logo': {'type': 'string', 'description': 'exchange image url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'identifier': {'type': 'string', 'description': 'exchange identifier'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}}, 'description': 'coin ticker exchange', 'additionalProperties': True}, 'target': {'type': 'string', 'description': 'coin ticker target currency'}, 'volume': {'type': 'number', 'description': 'coin ticker volume'}, 'coin_id': {'type': 'string', 'description': 'coin ticker base currency coin ID'}, 'is_stale': {'type': 'boolean', 'description': 'coin ticker stale'}, 'timestamp': {'type': 'string', 'description': 'coin ticker timestamp'}, 'trade_url': {'type': 'string', 'description': 'coin ticker trade url'}, 'is_anomaly': {'type': 'boolean', 'description': 'coin ticker anomaly'}, 'trust_score': {'type': 'string', 'description': 'coin ticker trust score'}, 'last_fetch_at': {'type': 'string', 'description': 'coin ticker last fetch timestamp'}, 'converted_last': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted last price', 'additionalProperties': True}, 'last_traded_at': {'type': 'string', 'description': 'coin ticker last traded timestamp'}, 'target_coin_id': {'type': 'string', 'description': 'coin ticker target currency coin ID'}, 'token_info_url': {'type': 'string', 'description': 'coin ticker token info url'}, 'converted_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted volume', 'additionalProperties': True}, 'cost_to_move_up_usd': {'type': 'number', 'description': 'coin ticker cost to move up in usd'}, 'cost_to_move_down_usd': {'type': 'number', 'description': 'coin ticker cost to move down in usd'}, 'bid_ask_spread_percentage': {'type': 'number', 'description': 'coin ticker bid ask spread percentage'}}, 'additionalProperties': True}, 'description': 'list of tickers'}}, 'additionalProperties': True}, 'CurrencyList': {'type': 'array', 'items': {'type': 'string'}}, 'ExchangeData': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': 'exchange website url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'coins': {'type': 'number', 'description': 'number of coins listed on the exchange'}, 'image': {'type': 'string', 'description': 'exchange image url'}, 'pairs': {'type': 'number', 'description': 'number of trading pairs on the exchange'}, 'country': {'type': 'string', 'description': 'exchange incorporated country'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, 'slack_url': {'type': 'string', 'description': 'exchange slack url'}, 'reddit_url': {'type': 'string', 'description': 'exchange reddit url'}, 'centralized': {'type': 'boolean', 'description': 'exchange type (true for centralized, false for decentralized)'}, 'description': {'type': 'string', 'description': 'exchange description'}, 'other_url_1': {'type': 'string'}, 'other_url_2': {'type': 'string'}, 'trust_score': {'type': 'number', 'description': 'exchange trust score'}, 'alert_notice': {'type': 'string', 'description': 'alert notice for exchange'}, 'facebook_url': {'type': 'string', 'description': 'exchange facebook url'}, 'telegram_url': {'type': 'string', 'description': 'exchange telegram url'}, 'public_notice': {'type': 'string', 'description': 'public notice for exchange'}, 'twitter_handle': {'type': 'string', 'description': 'exchange twitter handle'}, 'trust_score_rank': {'type': 'number', 'description': 'exchange trust score rank'}, 'year_established': {'type': 'number', 'description': 'exchange established year'}, 'trade_volume_24h_btc': {'type': 'number'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}, 'trade_volume_24h_btc_normalized': {'type': 'number', 'description': 'normalized trading volume by traffic in BTC in 24 hours <br> *refers to [`this blog`](https://blog.coingecko.com/trust-score/).'}}, 'additionalProperties': True}, 'CoinsDataBase': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'object', 'properties': {'large': {'type': 'string'}, 'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'coin image url', 'additionalProperties': True}, 'links': {'type': 'object', 'properties': {'chat_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin chat url'}, 'homepage': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin website url'}, 'repos_url': {'type': 'object', 'properties': {'github': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin github repository url'}, 'bitbucket': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin bitbucket repository url'}}, 'description': 'coin repository url', 'additionalProperties': True}, 'whitepaper': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin whitepaper url'}, 'snapshot_url': {'type': 'string', 'description': 'coin snapshot url'}, 'subreddit_url': {'type': 'string', 'description': 'coin subreddit url'}, 'blockchain_site': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin block explorer url'}, 'announcement_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin announcement url'}, 'facebook_username': {'type': 'string', 'description': 'coin facebook username'}, 'official_forum_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin official forum url'}, 'twitter_screen_name': {'type': 'string', 'description': 'coin twitter handle'}, 'telegram_channel_identifier': {'type': 'string', 'description': 'coin telegram channel identifier'}, 'bitcointalk_thread_identifier': {'type': 'string', 'description': 'coin bitcointalk thread identifier'}}, 'description': 'links', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'properties': {'base': {'type': 'string', 'description': 'coin ticker base currency'}, 'last': {'type': 'number', 'description': 'coin ticker last price'}, 'market': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'coin ticker exchange name'}, 'identifier': {'type': 'string', 'description': 'coin ticker exchange identifier'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'coin ticker exchange trading incentive'}}, 'description': 'coin ticker exchange', 'additionalProperties': True}, 'target': {'type': 'string', 'description': 'coin ticker target currency'}, 'volume': {'type': 'number', 'description': 'coin ticker volume'}, 'coin_id': {'type': 'string', 'description': 'coin ticker base currency coin ID'}, 'is_stale': {'type': 'boolean', 'description': 'coin ticker stale'}, 'timestamp': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker timestamp'}, 'trade_url': {'type': 'string', 'description': 'coin ticker trade url'}, 'is_anomaly': {'type': 'boolean', 'description': 'coin ticker anomaly'}, 'trust_score': {'type': 'string', 'description': 'coin ticker trust score'}, 'last_fetch_at': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker last fetch timestamp'}, 'converted_last': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted last price', 'additionalProperties': True}, 'last_traded_at': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker last traded timestamp'}, 'target_coin_id': {'type': 'string', 'description': 'coin ticker target currency coin ID'}, 'token_info_url': {'type': 'string', 'description': 'coin ticker token info url'}, 'converted_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted volume', 'additionalProperties': True}, 'bid_ask_spread_percentage': {'type': 'number', 'description': 'coin ticker bid ask spread percentage'}}, 'additionalProperties': True}, 'description': 'coin tickers'}, 'web_slug': {'type': 'string', 'description': 'coin web slug'}, 'platforms': {'type': 'object', 'description': 'coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}, 'categories': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin categories'}, 'description': {'type': 'object', 'description': 'coin description', 'additionalProperties': {'type': 'string'}}, 'market_data': {'type': 'object', 'properties': {'ath': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time high (ATH) in currency', 'additionalProperties': True}, 'atl': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time low (atl) in currency', 'additionalProperties': True}, 'roi': {'type': 'number', 'description': 'coin return on investment'}, 'low_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price low in currency', 'additionalProperties': True}, 'ath_date': {'type': 'object', 'properties': {'btc': {'type': 'string'}, 'eur': {'type': 'string'}, 'usd': {'type': 'string'}}, 'description': 'coin all time high (ATH) date', 'additionalProperties': True}, 'atl_date': {'type': 'object', 'properties': {'btc': {'type': 'string'}, 'eur': {'type': 'string'}, 'usd': {'type': 'string'}}, 'description': 'coin all time low (atl) date', 'additionalProperties': True}, 'high_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price high in currency', 'additionalProperties': True}, 'market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin market cap in currency', 'additionalProperties': True}, 'max_supply': {'type': 'number', 'description': 'coin max supply'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin market data last updated timestamp'}, 'total_supply': {'type': 'number', 'description': 'coin total supply'}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin total trading volume in currency', 'additionalProperties': True}, 'current_price': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin current price in currency', 'additionalProperties': True}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'fdv_to_tvl_ratio': {'type': 'number', 'description': 'fully diluted valuation to total value locked ratio'}, 'price_change_24h': {'type': 'number', 'description': 'coin 24hr price change in currency'}, 'mcap_to_tvl_ratio': {'type': 'number', 'description': 'market cap to total value locked ratio'}, 'circulating_supply': {'type': 'number', 'description': 'coin circulating supply'}, 'total_value_locked': {'type': 'number', 'description': 'total value locked'}, 'market_cap_fdv_ratio': {'type': 'number', 'description': 'market cap to fully diluted valuation ratio'}, 'ath_change_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time high (ATH) change in percentage', 'additionalProperties': True}, 'atl_change_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time low (atl) change in percentage', 'additionalProperties': True}, 'market_cap_change_24h': {'type': 'number', 'description': 'coin 24hr market cap change in currency'}, 'fully_diluted_valuation': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin fully diluted valuation (fdv) in currency', 'additionalProperties': True}, 'price_change_percentage_1y': {'type': 'number', 'description': 'coin 1y price change in percentage'}, 'price_change_percentage_7d': {'type': 'number', 'description': 'coin 7d price change in percentage'}, 'price_change_percentage_14d': {'type': 'number', 'description': 'coin 14d price change in percentage'}, 'price_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr price change in percentage'}, 'price_change_percentage_30d': {'type': 'number', 'description': 'coin 30d price change in percentage'}, 'price_change_percentage_60d': {'type': 'number', 'description': 'coin 60d price change in percentage'}, 'price_change_percentage_200d': {'type': 'number', 'description': 'coin 200d price change in percentage'}, 'market_cap_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr market cap change in percentage'}, 'market_cap_change_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr market cap change in currency', 'additionalProperties': True}, 'price_change_percentage_1h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 1h price change in currency', 'additionalProperties': True}, 'price_change_percentage_1y_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 1y price change in currency', 'additionalProperties': True}, 'price_change_percentage_7d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 7d price change in currency', 'additionalProperties': True}, 'price_change_percentage_14d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 14d price change in currency', 'additionalProperties': True}, 'price_change_percentage_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price change in currency', 'additionalProperties': True}, 'price_change_percentage_30d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 30d price change in currency', 'additionalProperties': True}, 'price_change_percentage_60d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 60d price change in currency', 'additionalProperties': True}, 'price_change_percentage_200d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 200d price change in currency', 'additionalProperties': True}, 'market_cap_change_percentage_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr market cap change in percentage', 'additionalProperties': True}}, 'description': 'coin market data', 'additionalProperties': True}, 'genesis_date': {'type': 'string', 'format': 'date-time', 'description': 'coin genesis date'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin last updated timestamp'}, 'localization': {'type': 'object', 'description': 'coin name localization', 'additionalProperties': {'type': 'string'}}, 'public_notice': {'type': 'string', 'description': 'public notice'}, 'community_data': {'type': 'object', 'properties': {'facebook_likes': {'type': 'number', 'description': 'coin facebook likes'}, 'twitter_followers': {'type': 'number', 'description': 'coin twitter followers'}, 'reddit_subscribers': {'type': 'number', 'description': 'coin reddit subscribers'}, 'reddit_average_posts_48h': {'type': 'number', 'description': 'coin reddit average posts in 48 hours'}, 'reddit_accounts_active_48h': {'type': 'number', 'description': 'coin reddit active accounts in 48 hours'}, 'reddit_average_comments_48h': {'type': 'number', 'description': 'coin reddit average comments in 48 hours'}, 'telegram_channel_user_count': {'type': 'number', 'description': 'coin telegram channel user count'}}, 'description': 'coin community data', 'additionalProperties': True}, 'country_origin': {'type': 'string', 'description': 'coin country of origin'}, 'developer_data': {'type': 'object', 'properties': {'forks': {'type': 'number', 'description': 'coin repository forks'}, 'stars': {'type': 'number', 'description': 'coin repository stars'}, 'subscribers': {'type': 'number', 'description': 'coin repository subscribers'}, 'total_issues': {'type': 'number', 'description': 'coin repository total issues'}, 'closed_issues': {'type': 'number', 'description': 'coin repository closed issues'}, 'commit_count_4_weeks': {'type': 'number', 'description': 'coin repository commit count in 4 weeks'}, 'pull_requests_merged': {'type': 'number', 'description': 'coin repository pull requests merged'}, 'pull_request_contributors': {'type': 'number', 'description': 'coin repository pull request contributors'}, 'code_additions_deletions_4_weeks': {'type': 'object', 'properties': {'additions': {'type': 'number'}, 'deletions': {'type': 'number'}}, 'description': 'coin code additions and deletions in 4 weeks', 'additionalProperties': True}, 'last_4_weeks_commit_activity_series': {'type': 'array', 'items': {'type': 'number'}, 'description': 'coin repository last 4 weeks commit activity series'}}, 'description': 'coin developer data', 'additionalProperties': True}, 'status_updates': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}, 'description': 'coin status updates'}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'preview_listing': {'type': 'boolean', 'description': 'preview listing coin'}, 'detail_platforms': {'type': 'object', 'description': 'detailed coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}, 'asset_platform_id': {'type': 'string', 'description': 'coin asset platform ID'}, 'hashing_algorithm': {'type': 'string', 'description': 'blockchain hashing algorithm'}, 'additional_notices': {'type': 'array', 'items': {'type': 'string'}, 'description': 'additional notices'}, 'block_time_in_minutes': {'type': 'number', 'description': 'blockchain block time in minutes'}, 'sentiment_votes_up_percentage': {'type': 'number', 'description': 'coin sentiment votes up percentage'}, 'sentiment_votes_down_percentage': {'type': 'number', 'description': 'coin sentiment votes down percentage'}}, 'additionalProperties': True}, 'ExchangeRates': {'type': 'object', 'properties': {'rates': {'type': 'object', 'additionalProperties': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'name of the currency'}, 'type': {'type': 'string', 'description': 'type of the currency'}, 'unit': {'type': 'string', 'description': 'unit of the currency'}, 'value': {'type': 'number', 'description': 'value of the currency'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'ExchangesList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'name': {'type': 'string', 'description': 'exchange name'}}, 'additionalProperties': True}, 'AssetPlatforms': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'asset platform ID'}, 'name': {'type': 'string', 'description': 'chain name'}, 'image': {'type': 'object', 'properties': {'large': {'type': 'string'}, 'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'image of the asset platform', 'additionalProperties': True}, 'shortname': {'type': 'string', 'description': 'chain shortname'}, 'native_coin_id': {'type': 'string', 'description': 'chain native coin ID'}, 'chain_identifier': {'type': 'number', 'description': "chainlist's chain ID"}}, 'additionalProperties': True}}, 'CategoriesList': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'category name'}, 'category_id': {'type': 'string', 'description': 'category ID'}}, 'additionalProperties': True}, 'TrendingSearch': {'type': 'object', 'properties': {'nfts': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'data': {'type': 'object', 'properties': {'content': {'type': 'string'}, 'sparkline': {'type': 'string', 'description': 'NFT collection sparkline image url'}, 'h24_volume': {'type': 'string', 'description': 'NFT collection volume in 24 hours'}, 'floor_price': {'type': 'string', 'description': 'NFT collection floor price'}, 'h24_average_sale_price': {'type': 'string', 'description': 'NFT collection 24 hours average sale price'}, 'floor_price_in_usd_24h_percentage_change': {'type': 'string', 'description': 'NFT collection floor price in usd 24 hours percentage change'}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'thumb': {'type': 'string', 'description': 'NFT collection thumb image url'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'nft_contract_id': {'type': 'number'}, 'native_currency_symbol': {'type': 'string', 'description': 'NFT collection native currency symbol'}, 'floor_price_in_native_currency': {'type': 'number', 'description': 'NFT collection floor price in native currency'}, 'floor_price_24h_percentage_change': {'type': 'number', 'description': 'NFT collection floor price 24 hours percentage change'}}, 'additionalProperties': True}}, 'coins': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'data': {'type': 'object', 'properties': {'price': {'type': 'number', 'description': 'coin price in usd'}, 'content': {'type': 'string'}, 'price_btc': {'type': 'string', 'description': 'coin price in btc'}, 'sparkline': {'type': 'string', 'description': 'coin sparkline image url'}, 'market_cap': {'type': 'string', 'description': 'coin market cap in usd'}, 'total_volume': {'type': 'string', 'description': 'coin total volume in usd'}, 'market_cap_btc': {'type': 'string', 'description': 'coin market cap in btc'}, 'total_volume_btc': {'type': 'string', 'description': 'coin total volume in btc'}, 'price_change_percentage_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin price change percentage in 24 hours', 'additionalProperties': True}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'coin name'}, 'slug': {'type': 'string', 'description': 'coin web slug'}, 'large': {'type': 'string', 'description': 'coin large image url'}, 'score': {'type': 'number', 'description': 'coin sequence in the list'}, 'small': {'type': 'string', 'description': 'coin small image url'}, 'thumb': {'type': 'string', 'description': 'coin thumb image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'coin_id': {'type': 'number'}, 'price_btc': {'type': 'number', 'description': 'coin price in btc'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}}, 'additionalProperties': True}}, 'categories': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'number'}, 'data': {'type': 'object', 'properties': {'sparkline': {'type': 'string', 'description': 'category sparkline image url'}, 'market_cap': {'type': 'number', 'description': 'category market cap'}, 'total_volume': {'type': 'number', 'description': 'category total volume'}, 'market_cap_btc': {'type': 'number', 'description': 'category market cap in btc'}, 'total_volume_btc': {'type': 'number', 'description': 'category total volume in btc'}, 'market_cap_change_percentage_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'category market cap change percentage in 24 hours', 'additionalProperties': True}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'category name'}, 'slug': {'type': 'string', 'description': 'category web slug'}, 'coins_count': {'type': 'number', 'description': 'category number of coins'}, 'market_cap_1h_change': {'type': 'number', 'description': 'category market cap 1 hour change'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'ExchangeTickers': {'allOf': [{'$ref': '#/$defs/CoinsTickers'}, {}]}, 'CoinsMarketChart': {'type': 'object', 'properties': {'prices': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'market_caps': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'total_volumes': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}}, 'additionalProperties': True}, 'SimpleTokenPrice': {'type': 'object', 'properties': {'usd': {'type': 'number', 'description': 'price in USD'}, 'usd_24h_vol': {'type': 'number', 'description': '24hr volume in USD'}, 'usd_24h_change': {'type': 'number', 'description': '24hr change in USD'}, 'usd_market_cap': {'type': 'number', 'description': 'market cap in USD'}, 'last_updated_at': {'type': 'number', 'description': 'last updated timestamp'}}, 'additionalProperties': True}, 'CompaniesTreasury': {'type': 'object', 'properties': {'companies': {'type': 'array', 'items': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'company name'}, 'symbol': {'type': 'string', 'description': 'company symbol'}, 'country': {'type': 'string', 'description': 'company incorporated country'}, 'total_holdings': {'type': 'number', 'description': 'total btc/eth holdings of company'}, 'total_entry_value_usd': {'type': 'number', 'description': 'total entry value in usd'}, 'total_current_value_usd': {'type': 'number', 'description': 'total current value of btc/eth holdings in usd'}, 'percentage_of_total_supply': {'type': 'number', 'description': 'percentage of total btc/eth supply'}}, 'additionalProperties': True}}, 'total_holdings': {'type': 'number', 'description': 'total btc/eth holdings of companies'}, 'total_value_usd': {'type': 'number', 'description': 'total btc/eth holdings value in usd'}, 'market_cap_dominance': {'type': 'number', 'description': 'market cap dominance'}}, 'additionalProperties': True}, 'CoinsHistoricalData': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'object', 'properties': {'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'coin image url', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'market_data': {'type': 'object', 'properties': {'market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin market cap', 'additionalProperties': True}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin total volume', 'additionalProperties': True}, 'current_price': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin current price', 'additionalProperties': True}}, 'description': 'coin market data', 'additionalProperties': True}, 'localization': {'type': 'object', 'description': 'coin localization', 'additionalProperties': {'type': 'string'}}, 'community_data': {'type': 'object', 'properties': {'facebook_likes': {'type': 'number', 'description': 'coin facebook likes'}, 'twitter_followers': {'type': 'number', 'description': 'coin twitter followers'}, 'reddit_subscribers': {'type': 'number', 'description': 'coin reddit subscribers'}, 'reddit_average_posts_48h': {'type': 'number', 'description': 'coin reddit average posts 48h'}, 'reddit_accounts_active_48h': {'type': 'number', 'description': 'coin reddit accounts active 48h'}, 'reddit_average_comments_48h': {'type': 'number', 'description': 'coin reddit average comments 48h'}}, 'description': 'coin community data', 'additionalProperties': True}, 'developer_data': {'type': 'object', 'properties': {'forks': {'type': 'number', 'description': 'coin repository forks'}, 'stars': {'type': 'number', 'description': 'coin repository stars'}, 'subscribers': {'type': 'number', 'description': 'coin repository subscribers'}, 'total_issues': {'type': 'number', 'description': 'coin repository total issues'}, 'closed_issues': {'type': 'number', 'description': 'coin repository closed issues'}, 'commit_count_4_weeks': {'type': 'number', 'description': 'coin commit count 4 weeks'}, 'pull_requests_merged': {'type': 'number', 'description': 'coin repository pull requests merged'}, 'pull_request_contributors': {'type': 'number', 'description': 'coin repository pull request contributors'}, 'code_additions_deletions_4_weeks': {'type': 'object', 'properties': {'additions': {'type': 'number'}, 'deletions': {'type': 'number'}}, 'description': 'coin code additions deletions 4 weeks', 'additionalProperties': True}}, 'description': 'coin developer data', 'additionalProperties': True}, 'public_interest_stats': {'type': 'object', 'properties': {'alexa_rank': {'type': 'number', 'description': 'coin alexa rank'}, 'bing_matches': {'type': 'number', 'description': 'coin bing matches'}}, 'description': 'coin public interest stats', 'additionalProperties': True}}, 'additionalProperties': True}, 'ExchangeVolumeChart': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'CoinsContractAddress': {'allOf': [{'$ref': '#/$defs/CoinsDataBase'}, {}]}, 'DerivativesExchanges': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'derivatives exchange ID'}, 'url': {'type': 'string', 'description': 'derivatives exchange website url'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}, 'image': {'type': 'string', 'description': 'derivatives exchange image url'}, 'country': {'type': 'string', 'description': 'derivatives exchange incorporated country'}, 'description': {'type': 'string', 'description': 'derivatives exchange description'}, 'year_established': {'type': 'number', 'description': 'derivatives exchange established year'}, 'open_interest_btc': {'type': 'number', 'description': 'derivatives exchange open interest in BTC'}, 'trade_volume_24h_btc': {'type': 'string', 'description': 'derivatives exchange trade volume in BTC in 24 hours'}, 'number_of_futures_pairs': {'type': 'number', 'description': 'number of futures pairs in the derivatives exchange'}, 'number_of_perpetual_pairs': {'type': 'number', 'description': 'number of perpetual pairs in the derivatives exchange'}}, 'additionalProperties': True}, 'CoinsMarketChartRange': {'type': 'object', 'properties': {'prices': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'market_caps': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'total_volumes': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}}, 'additionalProperties': True}, 'DerivativesExchangesID': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': 'derivatives exchange website url'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}, 'image': {'type': 'string', 'description': 'derivatives exchange image url'}, 'country': {'type': 'string', 'description': 'derivatives exchange incorporated country'}, 'tickers': {'type': 'array', 'items': {'$ref': '#/$defs/DerivativesTickersList'}}, 'description': {'type': 'string', 'description': 'derivatives exchange description'}, 'year_established': {'type': 'number', 'description': 'derivatives exchange established year'}, 'open_interest_btc': {'type': 'number', 'description': 'derivatives exchange open interest in BTC'}, 'trade_volume_24h_btc': {'type': 'string', 'description': 'derivatives exchange trade volume in BTC in 24 hours'}, 'number_of_futures_pairs': {'type': 'number', 'description': 'number of futures pairs in the derivatives exchange'}, 'number_of_perpetual_pairs': {'type': 'number', 'description': 'number of perpetual pairs in the derivatives exchange'}}, 'additionalProperties': True}, 'DerivativesTickersList': {'type': 'object', 'properties': {'basis': {'type': 'number', 'description': 'difference of derivative price and index price'}, 'index': {'type': 'number', 'description': 'derivative underlying asset price'}, 'price': {'type': 'string', 'description': 'derivative ticker price'}, 'market': {'type': 'string', 'description': 'derivative market name'}, 'spread': {'type': 'number', 'description': 'derivative bid ask spread'}, 'symbol': {'type': 'string', 'description': 'derivative ticker symbol'}, 'index_id': {'type': 'string', 'description': 'derivative underlying asset'}, 'expired_at': {'type': 'string'}, 'volume_24h': {'type': 'number', 'description': 'derivative volume in 24 hours'}, 'funding_rate': {'type': 'number', 'description': 'derivative funding rate'}, 'contract_type': {'type': 'string', 'description': 'derivative contract type'}, 'open_interest': {'type': 'number', 'description': 'derivative open interest'}, 'last_traded_at': {'type': 'number', 'description': 'derivative last updated time'}, 'price_percentage_change_24h': {'type': 'number', 'description': 'derivative ticker price percentage change in 24 hours'}}, 'additionalProperties': True}, 'DerivativesExchangesList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'derivatives exchange ID'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}}, 'additionalProperties': True}}, 'required': [], 'properties': {'include_platform': {'type': 'boolean', 'description': "include platform and token's contract addresses, default: false"}}}}, {'name': 'API-coins-markets', 'description': 'Coins List with Market Data', 'inputSchema': {'type': 'object', '$defs': {'Ping': {'type': 'object', 'properties': {'gecko_says': {'type': 'string'}}, 'additionalProperties': True}, 'Global': {'type': 'object', 'properties': {'data': {'type': 'object', 'properties': {'markets': {'type': 'number', 'description': 'number of exchanges'}, 'ended_icos': {'type': 'number', 'description': 'number of ended icos'}, 'ongoing_icos': {'type': 'number', 'description': 'number of ongoing icos'}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies total volume', 'additionalProperties': True}, 'upcoming_icos': {'type': 'number', 'description': 'number of upcoming icos'}, 'total_market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies total market cap', 'additionalProperties': True}, 'market_cap_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies market cap percentage', 'additionalProperties': True}, 'active_cryptocurrencies': {'type': 'number', 'description': 'number of active cryptocurrencies'}}, 'additionalProperties': True}, 'updated_at': {'type': 'number'}, 'market_cap_change_percentage_24h_usd': {'type': 'number', 'description': 'cryptocurrencies market cap change percentage in 24 hours in usd'}}, 'additionalProperties': True}, 'Search': {'type': 'object', 'properties': {'icos': {'type': 'array', 'items': {'type': 'string'}}, 'nfts': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'name': {'type': 'string', 'description': 'NFT name'}, 'thumb': {'type': 'string', 'description': 'NFT collection thumb image url'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}}, 'additionalProperties': True}}, 'coins': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'large': {'type': 'string', 'description': 'coin large image url'}, 'thumb': {'type': 'string', 'description': 'coin thumb image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'api_symbol': {'type': 'string', 'description': 'coin api symbol'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}}, 'additionalProperties': True}}, 'exchanges': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'large': {'type': 'string', 'description': 'exchange large image url'}, 'thumb': {'type': 'string', 'description': 'exchange thumb image url'}, 'market_type': {'type': 'string', 'description': 'exchange market type'}}, 'additionalProperties': True}}, 'categories': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'category ID'}, 'name': {'type': 'string', 'description': 'category name'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'CoinsID': {'allOf': [{'$ref': '#/$defs/CoinsDataBase'}, {}]}, 'NFTData': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'ath': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection all time highs', 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'image': {'type': 'object', 'properties': {'small': {'type': 'string'}, 'small_2x': {'type': 'string'}}, 'description': 'NFT collection image url', 'additionalProperties': True}, 'links': {'type': 'object', 'properties': {'discord': {'type': 'string'}, 'twitter': {'type': 'string'}, 'homepage': {'type': 'string'}}, 'description': 'NFT collection links', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'ath_date': {'type': 'object', 'properties': {'usd': {'type': 'string', 'format': 'date-time'}, 'native_currency': {'type': 'string', 'format': 'date-time'}}, 'description': 'NFT collection all time highs date', 'additionalProperties': True}, 'explorers': {'type': 'array', 'items': {'type': 'object', 'properties': {'link': {'type': 'string'}, 'name': {'type': 'string'}}, 'additionalProperties': True}, 'description': 'NFT collection block explorers links'}, 'market_cap': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection market cap', 'additionalProperties': True}, 'volume_24h': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection volume in 24 hours', 'additionalProperties': True}, 'description': {'type': 'string', 'description': 'NFT collection description'}, 'floor_price': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price', 'additionalProperties': True}, 'banner_image': {'type': 'object', 'properties': {'small': {'type': 'string'}}, 'description': 'NFT collection banner image url', 'additionalProperties': True}, 'total_supply': {'type': 'number', 'description': 'NFT collection total supply'}, 'one_day_sales': {'type': 'number', 'description': 'NFT collection one day sales'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}, 'native_currency': {'type': 'string', 'description': 'NFT collection native currency'}, 'contract_address': {'type': 'string', 'description': 'NFT collection contract address'}, 'asset_platform_id': {'type': 'string', 'description': 'NFT collection asset platform ID'}, 'user_favorites_count': {'type': 'number', 'description': 'NFT collection user favorites count'}, 'ath_change_percentage': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection all time highs change percentage', 'additionalProperties': True}, 'native_currency_symbol': {'type': 'string', 'description': 'NFT collection native currency symbol'}, 'number_of_unique_addresses': {'type': 'number', 'description': 'number of unique address owning the NFTs'}, 'one_day_average_sale_price': {'type': 'number', 'description': 'NFT collection one day average sale price'}, 'volume_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection volume in 24 hours percentage change', 'additionalProperties': True}, 'floor_price_1y_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 1 year percentage change', 'additionalProperties': True}, 'floor_price_7d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 7 days percentage change', 'additionalProperties': True}, 'market_cap_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection market cap 24 hours percentage change', 'additionalProperties': True}, 'floor_price_14d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 14 days percentage change', 'additionalProperties': True}, 'floor_price_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'additionalProperties': True}, 'floor_price_30d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 30 days percentage change', 'additionalProperties': True}, 'floor_price_60d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 60 days percentage change', 'additionalProperties': True}, 'one_day_sales_24h_percentage_change': {'type': 'number', 'description': 'NFT collection one day sales 24 hours percentage change'}, 'volume_in_usd_24h_percentage_change': {'type': 'number', 'description': 'NFT collection volume in usd 24 hours percentage change'}, 'floor_price_in_usd_24h_percentage_change': {'type': 'number', 'description': 'NFT collection floor price in usd 24 hours percentage change'}, 'number_of_unique_addresses_24h_percentage_change': {'type': 'number', 'description': 'number of unique address owning the NFTs 24 hours percentage change'}, 'one_day_average_sale_price_24h_percentage_change': {'type': 'number', 'description': 'NFT collection one day average sale price 24 hours percentage change'}}, 'additionalProperties': True}, 'NFTList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'contract_address': {'type': 'string', 'description': 'NFT collection contract address'}, 'asset_platform_id': {'type': 'string', 'description': 'NFT collection asset platform ID'}}, 'additionalProperties': True}, 'CoinsList': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'platforms': {'type': 'object', 'description': 'coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}}, 'additionalProperties': True}}, 'CoinsOHLC': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'Exchanges': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'url': {'type': 'string', 'description': 'exchange website url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'image': {'type': 'string', 'description': 'exchange image url'}, 'country': {'type': 'string', 'description': 'exchange country'}, 'description': {'type': 'string', 'description': 'exchange description'}, 'trust_score': {'type': 'number', 'description': 'exchange trust score'}, 'trust_score_rank': {'type': 'number', 'description': 'exchange trust score rank'}, 'year_established': {'type': 'number', 'description': 'exchange established year'}, 'trade_volume_24h_btc': {'type': 'number', 'description': 'exchange trade volume in BTC in 24 hours'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}, 'trade_volume_24h_btc_normalized': {'type': 'number', 'description': 'normalized trading volume by traffic in BTC in 24 hours <br> *refers to [`this blog`](https://blog.coingecko.com/trust-score/).'}}, 'additionalProperties': True}, 'Categories': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'category ID'}, 'name': {'type': 'string', 'description': 'category name'}, 'content': {'type': 'string', 'description': 'category description'}, 'market_cap': {'type': 'number', 'description': 'category market cap'}, 'updated_at': {'type': 'string', 'description': 'category last updated time'}, 'volume_24h': {'type': 'number', 'description': 'category volume in 24 hours'}, 'top_3_coins': {'type': 'array', 'items': {'type': 'string'}, 'description': 'images of top 3 coins in the category'}, 'top_3_coins_id': {'type': 'array', 'items': {'type': 'string'}, 'description': 'IDs of top 3 coins in the category'}, 'market_cap_change_24h': {'type': 'number', 'description': 'category market cap change in 24 hours'}}, 'additionalProperties': True}, 'GlobalDeFi': {'type': 'object', 'properties': {'data': {'type': 'object', 'properties': {'top_coin_name': {'type': 'string', 'description': 'defi top coin name'}, 'defi_dominance': {'type': 'string', 'description': 'defi dominance'}, 'eth_market_cap': {'type': 'string', 'description': 'eth market cap'}, 'defi_market_cap': {'type': 'string', 'description': 'defi market cap'}, 'defi_to_eth_ratio': {'type': 'string', 'description': 'defi to eth ratio'}, 'trading_volume_24h': {'type': 'string', 'description': 'defi trading volume in 24 hours'}, 'top_coin_defi_dominance': {'type': 'number', 'description': 'defi top coin dominance'}}, 'additionalProperties': True}}, 'additionalProperties': True}, 'SimplePrice': {'type': 'object', 'properties': {'usd': {'type': 'number', 'description': 'price in USD'}, 'usd_24h_vol': {'type': 'number', 'description': '24hr volume in USD'}, 'usd_24h_change': {'type': 'number', 'description': '24hr change in USD'}, 'usd_market_cap': {'type': 'number', 'description': 'market cap in USD'}, 'last_updated_at': {'type': 'number', 'description': 'last updated timestamp'}}, 'additionalProperties': True}, 'CoinsMarkets': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'ath': {'type': 'number', 'description': 'coin all time high (ATH) in currency'}, 'atl': {'type': 'number', 'description': 'coin all time low (atl) in currency'}, 'roi': {'type': 'string'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'string', 'description': 'coin image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'low_24h': {'type': 'number', 'description': 'coin 24hr price low in currency'}, 'ath_date': {'type': 'string', 'format': 'date-time', 'description': 'coin all time high (ATH) date'}, 'atl_date': {'type': 'string', 'format': 'date-time', 'description': 'coin all time low (atl) date'}, 'high_24h': {'type': 'number', 'description': 'coin 24hr price high in currency'}, 'market_cap': {'type': 'number', 'description': 'coin market cap in currency'}, 'max_supply': {'type': 'number', 'description': 'coin max supply'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin last updated timestamp'}, 'total_supply': {'type': 'number', 'description': 'coin total supply'}, 'total_volume': {'type': 'number', 'description': 'coin total trading volume in currency'}, 'current_price': {'type': 'number', 'description': 'coin current price in currency'}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'sparkline_in_7d': {'type': 'object', 'properties': {'price': {'type': 'array', 'items': {'type': 'number'}}}, 'description': 'coin price sparkline in 7 days', 'additionalProperties': True}, 'price_change_24h': {'type': 'number', 'description': 'coin 24hr price change in currency'}, 'circulating_supply': {'type': 'number', 'description': 'coin circulating supply'}, 'ath_change_percentage': {'type': 'number', 'description': 'coin all time high (ATH) change in percentage'}, 'atl_change_percentage': {'type': 'number', 'description': 'coin all time low (atl) change in percentage'}, 'market_cap_change_24h': {'type': 'number', 'description': 'coin 24hr market cap change in currency'}, 'fully_diluted_valuation': {'type': 'number', 'description': 'coin fully diluted valuation (fdv) in currency'}, 'price_change_percentage_1h': {'type': 'number', 'description': 'coin 1h price change in percentage'}, 'price_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr price change in percentage'}, 'market_cap_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr market cap change in percentage'}}, 'additionalProperties': True}, 'CoinsTickers': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'coin name'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'properties': {'base': {'type': 'string', 'description': 'coin ticker base currency'}, 'last': {'type': 'number', 'description': 'coin ticker last price'}, 'market': {'type': 'object', 'required': ['name', 'identifier', 'has_trading_incentive'], 'properties': {'logo': {'type': 'string', 'description': 'exchange image url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'identifier': {'type': 'string', 'description': 'exchange identifier'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}}, 'description': 'coin ticker exchange', 'additionalProperties': True}, 'target': {'type': 'string', 'description': 'coin ticker target currency'}, 'volume': {'type': 'number', 'description': 'coin ticker volume'}, 'coin_id': {'type': 'string', 'description': 'coin ticker base currency coin ID'}, 'is_stale': {'type': 'boolean', 'description': 'coin ticker stale'}, 'timestamp': {'type': 'string', 'description': 'coin ticker timestamp'}, 'trade_url': {'type': 'string', 'description': 'coin ticker trade url'}, 'is_anomaly': {'type': 'boolean', 'description': 'coin ticker anomaly'}, 'trust_score': {'type': 'string', 'description': 'coin ticker trust score'}, 'last_fetch_at': {'type': 'string', 'description': 'coin ticker last fetch timestamp'}, 'converted_last': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted last price', 'additionalProperties': True}, 'last_traded_at': {'type': 'string', 'description': 'coin ticker last traded timestamp'}, 'target_coin_id': {'type': 'string', 'description': 'coin ticker target currency coin ID'}, 'token_info_url': {'type': 'string', 'description': 'coin ticker token info url'}, 'converted_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted volume', 'additionalProperties': True}, 'cost_to_move_up_usd': {'type': 'number', 'description': 'coin ticker cost to move up in usd'}, 'cost_to_move_down_usd': {'type': 'number', 'description': 'coin ticker cost to move down in usd'}, 'bid_ask_spread_percentage': {'type': 'number', 'description': 'coin ticker bid ask spread percentage'}}, 'additionalProperties': True}, 'description': 'list of tickers'}}, 'additionalProperties': True}, 'CurrencyList': {'type': 'array', 'items': {'type': 'string'}}, 'ExchangeData': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': 'exchange website url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'coins': {'type': 'number', 'description': 'number of coins listed on the exchange'}, 'image': {'type': 'string', 'description': 'exchange image url'}, 'pairs': {'type': 'number', 'description': 'number of trading pairs on the exchange'}, 'country': {'type': 'string', 'description': 'exchange incorporated country'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, 'slack_url': {'type': 'string', 'description': 'exchange slack url'}, 'reddit_url': {'type': 'string', 'description': 'exchange reddit url'}, 'centralized': {'type': 'boolean', 'description': 'exchange type (true for centralized, false for decentralized)'}, 'description': {'type': 'string', 'description': 'exchange description'}, 'other_url_1': {'type': 'string'}, 'other_url_2': {'type': 'string'}, 'trust_score': {'type': 'number', 'description': 'exchange trust score'}, 'alert_notice': {'type': 'string', 'description': 'alert notice for exchange'}, 'facebook_url': {'type': 'string', 'description': 'exchange facebook url'}, 'telegram_url': {'type': 'string', 'description': 'exchange telegram url'}, 'public_notice': {'type': 'string', 'description': 'public notice for exchange'}, 'twitter_handle': {'type': 'string', 'description': 'exchange twitter handle'}, 'trust_score_rank': {'type': 'number', 'description': 'exchange trust score rank'}, 'year_established': {'type': 'number', 'description': 'exchange established year'}, 'trade_volume_24h_btc': {'type': 'number'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}, 'trade_volume_24h_btc_normalized': {'type': 'number', 'description': 'normalized trading volume by traffic in BTC in 24 hours <br> *refers to [`this blog`](https://blog.coingecko.com/trust-score/).'}}, 'additionalProperties': True}, 'CoinsDataBase': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'object', 'properties': {'large': {'type': 'string'}, 'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'coin image url', 'additionalProperties': True}, 'links': {'type': 'object', 'properties': {'chat_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin chat url'}, 'homepage': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin website url'}, 'repos_url': {'type': 'object', 'properties': {'github': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin github repository url'}, 'bitbucket': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin bitbucket repository url'}}, 'description': 'coin repository url', 'additionalProperties': True}, 'whitepaper': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin whitepaper url'}, 'snapshot_url': {'type': 'string', 'description': 'coin snapshot url'}, 'subreddit_url': {'type': 'string', 'description': 'coin subreddit url'}, 'blockchain_site': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin block explorer url'}, 'announcement_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin announcement url'}, 'facebook_username': {'type': 'string', 'description': 'coin facebook username'}, 'official_forum_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin official forum url'}, 'twitter_screen_name': {'type': 'string', 'description': 'coin twitter handle'}, 'telegram_channel_identifier': {'type': 'string', 'description': 'coin telegram channel identifier'}, 'bitcointalk_thread_identifier': {'type': 'string', 'description': 'coin bitcointalk thread identifier'}}, 'description': 'links', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'properties': {'base': {'type': 'string', 'description': 'coin ticker base currency'}, 'last': {'type': 'number', 'description': 'coin ticker last price'}, 'market': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'coin ticker exchange name'}, 'identifier': {'type': 'string', 'description': 'coin ticker exchange identifier'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'coin ticker exchange trading incentive'}}, 'description': 'coin ticker exchange', 'additionalProperties': True}, 'target': {'type': 'string', 'description': 'coin ticker target currency'}, 'volume': {'type': 'number', 'description': 'coin ticker volume'}, 'coin_id': {'type': 'string', 'description': 'coin ticker base currency coin ID'}, 'is_stale': {'type': 'boolean', 'description': 'coin ticker stale'}, 'timestamp': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker timestamp'}, 'trade_url': {'type': 'string', 'description': 'coin ticker trade url'}, 'is_anomaly': {'type': 'boolean', 'description': 'coin ticker anomaly'}, 'trust_score': {'type': 'string', 'description': 'coin ticker trust score'}, 'last_fetch_at': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker last fetch timestamp'}, 'converted_last': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted last price', 'additionalProperties': True}, 'last_traded_at': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker last traded timestamp'}, 'target_coin_id': {'type': 'string', 'description': 'coin ticker target currency coin ID'}, 'token_info_url': {'type': 'string', 'description': 'coin ticker token info url'}, 'converted_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted volume', 'additionalProperties': True}, 'bid_ask_spread_percentage': {'type': 'number', 'description': 'coin ticker bid ask spread percentage'}}, 'additionalProperties': True}, 'description': 'coin tickers'}, 'web_slug': {'type': 'string', 'description': 'coin web slug'}, 'platforms': {'type': 'object', 'description': 'coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}, 'categories': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin categories'}, 'description': {'type': 'object', 'description': 'coin description', 'additionalProperties': {'type': 'string'}}, 'market_data': {'type': 'object', 'properties': {'ath': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time high (ATH) in currency', 'additionalProperties': True}, 'atl': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time low (atl) in currency', 'additionalProperties': True}, 'roi': {'type': 'number', 'description': 'coin return on investment'}, 'low_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price low in currency', 'additionalProperties': True}, 'ath_date': {'type': 'object', 'properties': {'btc': {'type': 'string'}, 'eur': {'type': 'string'}, 'usd': {'type': 'string'}}, 'description': 'coin all time high (ATH) date', 'additionalProperties': True}, 'atl_date': {'type': 'object', 'properties': {'btc': {'type': 'string'}, 'eur': {'type': 'string'}, 'usd': {'type': 'string'}}, 'description': 'coin all time low (atl) date', 'additionalProperties': True}, 'high_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price high in currency', 'additionalProperties': True}, 'market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin market cap in currency', 'additionalProperties': True}, 'max_supply': {'type': 'number', 'description': 'coin max supply'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin market data last updated timestamp'}, 'total_supply': {'type': 'number', 'description': 'coin total supply'}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin total trading volume in currency', 'additionalProperties': True}, 'current_price': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin current price in currency', 'additionalProperties': True}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'fdv_to_tvl_ratio': {'type': 'number', 'description': 'fully diluted valuation to total value locked ratio'}, 'price_change_24h': {'type': 'number', 'description': 'coin 24hr price change in currency'}, 'mcap_to_tvl_ratio': {'type': 'number', 'description': 'market cap to total value locked ratio'}, 'circulating_supply': {'type': 'number', 'description': 'coin circulating supply'}, 'total_value_locked': {'type': 'number', 'description': 'total value locked'}, 'market_cap_fdv_ratio': {'type': 'number', 'description': 'market cap to fully diluted valuation ratio'}, 'ath_change_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time high (ATH) change in percentage', 'additionalProperties': True}, 'atl_change_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time low (atl) change in percentage', 'additionalProperties': True}, 'market_cap_change_24h': {'type': 'number', 'description': 'coin 24hr market cap change in currency'}, 'fully_diluted_valuation': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin fully diluted valuation (fdv) in currency', 'additionalProperties': True}, 'price_change_percentage_1y': {'type': 'number', 'description': 'coin 1y price change in percentage'}, 'price_change_percentage_7d': {'type': 'number', 'description': 'coin 7d price change in percentage'}, 'price_change_percentage_14d': {'type': 'number', 'description': 'coin 14d price change in percentage'}, 'price_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr price change in percentage'}, 'price_change_percentage_30d': {'type': 'number', 'description': 'coin 30d price change in percentage'}, 'price_change_percentage_60d': {'type': 'number', 'description': 'coin 60d price change in percentage'}, 'price_change_percentage_200d': {'type': 'number', 'description': 'coin 200d price change in percentage'}, 'market_cap_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr market cap change in percentage'}, 'market_cap_change_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr market cap change in currency', 'additionalProperties': True}, 'price_change_percentage_1h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 1h price change in currency', 'additionalProperties': True}, 'price_change_percentage_1y_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 1y price change in currency', 'additionalProperties': True}, 'price_change_percentage_7d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 7d price change in currency', 'additionalProperties': True}, 'price_change_percentage_14d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 14d price change in currency', 'additionalProperties': True}, 'price_change_percentage_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price change in currency', 'additionalProperties': True}, 'price_change_percentage_30d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 30d price change in currency', 'additionalProperties': True}, 'price_change_percentage_60d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 60d price change in currency', 'additionalProperties': True}, 'price_change_percentage_200d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 200d price change in currency', 'additionalProperties': True}, 'market_cap_change_percentage_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr market cap change in percentage', 'additionalProperties': True}}, 'description': 'coin market data', 'additionalProperties': True}, 'genesis_date': {'type': 'string', 'format': 'date-time', 'description': 'coin genesis date'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin last updated timestamp'}, 'localization': {'type': 'object', 'description': 'coin name localization', 'additionalProperties': {'type': 'string'}}, 'public_notice': {'type': 'string', 'description': 'public notice'}, 'community_data': {'type': 'object', 'properties': {'facebook_likes': {'type': 'number', 'description': 'coin facebook likes'}, 'twitter_followers': {'type': 'number', 'description': 'coin twitter followers'}, 'reddit_subscribers': {'type': 'number', 'description': 'coin reddit subscribers'}, 'reddit_average_posts_48h': {'type': 'number', 'description': 'coin reddit average posts in 48 hours'}, 'reddit_accounts_active_48h': {'type': 'number', 'description': 'coin reddit active accounts in 48 hours'}, 'reddit_average_comments_48h': {'type': 'number', 'description': 'coin reddit average comments in 48 hours'}, 'telegram_channel_user_count': {'type': 'number', 'description': 'coin telegram channel user count'}}, 'description': 'coin community data', 'additionalProperties': True}, 'country_origin': {'type': 'string', 'description': 'coin country of origin'}, 'developer_data': {'type': 'object', 'properties': {'forks': {'type': 'number', 'description': 'coin repository forks'}, 'stars': {'type': 'number', 'description': 'coin repository stars'}, 'subscribers': {'type': 'number', 'description': 'coin repository subscribers'}, 'total_issues': {'type': 'number', 'description': 'coin repository total issues'}, 'closed_issues': {'type': 'number', 'description': 'coin repository closed issues'}, 'commit_count_4_weeks': {'type': 'number', 'description': 'coin repository commit count in 4 weeks'}, 'pull_requests_merged': {'type': 'number', 'description': 'coin repository pull requests merged'}, 'pull_request_contributors': {'type': 'number', 'description': 'coin repository pull request contributors'}, 'code_additions_deletions_4_weeks': {'type': 'object', 'properties': {'additions': {'type': 'number'}, 'deletions': {'type': 'number'}}, 'description': 'coin code additions and deletions in 4 weeks', 'additionalProperties': True}, 'last_4_weeks_commit_activity_series': {'type': 'array', 'items': {'type': 'number'}, 'description': 'coin repository last 4 weeks commit activity series'}}, 'description': 'coin developer data', 'additionalProperties': True}, 'status_updates': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}, 'description': 'coin status updates'}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'preview_listing': {'type': 'boolean', 'description': 'preview listing coin'}, 'detail_platforms': {'type': 'object', 'description': 'detailed coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}, 'asset_platform_id': {'type': 'string', 'description': 'coin asset platform ID'}, 'hashing_algorithm': {'type': 'string', 'description': 'blockchain hashing algorithm'}, 'additional_notices': {'type': 'array', 'items': {'type': 'string'}, 'description': 'additional notices'}, 'block_time_in_minutes': {'type': 'number', 'description': 'blockchain block time in minutes'}, 'sentiment_votes_up_percentage': {'type': 'number', 'description': 'coin sentiment votes up percentage'}, 'sentiment_votes_down_percentage': {'type': 'number', 'description': 'coin sentiment votes down percentage'}}, 'additionalProperties': True}, 'ExchangeRates': {'type': 'object', 'properties': {'rates': {'type': 'object', 'additionalProperties': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'name of the currency'}, 'type': {'type': 'string', 'description': 'type of the currency'}, 'unit': {'type': 'string', 'description': 'unit of the currency'}, 'value': {'type': 'number', 'description': 'value of the currency'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'ExchangesList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'name': {'type': 'string', 'description': 'exchange name'}}, 'additionalProperties': True}, 'AssetPlatforms': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'asset platform ID'}, 'name': {'type': 'string', 'description': 'chain name'}, 'image': {'type': 'object', 'properties': {'large': {'type': 'string'}, 'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'image of the asset platform', 'additionalProperties': True}, 'shortname': {'type': 'string', 'description': 'chain shortname'}, 'native_coin_id': {'type': 'string', 'description': 'chain native coin ID'}, 'chain_identifier': {'type': 'number', 'description': "chainlist's chain ID"}}, 'additionalProperties': True}}, 'CategoriesList': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'category name'}, 'category_id': {'type': 'string', 'description': 'category ID'}}, 'additionalProperties': True}, 'TrendingSearch': {'type': 'object', 'properties': {'nfts': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'data': {'type': 'object', 'properties': {'content': {'type': 'string'}, 'sparkline': {'type': 'string', 'description': 'NFT collection sparkline image url'}, 'h24_volume': {'type': 'string', 'description': 'NFT collection volume in 24 hours'}, 'floor_price': {'type': 'string', 'description': 'NFT collection floor price'}, 'h24_average_sale_price': {'type': 'string', 'description': 'NFT collection 24 hours average sale price'}, 'floor_price_in_usd_24h_percentage_change': {'type': 'string', 'description': 'NFT collection floor price in usd 24 hours percentage change'}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'thumb': {'type': 'string', 'description': 'NFT collection thumb image url'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'nft_contract_id': {'type': 'number'}, 'native_currency_symbol': {'type': 'string', 'description': 'NFT collection native currency symbol'}, 'floor_price_in_native_currency': {'type': 'number', 'description': 'NFT collection floor price in native currency'}, 'floor_price_24h_percentage_change': {'type': 'number', 'description': 'NFT collection floor price 24 hours percentage change'}}, 'additionalProperties': True}}, 'coins': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'data': {'type': 'object', 'properties': {'price': {'type': 'number', 'description': 'coin price in usd'}, 'content': {'type': 'string'}, 'price_btc': {'type': 'string', 'description': 'coin price in btc'}, 'sparkline': {'type': 'string', 'description': 'coin sparkline image url'}, 'market_cap': {'type': 'string', 'description': 'coin market cap in usd'}, 'total_volume': {'type': 'string', 'description': 'coin total volume in usd'}, 'market_cap_btc': {'type': 'string', 'description': 'coin market cap in btc'}, 'total_volume_btc': {'type': 'string', 'description': 'coin total volume in btc'}, 'price_change_percentage_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin price change percentage in 24 hours', 'additionalProperties': True}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'coin name'}, 'slug': {'type': 'string', 'description': 'coin web slug'}, 'large': {'type': 'string', 'description': 'coin large image url'}, 'score': {'type': 'number', 'description': 'coin sequence in the list'}, 'small': {'type': 'string', 'description': 'coin small image url'}, 'thumb': {'type': 'string', 'description': 'coin thumb image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'coin_id': {'type': 'number'}, 'price_btc': {'type': 'number', 'description': 'coin price in btc'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}}, 'additionalProperties': True}}, 'categories': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'number'}, 'data': {'type': 'object', 'properties': {'sparkline': {'type': 'string', 'description': 'category sparkline image url'}, 'market_cap': {'type': 'number', 'description': 'category market cap'}, 'total_volume': {'type': 'number', 'description': 'category total volume'}, 'market_cap_btc': {'type': 'number', 'description': 'category market cap in btc'}, 'total_volume_btc': {'type': 'number', 'description': 'category total volume in btc'}, 'market_cap_change_percentage_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'category market cap change percentage in 24 hours', 'additionalProperties': True}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'category name'}, 'slug': {'type': 'string', 'description': 'category web slug'}, 'coins_count': {'type': 'number', 'description': 'category number of coins'}, 'market_cap_1h_change': {'type': 'number', 'description': 'category market cap 1 hour change'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'ExchangeTickers': {'allOf': [{'$ref': '#/$defs/CoinsTickers'}, {}]}, 'CoinsMarketChart': {'type': 'object', 'properties': {'prices': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'market_caps': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'total_volumes': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}}, 'additionalProperties': True}, 'SimpleTokenPrice': {'type': 'object', 'properties': {'usd': {'type': 'number', 'description': 'price in USD'}, 'usd_24h_vol': {'type': 'number', 'description': '24hr volume in USD'}, 'usd_24h_change': {'type': 'number', 'description': '24hr change in USD'}, 'usd_market_cap': {'type': 'number', 'description': 'market cap in USD'}, 'last_updated_at': {'type': 'number', 'description': 'last updated timestamp'}}, 'additionalProperties': True}, 'CompaniesTreasury': {'type': 'object', 'properties': {'companies': {'type': 'array', 'items': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'company name'}, 'symbol': {'type': 'string', 'description': 'company symbol'}, 'country': {'type': 'string', 'description': 'company incorporated country'}, 'total_holdings': {'type': 'number', 'description': 'total btc/eth holdings of company'}, 'total_entry_value_usd': {'type': 'number', 'description': 'total entry value in usd'}, 'total_current_value_usd': {'type': 'number', 'description': 'total current value of btc/eth holdings in usd'}, 'percentage_of_total_supply': {'type': 'number', 'description': 'percentage of total btc/eth supply'}}, 'additionalProperties': True}}, 'total_holdings': {'type': 'number', 'description': 'total btc/eth holdings of companies'}, 'total_value_usd': {'type': 'number', 'description': 'total btc/eth holdings value in usd'}, 'market_cap_dominance': {'type': 'number', 'description': 'market cap dominance'}}, 'additionalProperties': True}, 'CoinsHistoricalData': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'object', 'properties': {'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'coin image url', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'market_data': {'type': 'object', 'properties': {'market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin market cap', 'additionalProperties': True}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin total volume', 'additionalProperties': True}, 'current_price': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin current price', 'additionalProperties': True}}, 'description': 'coin market data', 'additionalProperties': True}, 'localization': {'type': 'object', 'description': 'coin localization', 'additionalProperties': {'type': 'string'}}, 'community_data': {'type': 'object', 'properties': {'facebook_likes': {'type': 'number', 'description': 'coin facebook likes'}, 'twitter_followers': {'type': 'number', 'description': 'coin twitter followers'}, 'reddit_subscribers': {'type': 'number', 'description': 'coin reddit subscribers'}, 'reddit_average_posts_48h': {'type': 'number', 'description': 'coin reddit average posts 48h'}, 'reddit_accounts_active_48h': {'type': 'number', 'description': 'coin reddit accounts active 48h'}, 'reddit_average_comments_48h': {'type': 'number', 'description': 'coin reddit average comments 48h'}}, 'description': 'coin community data', 'additionalProperties': True}, 'developer_data': {'type': 'object', 'properties': {'forks': {'type': 'number', 'description': 'coin repository forks'}, 'stars': {'type': 'number', 'description': 'coin repository stars'}, 'subscribers': {'type': 'number', 'description': 'coin repository subscribers'}, 'total_issues': {'type': 'number', 'description': 'coin repository total issues'}, 'closed_issues': {'type': 'number', 'description': 'coin repository closed issues'}, 'commit_count_4_weeks': {'type': 'number', 'description': 'coin commit count 4 weeks'}, 'pull_requests_merged': {'type': 'number', 'description': 'coin repository pull requests merged'}, 'pull_request_contributors': {'type': 'number', 'description': 'coin repository pull request contributors'}, 'code_additions_deletions_4_weeks': {'type': 'object', 'properties': {'additions': {'type': 'number'}, 'deletions': {'type': 'number'}}, 'description': 'coin code additions deletions 4 weeks', 'additionalProperties': True}}, 'description': 'coin developer data', 'additionalProperties': True}, 'public_interest_stats': {'type': 'object', 'properties': {'alexa_rank': {'type': 'number', 'description': 'coin alexa rank'}, 'bing_matches': {'type': 'number', 'description': 'coin bing matches'}}, 'description': 'coin public interest stats', 'additionalProperties': True}}, 'additionalProperties': True}, 'ExchangeVolumeChart': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'CoinsContractAddress': {'allOf': [{'$ref': '#/$defs/CoinsDataBase'}, {}]}, 'DerivativesExchanges': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'derivatives exchange ID'}, 'url': {'type': 'string', 'description': 'derivatives exchange website url'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}, 'image': {'type': 'string', 'description': 'derivatives exchange image url'}, 'country': {'type': 'string', 'description': 'derivatives exchange incorporated country'}, 'description': {'type': 'string', 'description': 'derivatives exchange description'}, 'year_established': {'type': 'number', 'description': 'derivatives exchange established year'}, 'open_interest_btc': {'type': 'number', 'description': 'derivatives exchange open interest in BTC'}, 'trade_volume_24h_btc': {'type': 'string', 'description': 'derivatives exchange trade volume in BTC in 24 hours'}, 'number_of_futures_pairs': {'type': 'number', 'description': 'number of futures pairs in the derivatives exchange'}, 'number_of_perpetual_pairs': {'type': 'number', 'description': 'number of perpetual pairs in the derivatives exchange'}}, 'additionalProperties': True}, 'CoinsMarketChartRange': {'type': 'object', 'properties': {'prices': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'market_caps': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'total_volumes': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}}, 'additionalProperties': True}, 'DerivativesExchangesID': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': 'derivatives exchange website url'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}, 'image': {'type': 'string', 'description': 'derivatives exchange image url'}, 'country': {'type': 'string', 'description': 'derivatives exchange incorporated country'}, 'tickers': {'type': 'array', 'items': {'$ref': '#/$defs/DerivativesTickersList'}}, 'description': {'type': 'string', 'description': 'derivatives exchange description'}, 'year_established': {'type': 'number', 'description': 'derivatives exchange established year'}, 'open_interest_btc': {'type': 'number', 'description': 'derivatives exchange open interest in BTC'}, 'trade_volume_24h_btc': {'type': 'string', 'description': 'derivatives exchange trade volume in BTC in 24 hours'}, 'number_of_futures_pairs': {'type': 'number', 'description': 'number of futures pairs in the derivatives exchange'}, 'number_of_perpetual_pairs': {'type': 'number', 'description': 'number of perpetual pairs in the derivatives exchange'}}, 'additionalProperties': True}, 'DerivativesTickersList': {'type': 'object', 'properties': {'basis': {'type': 'number', 'description': 'difference of derivative price and index price'}, 'index': {'type': 'number', 'description': 'derivative underlying asset price'}, 'price': {'type': 'string', 'description': 'derivative ticker price'}, 'market': {'type': 'string', 'description': 'derivative market name'}, 'spread': {'type': 'number', 'description': 'derivative bid ask spread'}, 'symbol': {'type': 'string', 'description': 'derivative ticker symbol'}, 'index_id': {'type': 'string', 'description': 'derivative underlying asset'}, 'expired_at': {'type': 'string'}, 'volume_24h': {'type': 'number', 'description': 'derivative volume in 24 hours'}, 'funding_rate': {'type': 'number', 'description': 'derivative funding rate'}, 'contract_type': {'type': 'string', 'description': 'derivative contract type'}, 'open_interest': {'type': 'number', 'description': 'derivative open interest'}, 'last_traded_at': {'type': 'number', 'description': 'derivative last updated time'}, 'price_percentage_change_24h': {'type': 'number', 'description': 'derivative ticker price percentage change in 24 hours'}}, 'additionalProperties': True}, 'DerivativesExchangesList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'derivatives exchange ID'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}}, 'additionalProperties': True}}, 'required': ['vs_currency'], 'properties': {'ids': {'type': 'string', 'description': "coins' IDs, comma-separated if querying more than 1 coin. <br> *refers to [`/coins/list`](/reference/coins-list)."}, 'page': {'type': 'integer', 'description': 'page through results, default: 1'}, 'names': {'type': 'string', 'description': "coins' names, comma-separated if querying more than 1 coin."}, 'order': {'enum': ['market_cap_asc', 'market_cap_desc', 'volume_asc', 'volume_desc', 'id_asc', 'id_desc'], 'type': 'string', 'description': 'sort result by field, default: market_cap_desc'}, 'locale': {'enum': ['ar', 'bg', 'cs', 'da', 'de', 'el', 'en', 'es', 'fi', 'fr', 'he', 'hi', 'hr', 'hu', 'id', 'it', 'ja', 'ko', 'lt', 'nl', 'no', 'pl', 'pt', 'ro', 'ru', 'sk', 'sl', 'sv', 'th', 'tr', 'uk', 'vi', 'zh', 'zh-tw'], 'type': 'string', 'description': 'language background, default: en'}, 'symbols': {'type': 'string', 'description': "coins' symbols, comma-separated if querying more than 1 coin."}, 'category': {'type': 'string', 'description': "filter based on coins' category <br> *refers to [`/coins/categories/list`](/reference/coins-categories-list)."}, 'per_page': {'type': 'integer', 'description': 'total results per page, default: 100 <br> Valid values: 1...250'}, 'precision': {'enum': ['full', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18'], 'type': 'string', 'description': 'decimal place for currency price value'}, 'sparkline': {'type': 'boolean', 'description': 'include sparkline 7 days data, default: false'}, 'vs_currency': {'type': 'string', 'description': 'target currency of coins and market data <br> *refers to [`/simple/supported_vs_currencies`](/reference/simple-supported-currencies).'}, 'include_tokens': {'enum': ['top', 'all'], 'type': 'string', 'description': 'for `symbols` lookups, specify `all` to include all matching tokens <br> Default `top` returns top-ranked tokens (by market cap or volume)'}, 'price_change_percentage': {'type': 'string', 'description': 'include price change percentage timeframe, comma-separated if query more than 1 price change percentage timeframe <br> Valid values: 1h, 24h, 7d, 14d, 30d, 200d, 1y'}}}}, {'name': 'API-coins-id', 'description': 'Coin Data by ID', 'inputSchema': {'type': 'object', '$defs': {'Ping': {'type': 'object', 'properties': {'gecko_says': {'type': 'string'}}, 'additionalProperties': True}, 'Global': {'type': 'object', 'properties': {'data': {'type': 'object', 'properties': {'markets': {'type': 'number', 'description': 'number of exchanges'}, 'ended_icos': {'type': 'number', 'description': 'number of ended icos'}, 'ongoing_icos': {'type': 'number', 'description': 'number of ongoing icos'}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies total volume', 'additionalProperties': True}, 'upcoming_icos': {'type': 'number', 'description': 'number of upcoming icos'}, 'total_market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies total market cap', 'additionalProperties': True}, 'market_cap_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies market cap percentage', 'additionalProperties': True}, 'active_cryptocurrencies': {'type': 'number', 'description': 'number of active cryptocurrencies'}}, 'additionalProperties': True}, 'updated_at': {'type': 'number'}, 'market_cap_change_percentage_24h_usd': {'type': 'number', 'description': 'cryptocurrencies market cap change percentage in 24 hours in usd'}}, 'additionalProperties': True}, 'Search': {'type': 'object', 'properties': {'icos': {'type': 'array', 'items': {'type': 'string'}}, 'nfts': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'name': {'type': 'string', 'description': 'NFT name'}, 'thumb': {'type': 'string', 'description': 'NFT collection thumb image url'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}}, 'additionalProperties': True}}, 'coins': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'large': {'type': 'string', 'description': 'coin large image url'}, 'thumb': {'type': 'string', 'description': 'coin thumb image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'api_symbol': {'type': 'string', 'description': 'coin api symbol'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}}, 'additionalProperties': True}}, 'exchanges': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'large': {'type': 'string', 'description': 'exchange large image url'}, 'thumb': {'type': 'string', 'description': 'exchange thumb image url'}, 'market_type': {'type': 'string', 'description': 'exchange market type'}}, 'additionalProperties': True}}, 'categories': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'category ID'}, 'name': {'type': 'string', 'description': 'category name'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'CoinsID': {'allOf': [{'$ref': '#/$defs/CoinsDataBase'}, {}]}, 'NFTData': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'ath': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection all time highs', 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'image': {'type': 'object', 'properties': {'small': {'type': 'string'}, 'small_2x': {'type': 'string'}}, 'description': 'NFT collection image url', 'additionalProperties': True}, 'links': {'type': 'object', 'properties': {'discord': {'type': 'string'}, 'twitter': {'type': 'string'}, 'homepage': {'type': 'string'}}, 'description': 'NFT collection links', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'ath_date': {'type': 'object', 'properties': {'usd': {'type': 'string', 'format': 'date-time'}, 'native_currency': {'type': 'string', 'format': 'date-time'}}, 'description': 'NFT collection all time highs date', 'additionalProperties': True}, 'explorers': {'type': 'array', 'items': {'type': 'object', 'properties': {'link': {'type': 'string'}, 'name': {'type': 'string'}}, 'additionalProperties': True}, 'description': 'NFT collection block explorers links'}, 'market_cap': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection market cap', 'additionalProperties': True}, 'volume_24h': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection volume in 24 hours', 'additionalProperties': True}, 'description': {'type': 'string', 'description': 'NFT collection description'}, 'floor_price': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price', 'additionalProperties': True}, 'banner_image': {'type': 'object', 'properties': {'small': {'type': 'string'}}, 'description': 'NFT collection banner image url', 'additionalProperties': True}, 'total_supply': {'type': 'number', 'description': 'NFT collection total supply'}, 'one_day_sales': {'type': 'number', 'description': 'NFT collection one day sales'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}, 'native_currency': {'type': 'string', 'description': 'NFT collection native currency'}, 'contract_address': {'type': 'string', 'description': 'NFT collection contract address'}, 'asset_platform_id': {'type': 'string', 'description': 'NFT collection asset platform ID'}, 'user_favorites_count': {'type': 'number', 'description': 'NFT collection user favorites count'}, 'ath_change_percentage': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection all time highs change percentage', 'additionalProperties': True}, 'native_currency_symbol': {'type': 'string', 'description': 'NFT collection native currency symbol'}, 'number_of_unique_addresses': {'type': 'number', 'description': 'number of unique address owning the NFTs'}, 'one_day_average_sale_price': {'type': 'number', 'description': 'NFT collection one day average sale price'}, 'volume_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection volume in 24 hours percentage change', 'additionalProperties': True}, 'floor_price_1y_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 1 year percentage change', 'additionalProperties': True}, 'floor_price_7d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 7 days percentage change', 'additionalProperties': True}, 'market_cap_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection market cap 24 hours percentage change', 'additionalProperties': True}, 'floor_price_14d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 14 days percentage change', 'additionalProperties': True}, 'floor_price_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'additionalProperties': True}, 'floor_price_30d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 30 days percentage change', 'additionalProperties': True}, 'floor_price_60d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 60 days percentage change', 'additionalProperties': True}, 'one_day_sales_24h_percentage_change': {'type': 'number', 'description': 'NFT collection one day sales 24 hours percentage change'}, 'volume_in_usd_24h_percentage_change': {'type': 'number', 'description': 'NFT collection volume in usd 24 hours percentage change'}, 'floor_price_in_usd_24h_percentage_change': {'type': 'number', 'description': 'NFT collection floor price in usd 24 hours percentage change'}, 'number_of_unique_addresses_24h_percentage_change': {'type': 'number', 'description': 'number of unique address owning the NFTs 24 hours percentage change'}, 'one_day_average_sale_price_24h_percentage_change': {'type': 'number', 'description': 'NFT collection one day average sale price 24 hours percentage change'}}, 'additionalProperties': True}, 'NFTList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'contract_address': {'type': 'string', 'description': 'NFT collection contract address'}, 'asset_platform_id': {'type': 'string', 'description': 'NFT collection asset platform ID'}}, 'additionalProperties': True}, 'CoinsList': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'platforms': {'type': 'object', 'description': 'coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}}, 'additionalProperties': True}}, 'CoinsOHLC': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'Exchanges': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'url': {'type': 'string', 'description': 'exchange website url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'image': {'type': 'string', 'description': 'exchange image url'}, 'country': {'type': 'string', 'description': 'exchange country'}, 'description': {'type': 'string', 'description': 'exchange description'}, 'trust_score': {'type': 'number', 'description': 'exchange trust score'}, 'trust_score_rank': {'type': 'number', 'description': 'exchange trust score rank'}, 'year_established': {'type': 'number', 'description': 'exchange established year'}, 'trade_volume_24h_btc': {'type': 'number', 'description': 'exchange trade volume in BTC in 24 hours'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}, 'trade_volume_24h_btc_normalized': {'type': 'number', 'description': 'normalized trading volume by traffic in BTC in 24 hours <br> *refers to [`this blog`](https://blog.coingecko.com/trust-score/).'}}, 'additionalProperties': True}, 'Categories': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'category ID'}, 'name': {'type': 'string', 'description': 'category name'}, 'content': {'type': 'string', 'description': 'category description'}, 'market_cap': {'type': 'number', 'description': 'category market cap'}, 'updated_at': {'type': 'string', 'description': 'category last updated time'}, 'volume_24h': {'type': 'number', 'description': 'category volume in 24 hours'}, 'top_3_coins': {'type': 'array', 'items': {'type': 'string'}, 'description': 'images of top 3 coins in the category'}, 'top_3_coins_id': {'type': 'array', 'items': {'type': 'string'}, 'description': 'IDs of top 3 coins in the category'}, 'market_cap_change_24h': {'type': 'number', 'description': 'category market cap change in 24 hours'}}, 'additionalProperties': True}, 'GlobalDeFi': {'type': 'object', 'properties': {'data': {'type': 'object', 'properties': {'top_coin_name': {'type': 'string', 'description': 'defi top coin name'}, 'defi_dominance': {'type': 'string', 'description': 'defi dominance'}, 'eth_market_cap': {'type': 'string', 'description': 'eth market cap'}, 'defi_market_cap': {'type': 'string', 'description': 'defi market cap'}, 'defi_to_eth_ratio': {'type': 'string', 'description': 'defi to eth ratio'}, 'trading_volume_24h': {'type': 'string', 'description': 'defi trading volume in 24 hours'}, 'top_coin_defi_dominance': {'type': 'number', 'description': 'defi top coin dominance'}}, 'additionalProperties': True}}, 'additionalProperties': True}, 'SimplePrice': {'type': 'object', 'properties': {'usd': {'type': 'number', 'description': 'price in USD'}, 'usd_24h_vol': {'type': 'number', 'description': '24hr volume in USD'}, 'usd_24h_change': {'type': 'number', 'description': '24hr change in USD'}, 'usd_market_cap': {'type': 'number', 'description': 'market cap in USD'}, 'last_updated_at': {'type': 'number', 'description': 'last updated timestamp'}}, 'additionalProperties': True}, 'CoinsMarkets': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'ath': {'type': 'number', 'description': 'coin all time high (ATH) in currency'}, 'atl': {'type': 'number', 'description': 'coin all time low (atl) in currency'}, 'roi': {'type': 'string'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'string', 'description': 'coin image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'low_24h': {'type': 'number', 'description': 'coin 24hr price low in currency'}, 'ath_date': {'type': 'string', 'format': 'date-time', 'description': 'coin all time high (ATH) date'}, 'atl_date': {'type': 'string', 'format': 'date-time', 'description': 'coin all time low (atl) date'}, 'high_24h': {'type': 'number', 'description': 'coin 24hr price high in currency'}, 'market_cap': {'type': 'number', 'description': 'coin market cap in currency'}, 'max_supply': {'type': 'number', 'description': 'coin max supply'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin last updated timestamp'}, 'total_supply': {'type': 'number', 'description': 'coin total supply'}, 'total_volume': {'type': 'number', 'description': 'coin total trading volume in currency'}, 'current_price': {'type': 'number', 'description': 'coin current price in currency'}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'sparkline_in_7d': {'type': 'object', 'properties': {'price': {'type': 'array', 'items': {'type': 'number'}}}, 'description': 'coin price sparkline in 7 days', 'additionalProperties': True}, 'price_change_24h': {'type': 'number', 'description': 'coin 24hr price change in currency'}, 'circulating_supply': {'type': 'number', 'description': 'coin circulating supply'}, 'ath_change_percentage': {'type': 'number', 'description': 'coin all time high (ATH) change in percentage'}, 'atl_change_percentage': {'type': 'number', 'description': 'coin all time low (atl) change in percentage'}, 'market_cap_change_24h': {'type': 'number', 'description': 'coin 24hr market cap change in currency'}, 'fully_diluted_valuation': {'type': 'number', 'description': 'coin fully diluted valuation (fdv) in currency'}, 'price_change_percentage_1h': {'type': 'number', 'description': 'coin 1h price change in percentage'}, 'price_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr price change in percentage'}, 'market_cap_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr market cap change in percentage'}}, 'additionalProperties': True}, 'CoinsTickers': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'coin name'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'properties': {'base': {'type': 'string', 'description': 'coin ticker base currency'}, 'last': {'type': 'number', 'description': 'coin ticker last price'}, 'market': {'type': 'object', 'required': ['name', 'identifier', 'has_trading_incentive'], 'properties': {'logo': {'type': 'string', 'description': 'exchange image url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'identifier': {'type': 'string', 'description': 'exchange identifier'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}}, 'description': 'coin ticker exchange', 'additionalProperties': True}, 'target': {'type': 'string', 'description': 'coin ticker target currency'}, 'volume': {'type': 'number', 'description': 'coin ticker volume'}, 'coin_id': {'type': 'string', 'description': 'coin ticker base currency coin ID'}, 'is_stale': {'type': 'boolean', 'description': 'coin ticker stale'}, 'timestamp': {'type': 'string', 'description': 'coin ticker timestamp'}, 'trade_url': {'type': 'string', 'description': 'coin ticker trade url'}, 'is_anomaly': {'type': 'boolean', 'description': 'coin ticker anomaly'}, 'trust_score': {'type': 'string', 'description': 'coin ticker trust score'}, 'last_fetch_at': {'type': 'string', 'description': 'coin ticker last fetch timestamp'}, 'converted_last': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted last price', 'additionalProperties': True}, 'last_traded_at': {'type': 'string', 'description': 'coin ticker last traded timestamp'}, 'target_coin_id': {'type': 'string', 'description': 'coin ticker target currency coin ID'}, 'token_info_url': {'type': 'string', 'description': 'coin ticker token info url'}, 'converted_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted volume', 'additionalProperties': True}, 'cost_to_move_up_usd': {'type': 'number', 'description': 'coin ticker cost to move up in usd'}, 'cost_to_move_down_usd': {'type': 'number', 'description': 'coin ticker cost to move down in usd'}, 'bid_ask_spread_percentage': {'type': 'number', 'description': 'coin ticker bid ask spread percentage'}}, 'additionalProperties': True}, 'description': 'list of tickers'}}, 'additionalProperties': True}, 'CurrencyList': {'type': 'array', 'items': {'type': 'string'}}, 'ExchangeData': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': 'exchange website url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'coins': {'type': 'number', 'description': 'number of coins listed on the exchange'}, 'image': {'type': 'string', 'description': 'exchange image url'}, 'pairs': {'type': 'number', 'description': 'number of trading pairs on the exchange'}, 'country': {'type': 'string', 'description': 'exchange incorporated country'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, 'slack_url': {'type': 'string', 'description': 'exchange slack url'}, 'reddit_url': {'type': 'string', 'description': 'exchange reddit url'}, 'centralized': {'type': 'boolean', 'description': 'exchange type (true for centralized, false for decentralized)'}, 'description': {'type': 'string', 'description': 'exchange description'}, 'other_url_1': {'type': 'string'}, 'other_url_2': {'type': 'string'}, 'trust_score': {'type': 'number', 'description': 'exchange trust score'}, 'alert_notice': {'type': 'string', 'description': 'alert notice for exchange'}, 'facebook_url': {'type': 'string', 'description': 'exchange facebook url'}, 'telegram_url': {'type': 'string', 'description': 'exchange telegram url'}, 'public_notice': {'type': 'string', 'description': 'public notice for exchange'}, 'twitter_handle': {'type': 'string', 'description': 'exchange twitter handle'}, 'trust_score_rank': {'type': 'number', 'description': 'exchange trust score rank'}, 'year_established': {'type': 'number', 'description': 'exchange established year'}, 'trade_volume_24h_btc': {'type': 'number'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}, 'trade_volume_24h_btc_normalized': {'type': 'number', 'description': 'normalized trading volume by traffic in BTC in 24 hours <br> *refers to [`this blog`](https://blog.coingecko.com/trust-score/).'}}, 'additionalProperties': True}, 'CoinsDataBase': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'object', 'properties': {'large': {'type': 'string'}, 'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'coin image url', 'additionalProperties': True}, 'links': {'type': 'object', 'properties': {'chat_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin chat url'}, 'homepage': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin website url'}, 'repos_url': {'type': 'object', 'properties': {'github': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin github repository url'}, 'bitbucket': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin bitbucket repository url'}}, 'description': 'coin repository url', 'additionalProperties': True}, 'whitepaper': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin whitepaper url'}, 'snapshot_url': {'type': 'string', 'description': 'coin snapshot url'}, 'subreddit_url': {'type': 'string', 'description': 'coin subreddit url'}, 'blockchain_site': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin block explorer url'}, 'announcement_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin announcement url'}, 'facebook_username': {'type': 'string', 'description': 'coin facebook username'}, 'official_forum_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin official forum url'}, 'twitter_screen_name': {'type': 'string', 'description': 'coin twitter handle'}, 'telegram_channel_identifier': {'type': 'string', 'description': 'coin telegram channel identifier'}, 'bitcointalk_thread_identifier': {'type': 'string', 'description': 'coin bitcointalk thread identifier'}}, 'description': 'links', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'properties': {'base': {'type': 'string', 'description': 'coin ticker base currency'}, 'last': {'type': 'number', 'description': 'coin ticker last price'}, 'market': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'coin ticker exchange name'}, 'identifier': {'type': 'string', 'description': 'coin ticker exchange identifier'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'coin ticker exchange trading incentive'}}, 'description': 'coin ticker exchange', 'additionalProperties': True}, 'target': {'type': 'string', 'description': 'coin ticker target currency'}, 'volume': {'type': 'number', 'description': 'coin ticker volume'}, 'coin_id': {'type': 'string', 'description': 'coin ticker base currency coin ID'}, 'is_stale': {'type': 'boolean', 'description': 'coin ticker stale'}, 'timestamp': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker timestamp'}, 'trade_url': {'type': 'string', 'description': 'coin ticker trade url'}, 'is_anomaly': {'type': 'boolean', 'description': 'coin ticker anomaly'}, 'trust_score': {'type': 'string', 'description': 'coin ticker trust score'}, 'last_fetch_at': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker last fetch timestamp'}, 'converted_last': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted last price', 'additionalProperties': True}, 'last_traded_at': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker last traded timestamp'}, 'target_coin_id': {'type': 'string', 'description': 'coin ticker target currency coin ID'}, 'token_info_url': {'type': 'string', 'description': 'coin ticker token info url'}, 'converted_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted volume', 'additionalProperties': True}, 'bid_ask_spread_percentage': {'type': 'number', 'description': 'coin ticker bid ask spread percentage'}}, 'additionalProperties': True}, 'description': 'coin tickers'}, 'web_slug': {'type': 'string', 'description': 'coin web slug'}, 'platforms': {'type': 'object', 'description': 'coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}, 'categories': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin categories'}, 'description': {'type': 'object', 'description': 'coin description', 'additionalProperties': {'type': 'string'}}, 'market_data': {'type': 'object', 'properties': {'ath': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time high (ATH) in currency', 'additionalProperties': True}, 'atl': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time low (atl) in currency', 'additionalProperties': True}, 'roi': {'type': 'number', 'description': 'coin return on investment'}, 'low_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price low in currency', 'additionalProperties': True}, 'ath_date': {'type': 'object', 'properties': {'btc': {'type': 'string'}, 'eur': {'type': 'string'}, 'usd': {'type': 'string'}}, 'description': 'coin all time high (ATH) date', 'additionalProperties': True}, 'atl_date': {'type': 'object', 'properties': {'btc': {'type': 'string'}, 'eur': {'type': 'string'}, 'usd': {'type': 'string'}}, 'description': 'coin all time low (atl) date', 'additionalProperties': True}, 'high_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price high in currency', 'additionalProperties': True}, 'market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin market cap in currency', 'additionalProperties': True}, 'max_supply': {'type': 'number', 'description': 'coin max supply'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin market data last updated timestamp'}, 'total_supply': {'type': 'number', 'description': 'coin total supply'}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin total trading volume in currency', 'additionalProperties': True}, 'current_price': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin current price in currency', 'additionalProperties': True}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'fdv_to_tvl_ratio': {'type': 'number', 'description': 'fully diluted valuation to total value locked ratio'}, 'price_change_24h': {'type': 'number', 'description': 'coin 24hr price change in currency'}, 'mcap_to_tvl_ratio': {'type': 'number', 'description': 'market cap to total value locked ratio'}, 'circulating_supply': {'type': 'number', 'description': 'coin circulating supply'}, 'total_value_locked': {'type': 'number', 'description': 'total value locked'}, 'market_cap_fdv_ratio': {'type': 'number', 'description': 'market cap to fully diluted valuation ratio'}, 'ath_change_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time high (ATH) change in percentage', 'additionalProperties': True}, 'atl_change_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time low (atl) change in percentage', 'additionalProperties': True}, 'market_cap_change_24h': {'type': 'number', 'description': 'coin 24hr market cap change in currency'}, 'fully_diluted_valuation': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin fully diluted valuation (fdv) in currency', 'additionalProperties': True}, 'price_change_percentage_1y': {'type': 'number', 'description': 'coin 1y price change in percentage'}, 'price_change_percentage_7d': {'type': 'number', 'description': 'coin 7d price change in percentage'}, 'price_change_percentage_14d': {'type': 'number', 'description': 'coin 14d price change in percentage'}, 'price_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr price change in percentage'}, 'price_change_percentage_30d': {'type': 'number', 'description': 'coin 30d price change in percentage'}, 'price_change_percentage_60d': {'type': 'number', 'description': 'coin 60d price change in percentage'}, 'price_change_percentage_200d': {'type': 'number', 'description': 'coin 200d price change in percentage'}, 'market_cap_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr market cap change in percentage'}, 'market_cap_change_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr market cap change in currency', 'additionalProperties': True}, 'price_change_percentage_1h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 1h price change in currency', 'additionalProperties': True}, 'price_change_percentage_1y_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 1y price change in currency', 'additionalProperties': True}, 'price_change_percentage_7d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 7d price change in currency', 'additionalProperties': True}, 'price_change_percentage_14d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 14d price change in currency', 'additionalProperties': True}, 'price_change_percentage_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price change in currency', 'additionalProperties': True}, 'price_change_percentage_30d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 30d price change in currency', 'additionalProperties': True}, 'price_change_percentage_60d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 60d price change in currency', 'additionalProperties': True}, 'price_change_percentage_200d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 200d price change in currency', 'additionalProperties': True}, 'market_cap_change_percentage_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr market cap change in percentage', 'additionalProperties': True}}, 'description': 'coin market data', 'additionalProperties': True}, 'genesis_date': {'type': 'string', 'format': 'date-time', 'description': 'coin genesis date'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin last updated timestamp'}, 'localization': {'type': 'object', 'description': 'coin name localization', 'additionalProperties': {'type': 'string'}}, 'public_notice': {'type': 'string', 'description': 'public notice'}, 'community_data': {'type': 'object', 'properties': {'facebook_likes': {'type': 'number', 'description': 'coin facebook likes'}, 'twitter_followers': {'type': 'number', 'description': 'coin twitter followers'}, 'reddit_subscribers': {'type': 'number', 'description': 'coin reddit subscribers'}, 'reddit_average_posts_48h': {'type': 'number', 'description': 'coin reddit average posts in 48 hours'}, 'reddit_accounts_active_48h': {'type': 'number', 'description': 'coin reddit active accounts in 48 hours'}, 'reddit_average_comments_48h': {'type': 'number', 'description': 'coin reddit average comments in 48 hours'}, 'telegram_channel_user_count': {'type': 'number', 'description': 'coin telegram channel user count'}}, 'description': 'coin community data', 'additionalProperties': True}, 'country_origin': {'type': 'string', 'description': 'coin country of origin'}, 'developer_data': {'type': 'object', 'properties': {'forks': {'type': 'number', 'description': 'coin repository forks'}, 'stars': {'type': 'number', 'description': 'coin repository stars'}, 'subscribers': {'type': 'number', 'description': 'coin repository subscribers'}, 'total_issues': {'type': 'number', 'description': 'coin repository total issues'}, 'closed_issues': {'type': 'number', 'description': 'coin repository closed issues'}, 'commit_count_4_weeks': {'type': 'number', 'description': 'coin repository commit count in 4 weeks'}, 'pull_requests_merged': {'type': 'number', 'description': 'coin repository pull requests merged'}, 'pull_request_contributors': {'type': 'number', 'description': 'coin repository pull request contributors'}, 'code_additions_deletions_4_weeks': {'type': 'object', 'properties': {'additions': {'type': 'number'}, 'deletions': {'type': 'number'}}, 'description': 'coin code additions and deletions in 4 weeks', 'additionalProperties': True}, 'last_4_weeks_commit_activity_series': {'type': 'array', 'items': {'type': 'number'}, 'description': 'coin repository last 4 weeks commit activity series'}}, 'description': 'coin developer data', 'additionalProperties': True}, 'status_updates': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}, 'description': 'coin status updates'}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'preview_listing': {'type': 'boolean', 'description': 'preview listing coin'}, 'detail_platforms': {'type': 'object', 'description': 'detailed coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}, 'asset_platform_id': {'type': 'string', 'description': 'coin asset platform ID'}, 'hashing_algorithm': {'type': 'string', 'description': 'blockchain hashing algorithm'}, 'additional_notices': {'type': 'array', 'items': {'type': 'string'}, 'description': 'additional notices'}, 'block_time_in_minutes': {'type': 'number', 'description': 'blockchain block time in minutes'}, 'sentiment_votes_up_percentage': {'type': 'number', 'description': 'coin sentiment votes up percentage'}, 'sentiment_votes_down_percentage': {'type': 'number', 'description': 'coin sentiment votes down percentage'}}, 'additionalProperties': True}, 'ExchangeRates': {'type': 'object', 'properties': {'rates': {'type': 'object', 'additionalProperties': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'name of the currency'}, 'type': {'type': 'string', 'description': 'type of the currency'}, 'unit': {'type': 'string', 'description': 'unit of the currency'}, 'value': {'type': 'number', 'description': 'value of the currency'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'ExchangesList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'name': {'type': 'string', 'description': 'exchange name'}}, 'additionalProperties': True}, 'AssetPlatforms': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'asset platform ID'}, 'name': {'type': 'string', 'description': 'chain name'}, 'image': {'type': 'object', 'properties': {'large': {'type': 'string'}, 'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'image of the asset platform', 'additionalProperties': True}, 'shortname': {'type': 'string', 'description': 'chain shortname'}, 'native_coin_id': {'type': 'string', 'description': 'chain native coin ID'}, 'chain_identifier': {'type': 'number', 'description': "chainlist's chain ID"}}, 'additionalProperties': True}}, 'CategoriesList': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'category name'}, 'category_id': {'type': 'string', 'description': 'category ID'}}, 'additionalProperties': True}, 'TrendingSearch': {'type': 'object', 'properties': {'nfts': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'data': {'type': 'object', 'properties': {'content': {'type': 'string'}, 'sparkline': {'type': 'string', 'description': 'NFT collection sparkline image url'}, 'h24_volume': {'type': 'string', 'description': 'NFT collection volume in 24 hours'}, 'floor_price': {'type': 'string', 'description': 'NFT collection floor price'}, 'h24_average_sale_price': {'type': 'string', 'description': 'NFT collection 24 hours average sale price'}, 'floor_price_in_usd_24h_percentage_change': {'type': 'string', 'description': 'NFT collection floor price in usd 24 hours percentage change'}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'thumb': {'type': 'string', 'description': 'NFT collection thumb image url'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'nft_contract_id': {'type': 'number'}, 'native_currency_symbol': {'type': 'string', 'description': 'NFT collection native currency symbol'}, 'floor_price_in_native_currency': {'type': 'number', 'description': 'NFT collection floor price in native currency'}, 'floor_price_24h_percentage_change': {'type': 'number', 'description': 'NFT collection floor price 24 hours percentage change'}}, 'additionalProperties': True}}, 'coins': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'data': {'type': 'object', 'properties': {'price': {'type': 'number', 'description': 'coin price in usd'}, 'content': {'type': 'string'}, 'price_btc': {'type': 'string', 'description': 'coin price in btc'}, 'sparkline': {'type': 'string', 'description': 'coin sparkline image url'}, 'market_cap': {'type': 'string', 'description': 'coin market cap in usd'}, 'total_volume': {'type': 'string', 'description': 'coin total volume in usd'}, 'market_cap_btc': {'type': 'string', 'description': 'coin market cap in btc'}, 'total_volume_btc': {'type': 'string', 'description': 'coin total volume in btc'}, 'price_change_percentage_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin price change percentage in 24 hours', 'additionalProperties': True}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'coin name'}, 'slug': {'type': 'string', 'description': 'coin web slug'}, 'large': {'type': 'string', 'description': 'coin large image url'}, 'score': {'type': 'number', 'description': 'coin sequence in the list'}, 'small': {'type': 'string', 'description': 'coin small image url'}, 'thumb': {'type': 'string', 'description': 'coin thumb image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'coin_id': {'type': 'number'}, 'price_btc': {'type': 'number', 'description': 'coin price in btc'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}}, 'additionalProperties': True}}, 'categories': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'number'}, 'data': {'type': 'object', 'properties': {'sparkline': {'type': 'string', 'description': 'category sparkline image url'}, 'market_cap': {'type': 'number', 'description': 'category market cap'}, 'total_volume': {'type': 'number', 'description': 'category total volume'}, 'market_cap_btc': {'type': 'number', 'description': 'category market cap in btc'}, 'total_volume_btc': {'type': 'number', 'description': 'category total volume in btc'}, 'market_cap_change_percentage_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'category market cap change percentage in 24 hours', 'additionalProperties': True}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'category name'}, 'slug': {'type': 'string', 'description': 'category web slug'}, 'coins_count': {'type': 'number', 'description': 'category number of coins'}, 'market_cap_1h_change': {'type': 'number', 'description': 'category market cap 1 hour change'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'ExchangeTickers': {'allOf': [{'$ref': '#/$defs/CoinsTickers'}, {}]}, 'CoinsMarketChart': {'type': 'object', 'properties': {'prices': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'market_caps': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'total_volumes': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}}, 'additionalProperties': True}, 'SimpleTokenPrice': {'type': 'object', 'properties': {'usd': {'type': 'number', 'description': 'price in USD'}, 'usd_24h_vol': {'type': 'number', 'description': '24hr volume in USD'}, 'usd_24h_change': {'type': 'number', 'description': '24hr change in USD'}, 'usd_market_cap': {'type': 'number', 'description': 'market cap in USD'}, 'last_updated_at': {'type': 'number', 'description': 'last updated timestamp'}}, 'additionalProperties': True}, 'CompaniesTreasury': {'type': 'object', 'properties': {'companies': {'type': 'array', 'items': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'company name'}, 'symbol': {'type': 'string', 'description': 'company symbol'}, 'country': {'type': 'string', 'description': 'company incorporated country'}, 'total_holdings': {'type': 'number', 'description': 'total btc/eth holdings of company'}, 'total_entry_value_usd': {'type': 'number', 'description': 'total entry value in usd'}, 'total_current_value_usd': {'type': 'number', 'description': 'total current value of btc/eth holdings in usd'}, 'percentage_of_total_supply': {'type': 'number', 'description': 'percentage of total btc/eth supply'}}, 'additionalProperties': True}}, 'total_holdings': {'type': 'number', 'description': 'total btc/eth holdings of companies'}, 'total_value_usd': {'type': 'number', 'description': 'total btc/eth holdings value in usd'}, 'market_cap_dominance': {'type': 'number', 'description': 'market cap dominance'}}, 'additionalProperties': True}, 'CoinsHistoricalData': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'object', 'properties': {'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'coin image url', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'market_data': {'type': 'object', 'properties': {'market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin market cap', 'additionalProperties': True}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin total volume', 'additionalProperties': True}, 'current_price': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin current price', 'additionalProperties': True}}, 'description': 'coin market data', 'additionalProperties': True}, 'localization': {'type': 'object', 'description': 'coin localization', 'additionalProperties': {'type': 'string'}}, 'community_data': {'type': 'object', 'properties': {'facebook_likes': {'type': 'number', 'description': 'coin facebook likes'}, 'twitter_followers': {'type': 'number', 'description': 'coin twitter followers'}, 'reddit_subscribers': {'type': 'number', 'description': 'coin reddit subscribers'}, 'reddit_average_posts_48h': {'type': 'number', 'description': 'coin reddit average posts 48h'}, 'reddit_accounts_active_48h': {'type': 'number', 'description': 'coin reddit accounts active 48h'}, 'reddit_average_comments_48h': {'type': 'number', 'description': 'coin reddit average comments 48h'}}, 'description': 'coin community data', 'additionalProperties': True}, 'developer_data': {'type': 'object', 'properties': {'forks': {'type': 'number', 'description': 'coin repository forks'}, 'stars': {'type': 'number', 'description': 'coin repository stars'}, 'subscribers': {'type': 'number', 'description': 'coin repository subscribers'}, 'total_issues': {'type': 'number', 'description': 'coin repository total issues'}, 'closed_issues': {'type': 'number', 'description': 'coin repository closed issues'}, 'commit_count_4_weeks': {'type': 'number', 'description': 'coin commit count 4 weeks'}, 'pull_requests_merged': {'type': 'number', 'description': 'coin repository pull requests merged'}, 'pull_request_contributors': {'type': 'number', 'description': 'coin repository pull request contributors'}, 'code_additions_deletions_4_weeks': {'type': 'object', 'properties': {'additions': {'type': 'number'}, 'deletions': {'type': 'number'}}, 'description': 'coin code additions deletions 4 weeks', 'additionalProperties': True}}, 'description': 'coin developer data', 'additionalProperties': True}, 'public_interest_stats': {'type': 'object', 'properties': {'alexa_rank': {'type': 'number', 'description': 'coin alexa rank'}, 'bing_matches': {'type': 'number', 'description': 'coin bing matches'}}, 'description': 'coin public interest stats', 'additionalProperties': True}}, 'additionalProperties': True}, 'ExchangeVolumeChart': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'CoinsContractAddress': {'allOf': [{'$ref': '#/$defs/CoinsDataBase'}, {}]}, 'DerivativesExchanges': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'derivatives exchange ID'}, 'url': {'type': 'string', 'description': 'derivatives exchange website url'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}, 'image': {'type': 'string', 'description': 'derivatives exchange image url'}, 'country': {'type': 'string', 'description': 'derivatives exchange incorporated country'}, 'description': {'type': 'string', 'description': 'derivatives exchange description'}, 'year_established': {'type': 'number', 'description': 'derivatives exchange established year'}, 'open_interest_btc': {'type': 'number', 'description': 'derivatives exchange open interest in BTC'}, 'trade_volume_24h_btc': {'type': 'string', 'description': 'derivatives exchange trade volume in BTC in 24 hours'}, 'number_of_futures_pairs': {'type': 'number', 'description': 'number of futures pairs in the derivatives exchange'}, 'number_of_perpetual_pairs': {'type': 'number', 'description': 'number of perpetual pairs in the derivatives exchange'}}, 'additionalProperties': True}, 'CoinsMarketChartRange': {'type': 'object', 'properties': {'prices': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'market_caps': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'total_volumes': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}}, 'additionalProperties': True}, 'DerivativesExchangesID': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': 'derivatives exchange website url'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}, 'image': {'type': 'string', 'description': 'derivatives exchange image url'}, 'country': {'type': 'string', 'description': 'derivatives exchange incorporated country'}, 'tickers': {'type': 'array', 'items': {'$ref': '#/$defs/DerivativesTickersList'}}, 'description': {'type': 'string', 'description': 'derivatives exchange description'}, 'year_established': {'type': 'number', 'description': 'derivatives exchange established year'}, 'open_interest_btc': {'type': 'number', 'description': 'derivatives exchange open interest in BTC'}, 'trade_volume_24h_btc': {'type': 'string', 'description': 'derivatives exchange trade volume in BTC in 24 hours'}, 'number_of_futures_pairs': {'type': 'number', 'description': 'number of futures pairs in the derivatives exchange'}, 'number_of_perpetual_pairs': {'type': 'number', 'description': 'number of perpetual pairs in the derivatives exchange'}}, 'additionalProperties': True}, 'DerivativesTickersList': {'type': 'object', 'properties': {'basis': {'type': 'number', 'description': 'difference of derivative price and index price'}, 'index': {'type': 'number', 'description': 'derivative underlying asset price'}, 'price': {'type': 'string', 'description': 'derivative ticker price'}, 'market': {'type': 'string', 'description': 'derivative market name'}, 'spread': {'type': 'number', 'description': 'derivative bid ask spread'}, 'symbol': {'type': 'string', 'description': 'derivative ticker symbol'}, 'index_id': {'type': 'string', 'description': 'derivative underlying asset'}, 'expired_at': {'type': 'string'}, 'volume_24h': {'type': 'number', 'description': 'derivative volume in 24 hours'}, 'funding_rate': {'type': 'number', 'description': 'derivative funding rate'}, 'contract_type': {'type': 'string', 'description': 'derivative contract type'}, 'open_interest': {'type': 'number', 'description': 'derivative open interest'}, 'last_traded_at': {'type': 'number', 'description': 'derivative last updated time'}, 'price_percentage_change_24h': {'type': 'number', 'description': 'derivative ticker price percentage change in 24 hours'}}, 'additionalProperties': True}, 'DerivativesExchangesList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'derivatives exchange ID'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}}, 'additionalProperties': True}}, 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'coin ID <br> *refers to [`/coins/list`](/reference/coins-list).'}, 'tickers': {'type': 'boolean', 'description': 'include tickers data, default: true'}, 'sparkline': {'type': 'boolean', 'description': 'include sparkline 7 days data, default: false'}, 'market_data': {'type': 'boolean', 'description': 'include market data, default: true'}, 'localization': {'type': 'boolean', 'description': 'include all the localized languages in the response, default: true'}, 'community_data': {'type': 'boolean', 'description': 'include community data, default: true'}, 'developer_data': {'type': 'boolean', 'description': 'include developer data, default: true'}}}}, {'name': 'API-coins-id-ohlc', 'description': 'Coin OHLC Chart by ID', 'inputSchema': {'type': 'object', '$defs': {'Ping': {'type': 'object', 'properties': {'gecko_says': {'type': 'string'}}, 'additionalProperties': True}, 'Global': {'type': 'object', 'properties': {'data': {'type': 'object', 'properties': {'markets': {'type': 'number', 'description': 'number of exchanges'}, 'ended_icos': {'type': 'number', 'description': 'number of ended icos'}, 'ongoing_icos': {'type': 'number', 'description': 'number of ongoing icos'}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies total volume', 'additionalProperties': True}, 'upcoming_icos': {'type': 'number', 'description': 'number of upcoming icos'}, 'total_market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies total market cap', 'additionalProperties': True}, 'market_cap_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies market cap percentage', 'additionalProperties': True}, 'active_cryptocurrencies': {'type': 'number', 'description': 'number of active cryptocurrencies'}}, 'additionalProperties': True}, 'updated_at': {'type': 'number'}, 'market_cap_change_percentage_24h_usd': {'type': 'number', 'description': 'cryptocurrencies market cap change percentage in 24 hours in usd'}}, 'additionalProperties': True}, 'Search': {'type': 'object', 'properties': {'icos': {'type': 'array', 'items': {'type': 'string'}}, 'nfts': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'name': {'type': 'string', 'description': 'NFT name'}, 'thumb': {'type': 'string', 'description': 'NFT collection thumb image url'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}}, 'additionalProperties': True}}, 'coins': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'large': {'type': 'string', 'description': 'coin large image url'}, 'thumb': {'type': 'string', 'description': 'coin thumb image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'api_symbol': {'type': 'string', 'description': 'coin api symbol'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}}, 'additionalProperties': True}}, 'exchanges': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'large': {'type': 'string', 'description': 'exchange large image url'}, 'thumb': {'type': 'string', 'description': 'exchange thumb image url'}, 'market_type': {'type': 'string', 'description': 'exchange market type'}}, 'additionalProperties': True}}, 'categories': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'category ID'}, 'name': {'type': 'string', 'description': 'category name'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'CoinsID': {'allOf': [{'$ref': '#/$defs/CoinsDataBase'}, {}]}, 'NFTData': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'ath': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection all time highs', 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'image': {'type': 'object', 'properties': {'small': {'type': 'string'}, 'small_2x': {'type': 'string'}}, 'description': 'NFT collection image url', 'additionalProperties': True}, 'links': {'type': 'object', 'properties': {'discord': {'type': 'string'}, 'twitter': {'type': 'string'}, 'homepage': {'type': 'string'}}, 'description': 'NFT collection links', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'ath_date': {'type': 'object', 'properties': {'usd': {'type': 'string', 'format': 'date-time'}, 'native_currency': {'type': 'string', 'format': 'date-time'}}, 'description': 'NFT collection all time highs date', 'additionalProperties': True}, 'explorers': {'type': 'array', 'items': {'type': 'object', 'properties': {'link': {'type': 'string'}, 'name': {'type': 'string'}}, 'additionalProperties': True}, 'description': 'NFT collection block explorers links'}, 'market_cap': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection market cap', 'additionalProperties': True}, 'volume_24h': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection volume in 24 hours', 'additionalProperties': True}, 'description': {'type': 'string', 'description': 'NFT collection description'}, 'floor_price': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price', 'additionalProperties': True}, 'banner_image': {'type': 'object', 'properties': {'small': {'type': 'string'}}, 'description': 'NFT collection banner image url', 'additionalProperties': True}, 'total_supply': {'type': 'number', 'description': 'NFT collection total supply'}, 'one_day_sales': {'type': 'number', 'description': 'NFT collection one day sales'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}, 'native_currency': {'type': 'string', 'description': 'NFT collection native currency'}, 'contract_address': {'type': 'string', 'description': 'NFT collection contract address'}, 'asset_platform_id': {'type': 'string', 'description': 'NFT collection asset platform ID'}, 'user_favorites_count': {'type': 'number', 'description': 'NFT collection user favorites count'}, 'ath_change_percentage': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection all time highs change percentage', 'additionalProperties': True}, 'native_currency_symbol': {'type': 'string', 'description': 'NFT collection native currency symbol'}, 'number_of_unique_addresses': {'type': 'number', 'description': 'number of unique address owning the NFTs'}, 'one_day_average_sale_price': {'type': 'number', 'description': 'NFT collection one day average sale price'}, 'volume_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection volume in 24 hours percentage change', 'additionalProperties': True}, 'floor_price_1y_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 1 year percentage change', 'additionalProperties': True}, 'floor_price_7d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 7 days percentage change', 'additionalProperties': True}, 'market_cap_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection market cap 24 hours percentage change', 'additionalProperties': True}, 'floor_price_14d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 14 days percentage change', 'additionalProperties': True}, 'floor_price_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'additionalProperties': True}, 'floor_price_30d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 30 days percentage change', 'additionalProperties': True}, 'floor_price_60d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 60 days percentage change', 'additionalProperties': True}, 'one_day_sales_24h_percentage_change': {'type': 'number', 'description': 'NFT collection one day sales 24 hours percentage change'}, 'volume_in_usd_24h_percentage_change': {'type': 'number', 'description': 'NFT collection volume in usd 24 hours percentage change'}, 'floor_price_in_usd_24h_percentage_change': {'type': 'number', 'description': 'NFT collection floor price in usd 24 hours percentage change'}, 'number_of_unique_addresses_24h_percentage_change': {'type': 'number', 'description': 'number of unique address owning the NFTs 24 hours percentage change'}, 'one_day_average_sale_price_24h_percentage_change': {'type': 'number', 'description': 'NFT collection one day average sale price 24 hours percentage change'}}, 'additionalProperties': True}, 'NFTList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'contract_address': {'type': 'string', 'description': 'NFT collection contract address'}, 'asset_platform_id': {'type': 'string', 'description': 'NFT collection asset platform ID'}}, 'additionalProperties': True}, 'CoinsList': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'platforms': {'type': 'object', 'description': 'coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}}, 'additionalProperties': True}}, 'CoinsOHLC': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'Exchanges': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'url': {'type': 'string', 'description': 'exchange website url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'image': {'type': 'string', 'description': 'exchange image url'}, 'country': {'type': 'string', 'description': 'exchange country'}, 'description': {'type': 'string', 'description': 'exchange description'}, 'trust_score': {'type': 'number', 'description': 'exchange trust score'}, 'trust_score_rank': {'type': 'number', 'description': 'exchange trust score rank'}, 'year_established': {'type': 'number', 'description': 'exchange established year'}, 'trade_volume_24h_btc': {'type': 'number', 'description': 'exchange trade volume in BTC in 24 hours'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}, 'trade_volume_24h_btc_normalized': {'type': 'number', 'description': 'normalized trading volume by traffic in BTC in 24 hours <br> *refers to [`this blog`](https://blog.coingecko.com/trust-score/).'}}, 'additionalProperties': True}, 'Categories': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'category ID'}, 'name': {'type': 'string', 'description': 'category name'}, 'content': {'type': 'string', 'description': 'category description'}, 'market_cap': {'type': 'number', 'description': 'category market cap'}, 'updated_at': {'type': 'string', 'description': 'category last updated time'}, 'volume_24h': {'type': 'number', 'description': 'category volume in 24 hours'}, 'top_3_coins': {'type': 'array', 'items': {'type': 'string'}, 'description': 'images of top 3 coins in the category'}, 'top_3_coins_id': {'type': 'array', 'items': {'type': 'string'}, 'description': 'IDs of top 3 coins in the category'}, 'market_cap_change_24h': {'type': 'number', 'description': 'category market cap change in 24 hours'}}, 'additionalProperties': True}, 'GlobalDeFi': {'type': 'object', 'properties': {'data': {'type': 'object', 'properties': {'top_coin_name': {'type': 'string', 'description': 'defi top coin name'}, 'defi_dominance': {'type': 'string', 'description': 'defi dominance'}, 'eth_market_cap': {'type': 'string', 'description': 'eth market cap'}, 'defi_market_cap': {'type': 'string', 'description': 'defi market cap'}, 'defi_to_eth_ratio': {'type': 'string', 'description': 'defi to eth ratio'}, 'trading_volume_24h': {'type': 'string', 'description': 'defi trading volume in 24 hours'}, 'top_coin_defi_dominance': {'type': 'number', 'description': 'defi top coin dominance'}}, 'additionalProperties': True}}, 'additionalProperties': True}, 'SimplePrice': {'type': 'object', 'properties': {'usd': {'type': 'number', 'description': 'price in USD'}, 'usd_24h_vol': {'type': 'number', 'description': '24hr volume in USD'}, 'usd_24h_change': {'type': 'number', 'description': '24hr change in USD'}, 'usd_market_cap': {'type': 'number', 'description': 'market cap in USD'}, 'last_updated_at': {'type': 'number', 'description': 'last updated timestamp'}}, 'additionalProperties': True}, 'CoinsMarkets': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'ath': {'type': 'number', 'description': 'coin all time high (ATH) in currency'}, 'atl': {'type': 'number', 'description': 'coin all time low (atl) in currency'}, 'roi': {'type': 'string'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'string', 'description': 'coin image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'low_24h': {'type': 'number', 'description': 'coin 24hr price low in currency'}, 'ath_date': {'type': 'string', 'format': 'date-time', 'description': 'coin all time high (ATH) date'}, 'atl_date': {'type': 'string', 'format': 'date-time', 'description': 'coin all time low (atl) date'}, 'high_24h': {'type': 'number', 'description': 'coin 24hr price high in currency'}, 'market_cap': {'type': 'number', 'description': 'coin market cap in currency'}, 'max_supply': {'type': 'number', 'description': 'coin max supply'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin last updated timestamp'}, 'total_supply': {'type': 'number', 'description': 'coin total supply'}, 'total_volume': {'type': 'number', 'description': 'coin total trading volume in currency'}, 'current_price': {'type': 'number', 'description': 'coin current price in currency'}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'sparkline_in_7d': {'type': 'object', 'properties': {'price': {'type': 'array', 'items': {'type': 'number'}}}, 'description': 'coin price sparkline in 7 days', 'additionalProperties': True}, 'price_change_24h': {'type': 'number', 'description': 'coin 24hr price change in currency'}, 'circulating_supply': {'type': 'number', 'description': 'coin circulating supply'}, 'ath_change_percentage': {'type': 'number', 'description': 'coin all time high (ATH) change in percentage'}, 'atl_change_percentage': {'type': 'number', 'description': 'coin all time low (atl) change in percentage'}, 'market_cap_change_24h': {'type': 'number', 'description': 'coin 24hr market cap change in currency'}, 'fully_diluted_valuation': {'type': 'number', 'description': 'coin fully diluted valuation (fdv) in currency'}, 'price_change_percentage_1h': {'type': 'number', 'description': 'coin 1h price change in percentage'}, 'price_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr price change in percentage'}, 'market_cap_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr market cap change in percentage'}}, 'additionalProperties': True}, 'CoinsTickers': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'coin name'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'properties': {'base': {'type': 'string', 'description': 'coin ticker base currency'}, 'last': {'type': 'number', 'description': 'coin ticker last price'}, 'market': {'type': 'object', 'required': ['name', 'identifier', 'has_trading_incentive'], 'properties': {'logo': {'type': 'string', 'description': 'exchange image url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'identifier': {'type': 'string', 'description': 'exchange identifier'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}}, 'description': 'coin ticker exchange', 'additionalProperties': True}, 'target': {'type': 'string', 'description': 'coin ticker target currency'}, 'volume': {'type': 'number', 'description': 'coin ticker volume'}, 'coin_id': {'type': 'string', 'description': 'coin ticker base currency coin ID'}, 'is_stale': {'type': 'boolean', 'description': 'coin ticker stale'}, 'timestamp': {'type': 'string', 'description': 'coin ticker timestamp'}, 'trade_url': {'type': 'string', 'description': 'coin ticker trade url'}, 'is_anomaly': {'type': 'boolean', 'description': 'coin ticker anomaly'}, 'trust_score': {'type': 'string', 'description': 'coin ticker trust score'}, 'last_fetch_at': {'type': 'string', 'description': 'coin ticker last fetch timestamp'}, 'converted_last': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted last price', 'additionalProperties': True}, 'last_traded_at': {'type': 'string', 'description': 'coin ticker last traded timestamp'}, 'target_coin_id': {'type': 'string', 'description': 'coin ticker target currency coin ID'}, 'token_info_url': {'type': 'string', 'description': 'coin ticker token info url'}, 'converted_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted volume', 'additionalProperties': True}, 'cost_to_move_up_usd': {'type': 'number', 'description': 'coin ticker cost to move up in usd'}, 'cost_to_move_down_usd': {'type': 'number', 'description': 'coin ticker cost to move down in usd'}, 'bid_ask_spread_percentage': {'type': 'number', 'description': 'coin ticker bid ask spread percentage'}}, 'additionalProperties': True}, 'description': 'list of tickers'}}, 'additionalProperties': True}, 'CurrencyList': {'type': 'array', 'items': {'type': 'string'}}, 'ExchangeData': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': 'exchange website url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'coins': {'type': 'number', 'description': 'number of coins listed on the exchange'}, 'image': {'type': 'string', 'description': 'exchange image url'}, 'pairs': {'type': 'number', 'description': 'number of trading pairs on the exchange'}, 'country': {'type': 'string', 'description': 'exchange incorporated country'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, 'slack_url': {'type': 'string', 'description': 'exchange slack url'}, 'reddit_url': {'type': 'string', 'description': 'exchange reddit url'}, 'centralized': {'type': 'boolean', 'description': 'exchange type (true for centralized, false for decentralized)'}, 'description': {'type': 'string', 'description': 'exchange description'}, 'other_url_1': {'type': 'string'}, 'other_url_2': {'type': 'string'}, 'trust_score': {'type': 'number', 'description': 'exchange trust score'}, 'alert_notice': {'type': 'string', 'description': 'alert notice for exchange'}, 'facebook_url': {'type': 'string', 'description': 'exchange facebook url'}, 'telegram_url': {'type': 'string', 'description': 'exchange telegram url'}, 'public_notice': {'type': 'string', 'description': 'public notice for exchange'}, 'twitter_handle': {'type': 'string', 'description': 'exchange twitter handle'}, 'trust_score_rank': {'type': 'number', 'description': 'exchange trust score rank'}, 'year_established': {'type': 'number', 'description': 'exchange established year'}, 'trade_volume_24h_btc': {'type': 'number'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}, 'trade_volume_24h_btc_normalized': {'type': 'number', 'description': 'normalized trading volume by traffic in BTC in 24 hours <br> *refers to [`this blog`](https://blog.coingecko.com/trust-score/).'}}, 'additionalProperties': True}, 'CoinsDataBase': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'object', 'properties': {'large': {'type': 'string'}, 'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'coin image url', 'additionalProperties': True}, 'links': {'type': 'object', 'properties': {'chat_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin chat url'}, 'homepage': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin website url'}, 'repos_url': {'type': 'object', 'properties': {'github': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin github repository url'}, 'bitbucket': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin bitbucket repository url'}}, 'description': 'coin repository url', 'additionalProperties': True}, 'whitepaper': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin whitepaper url'}, 'snapshot_url': {'type': 'string', 'description': 'coin snapshot url'}, 'subreddit_url': {'type': 'string', 'description': 'coin subreddit url'}, 'blockchain_site': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin block explorer url'}, 'announcement_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin announcement url'}, 'facebook_username': {'type': 'string', 'description': 'coin facebook username'}, 'official_forum_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin official forum url'}, 'twitter_screen_name': {'type': 'string', 'description': 'coin twitter handle'}, 'telegram_channel_identifier': {'type': 'string', 'description': 'coin telegram channel identifier'}, 'bitcointalk_thread_identifier': {'type': 'string', 'description': 'coin bitcointalk thread identifier'}}, 'description': 'links', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'properties': {'base': {'type': 'string', 'description': 'coin ticker base currency'}, 'last': {'type': 'number', 'description': 'coin ticker last price'}, 'market': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'coin ticker exchange name'}, 'identifier': {'type': 'string', 'description': 'coin ticker exchange identifier'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'coin ticker exchange trading incentive'}}, 'description': 'coin ticker exchange', 'additionalProperties': True}, 'target': {'type': 'string', 'description': 'coin ticker target currency'}, 'volume': {'type': 'number', 'description': 'coin ticker volume'}, 'coin_id': {'type': 'string', 'description': 'coin ticker base currency coin ID'}, 'is_stale': {'type': 'boolean', 'description': 'coin ticker stale'}, 'timestamp': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker timestamp'}, 'trade_url': {'type': 'string', 'description': 'coin ticker trade url'}, 'is_anomaly': {'type': 'boolean', 'description': 'coin ticker anomaly'}, 'trust_score': {'type': 'string', 'description': 'coin ticker trust score'}, 'last_fetch_at': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker last fetch timestamp'}, 'converted_last': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted last price', 'additionalProperties': True}, 'last_traded_at': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker last traded timestamp'}, 'target_coin_id': {'type': 'string', 'description': 'coin ticker target currency coin ID'}, 'token_info_url': {'type': 'string', 'description': 'coin ticker token info url'}, 'converted_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted volume', 'additionalProperties': True}, 'bid_ask_spread_percentage': {'type': 'number', 'description': 'coin ticker bid ask spread percentage'}}, 'additionalProperties': True}, 'description': 'coin tickers'}, 'web_slug': {'type': 'string', 'description': 'coin web slug'}, 'platforms': {'type': 'object', 'description': 'coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}, 'categories': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin categories'}, 'description': {'type': 'object', 'description': 'coin description', 'additionalProperties': {'type': 'string'}}, 'market_data': {'type': 'object', 'properties': {'ath': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time high (ATH) in currency', 'additionalProperties': True}, 'atl': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time low (atl) in currency', 'additionalProperties': True}, 'roi': {'type': 'number', 'description': 'coin return on investment'}, 'low_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price low in currency', 'additionalProperties': True}, 'ath_date': {'type': 'object', 'properties': {'btc': {'type': 'string'}, 'eur': {'type': 'string'}, 'usd': {'type': 'string'}}, 'description': 'coin all time high (ATH) date', 'additionalProperties': True}, 'atl_date': {'type': 'object', 'properties': {'btc': {'type': 'string'}, 'eur': {'type': 'string'}, 'usd': {'type': 'string'}}, 'description': 'coin all time low (atl) date', 'additionalProperties': True}, 'high_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price high in currency', 'additionalProperties': True}, 'market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin market cap in currency', 'additionalProperties': True}, 'max_supply': {'type': 'number', 'description': 'coin max supply'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin market data last updated timestamp'}, 'total_supply': {'type': 'number', 'description': 'coin total supply'}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin total trading volume in currency', 'additionalProperties': True}, 'current_price': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin current price in currency', 'additionalProperties': True}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'fdv_to_tvl_ratio': {'type': 'number', 'description': 'fully diluted valuation to total value locked ratio'}, 'price_change_24h': {'type': 'number', 'description': 'coin 24hr price change in currency'}, 'mcap_to_tvl_ratio': {'type': 'number', 'description': 'market cap to total value locked ratio'}, 'circulating_supply': {'type': 'number', 'description': 'coin circulating supply'}, 'total_value_locked': {'type': 'number', 'description': 'total value locked'}, 'market_cap_fdv_ratio': {'type': 'number', 'description': 'market cap to fully diluted valuation ratio'}, 'ath_change_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time high (ATH) change in percentage', 'additionalProperties': True}, 'atl_change_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time low (atl) change in percentage', 'additionalProperties': True}, 'market_cap_change_24h': {'type': 'number', 'description': 'coin 24hr market cap change in currency'}, 'fully_diluted_valuation': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin fully diluted valuation (fdv) in currency', 'additionalProperties': True}, 'price_change_percentage_1y': {'type': 'number', 'description': 'coin 1y price change in percentage'}, 'price_change_percentage_7d': {'type': 'number', 'description': 'coin 7d price change in percentage'}, 'price_change_percentage_14d': {'type': 'number', 'description': 'coin 14d price change in percentage'}, 'price_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr price change in percentage'}, 'price_change_percentage_30d': {'type': 'number', 'description': 'coin 30d price change in percentage'}, 'price_change_percentage_60d': {'type': 'number', 'description': 'coin 60d price change in percentage'}, 'price_change_percentage_200d': {'type': 'number', 'description': 'coin 200d price change in percentage'}, 'market_cap_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr market cap change in percentage'}, 'market_cap_change_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr market cap change in currency', 'additionalProperties': True}, 'price_change_percentage_1h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 1h price change in currency', 'additionalProperties': True}, 'price_change_percentage_1y_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 1y price change in currency', 'additionalProperties': True}, 'price_change_percentage_7d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 7d price change in currency', 'additionalProperties': True}, 'price_change_percentage_14d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 14d price change in currency', 'additionalProperties': True}, 'price_change_percentage_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price change in currency', 'additionalProperties': True}, 'price_change_percentage_30d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 30d price change in currency', 'additionalProperties': True}, 'price_change_percentage_60d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 60d price change in currency', 'additionalProperties': True}, 'price_change_percentage_200d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 200d price change in currency', 'additionalProperties': True}, 'market_cap_change_percentage_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr market cap change in percentage', 'additionalProperties': True}}, 'description': 'coin market data', 'additionalProperties': True}, 'genesis_date': {'type': 'string', 'format': 'date-time', 'description': 'coin genesis date'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin last updated timestamp'}, 'localization': {'type': 'object', 'description': 'coin name localization', 'additionalProperties': {'type': 'string'}}, 'public_notice': {'type': 'string', 'description': 'public notice'}, 'community_data': {'type': 'object', 'properties': {'facebook_likes': {'type': 'number', 'description': 'coin facebook likes'}, 'twitter_followers': {'type': 'number', 'description': 'coin twitter followers'}, 'reddit_subscribers': {'type': 'number', 'description': 'coin reddit subscribers'}, 'reddit_average_posts_48h': {'type': 'number', 'description': 'coin reddit average posts in 48 hours'}, 'reddit_accounts_active_48h': {'type': 'number', 'description': 'coin reddit active accounts in 48 hours'}, 'reddit_average_comments_48h': {'type': 'number', 'description': 'coin reddit average comments in 48 hours'}, 'telegram_channel_user_count': {'type': 'number', 'description': 'coin telegram channel user count'}}, 'description': 'coin community data', 'additionalProperties': True}, 'country_origin': {'type': 'string', 'description': 'coin country of origin'}, 'developer_data': {'type': 'object', 'properties': {'forks': {'type': 'number', 'description': 'coin repository forks'}, 'stars': {'type': 'number', 'description': 'coin repository stars'}, 'subscribers': {'type': 'number', 'description': 'coin repository subscribers'}, 'total_issues': {'type': 'number', 'description': 'coin repository total issues'}, 'closed_issues': {'type': 'number', 'description': 'coin repository closed issues'}, 'commit_count_4_weeks': {'type': 'number', 'description': 'coin repository commit count in 4 weeks'}, 'pull_requests_merged': {'type': 'number', 'description': 'coin repository pull requests merged'}, 'pull_request_contributors': {'type': 'number', 'description': 'coin repository pull request contributors'}, 'code_additions_deletions_4_weeks': {'type': 'object', 'properties': {'additions': {'type': 'number'}, 'deletions': {'type': 'number'}}, 'description': 'coin code additions and deletions in 4 weeks', 'additionalProperties': True}, 'last_4_weeks_commit_activity_series': {'type': 'array', 'items': {'type': 'number'}, 'description': 'coin repository last 4 weeks commit activity series'}}, 'description': 'coin developer data', 'additionalProperties': True}, 'status_updates': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}, 'description': 'coin status updates'}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'preview_listing': {'type': 'boolean', 'description': 'preview listing coin'}, 'detail_platforms': {'type': 'object', 'description': 'detailed coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}, 'asset_platform_id': {'type': 'string', 'description': 'coin asset platform ID'}, 'hashing_algorithm': {'type': 'string', 'description': 'blockchain hashing algorithm'}, 'additional_notices': {'type': 'array', 'items': {'type': 'string'}, 'description': 'additional notices'}, 'block_time_in_minutes': {'type': 'number', 'description': 'blockchain block time in minutes'}, 'sentiment_votes_up_percentage': {'type': 'number', 'description': 'coin sentiment votes up percentage'}, 'sentiment_votes_down_percentage': {'type': 'number', 'description': 'coin sentiment votes down percentage'}}, 'additionalProperties': True}, 'ExchangeRates': {'type': 'object', 'properties': {'rates': {'type': 'object', 'additionalProperties': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'name of the currency'}, 'type': {'type': 'string', 'description': 'type of the currency'}, 'unit': {'type': 'string', 'description': 'unit of the currency'}, 'value': {'type': 'number', 'description': 'value of the currency'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'ExchangesList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'name': {'type': 'string', 'description': 'exchange name'}}, 'additionalProperties': True}, 'AssetPlatforms': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'asset platform ID'}, 'name': {'type': 'string', 'description': 'chain name'}, 'image': {'type': 'object', 'properties': {'large': {'type': 'string'}, 'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'image of the asset platform', 'additionalProperties': True}, 'shortname': {'type': 'string', 'description': 'chain shortname'}, 'native_coin_id': {'type': 'string', 'description': 'chain native coin ID'}, 'chain_identifier': {'type': 'number', 'description': "chainlist's chain ID"}}, 'additionalProperties': True}}, 'CategoriesList': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'category name'}, 'category_id': {'type': 'string', 'description': 'category ID'}}, 'additionalProperties': True}, 'TrendingSearch': {'type': 'object', 'properties': {'nfts': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'data': {'type': 'object', 'properties': {'content': {'type': 'string'}, 'sparkline': {'type': 'string', 'description': 'NFT collection sparkline image url'}, 'h24_volume': {'type': 'string', 'description': 'NFT collection volume in 24 hours'}, 'floor_price': {'type': 'string', 'description': 'NFT collection floor price'}, 'h24_average_sale_price': {'type': 'string', 'description': 'NFT collection 24 hours average sale price'}, 'floor_price_in_usd_24h_percentage_change': {'type': 'string', 'description': 'NFT collection floor price in usd 24 hours percentage change'}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'thumb': {'type': 'string', 'description': 'NFT collection thumb image url'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'nft_contract_id': {'type': 'number'}, 'native_currency_symbol': {'type': 'string', 'description': 'NFT collection native currency symbol'}, 'floor_price_in_native_currency': {'type': 'number', 'description': 'NFT collection floor price in native currency'}, 'floor_price_24h_percentage_change': {'type': 'number', 'description': 'NFT collection floor price 24 hours percentage change'}}, 'additionalProperties': True}}, 'coins': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'data': {'type': 'object', 'properties': {'price': {'type': 'number', 'description': 'coin price in usd'}, 'content': {'type': 'string'}, 'price_btc': {'type': 'string', 'description': 'coin price in btc'}, 'sparkline': {'type': 'string', 'description': 'coin sparkline image url'}, 'market_cap': {'type': 'string', 'description': 'coin market cap in usd'}, 'total_volume': {'type': 'string', 'description': 'coin total volume in usd'}, 'market_cap_btc': {'type': 'string', 'description': 'coin market cap in btc'}, 'total_volume_btc': {'type': 'string', 'description': 'coin total volume in btc'}, 'price_change_percentage_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin price change percentage in 24 hours', 'additionalProperties': True}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'coin name'}, 'slug': {'type': 'string', 'description': 'coin web slug'}, 'large': {'type': 'string', 'description': 'coin large image url'}, 'score': {'type': 'number', 'description': 'coin sequence in the list'}, 'small': {'type': 'string', 'description': 'coin small image url'}, 'thumb': {'type': 'string', 'description': 'coin thumb image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'coin_id': {'type': 'number'}, 'price_btc': {'type': 'number', 'description': 'coin price in btc'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}}, 'additionalProperties': True}}, 'categories': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'number'}, 'data': {'type': 'object', 'properties': {'sparkline': {'type': 'string', 'description': 'category sparkline image url'}, 'market_cap': {'type': 'number', 'description': 'category market cap'}, 'total_volume': {'type': 'number', 'description': 'category total volume'}, 'market_cap_btc': {'type': 'number', 'description': 'category market cap in btc'}, 'total_volume_btc': {'type': 'number', 'description': 'category total volume in btc'}, 'market_cap_change_percentage_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'category market cap change percentage in 24 hours', 'additionalProperties': True}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'category name'}, 'slug': {'type': 'string', 'description': 'category web slug'}, 'coins_count': {'type': 'number', 'description': 'category number of coins'}, 'market_cap_1h_change': {'type': 'number', 'description': 'category market cap 1 hour change'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'ExchangeTickers': {'allOf': [{'$ref': '#/$defs/CoinsTickers'}, {}]}, 'CoinsMarketChart': {'type': 'object', 'properties': {'prices': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'market_caps': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'total_volumes': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}}, 'additionalProperties': True}, 'SimpleTokenPrice': {'type': 'object', 'properties': {'usd': {'type': 'number', 'description': 'price in USD'}, 'usd_24h_vol': {'type': 'number', 'description': '24hr volume in USD'}, 'usd_24h_change': {'type': 'number', 'description': '24hr change in USD'}, 'usd_market_cap': {'type': 'number', 'description': 'market cap in USD'}, 'last_updated_at': {'type': 'number', 'description': 'last updated timestamp'}}, 'additionalProperties': True}, 'CompaniesTreasury': {'type': 'object', 'properties': {'companies': {'type': 'array', 'items': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'company name'}, 'symbol': {'type': 'string', 'description': 'company symbol'}, 'country': {'type': 'string', 'description': 'company incorporated country'}, 'total_holdings': {'type': 'number', 'description': 'total btc/eth holdings of company'}, 'total_entry_value_usd': {'type': 'number', 'description': 'total entry value in usd'}, 'total_current_value_usd': {'type': 'number', 'description': 'total current value of btc/eth holdings in usd'}, 'percentage_of_total_supply': {'type': 'number', 'description': 'percentage of total btc/eth supply'}}, 'additionalProperties': True}}, 'total_holdings': {'type': 'number', 'description': 'total btc/eth holdings of companies'}, 'total_value_usd': {'type': 'number', 'description': 'total btc/eth holdings value in usd'}, 'market_cap_dominance': {'type': 'number', 'description': 'market cap dominance'}}, 'additionalProperties': True}, 'CoinsHistoricalData': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'object', 'properties': {'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'coin image url', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'market_data': {'type': 'object', 'properties': {'market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin market cap', 'additionalProperties': True}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin total volume', 'additionalProperties': True}, 'current_price': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin current price', 'additionalProperties': True}}, 'description': 'coin market data', 'additionalProperties': True}, 'localization': {'type': 'object', 'description': 'coin localization', 'additionalProperties': {'type': 'string'}}, 'community_data': {'type': 'object', 'properties': {'facebook_likes': {'type': 'number', 'description': 'coin facebook likes'}, 'twitter_followers': {'type': 'number', 'description': 'coin twitter followers'}, 'reddit_subscribers': {'type': 'number', 'description': 'coin reddit subscribers'}, 'reddit_average_posts_48h': {'type': 'number', 'description': 'coin reddit average posts 48h'}, 'reddit_accounts_active_48h': {'type': 'number', 'description': 'coin reddit accounts active 48h'}, 'reddit_average_comments_48h': {'type': 'number', 'description': 'coin reddit average comments 48h'}}, 'description': 'coin community data', 'additionalProperties': True}, 'developer_data': {'type': 'object', 'properties': {'forks': {'type': 'number', 'description': 'coin repository forks'}, 'stars': {'type': 'number', 'description': 'coin repository stars'}, 'subscribers': {'type': 'number', 'description': 'coin repository subscribers'}, 'total_issues': {'type': 'number', 'description': 'coin repository total issues'}, 'closed_issues': {'type': 'number', 'description': 'coin repository closed issues'}, 'commit_count_4_weeks': {'type': 'number', 'description': 'coin commit count 4 weeks'}, 'pull_requests_merged': {'type': 'number', 'description': 'coin repository pull requests merged'}, 'pull_request_contributors': {'type': 'number', 'description': 'coin repository pull request contributors'}, 'code_additions_deletions_4_weeks': {'type': 'object', 'properties': {'additions': {'type': 'number'}, 'deletions': {'type': 'number'}}, 'description': 'coin code additions deletions 4 weeks', 'additionalProperties': True}}, 'description': 'coin developer data', 'additionalProperties': True}, 'public_interest_stats': {'type': 'object', 'properties': {'alexa_rank': {'type': 'number', 'description': 'coin alexa rank'}, 'bing_matches': {'type': 'number', 'description': 'coin bing matches'}}, 'description': 'coin public interest stats', 'additionalProperties': True}}, 'additionalProperties': True}, 'ExchangeVolumeChart': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'CoinsContractAddress': {'allOf': [{'$ref': '#/$defs/CoinsDataBase'}, {}]}, 'DerivativesExchanges': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'derivatives exchange ID'}, 'url': {'type': 'string', 'description': 'derivatives exchange website url'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}, 'image': {'type': 'string', 'description': 'derivatives exchange image url'}, 'country': {'type': 'string', 'description': 'derivatives exchange incorporated country'}, 'description': {'type': 'string', 'description': 'derivatives exchange description'}, 'year_established': {'type': 'number', 'description': 'derivatives exchange established year'}, 'open_interest_btc': {'type': 'number', 'description': 'derivatives exchange open interest in BTC'}, 'trade_volume_24h_btc': {'type': 'string', 'description': 'derivatives exchange trade volume in BTC in 24 hours'}, 'number_of_futures_pairs': {'type': 'number', 'description': 'number of futures pairs in the derivatives exchange'}, 'number_of_perpetual_pairs': {'type': 'number', 'description': 'number of perpetual pairs in the derivatives exchange'}}, 'additionalProperties': True}, 'CoinsMarketChartRange': {'type': 'object', 'properties': {'prices': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'market_caps': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'total_volumes': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}}, 'additionalProperties': True}, 'DerivativesExchangesID': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': 'derivatives exchange website url'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}, 'image': {'type': 'string', 'description': 'derivatives exchange image url'}, 'country': {'type': 'string', 'description': 'derivatives exchange incorporated country'}, 'tickers': {'type': 'array', 'items': {'$ref': '#/$defs/DerivativesTickersList'}}, 'description': {'type': 'string', 'description': 'derivatives exchange description'}, 'year_established': {'type': 'number', 'description': 'derivatives exchange established year'}, 'open_interest_btc': {'type': 'number', 'description': 'derivatives exchange open interest in BTC'}, 'trade_volume_24h_btc': {'type': 'string', 'description': 'derivatives exchange trade volume in BTC in 24 hours'}, 'number_of_futures_pairs': {'type': 'number', 'description': 'number of futures pairs in the derivatives exchange'}, 'number_of_perpetual_pairs': {'type': 'number', 'description': 'number of perpetual pairs in the derivatives exchange'}}, 'additionalProperties': True}, 'DerivativesTickersList': {'type': 'object', 'properties': {'basis': {'type': 'number', 'description': 'difference of derivative price and index price'}, 'index': {'type': 'number', 'description': 'derivative underlying asset price'}, 'price': {'type': 'string', 'description': 'derivative ticker price'}, 'market': {'type': 'string', 'description': 'derivative market name'}, 'spread': {'type': 'number', 'description': 'derivative bid ask spread'}, 'symbol': {'type': 'string', 'description': 'derivative ticker symbol'}, 'index_id': {'type': 'string', 'description': 'derivative underlying asset'}, 'expired_at': {'type': 'string'}, 'volume_24h': {'type': 'number', 'description': 'derivative volume in 24 hours'}, 'funding_rate': {'type': 'number', 'description': 'derivative funding rate'}, 'contract_type': {'type': 'string', 'description': 'derivative contract type'}, 'open_interest': {'type': 'number', 'description': 'derivative open interest'}, 'last_traded_at': {'type': 'number', 'description': 'derivative last updated time'}, 'price_percentage_change_24h': {'type': 'number', 'description': 'derivative ticker price percentage change in 24 hours'}}, 'additionalProperties': True}, 'DerivativesExchangesList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'derivatives exchange ID'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}}, 'additionalProperties': True}}, 'required': ['id', 'vs_currency', 'days'], 'properties': {'id': {'type': 'string', 'description': 'coin ID <br> *refers to [`/coins/list`](/reference/coins-list).'}, 'days': {'enum': ['1', '7', '14', '30', '90', '180', '365'], 'type': 'string', 'description': 'data up to number of days ago '}, 'precision': {'enum': ['full', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18'], 'type': 'string', 'description': 'decimal place for currency price value'}, 'vs_currency': {'type': 'string', 'description': 'target currency of price data <br> *refers to [`/simple/supported_vs_currencies`](/reference/simple-supported-currencies).'}}}}, {'name': 'API-search-data', 'description': 'Search Queries', 'inputSchema': {'type': 'object', '$defs': {'Ping': {'type': 'object', 'properties': {'gecko_says': {'type': 'string'}}, 'additionalProperties': True}, 'Global': {'type': 'object', 'properties': {'data': {'type': 'object', 'properties': {'markets': {'type': 'number', 'description': 'number of exchanges'}, 'ended_icos': {'type': 'number', 'description': 'number of ended icos'}, 'ongoing_icos': {'type': 'number', 'description': 'number of ongoing icos'}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies total volume', 'additionalProperties': True}, 'upcoming_icos': {'type': 'number', 'description': 'number of upcoming icos'}, 'total_market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies total market cap', 'additionalProperties': True}, 'market_cap_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies market cap percentage', 'additionalProperties': True}, 'active_cryptocurrencies': {'type': 'number', 'description': 'number of active cryptocurrencies'}}, 'additionalProperties': True}, 'updated_at': {'type': 'number'}, 'market_cap_change_percentage_24h_usd': {'type': 'number', 'description': 'cryptocurrencies market cap change percentage in 24 hours in usd'}}, 'additionalProperties': True}, 'Search': {'type': 'object', 'properties': {'icos': {'type': 'array', 'items': {'type': 'string'}}, 'nfts': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'name': {'type': 'string', 'description': 'NFT name'}, 'thumb': {'type': 'string', 'description': 'NFT collection thumb image url'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}}, 'additionalProperties': True}}, 'coins': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'large': {'type': 'string', 'description': 'coin large image url'}, 'thumb': {'type': 'string', 'description': 'coin thumb image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'api_symbol': {'type': 'string', 'description': 'coin api symbol'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}}, 'additionalProperties': True}}, 'exchanges': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'large': {'type': 'string', 'description': 'exchange large image url'}, 'thumb': {'type': 'string', 'description': 'exchange thumb image url'}, 'market_type': {'type': 'string', 'description': 'exchange market type'}}, 'additionalProperties': True}}, 'categories': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'category ID'}, 'name': {'type': 'string', 'description': 'category name'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'CoinsID': {'allOf': [{'$ref': '#/$defs/CoinsDataBase'}, {}]}, 'NFTData': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'ath': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection all time highs', 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'image': {'type': 'object', 'properties': {'small': {'type': 'string'}, 'small_2x': {'type': 'string'}}, 'description': 'NFT collection image url', 'additionalProperties': True}, 'links': {'type': 'object', 'properties': {'discord': {'type': 'string'}, 'twitter': {'type': 'string'}, 'homepage': {'type': 'string'}}, 'description': 'NFT collection links', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'ath_date': {'type': 'object', 'properties': {'usd': {'type': 'string', 'format': 'date-time'}, 'native_currency': {'type': 'string', 'format': 'date-time'}}, 'description': 'NFT collection all time highs date', 'additionalProperties': True}, 'explorers': {'type': 'array', 'items': {'type': 'object', 'properties': {'link': {'type': 'string'}, 'name': {'type': 'string'}}, 'additionalProperties': True}, 'description': 'NFT collection block explorers links'}, 'market_cap': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection market cap', 'additionalProperties': True}, 'volume_24h': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection volume in 24 hours', 'additionalProperties': True}, 'description': {'type': 'string', 'description': 'NFT collection description'}, 'floor_price': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price', 'additionalProperties': True}, 'banner_image': {'type': 'object', 'properties': {'small': {'type': 'string'}}, 'description': 'NFT collection banner image url', 'additionalProperties': True}, 'total_supply': {'type': 'number', 'description': 'NFT collection total supply'}, 'one_day_sales': {'type': 'number', 'description': 'NFT collection one day sales'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}, 'native_currency': {'type': 'string', 'description': 'NFT collection native currency'}, 'contract_address': {'type': 'string', 'description': 'NFT collection contract address'}, 'asset_platform_id': {'type': 'string', 'description': 'NFT collection asset platform ID'}, 'user_favorites_count': {'type': 'number', 'description': 'NFT collection user favorites count'}, 'ath_change_percentage': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection all time highs change percentage', 'additionalProperties': True}, 'native_currency_symbol': {'type': 'string', 'description': 'NFT collection native currency symbol'}, 'number_of_unique_addresses': {'type': 'number', 'description': 'number of unique address owning the NFTs'}, 'one_day_average_sale_price': {'type': 'number', 'description': 'NFT collection one day average sale price'}, 'volume_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection volume in 24 hours percentage change', 'additionalProperties': True}, 'floor_price_1y_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 1 year percentage change', 'additionalProperties': True}, 'floor_price_7d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 7 days percentage change', 'additionalProperties': True}, 'market_cap_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection market cap 24 hours percentage change', 'additionalProperties': True}, 'floor_price_14d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 14 days percentage change', 'additionalProperties': True}, 'floor_price_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'additionalProperties': True}, 'floor_price_30d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 30 days percentage change', 'additionalProperties': True}, 'floor_price_60d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 60 days percentage change', 'additionalProperties': True}, 'one_day_sales_24h_percentage_change': {'type': 'number', 'description': 'NFT collection one day sales 24 hours percentage change'}, 'volume_in_usd_24h_percentage_change': {'type': 'number', 'description': 'NFT collection volume in usd 24 hours percentage change'}, 'floor_price_in_usd_24h_percentage_change': {'type': 'number', 'description': 'NFT collection floor price in usd 24 hours percentage change'}, 'number_of_unique_addresses_24h_percentage_change': {'type': 'number', 'description': 'number of unique address owning the NFTs 24 hours percentage change'}, 'one_day_average_sale_price_24h_percentage_change': {'type': 'number', 'description': 'NFT collection one day average sale price 24 hours percentage change'}}, 'additionalProperties': True}, 'NFTList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'contract_address': {'type': 'string', 'description': 'NFT collection contract address'}, 'asset_platform_id': {'type': 'string', 'description': 'NFT collection asset platform ID'}}, 'additionalProperties': True}, 'CoinsList': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'platforms': {'type': 'object', 'description': 'coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}}, 'additionalProperties': True}}, 'CoinsOHLC': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'Exchanges': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'url': {'type': 'string', 'description': 'exchange website url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'image': {'type': 'string', 'description': 'exchange image url'}, 'country': {'type': 'string', 'description': 'exchange country'}, 'description': {'type': 'string', 'description': 'exchange description'}, 'trust_score': {'type': 'number', 'description': 'exchange trust score'}, 'trust_score_rank': {'type': 'number', 'description': 'exchange trust score rank'}, 'year_established': {'type': 'number', 'description': 'exchange established year'}, 'trade_volume_24h_btc': {'type': 'number', 'description': 'exchange trade volume in BTC in 24 hours'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}, 'trade_volume_24h_btc_normalized': {'type': 'number', 'description': 'normalized trading volume by traffic in BTC in 24 hours <br> *refers to [`this blog`](https://blog.coingecko.com/trust-score/).'}}, 'additionalProperties': True}, 'Categories': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'category ID'}, 'name': {'type': 'string', 'description': 'category name'}, 'content': {'type': 'string', 'description': 'category description'}, 'market_cap': {'type': 'number', 'description': 'category market cap'}, 'updated_at': {'type': 'string', 'description': 'category last updated time'}, 'volume_24h': {'type': 'number', 'description': 'category volume in 24 hours'}, 'top_3_coins': {'type': 'array', 'items': {'type': 'string'}, 'description': 'images of top 3 coins in the category'}, 'top_3_coins_id': {'type': 'array', 'items': {'type': 'string'}, 'description': 'IDs of top 3 coins in the category'}, 'market_cap_change_24h': {'type': 'number', 'description': 'category market cap change in 24 hours'}}, 'additionalProperties': True}, 'GlobalDeFi': {'type': 'object', 'properties': {'data': {'type': 'object', 'properties': {'top_coin_name': {'type': 'string', 'description': 'defi top coin name'}, 'defi_dominance': {'type': 'string', 'description': 'defi dominance'}, 'eth_market_cap': {'type': 'string', 'description': 'eth market cap'}, 'defi_market_cap': {'type': 'string', 'description': 'defi market cap'}, 'defi_to_eth_ratio': {'type': 'string', 'description': 'defi to eth ratio'}, 'trading_volume_24h': {'type': 'string', 'description': 'defi trading volume in 24 hours'}, 'top_coin_defi_dominance': {'type': 'number', 'description': 'defi top coin dominance'}}, 'additionalProperties': True}}, 'additionalProperties': True}, 'SimplePrice': {'type': 'object', 'properties': {'usd': {'type': 'number', 'description': 'price in USD'}, 'usd_24h_vol': {'type': 'number', 'description': '24hr volume in USD'}, 'usd_24h_change': {'type': 'number', 'description': '24hr change in USD'}, 'usd_market_cap': {'type': 'number', 'description': 'market cap in USD'}, 'last_updated_at': {'type': 'number', 'description': 'last updated timestamp'}}, 'additionalProperties': True}, 'CoinsMarkets': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'ath': {'type': 'number', 'description': 'coin all time high (ATH) in currency'}, 'atl': {'type': 'number', 'description': 'coin all time low (atl) in currency'}, 'roi': {'type': 'string'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'string', 'description': 'coin image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'low_24h': {'type': 'number', 'description': 'coin 24hr price low in currency'}, 'ath_date': {'type': 'string', 'format': 'date-time', 'description': 'coin all time high (ATH) date'}, 'atl_date': {'type': 'string', 'format': 'date-time', 'description': 'coin all time low (atl) date'}, 'high_24h': {'type': 'number', 'description': 'coin 24hr price high in currency'}, 'market_cap': {'type': 'number', 'description': 'coin market cap in currency'}, 'max_supply': {'type': 'number', 'description': 'coin max supply'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin last updated timestamp'}, 'total_supply': {'type': 'number', 'description': 'coin total supply'}, 'total_volume': {'type': 'number', 'description': 'coin total trading volume in currency'}, 'current_price': {'type': 'number', 'description': 'coin current price in currency'}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'sparkline_in_7d': {'type': 'object', 'properties': {'price': {'type': 'array', 'items': {'type': 'number'}}}, 'description': 'coin price sparkline in 7 days', 'additionalProperties': True}, 'price_change_24h': {'type': 'number', 'description': 'coin 24hr price change in currency'}, 'circulating_supply': {'type': 'number', 'description': 'coin circulating supply'}, 'ath_change_percentage': {'type': 'number', 'description': 'coin all time high (ATH) change in percentage'}, 'atl_change_percentage': {'type': 'number', 'description': 'coin all time low (atl) change in percentage'}, 'market_cap_change_24h': {'type': 'number', 'description': 'coin 24hr market cap change in currency'}, 'fully_diluted_valuation': {'type': 'number', 'description': 'coin fully diluted valuation (fdv) in currency'}, 'price_change_percentage_1h': {'type': 'number', 'description': 'coin 1h price change in percentage'}, 'price_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr price change in percentage'}, 'market_cap_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr market cap change in percentage'}}, 'additionalProperties': True}, 'CoinsTickers': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'coin name'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'properties': {'base': {'type': 'string', 'description': 'coin ticker base currency'}, 'last': {'type': 'number', 'description': 'coin ticker last price'}, 'market': {'type': 'object', 'required': ['name', 'identifier', 'has_trading_incentive'], 'properties': {'logo': {'type': 'string', 'description': 'exchange image url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'identifier': {'type': 'string', 'description': 'exchange identifier'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}}, 'description': 'coin ticker exchange', 'additionalProperties': True}, 'target': {'type': 'string', 'description': 'coin ticker target currency'}, 'volume': {'type': 'number', 'description': 'coin ticker volume'}, 'coin_id': {'type': 'string', 'description': 'coin ticker base currency coin ID'}, 'is_stale': {'type': 'boolean', 'description': 'coin ticker stale'}, 'timestamp': {'type': 'string', 'description': 'coin ticker timestamp'}, 'trade_url': {'type': 'string', 'description': 'coin ticker trade url'}, 'is_anomaly': {'type': 'boolean', 'description': 'coin ticker anomaly'}, 'trust_score': {'type': 'string', 'description': 'coin ticker trust score'}, 'last_fetch_at': {'type': 'string', 'description': 'coin ticker last fetch timestamp'}, 'converted_last': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted last price', 'additionalProperties': True}, 'last_traded_at': {'type': 'string', 'description': 'coin ticker last traded timestamp'}, 'target_coin_id': {'type': 'string', 'description': 'coin ticker target currency coin ID'}, 'token_info_url': {'type': 'string', 'description': 'coin ticker token info url'}, 'converted_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted volume', 'additionalProperties': True}, 'cost_to_move_up_usd': {'type': 'number', 'description': 'coin ticker cost to move up in usd'}, 'cost_to_move_down_usd': {'type': 'number', 'description': 'coin ticker cost to move down in usd'}, 'bid_ask_spread_percentage': {'type': 'number', 'description': 'coin ticker bid ask spread percentage'}}, 'additionalProperties': True}, 'description': 'list of tickers'}}, 'additionalProperties': True}, 'CurrencyList': {'type': 'array', 'items': {'type': 'string'}}, 'ExchangeData': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': 'exchange website url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'coins': {'type': 'number', 'description': 'number of coins listed on the exchange'}, 'image': {'type': 'string', 'description': 'exchange image url'}, 'pairs': {'type': 'number', 'description': 'number of trading pairs on the exchange'}, 'country': {'type': 'string', 'description': 'exchange incorporated country'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, 'slack_url': {'type': 'string', 'description': 'exchange slack url'}, 'reddit_url': {'type': 'string', 'description': 'exchange reddit url'}, 'centralized': {'type': 'boolean', 'description': 'exchange type (true for centralized, false for decentralized)'}, 'description': {'type': 'string', 'description': 'exchange description'}, 'other_url_1': {'type': 'string'}, 'other_url_2': {'type': 'string'}, 'trust_score': {'type': 'number', 'description': 'exchange trust score'}, 'alert_notice': {'type': 'string', 'description': 'alert notice for exchange'}, 'facebook_url': {'type': 'string', 'description': 'exchange facebook url'}, 'telegram_url': {'type': 'string', 'description': 'exchange telegram url'}, 'public_notice': {'type': 'string', 'description': 'public notice for exchange'}, 'twitter_handle': {'type': 'string', 'description': 'exchange twitter handle'}, 'trust_score_rank': {'type': 'number', 'description': 'exchange trust score rank'}, 'year_established': {'type': 'number', 'description': 'exchange established year'}, 'trade_volume_24h_btc': {'type': 'number'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}, 'trade_volume_24h_btc_normalized': {'type': 'number', 'description': 'normalized trading volume by traffic in BTC in 24 hours <br> *refers to [`this blog`](https://blog.coingecko.com/trust-score/).'}}, 'additionalProperties': True}, 'CoinsDataBase': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'object', 'properties': {'large': {'type': 'string'}, 'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'coin image url', 'additionalProperties': True}, 'links': {'type': 'object', 'properties': {'chat_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin chat url'}, 'homepage': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin website url'}, 'repos_url': {'type': 'object', 'properties': {'github': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin github repository url'}, 'bitbucket': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin bitbucket repository url'}}, 'description': 'coin repository url', 'additionalProperties': True}, 'whitepaper': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin whitepaper url'}, 'snapshot_url': {'type': 'string', 'description': 'coin snapshot url'}, 'subreddit_url': {'type': 'string', 'description': 'coin subreddit url'}, 'blockchain_site': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin block explorer url'}, 'announcement_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin announcement url'}, 'facebook_username': {'type': 'string', 'description': 'coin facebook username'}, 'official_forum_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin official forum url'}, 'twitter_screen_name': {'type': 'string', 'description': 'coin twitter handle'}, 'telegram_channel_identifier': {'type': 'string', 'description': 'coin telegram channel identifier'}, 'bitcointalk_thread_identifier': {'type': 'string', 'description': 'coin bitcointalk thread identifier'}}, 'description': 'links', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'properties': {'base': {'type': 'string', 'description': 'coin ticker base currency'}, 'last': {'type': 'number', 'description': 'coin ticker last price'}, 'market': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'coin ticker exchange name'}, 'identifier': {'type': 'string', 'description': 'coin ticker exchange identifier'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'coin ticker exchange trading incentive'}}, 'description': 'coin ticker exchange', 'additionalProperties': True}, 'target': {'type': 'string', 'description': 'coin ticker target currency'}, 'volume': {'type': 'number', 'description': 'coin ticker volume'}, 'coin_id': {'type': 'string', 'description': 'coin ticker base currency coin ID'}, 'is_stale': {'type': 'boolean', 'description': 'coin ticker stale'}, 'timestamp': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker timestamp'}, 'trade_url': {'type': 'string', 'description': 'coin ticker trade url'}, 'is_anomaly': {'type': 'boolean', 'description': 'coin ticker anomaly'}, 'trust_score': {'type': 'string', 'description': 'coin ticker trust score'}, 'last_fetch_at': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker last fetch timestamp'}, 'converted_last': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted last price', 'additionalProperties': True}, 'last_traded_at': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker last traded timestamp'}, 'target_coin_id': {'type': 'string', 'description': 'coin ticker target currency coin ID'}, 'token_info_url': {'type': 'string', 'description': 'coin ticker token info url'}, 'converted_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted volume', 'additionalProperties': True}, 'bid_ask_spread_percentage': {'type': 'number', 'description': 'coin ticker bid ask spread percentage'}}, 'additionalProperties': True}, 'description': 'coin tickers'}, 'web_slug': {'type': 'string', 'description': 'coin web slug'}, 'platforms': {'type': 'object', 'description': 'coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}, 'categories': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin categories'}, 'description': {'type': 'object', 'description': 'coin description', 'additionalProperties': {'type': 'string'}}, 'market_data': {'type': 'object', 'properties': {'ath': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time high (ATH) in currency', 'additionalProperties': True}, 'atl': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time low (atl) in currency', 'additionalProperties': True}, 'roi': {'type': 'number', 'description': 'coin return on investment'}, 'low_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price low in currency', 'additionalProperties': True}, 'ath_date': {'type': 'object', 'properties': {'btc': {'type': 'string'}, 'eur': {'type': 'string'}, 'usd': {'type': 'string'}}, 'description': 'coin all time high (ATH) date', 'additionalProperties': True}, 'atl_date': {'type': 'object', 'properties': {'btc': {'type': 'string'}, 'eur': {'type': 'string'}, 'usd': {'type': 'string'}}, 'description': 'coin all time low (atl) date', 'additionalProperties': True}, 'high_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price high in currency', 'additionalProperties': True}, 'market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin market cap in currency', 'additionalProperties': True}, 'max_supply': {'type': 'number', 'description': 'coin max supply'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin market data last updated timestamp'}, 'total_supply': {'type': 'number', 'description': 'coin total supply'}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin total trading volume in currency', 'additionalProperties': True}, 'current_price': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin current price in currency', 'additionalProperties': True}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'fdv_to_tvl_ratio': {'type': 'number', 'description': 'fully diluted valuation to total value locked ratio'}, 'price_change_24h': {'type': 'number', 'description': 'coin 24hr price change in currency'}, 'mcap_to_tvl_ratio': {'type': 'number', 'description': 'market cap to total value locked ratio'}, 'circulating_supply': {'type': 'number', 'description': 'coin circulating supply'}, 'total_value_locked': {'type': 'number', 'description': 'total value locked'}, 'market_cap_fdv_ratio': {'type': 'number', 'description': 'market cap to fully diluted valuation ratio'}, 'ath_change_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time high (ATH) change in percentage', 'additionalProperties': True}, 'atl_change_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time low (atl) change in percentage', 'additionalProperties': True}, 'market_cap_change_24h': {'type': 'number', 'description': 'coin 24hr market cap change in currency'}, 'fully_diluted_valuation': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin fully diluted valuation (fdv) in currency', 'additionalProperties': True}, 'price_change_percentage_1y': {'type': 'number', 'description': 'coin 1y price change in percentage'}, 'price_change_percentage_7d': {'type': 'number', 'description': 'coin 7d price change in percentage'}, 'price_change_percentage_14d': {'type': 'number', 'description': 'coin 14d price change in percentage'}, 'price_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr price change in percentage'}, 'price_change_percentage_30d': {'type': 'number', 'description': 'coin 30d price change in percentage'}, 'price_change_percentage_60d': {'type': 'number', 'description': 'coin 60d price change in percentage'}, 'price_change_percentage_200d': {'type': 'number', 'description': 'coin 200d price change in percentage'}, 'market_cap_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr market cap change in percentage'}, 'market_cap_change_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr market cap change in currency', 'additionalProperties': True}, 'price_change_percentage_1h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 1h price change in currency', 'additionalProperties': True}, 'price_change_percentage_1y_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 1y price change in currency', 'additionalProperties': True}, 'price_change_percentage_7d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 7d price change in currency', 'additionalProperties': True}, 'price_change_percentage_14d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 14d price change in currency', 'additionalProperties': True}, 'price_change_percentage_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price change in currency', 'additionalProperties': True}, 'price_change_percentage_30d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 30d price change in currency', 'additionalProperties': True}, 'price_change_percentage_60d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 60d price change in currency', 'additionalProperties': True}, 'price_change_percentage_200d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 200d price change in currency', 'additionalProperties': True}, 'market_cap_change_percentage_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr market cap change in percentage', 'additionalProperties': True}}, 'description': 'coin market data', 'additionalProperties': True}, 'genesis_date': {'type': 'string', 'format': 'date-time', 'description': 'coin genesis date'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin last updated timestamp'}, 'localization': {'type': 'object', 'description': 'coin name localization', 'additionalProperties': {'type': 'string'}}, 'public_notice': {'type': 'string', 'description': 'public notice'}, 'community_data': {'type': 'object', 'properties': {'facebook_likes': {'type': 'number', 'description': 'coin facebook likes'}, 'twitter_followers': {'type': 'number', 'description': 'coin twitter followers'}, 'reddit_subscribers': {'type': 'number', 'description': 'coin reddit subscribers'}, 'reddit_average_posts_48h': {'type': 'number', 'description': 'coin reddit average posts in 48 hours'}, 'reddit_accounts_active_48h': {'type': 'number', 'description': 'coin reddit active accounts in 48 hours'}, 'reddit_average_comments_48h': {'type': 'number', 'description': 'coin reddit average comments in 48 hours'}, 'telegram_channel_user_count': {'type': 'number', 'description': 'coin telegram channel user count'}}, 'description': 'coin community data', 'additionalProperties': True}, 'country_origin': {'type': 'string', 'description': 'coin country of origin'}, 'developer_data': {'type': 'object', 'properties': {'forks': {'type': 'number', 'description': 'coin repository forks'}, 'stars': {'type': 'number', 'description': 'coin repository stars'}, 'subscribers': {'type': 'number', 'description': 'coin repository subscribers'}, 'total_issues': {'type': 'number', 'description': 'coin repository total issues'}, 'closed_issues': {'type': 'number', 'description': 'coin repository closed issues'}, 'commit_count_4_weeks': {'type': 'number', 'description': 'coin repository commit count in 4 weeks'}, 'pull_requests_merged': {'type': 'number', 'description': 'coin repository pull requests merged'}, 'pull_request_contributors': {'type': 'number', 'description': 'coin repository pull request contributors'}, 'code_additions_deletions_4_weeks': {'type': 'object', 'properties': {'additions': {'type': 'number'}, 'deletions': {'type': 'number'}}, 'description': 'coin code additions and deletions in 4 weeks', 'additionalProperties': True}, 'last_4_weeks_commit_activity_series': {'type': 'array', 'items': {'type': 'number'}, 'description': 'coin repository last 4 weeks commit activity series'}}, 'description': 'coin developer data', 'additionalProperties': True}, 'status_updates': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}, 'description': 'coin status updates'}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'preview_listing': {'type': 'boolean', 'description': 'preview listing coin'}, 'detail_platforms': {'type': 'object', 'description': 'detailed coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}, 'asset_platform_id': {'type': 'string', 'description': 'coin asset platform ID'}, 'hashing_algorithm': {'type': 'string', 'description': 'blockchain hashing algorithm'}, 'additional_notices': {'type': 'array', 'items': {'type': 'string'}, 'description': 'additional notices'}, 'block_time_in_minutes': {'type': 'number', 'description': 'blockchain block time in minutes'}, 'sentiment_votes_up_percentage': {'type': 'number', 'description': 'coin sentiment votes up percentage'}, 'sentiment_votes_down_percentage': {'type': 'number', 'description': 'coin sentiment votes down percentage'}}, 'additionalProperties': True}, 'ExchangeRates': {'type': 'object', 'properties': {'rates': {'type': 'object', 'additionalProperties': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'name of the currency'}, 'type': {'type': 'string', 'description': 'type of the currency'}, 'unit': {'type': 'string', 'description': 'unit of the currency'}, 'value': {'type': 'number', 'description': 'value of the currency'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'ExchangesList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'name': {'type': 'string', 'description': 'exchange name'}}, 'additionalProperties': True}, 'AssetPlatforms': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'asset platform ID'}, 'name': {'type': 'string', 'description': 'chain name'}, 'image': {'type': 'object', 'properties': {'large': {'type': 'string'}, 'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'image of the asset platform', 'additionalProperties': True}, 'shortname': {'type': 'string', 'description': 'chain shortname'}, 'native_coin_id': {'type': 'string', 'description': 'chain native coin ID'}, 'chain_identifier': {'type': 'number', 'description': "chainlist's chain ID"}}, 'additionalProperties': True}}, 'CategoriesList': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'category name'}, 'category_id': {'type': 'string', 'description': 'category ID'}}, 'additionalProperties': True}, 'TrendingSearch': {'type': 'object', 'properties': {'nfts': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'data': {'type': 'object', 'properties': {'content': {'type': 'string'}, 'sparkline': {'type': 'string', 'description': 'NFT collection sparkline image url'}, 'h24_volume': {'type': 'string', 'description': 'NFT collection volume in 24 hours'}, 'floor_price': {'type': 'string', 'description': 'NFT collection floor price'}, 'h24_average_sale_price': {'type': 'string', 'description': 'NFT collection 24 hours average sale price'}, 'floor_price_in_usd_24h_percentage_change': {'type': 'string', 'description': 'NFT collection floor price in usd 24 hours percentage change'}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'thumb': {'type': 'string', 'description': 'NFT collection thumb image url'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'nft_contract_id': {'type': 'number'}, 'native_currency_symbol': {'type': 'string', 'description': 'NFT collection native currency symbol'}, 'floor_price_in_native_currency': {'type': 'number', 'description': 'NFT collection floor price in native currency'}, 'floor_price_24h_percentage_change': {'type': 'number', 'description': 'NFT collection floor price 24 hours percentage change'}}, 'additionalProperties': True}}, 'coins': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'data': {'type': 'object', 'properties': {'price': {'type': 'number', 'description': 'coin price in usd'}, 'content': {'type': 'string'}, 'price_btc': {'type': 'string', 'description': 'coin price in btc'}, 'sparkline': {'type': 'string', 'description': 'coin sparkline image url'}, 'market_cap': {'type': 'string', 'description': 'coin market cap in usd'}, 'total_volume': {'type': 'string', 'description': 'coin total volume in usd'}, 'market_cap_btc': {'type': 'string', 'description': 'coin market cap in btc'}, 'total_volume_btc': {'type': 'string', 'description': 'coin total volume in btc'}, 'price_change_percentage_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin price change percentage in 24 hours', 'additionalProperties': True}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'coin name'}, 'slug': {'type': 'string', 'description': 'coin web slug'}, 'large': {'type': 'string', 'description': 'coin large image url'}, 'score': {'type': 'number', 'description': 'coin sequence in the list'}, 'small': {'type': 'string', 'description': 'coin small image url'}, 'thumb': {'type': 'string', 'description': 'coin thumb image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'coin_id': {'type': 'number'}, 'price_btc': {'type': 'number', 'description': 'coin price in btc'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}}, 'additionalProperties': True}}, 'categories': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'number'}, 'data': {'type': 'object', 'properties': {'sparkline': {'type': 'string', 'description': 'category sparkline image url'}, 'market_cap': {'type': 'number', 'description': 'category market cap'}, 'total_volume': {'type': 'number', 'description': 'category total volume'}, 'market_cap_btc': {'type': 'number', 'description': 'category market cap in btc'}, 'total_volume_btc': {'type': 'number', 'description': 'category total volume in btc'}, 'market_cap_change_percentage_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'category market cap change percentage in 24 hours', 'additionalProperties': True}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'category name'}, 'slug': {'type': 'string', 'description': 'category web slug'}, 'coins_count': {'type': 'number', 'description': 'category number of coins'}, 'market_cap_1h_change': {'type': 'number', 'description': 'category market cap 1 hour change'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'ExchangeTickers': {'allOf': [{'$ref': '#/$defs/CoinsTickers'}, {}]}, 'CoinsMarketChart': {'type': 'object', 'properties': {'prices': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'market_caps': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'total_volumes': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}}, 'additionalProperties': True}, 'SimpleTokenPrice': {'type': 'object', 'properties': {'usd': {'type': 'number', 'description': 'price in USD'}, 'usd_24h_vol': {'type': 'number', 'description': '24hr volume in USD'}, 'usd_24h_change': {'type': 'number', 'description': '24hr change in USD'}, 'usd_market_cap': {'type': 'number', 'description': 'market cap in USD'}, 'last_updated_at': {'type': 'number', 'description': 'last updated timestamp'}}, 'additionalProperties': True}, 'CompaniesTreasury': {'type': 'object', 'properties': {'companies': {'type': 'array', 'items': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'company name'}, 'symbol': {'type': 'string', 'description': 'company symbol'}, 'country': {'type': 'string', 'description': 'company incorporated country'}, 'total_holdings': {'type': 'number', 'description': 'total btc/eth holdings of company'}, 'total_entry_value_usd': {'type': 'number', 'description': 'total entry value in usd'}, 'total_current_value_usd': {'type': 'number', 'description': 'total current value of btc/eth holdings in usd'}, 'percentage_of_total_supply': {'type': 'number', 'description': 'percentage of total btc/eth supply'}}, 'additionalProperties': True}}, 'total_holdings': {'type': 'number', 'description': 'total btc/eth holdings of companies'}, 'total_value_usd': {'type': 'number', 'description': 'total btc/eth holdings value in usd'}, 'market_cap_dominance': {'type': 'number', 'description': 'market cap dominance'}}, 'additionalProperties': True}, 'CoinsHistoricalData': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'object', 'properties': {'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'coin image url', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'market_data': {'type': 'object', 'properties': {'market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin market cap', 'additionalProperties': True}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin total volume', 'additionalProperties': True}, 'current_price': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin current price', 'additionalProperties': True}}, 'description': 'coin market data', 'additionalProperties': True}, 'localization': {'type': 'object', 'description': 'coin localization', 'additionalProperties': {'type': 'string'}}, 'community_data': {'type': 'object', 'properties': {'facebook_likes': {'type': 'number', 'description': 'coin facebook likes'}, 'twitter_followers': {'type': 'number', 'description': 'coin twitter followers'}, 'reddit_subscribers': {'type': 'number', 'description': 'coin reddit subscribers'}, 'reddit_average_posts_48h': {'type': 'number', 'description': 'coin reddit average posts 48h'}, 'reddit_accounts_active_48h': {'type': 'number', 'description': 'coin reddit accounts active 48h'}, 'reddit_average_comments_48h': {'type': 'number', 'description': 'coin reddit average comments 48h'}}, 'description': 'coin community data', 'additionalProperties': True}, 'developer_data': {'type': 'object', 'properties': {'forks': {'type': 'number', 'description': 'coin repository forks'}, 'stars': {'type': 'number', 'description': 'coin repository stars'}, 'subscribers': {'type': 'number', 'description': 'coin repository subscribers'}, 'total_issues': {'type': 'number', 'description': 'coin repository total issues'}, 'closed_issues': {'type': 'number', 'description': 'coin repository closed issues'}, 'commit_count_4_weeks': {'type': 'number', 'description': 'coin commit count 4 weeks'}, 'pull_requests_merged': {'type': 'number', 'description': 'coin repository pull requests merged'}, 'pull_request_contributors': {'type': 'number', 'description': 'coin repository pull request contributors'}, 'code_additions_deletions_4_weeks': {'type': 'object', 'properties': {'additions': {'type': 'number'}, 'deletions': {'type': 'number'}}, 'description': 'coin code additions deletions 4 weeks', 'additionalProperties': True}}, 'description': 'coin developer data', 'additionalProperties': True}, 'public_interest_stats': {'type': 'object', 'properties': {'alexa_rank': {'type': 'number', 'description': 'coin alexa rank'}, 'bing_matches': {'type': 'number', 'description': 'coin bing matches'}}, 'description': 'coin public interest stats', 'additionalProperties': True}}, 'additionalProperties': True}, 'ExchangeVolumeChart': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'CoinsContractAddress': {'allOf': [{'$ref': '#/$defs/CoinsDataBase'}, {}]}, 'DerivativesExchanges': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'derivatives exchange ID'}, 'url': {'type': 'string', 'description': 'derivatives exchange website url'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}, 'image': {'type': 'string', 'description': 'derivatives exchange image url'}, 'country': {'type': 'string', 'description': 'derivatives exchange incorporated country'}, 'description': {'type': 'string', 'description': 'derivatives exchange description'}, 'year_established': {'type': 'number', 'description': 'derivatives exchange established year'}, 'open_interest_btc': {'type': 'number', 'description': 'derivatives exchange open interest in BTC'}, 'trade_volume_24h_btc': {'type': 'string', 'description': 'derivatives exchange trade volume in BTC in 24 hours'}, 'number_of_futures_pairs': {'type': 'number', 'description': 'number of futures pairs in the derivatives exchange'}, 'number_of_perpetual_pairs': {'type': 'number', 'description': 'number of perpetual pairs in the derivatives exchange'}}, 'additionalProperties': True}, 'CoinsMarketChartRange': {'type': 'object', 'properties': {'prices': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'market_caps': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'total_volumes': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}}, 'additionalProperties': True}, 'DerivativesExchangesID': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': 'derivatives exchange website url'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}, 'image': {'type': 'string', 'description': 'derivatives exchange image url'}, 'country': {'type': 'string', 'description': 'derivatives exchange incorporated country'}, 'tickers': {'type': 'array', 'items': {'$ref': '#/$defs/DerivativesTickersList'}}, 'description': {'type': 'string', 'description': 'derivatives exchange description'}, 'year_established': {'type': 'number', 'description': 'derivatives exchange established year'}, 'open_interest_btc': {'type': 'number', 'description': 'derivatives exchange open interest in BTC'}, 'trade_volume_24h_btc': {'type': 'string', 'description': 'derivatives exchange trade volume in BTC in 24 hours'}, 'number_of_futures_pairs': {'type': 'number', 'description': 'number of futures pairs in the derivatives exchange'}, 'number_of_perpetual_pairs': {'type': 'number', 'description': 'number of perpetual pairs in the derivatives exchange'}}, 'additionalProperties': True}, 'DerivativesTickersList': {'type': 'object', 'properties': {'basis': {'type': 'number', 'description': 'difference of derivative price and index price'}, 'index': {'type': 'number', 'description': 'derivative underlying asset price'}, 'price': {'type': 'string', 'description': 'derivative ticker price'}, 'market': {'type': 'string', 'description': 'derivative market name'}, 'spread': {'type': 'number', 'description': 'derivative bid ask spread'}, 'symbol': {'type': 'string', 'description': 'derivative ticker symbol'}, 'index_id': {'type': 'string', 'description': 'derivative underlying asset'}, 'expired_at': {'type': 'string'}, 'volume_24h': {'type': 'number', 'description': 'derivative volume in 24 hours'}, 'funding_rate': {'type': 'number', 'description': 'derivative funding rate'}, 'contract_type': {'type': 'string', 'description': 'derivative contract type'}, 'open_interest': {'type': 'number', 'description': 'derivative open interest'}, 'last_traded_at': {'type': 'number', 'description': 'derivative last updated time'}, 'price_percentage_change_24h': {'type': 'number', 'description': 'derivative ticker price percentage change in 24 hours'}}, 'additionalProperties': True}, 'DerivativesExchangesList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'derivatives exchange ID'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}}, 'additionalProperties': True}}, 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'search query'}}}}, {'name': 'API-trending-search', 'description': 'Trending Search List', 'inputSchema': {'type': 'object', '$defs': {'Ping': {'type': 'object', 'properties': {'gecko_says': {'type': 'string'}}, 'additionalProperties': True}, 'Global': {'type': 'object', 'properties': {'data': {'type': 'object', 'properties': {'markets': {'type': 'number', 'description': 'number of exchanges'}, 'ended_icos': {'type': 'number', 'description': 'number of ended icos'}, 'ongoing_icos': {'type': 'number', 'description': 'number of ongoing icos'}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies total volume', 'additionalProperties': True}, 'upcoming_icos': {'type': 'number', 'description': 'number of upcoming icos'}, 'total_market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies total market cap', 'additionalProperties': True}, 'market_cap_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}}, 'description': 'cryptocurrencies market cap percentage', 'additionalProperties': True}, 'active_cryptocurrencies': {'type': 'number', 'description': 'number of active cryptocurrencies'}}, 'additionalProperties': True}, 'updated_at': {'type': 'number'}, 'market_cap_change_percentage_24h_usd': {'type': 'number', 'description': 'cryptocurrencies market cap change percentage in 24 hours in usd'}}, 'additionalProperties': True}, 'Search': {'type': 'object', 'properties': {'icos': {'type': 'array', 'items': {'type': 'string'}}, 'nfts': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'name': {'type': 'string', 'description': 'NFT name'}, 'thumb': {'type': 'string', 'description': 'NFT collection thumb image url'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}}, 'additionalProperties': True}}, 'coins': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'large': {'type': 'string', 'description': 'coin large image url'}, 'thumb': {'type': 'string', 'description': 'coin thumb image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'api_symbol': {'type': 'string', 'description': 'coin api symbol'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}}, 'additionalProperties': True}}, 'exchanges': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'large': {'type': 'string', 'description': 'exchange large image url'}, 'thumb': {'type': 'string', 'description': 'exchange thumb image url'}, 'market_type': {'type': 'string', 'description': 'exchange market type'}}, 'additionalProperties': True}}, 'categories': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'category ID'}, 'name': {'type': 'string', 'description': 'category name'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'CoinsID': {'allOf': [{'$ref': '#/$defs/CoinsDataBase'}, {}]}, 'NFTData': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'ath': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection all time highs', 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'image': {'type': 'object', 'properties': {'small': {'type': 'string'}, 'small_2x': {'type': 'string'}}, 'description': 'NFT collection image url', 'additionalProperties': True}, 'links': {'type': 'object', 'properties': {'discord': {'type': 'string'}, 'twitter': {'type': 'string'}, 'homepage': {'type': 'string'}}, 'description': 'NFT collection links', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'ath_date': {'type': 'object', 'properties': {'usd': {'type': 'string', 'format': 'date-time'}, 'native_currency': {'type': 'string', 'format': 'date-time'}}, 'description': 'NFT collection all time highs date', 'additionalProperties': True}, 'explorers': {'type': 'array', 'items': {'type': 'object', 'properties': {'link': {'type': 'string'}, 'name': {'type': 'string'}}, 'additionalProperties': True}, 'description': 'NFT collection block explorers links'}, 'market_cap': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection market cap', 'additionalProperties': True}, 'volume_24h': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection volume in 24 hours', 'additionalProperties': True}, 'description': {'type': 'string', 'description': 'NFT collection description'}, 'floor_price': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price', 'additionalProperties': True}, 'banner_image': {'type': 'object', 'properties': {'small': {'type': 'string'}}, 'description': 'NFT collection banner image url', 'additionalProperties': True}, 'total_supply': {'type': 'number', 'description': 'NFT collection total supply'}, 'one_day_sales': {'type': 'number', 'description': 'NFT collection one day sales'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}, 'native_currency': {'type': 'string', 'description': 'NFT collection native currency'}, 'contract_address': {'type': 'string', 'description': 'NFT collection contract address'}, 'asset_platform_id': {'type': 'string', 'description': 'NFT collection asset platform ID'}, 'user_favorites_count': {'type': 'number', 'description': 'NFT collection user favorites count'}, 'ath_change_percentage': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection all time highs change percentage', 'additionalProperties': True}, 'native_currency_symbol': {'type': 'string', 'description': 'NFT collection native currency symbol'}, 'number_of_unique_addresses': {'type': 'number', 'description': 'number of unique address owning the NFTs'}, 'one_day_average_sale_price': {'type': 'number', 'description': 'NFT collection one day average sale price'}, 'volume_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection volume in 24 hours percentage change', 'additionalProperties': True}, 'floor_price_1y_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 1 year percentage change', 'additionalProperties': True}, 'floor_price_7d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 7 days percentage change', 'additionalProperties': True}, 'market_cap_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection market cap 24 hours percentage change', 'additionalProperties': True}, 'floor_price_14d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 14 days percentage change', 'additionalProperties': True}, 'floor_price_24h_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'additionalProperties': True}, 'floor_price_30d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 30 days percentage change', 'additionalProperties': True}, 'floor_price_60d_percentage_change': {'type': 'object', 'properties': {'usd': {'type': 'number'}, 'native_currency': {'type': 'number'}}, 'description': 'NFT collection floor price 60 days percentage change', 'additionalProperties': True}, 'one_day_sales_24h_percentage_change': {'type': 'number', 'description': 'NFT collection one day sales 24 hours percentage change'}, 'volume_in_usd_24h_percentage_change': {'type': 'number', 'description': 'NFT collection volume in usd 24 hours percentage change'}, 'floor_price_in_usd_24h_percentage_change': {'type': 'number', 'description': 'NFT collection floor price in usd 24 hours percentage change'}, 'number_of_unique_addresses_24h_percentage_change': {'type': 'number', 'description': 'number of unique address owning the NFTs 24 hours percentage change'}, 'one_day_average_sale_price_24h_percentage_change': {'type': 'number', 'description': 'NFT collection one day average sale price 24 hours percentage change'}}, 'additionalProperties': True}, 'NFTList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'contract_address': {'type': 'string', 'description': 'NFT collection contract address'}, 'asset_platform_id': {'type': 'string', 'description': 'NFT collection asset platform ID'}}, 'additionalProperties': True}, 'CoinsList': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'platforms': {'type': 'object', 'description': 'coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}}, 'additionalProperties': True}}, 'CoinsOHLC': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'Exchanges': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'url': {'type': 'string', 'description': 'exchange website url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'image': {'type': 'string', 'description': 'exchange image url'}, 'country': {'type': 'string', 'description': 'exchange country'}, 'description': {'type': 'string', 'description': 'exchange description'}, 'trust_score': {'type': 'number', 'description': 'exchange trust score'}, 'trust_score_rank': {'type': 'number', 'description': 'exchange trust score rank'}, 'year_established': {'type': 'number', 'description': 'exchange established year'}, 'trade_volume_24h_btc': {'type': 'number', 'description': 'exchange trade volume in BTC in 24 hours'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}, 'trade_volume_24h_btc_normalized': {'type': 'number', 'description': 'normalized trading volume by traffic in BTC in 24 hours <br> *refers to [`this blog`](https://blog.coingecko.com/trust-score/).'}}, 'additionalProperties': True}, 'Categories': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'category ID'}, 'name': {'type': 'string', 'description': 'category name'}, 'content': {'type': 'string', 'description': 'category description'}, 'market_cap': {'type': 'number', 'description': 'category market cap'}, 'updated_at': {'type': 'string', 'description': 'category last updated time'}, 'volume_24h': {'type': 'number', 'description': 'category volume in 24 hours'}, 'top_3_coins': {'type': 'array', 'items': {'type': 'string'}, 'description': 'images of top 3 coins in the category'}, 'top_3_coins_id': {'type': 'array', 'items': {'type': 'string'}, 'description': 'IDs of top 3 coins in the category'}, 'market_cap_change_24h': {'type': 'number', 'description': 'category market cap change in 24 hours'}}, 'additionalProperties': True}, 'GlobalDeFi': {'type': 'object', 'properties': {'data': {'type': 'object', 'properties': {'top_coin_name': {'type': 'string', 'description': 'defi top coin name'}, 'defi_dominance': {'type': 'string', 'description': 'defi dominance'}, 'eth_market_cap': {'type': 'string', 'description': 'eth market cap'}, 'defi_market_cap': {'type': 'string', 'description': 'defi market cap'}, 'defi_to_eth_ratio': {'type': 'string', 'description': 'defi to eth ratio'}, 'trading_volume_24h': {'type': 'string', 'description': 'defi trading volume in 24 hours'}, 'top_coin_defi_dominance': {'type': 'number', 'description': 'defi top coin dominance'}}, 'additionalProperties': True}}, 'additionalProperties': True}, 'SimplePrice': {'type': 'object', 'properties': {'usd': {'type': 'number', 'description': 'price in USD'}, 'usd_24h_vol': {'type': 'number', 'description': '24hr volume in USD'}, 'usd_24h_change': {'type': 'number', 'description': '24hr change in USD'}, 'usd_market_cap': {'type': 'number', 'description': 'market cap in USD'}, 'last_updated_at': {'type': 'number', 'description': 'last updated timestamp'}}, 'additionalProperties': True}, 'CoinsMarkets': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'ath': {'type': 'number', 'description': 'coin all time high (ATH) in currency'}, 'atl': {'type': 'number', 'description': 'coin all time low (atl) in currency'}, 'roi': {'type': 'string'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'string', 'description': 'coin image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'low_24h': {'type': 'number', 'description': 'coin 24hr price low in currency'}, 'ath_date': {'type': 'string', 'format': 'date-time', 'description': 'coin all time high (ATH) date'}, 'atl_date': {'type': 'string', 'format': 'date-time', 'description': 'coin all time low (atl) date'}, 'high_24h': {'type': 'number', 'description': 'coin 24hr price high in currency'}, 'market_cap': {'type': 'number', 'description': 'coin market cap in currency'}, 'max_supply': {'type': 'number', 'description': 'coin max supply'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin last updated timestamp'}, 'total_supply': {'type': 'number', 'description': 'coin total supply'}, 'total_volume': {'type': 'number', 'description': 'coin total trading volume in currency'}, 'current_price': {'type': 'number', 'description': 'coin current price in currency'}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'sparkline_in_7d': {'type': 'object', 'properties': {'price': {'type': 'array', 'items': {'type': 'number'}}}, 'description': 'coin price sparkline in 7 days', 'additionalProperties': True}, 'price_change_24h': {'type': 'number', 'description': 'coin 24hr price change in currency'}, 'circulating_supply': {'type': 'number', 'description': 'coin circulating supply'}, 'ath_change_percentage': {'type': 'number', 'description': 'coin all time high (ATH) change in percentage'}, 'atl_change_percentage': {'type': 'number', 'description': 'coin all time low (atl) change in percentage'}, 'market_cap_change_24h': {'type': 'number', 'description': 'coin 24hr market cap change in currency'}, 'fully_diluted_valuation': {'type': 'number', 'description': 'coin fully diluted valuation (fdv) in currency'}, 'price_change_percentage_1h': {'type': 'number', 'description': 'coin 1h price change in percentage'}, 'price_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr price change in percentage'}, 'market_cap_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr market cap change in percentage'}}, 'additionalProperties': True}, 'CoinsTickers': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'coin name'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'properties': {'base': {'type': 'string', 'description': 'coin ticker base currency'}, 'last': {'type': 'number', 'description': 'coin ticker last price'}, 'market': {'type': 'object', 'required': ['name', 'identifier', 'has_trading_incentive'], 'properties': {'logo': {'type': 'string', 'description': 'exchange image url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'identifier': {'type': 'string', 'description': 'exchange identifier'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}}, 'description': 'coin ticker exchange', 'additionalProperties': True}, 'target': {'type': 'string', 'description': 'coin ticker target currency'}, 'volume': {'type': 'number', 'description': 'coin ticker volume'}, 'coin_id': {'type': 'string', 'description': 'coin ticker base currency coin ID'}, 'is_stale': {'type': 'boolean', 'description': 'coin ticker stale'}, 'timestamp': {'type': 'string', 'description': 'coin ticker timestamp'}, 'trade_url': {'type': 'string', 'description': 'coin ticker trade url'}, 'is_anomaly': {'type': 'boolean', 'description': 'coin ticker anomaly'}, 'trust_score': {'type': 'string', 'description': 'coin ticker trust score'}, 'last_fetch_at': {'type': 'string', 'description': 'coin ticker last fetch timestamp'}, 'converted_last': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted last price', 'additionalProperties': True}, 'last_traded_at': {'type': 'string', 'description': 'coin ticker last traded timestamp'}, 'target_coin_id': {'type': 'string', 'description': 'coin ticker target currency coin ID'}, 'token_info_url': {'type': 'string', 'description': 'coin ticker token info url'}, 'converted_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted volume', 'additionalProperties': True}, 'cost_to_move_up_usd': {'type': 'number', 'description': 'coin ticker cost to move up in usd'}, 'cost_to_move_down_usd': {'type': 'number', 'description': 'coin ticker cost to move down in usd'}, 'bid_ask_spread_percentage': {'type': 'number', 'description': 'coin ticker bid ask spread percentage'}}, 'additionalProperties': True}, 'description': 'list of tickers'}}, 'additionalProperties': True}, 'CurrencyList': {'type': 'array', 'items': {'type': 'string'}}, 'ExchangeData': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': 'exchange website url'}, 'name': {'type': 'string', 'description': 'exchange name'}, 'coins': {'type': 'number', 'description': 'number of coins listed on the exchange'}, 'image': {'type': 'string', 'description': 'exchange image url'}, 'pairs': {'type': 'number', 'description': 'number of trading pairs on the exchange'}, 'country': {'type': 'string', 'description': 'exchange incorporated country'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, 'slack_url': {'type': 'string', 'description': 'exchange slack url'}, 'reddit_url': {'type': 'string', 'description': 'exchange reddit url'}, 'centralized': {'type': 'boolean', 'description': 'exchange type (true for centralized, false for decentralized)'}, 'description': {'type': 'string', 'description': 'exchange description'}, 'other_url_1': {'type': 'string'}, 'other_url_2': {'type': 'string'}, 'trust_score': {'type': 'number', 'description': 'exchange trust score'}, 'alert_notice': {'type': 'string', 'description': 'alert notice for exchange'}, 'facebook_url': {'type': 'string', 'description': 'exchange facebook url'}, 'telegram_url': {'type': 'string', 'description': 'exchange telegram url'}, 'public_notice': {'type': 'string', 'description': 'public notice for exchange'}, 'twitter_handle': {'type': 'string', 'description': 'exchange twitter handle'}, 'trust_score_rank': {'type': 'number', 'description': 'exchange trust score rank'}, 'year_established': {'type': 'number', 'description': 'exchange established year'}, 'trade_volume_24h_btc': {'type': 'number'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'exchange trading incentive'}, 'trade_volume_24h_btc_normalized': {'type': 'number', 'description': 'normalized trading volume by traffic in BTC in 24 hours <br> *refers to [`this blog`](https://blog.coingecko.com/trust-score/).'}}, 'additionalProperties': True}, 'CoinsDataBase': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'object', 'properties': {'large': {'type': 'string'}, 'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'coin image url', 'additionalProperties': True}, 'links': {'type': 'object', 'properties': {'chat_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin chat url'}, 'homepage': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin website url'}, 'repos_url': {'type': 'object', 'properties': {'github': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin github repository url'}, 'bitbucket': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin bitbucket repository url'}}, 'description': 'coin repository url', 'additionalProperties': True}, 'whitepaper': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin whitepaper url'}, 'snapshot_url': {'type': 'string', 'description': 'coin snapshot url'}, 'subreddit_url': {'type': 'string', 'description': 'coin subreddit url'}, 'blockchain_site': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin block explorer url'}, 'announcement_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin announcement url'}, 'facebook_username': {'type': 'string', 'description': 'coin facebook username'}, 'official_forum_url': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin official forum url'}, 'twitter_screen_name': {'type': 'string', 'description': 'coin twitter handle'}, 'telegram_channel_identifier': {'type': 'string', 'description': 'coin telegram channel identifier'}, 'bitcointalk_thread_identifier': {'type': 'string', 'description': 'coin bitcointalk thread identifier'}}, 'description': 'links', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'tickers': {'type': 'array', 'items': {'type': 'object', 'properties': {'base': {'type': 'string', 'description': 'coin ticker base currency'}, 'last': {'type': 'number', 'description': 'coin ticker last price'}, 'market': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'coin ticker exchange name'}, 'identifier': {'type': 'string', 'description': 'coin ticker exchange identifier'}, 'has_trading_incentive': {'type': 'boolean', 'description': 'coin ticker exchange trading incentive'}}, 'description': 'coin ticker exchange', 'additionalProperties': True}, 'target': {'type': 'string', 'description': 'coin ticker target currency'}, 'volume': {'type': 'number', 'description': 'coin ticker volume'}, 'coin_id': {'type': 'string', 'description': 'coin ticker base currency coin ID'}, 'is_stale': {'type': 'boolean', 'description': 'coin ticker stale'}, 'timestamp': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker timestamp'}, 'trade_url': {'type': 'string', 'description': 'coin ticker trade url'}, 'is_anomaly': {'type': 'boolean', 'description': 'coin ticker anomaly'}, 'trust_score': {'type': 'string', 'description': 'coin ticker trust score'}, 'last_fetch_at': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker last fetch timestamp'}, 'converted_last': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted last price', 'additionalProperties': True}, 'last_traded_at': {'type': 'string', 'format': 'date-time', 'description': 'coin ticker last traded timestamp'}, 'target_coin_id': {'type': 'string', 'description': 'coin ticker target currency coin ID'}, 'token_info_url': {'type': 'string', 'description': 'coin ticker token info url'}, 'converted_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eth': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin ticker converted volume', 'additionalProperties': True}, 'bid_ask_spread_percentage': {'type': 'number', 'description': 'coin ticker bid ask spread percentage'}}, 'additionalProperties': True}, 'description': 'coin tickers'}, 'web_slug': {'type': 'string', 'description': 'coin web slug'}, 'platforms': {'type': 'object', 'description': 'coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}, 'categories': {'type': 'array', 'items': {'type': 'string'}, 'description': 'coin categories'}, 'description': {'type': 'object', 'description': 'coin description', 'additionalProperties': {'type': 'string'}}, 'market_data': {'type': 'object', 'properties': {'ath': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time high (ATH) in currency', 'additionalProperties': True}, 'atl': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time low (atl) in currency', 'additionalProperties': True}, 'roi': {'type': 'number', 'description': 'coin return on investment'}, 'low_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price low in currency', 'additionalProperties': True}, 'ath_date': {'type': 'object', 'properties': {'btc': {'type': 'string'}, 'eur': {'type': 'string'}, 'usd': {'type': 'string'}}, 'description': 'coin all time high (ATH) date', 'additionalProperties': True}, 'atl_date': {'type': 'object', 'properties': {'btc': {'type': 'string'}, 'eur': {'type': 'string'}, 'usd': {'type': 'string'}}, 'description': 'coin all time low (atl) date', 'additionalProperties': True}, 'high_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price high in currency', 'additionalProperties': True}, 'market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin market cap in currency', 'additionalProperties': True}, 'max_supply': {'type': 'number', 'description': 'coin max supply'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin market data last updated timestamp'}, 'total_supply': {'type': 'number', 'description': 'coin total supply'}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin total trading volume in currency', 'additionalProperties': True}, 'current_price': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin current price in currency', 'additionalProperties': True}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'fdv_to_tvl_ratio': {'type': 'number', 'description': 'fully diluted valuation to total value locked ratio'}, 'price_change_24h': {'type': 'number', 'description': 'coin 24hr price change in currency'}, 'mcap_to_tvl_ratio': {'type': 'number', 'description': 'market cap to total value locked ratio'}, 'circulating_supply': {'type': 'number', 'description': 'coin circulating supply'}, 'total_value_locked': {'type': 'number', 'description': 'total value locked'}, 'market_cap_fdv_ratio': {'type': 'number', 'description': 'market cap to fully diluted valuation ratio'}, 'ath_change_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time high (ATH) change in percentage', 'additionalProperties': True}, 'atl_change_percentage': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin all time low (atl) change in percentage', 'additionalProperties': True}, 'market_cap_change_24h': {'type': 'number', 'description': 'coin 24hr market cap change in currency'}, 'fully_diluted_valuation': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin fully diluted valuation (fdv) in currency', 'additionalProperties': True}, 'price_change_percentage_1y': {'type': 'number', 'description': 'coin 1y price change in percentage'}, 'price_change_percentage_7d': {'type': 'number', 'description': 'coin 7d price change in percentage'}, 'price_change_percentage_14d': {'type': 'number', 'description': 'coin 14d price change in percentage'}, 'price_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr price change in percentage'}, 'price_change_percentage_30d': {'type': 'number', 'description': 'coin 30d price change in percentage'}, 'price_change_percentage_60d': {'type': 'number', 'description': 'coin 60d price change in percentage'}, 'price_change_percentage_200d': {'type': 'number', 'description': 'coin 200d price change in percentage'}, 'market_cap_change_percentage_24h': {'type': 'number', 'description': 'coin 24hr market cap change in percentage'}, 'market_cap_change_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr market cap change in currency', 'additionalProperties': True}, 'price_change_percentage_1h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 1h price change in currency', 'additionalProperties': True}, 'price_change_percentage_1y_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 1y price change in currency', 'additionalProperties': True}, 'price_change_percentage_7d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 7d price change in currency', 'additionalProperties': True}, 'price_change_percentage_14d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 14d price change in currency', 'additionalProperties': True}, 'price_change_percentage_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr price change in currency', 'additionalProperties': True}, 'price_change_percentage_30d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 30d price change in currency', 'additionalProperties': True}, 'price_change_percentage_60d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 60d price change in currency', 'additionalProperties': True}, 'price_change_percentage_200d_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 200d price change in currency', 'additionalProperties': True}, 'market_cap_change_percentage_24h_in_currency': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin 24hr market cap change in percentage', 'additionalProperties': True}}, 'description': 'coin market data', 'additionalProperties': True}, 'genesis_date': {'type': 'string', 'format': 'date-time', 'description': 'coin genesis date'}, 'last_updated': {'type': 'string', 'format': 'date-time', 'description': 'coin last updated timestamp'}, 'localization': {'type': 'object', 'description': 'coin name localization', 'additionalProperties': {'type': 'string'}}, 'public_notice': {'type': 'string', 'description': 'public notice'}, 'community_data': {'type': 'object', 'properties': {'facebook_likes': {'type': 'number', 'description': 'coin facebook likes'}, 'twitter_followers': {'type': 'number', 'description': 'coin twitter followers'}, 'reddit_subscribers': {'type': 'number', 'description': 'coin reddit subscribers'}, 'reddit_average_posts_48h': {'type': 'number', 'description': 'coin reddit average posts in 48 hours'}, 'reddit_accounts_active_48h': {'type': 'number', 'description': 'coin reddit active accounts in 48 hours'}, 'reddit_average_comments_48h': {'type': 'number', 'description': 'coin reddit average comments in 48 hours'}, 'telegram_channel_user_count': {'type': 'number', 'description': 'coin telegram channel user count'}}, 'description': 'coin community data', 'additionalProperties': True}, 'country_origin': {'type': 'string', 'description': 'coin country of origin'}, 'developer_data': {'type': 'object', 'properties': {'forks': {'type': 'number', 'description': 'coin repository forks'}, 'stars': {'type': 'number', 'description': 'coin repository stars'}, 'subscribers': {'type': 'number', 'description': 'coin repository subscribers'}, 'total_issues': {'type': 'number', 'description': 'coin repository total issues'}, 'closed_issues': {'type': 'number', 'description': 'coin repository closed issues'}, 'commit_count_4_weeks': {'type': 'number', 'description': 'coin repository commit count in 4 weeks'}, 'pull_requests_merged': {'type': 'number', 'description': 'coin repository pull requests merged'}, 'pull_request_contributors': {'type': 'number', 'description': 'coin repository pull request contributors'}, 'code_additions_deletions_4_weeks': {'type': 'object', 'properties': {'additions': {'type': 'number'}, 'deletions': {'type': 'number'}}, 'description': 'coin code additions and deletions in 4 weeks', 'additionalProperties': True}, 'last_4_weeks_commit_activity_series': {'type': 'array', 'items': {'type': 'number'}, 'description': 'coin repository last 4 weeks commit activity series'}}, 'description': 'coin developer data', 'additionalProperties': True}, 'status_updates': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}, 'description': 'coin status updates'}, 'market_cap_rank': {'type': 'number', 'description': 'coin rank by market cap'}, 'preview_listing': {'type': 'boolean', 'description': 'preview listing coin'}, 'detail_platforms': {'type': 'object', 'description': 'detailed coin asset platform and contract address', 'additionalProperties': {'type': 'string'}}, 'asset_platform_id': {'type': 'string', 'description': 'coin asset platform ID'}, 'hashing_algorithm': {'type': 'string', 'description': 'blockchain hashing algorithm'}, 'additional_notices': {'type': 'array', 'items': {'type': 'string'}, 'description': 'additional notices'}, 'block_time_in_minutes': {'type': 'number', 'description': 'blockchain block time in minutes'}, 'sentiment_votes_up_percentage': {'type': 'number', 'description': 'coin sentiment votes up percentage'}, 'sentiment_votes_down_percentage': {'type': 'number', 'description': 'coin sentiment votes down percentage'}}, 'additionalProperties': True}, 'ExchangeRates': {'type': 'object', 'properties': {'rates': {'type': 'object', 'additionalProperties': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'name of the currency'}, 'type': {'type': 'string', 'description': 'type of the currency'}, 'unit': {'type': 'string', 'description': 'unit of the currency'}, 'value': {'type': 'number', 'description': 'value of the currency'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'ExchangesList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'exchange ID'}, 'name': {'type': 'string', 'description': 'exchange name'}}, 'additionalProperties': True}, 'AssetPlatforms': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'asset platform ID'}, 'name': {'type': 'string', 'description': 'chain name'}, 'image': {'type': 'object', 'properties': {'large': {'type': 'string'}, 'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'image of the asset platform', 'additionalProperties': True}, 'shortname': {'type': 'string', 'description': 'chain shortname'}, 'native_coin_id': {'type': 'string', 'description': 'chain native coin ID'}, 'chain_identifier': {'type': 'number', 'description': "chainlist's chain ID"}}, 'additionalProperties': True}}, 'CategoriesList': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'category name'}, 'category_id': {'type': 'string', 'description': 'category ID'}}, 'additionalProperties': True}, 'TrendingSearch': {'type': 'object', 'properties': {'nfts': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'NFT collection ID'}, 'data': {'type': 'object', 'properties': {'content': {'type': 'string'}, 'sparkline': {'type': 'string', 'description': 'NFT collection sparkline image url'}, 'h24_volume': {'type': 'string', 'description': 'NFT collection volume in 24 hours'}, 'floor_price': {'type': 'string', 'description': 'NFT collection floor price'}, 'h24_average_sale_price': {'type': 'string', 'description': 'NFT collection 24 hours average sale price'}, 'floor_price_in_usd_24h_percentage_change': {'type': 'string', 'description': 'NFT collection floor price in usd 24 hours percentage change'}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'NFT collection name'}, 'thumb': {'type': 'string', 'description': 'NFT collection thumb image url'}, 'symbol': {'type': 'string', 'description': 'NFT collection symbol'}, 'nft_contract_id': {'type': 'number'}, 'native_currency_symbol': {'type': 'string', 'description': 'NFT collection native currency symbol'}, 'floor_price_in_native_currency': {'type': 'number', 'description': 'NFT collection floor price in native currency'}, 'floor_price_24h_percentage_change': {'type': 'number', 'description': 'NFT collection floor price 24 hours percentage change'}}, 'additionalProperties': True}}, 'coins': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'data': {'type': 'object', 'properties': {'price': {'type': 'number', 'description': 'coin price in usd'}, 'content': {'type': 'string'}, 'price_btc': {'type': 'string', 'description': 'coin price in btc'}, 'sparkline': {'type': 'string', 'description': 'coin sparkline image url'}, 'market_cap': {'type': 'string', 'description': 'coin market cap in usd'}, 'total_volume': {'type': 'string', 'description': 'coin total volume in usd'}, 'market_cap_btc': {'type': 'string', 'description': 'coin market cap in btc'}, 'total_volume_btc': {'type': 'string', 'description': 'coin total volume in btc'}, 'price_change_percentage_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin price change percentage in 24 hours', 'additionalProperties': True}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'coin name'}, 'slug': {'type': 'string', 'description': 'coin web slug'}, 'large': {'type': 'string', 'description': 'coin large image url'}, 'score': {'type': 'number', 'description': 'coin sequence in the list'}, 'small': {'type': 'string', 'description': 'coin small image url'}, 'thumb': {'type': 'string', 'description': 'coin thumb image url'}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'coin_id': {'type': 'number'}, 'price_btc': {'type': 'number', 'description': 'coin price in btc'}, 'market_cap_rank': {'type': 'number', 'description': 'coin market cap rank'}}, 'additionalProperties': True}}, 'categories': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'number'}, 'data': {'type': 'object', 'properties': {'sparkline': {'type': 'string', 'description': 'category sparkline image url'}, 'market_cap': {'type': 'number', 'description': 'category market cap'}, 'total_volume': {'type': 'number', 'description': 'category total volume'}, 'market_cap_btc': {'type': 'number', 'description': 'category market cap in btc'}, 'total_volume_btc': {'type': 'number', 'description': 'category total volume in btc'}, 'market_cap_change_percentage_24h': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'category market cap change percentage in 24 hours', 'additionalProperties': True}}, 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'category name'}, 'slug': {'type': 'string', 'description': 'category web slug'}, 'coins_count': {'type': 'number', 'description': 'category number of coins'}, 'market_cap_1h_change': {'type': 'number', 'description': 'category market cap 1 hour change'}}, 'additionalProperties': True}}}, 'additionalProperties': True}, 'ExchangeTickers': {'allOf': [{'$ref': '#/$defs/CoinsTickers'}, {}]}, 'CoinsMarketChart': {'type': 'object', 'properties': {'prices': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'market_caps': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'total_volumes': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}}, 'additionalProperties': True}, 'SimpleTokenPrice': {'type': 'object', 'properties': {'usd': {'type': 'number', 'description': 'price in USD'}, 'usd_24h_vol': {'type': 'number', 'description': '24hr volume in USD'}, 'usd_24h_change': {'type': 'number', 'description': '24hr change in USD'}, 'usd_market_cap': {'type': 'number', 'description': 'market cap in USD'}, 'last_updated_at': {'type': 'number', 'description': 'last updated timestamp'}}, 'additionalProperties': True}, 'CompaniesTreasury': {'type': 'object', 'properties': {'companies': {'type': 'array', 'items': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'company name'}, 'symbol': {'type': 'string', 'description': 'company symbol'}, 'country': {'type': 'string', 'description': 'company incorporated country'}, 'total_holdings': {'type': 'number', 'description': 'total btc/eth holdings of company'}, 'total_entry_value_usd': {'type': 'number', 'description': 'total entry value in usd'}, 'total_current_value_usd': {'type': 'number', 'description': 'total current value of btc/eth holdings in usd'}, 'percentage_of_total_supply': {'type': 'number', 'description': 'percentage of total btc/eth supply'}}, 'additionalProperties': True}}, 'total_holdings': {'type': 'number', 'description': 'total btc/eth holdings of companies'}, 'total_value_usd': {'type': 'number', 'description': 'total btc/eth holdings value in usd'}, 'market_cap_dominance': {'type': 'number', 'description': 'market cap dominance'}}, 'additionalProperties': True}, 'CoinsHistoricalData': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'coin ID'}, 'name': {'type': 'string', 'description': 'coin name'}, 'image': {'type': 'object', 'properties': {'small': {'type': 'string'}, 'thumb': {'type': 'string'}}, 'description': 'coin image url', 'additionalProperties': True}, 'symbol': {'type': 'string', 'description': 'coin symbol'}, 'market_data': {'type': 'object', 'properties': {'market_cap': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin market cap', 'additionalProperties': True}, 'total_volume': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin total volume', 'additionalProperties': True}, 'current_price': {'type': 'object', 'properties': {'btc': {'type': 'number'}, 'eur': {'type': 'number'}, 'usd': {'type': 'number'}}, 'description': 'coin current price', 'additionalProperties': True}}, 'description': 'coin market data', 'additionalProperties': True}, 'localization': {'type': 'object', 'description': 'coin localization', 'additionalProperties': {'type': 'string'}}, 'community_data': {'type': 'object', 'properties': {'facebook_likes': {'type': 'number', 'description': 'coin facebook likes'}, 'twitter_followers': {'type': 'number', 'description': 'coin twitter followers'}, 'reddit_subscribers': {'type': 'number', 'description': 'coin reddit subscribers'}, 'reddit_average_posts_48h': {'type': 'number', 'description': 'coin reddit average posts 48h'}, 'reddit_accounts_active_48h': {'type': 'number', 'description': 'coin reddit accounts active 48h'}, 'reddit_average_comments_48h': {'type': 'number', 'description': 'coin reddit average comments 48h'}}, 'description': 'coin community data', 'additionalProperties': True}, 'developer_data': {'type': 'object', 'properties': {'forks': {'type': 'number', 'description': 'coin repository forks'}, 'stars': {'type': 'number', 'description': 'coin repository stars'}, 'subscribers': {'type': 'number', 'description': 'coin repository subscribers'}, 'total_issues': {'type': 'number', 'description': 'coin repository total issues'}, 'closed_issues': {'type': 'number', 'description': 'coin repository closed issues'}, 'commit_count_4_weeks': {'type': 'number', 'description': 'coin commit count 4 weeks'}, 'pull_requests_merged': {'type': 'number', 'description': 'coin repository pull requests merged'}, 'pull_request_contributors': {'type': 'number', 'description': 'coin repository pull request contributors'}, 'code_additions_deletions_4_weeks': {'type': 'object', 'properties': {'additions': {'type': 'number'}, 'deletions': {'type': 'number'}}, 'description': 'coin code additions deletions 4 weeks', 'additionalProperties': True}}, 'description': 'coin developer data', 'additionalProperties': True}, 'public_interest_stats': {'type': 'object', 'properties': {'alexa_rank': {'type': 'number', 'description': 'coin alexa rank'}, 'bing_matches': {'type': 'number', 'description': 'coin bing matches'}}, 'description': 'coin public interest stats', 'additionalProperties': True}}, 'additionalProperties': True}, 'ExchangeVolumeChart': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'CoinsContractAddress': {'allOf': [{'$ref': '#/$defs/CoinsDataBase'}, {}]}, 'DerivativesExchanges': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'derivatives exchange ID'}, 'url': {'type': 'string', 'description': 'derivatives exchange website url'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}, 'image': {'type': 'string', 'description': 'derivatives exchange image url'}, 'country': {'type': 'string', 'description': 'derivatives exchange incorporated country'}, 'description': {'type': 'string', 'description': 'derivatives exchange description'}, 'year_established': {'type': 'number', 'description': 'derivatives exchange established year'}, 'open_interest_btc': {'type': 'number', 'description': 'derivatives exchange open interest in BTC'}, 'trade_volume_24h_btc': {'type': 'string', 'description': 'derivatives exchange trade volume in BTC in 24 hours'}, 'number_of_futures_pairs': {'type': 'number', 'description': 'number of futures pairs in the derivatives exchange'}, 'number_of_perpetual_pairs': {'type': 'number', 'description': 'number of perpetual pairs in the derivatives exchange'}}, 'additionalProperties': True}, 'CoinsMarketChartRange': {'type': 'object', 'properties': {'prices': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'market_caps': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, 'total_volumes': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}}, 'additionalProperties': True}, 'DerivativesExchangesID': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': 'derivatives exchange website url'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}, 'image': {'type': 'string', 'description': 'derivatives exchange image url'}, 'country': {'type': 'string', 'description': 'derivatives exchange incorporated country'}, 'tickers': {'type': 'array', 'items': {'$ref': '#/$defs/DerivativesTickersList'}}, 'description': {'type': 'string', 'description': 'derivatives exchange description'}, 'year_established': {'type': 'number', 'description': 'derivatives exchange established year'}, 'open_interest_btc': {'type': 'number', 'description': 'derivatives exchange open interest in BTC'}, 'trade_volume_24h_btc': {'type': 'string', 'description': 'derivatives exchange trade volume in BTC in 24 hours'}, 'number_of_futures_pairs': {'type': 'number', 'description': 'number of futures pairs in the derivatives exchange'}, 'number_of_perpetual_pairs': {'type': 'number', 'description': 'number of perpetual pairs in the derivatives exchange'}}, 'additionalProperties': True}, 'DerivativesTickersList': {'type': 'object', 'properties': {'basis': {'type': 'number', 'description': 'difference of derivative price and index price'}, 'index': {'type': 'number', 'description': 'derivative underlying asset price'}, 'price': {'type': 'string', 'description': 'derivative ticker price'}, 'market': {'type': 'string', 'description': 'derivative market name'}, 'spread': {'type': 'number', 'description': 'derivative bid ask spread'}, 'symbol': {'type': 'string', 'description': 'derivative ticker symbol'}, 'index_id': {'type': 'string', 'description': 'derivative underlying asset'}, 'expired_at': {'type': 'string'}, 'volume_24h': {'type': 'number', 'description': 'derivative volume in 24 hours'}, 'funding_rate': {'type': 'number', 'description': 'derivative funding rate'}, 'contract_type': {'type': 'string', 'description': 'derivative contract type'}, 'open_interest': {'type': 'number', 'description': 'derivative open interest'}, 'last_traded_at': {'type': 'number', 'description': 'derivative last updated time'}, 'price_percentage_change_24h': {'type': 'number', 'description': 'derivative ticker price percentage change in 24 hours'}}, 'additionalProperties': True}, 'DerivativesExchangesList': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'derivatives exchange ID'}, 'name': {'type': 'string', 'description': 'derivatives exchange name'}}, 'additionalProperties': True}}, 'required': [], 'properties': {}}}] |
@NexusX-MCP/x-v2-server | X V2 MCP Server | Interact with the Twitter/X API seamlessly. Retrieve tweets, post new content, and manage user interactions programmatically to enhance your AI assistant's capabilities. | 2025-04-13T11:29:11.760Z | 172 | https://smithery.ai/server/@NexusX-MCP/x-v2-server | true | null | {
"scanPassed": true
} | [{'name': 'get_tweets_by_userid', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['userId'], 'properties': {'userId': {'type': 'string', 'description': 'The Twitter user ID to search for tweets'}, 'exclude': {'type': 'array', 'items': {'enum': ['retweets', 'replies'], 'type': 'string'}, 'description': 'The types of tweets to exclude from the search'}, 'maxResults': {'type': 'number', 'default': 10, 'description': 'The maximum number of tweets to return'}, 'paginationToken': {'type': 'string', 'description': 'The pagination token to use for the next page of results'}}, 'additionalProperties': False}}, {'name': 'get_tweet_by_id', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tweetId'], 'properties': {'tweetId': {'type': 'string', 'description': 'The ID of the tweet to retrieve'}}, 'additionalProperties': False}}, {'name': 'get_user_mentions', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['userId'], 'properties': {'userId': {'type': 'string', 'description': 'The Twitter user ID to get mentions for'}, 'maxResults': {'type': 'number', 'default': 10, 'description': 'The maximum number of mentions to return'}, 'paginationToken': {'type': 'string', 'description': 'The pagination token to use for the next page of results'}}, 'additionalProperties': False}}, {'name': 'quote_tweet', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tweetId', 'replyText'], 'properties': {'tweetId': {'type': 'string', 'description': 'The ID of the tweet to quote'}, 'replyText': {'type': 'string', 'description': 'The text to include with the quote'}}, 'additionalProperties': False}}, {'name': 'reply_to_tweet', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tweetId', 'replyText'], 'properties': {'tweetId': {'type': 'string', 'description': 'The ID of the tweet to reply to'}, 'replyText': {'type': 'string', 'description': 'The text content of the reply'}}, 'additionalProperties': False}}, {'name': 'post_tweet', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['text'], 'properties': {'text': {'type': 'string', 'description': 'The text content of the tweet'}}, 'additionalProperties': False}}, {'name': 'like_tweet', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tweetId'], 'properties': {'tweetId': {'type': 'string', 'description': 'The ID of the tweet to like'}}, 'additionalProperties': False}}, {'name': 'follow_user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['targetUserId'], 'properties': {'targetUserId': {'type': 'string', 'description': 'The ID of the user to follow'}}, 'additionalProperties': False}}, {'name': 'unfollow_user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['targetUserId'], 'properties': {'targetUserId': {'type': 'string', 'description': 'The ID of the user to unfollow'}}, 'additionalProperties': False}}, {'name': 'get_user_by_username', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username'], 'properties': {'username': {'type': 'string', 'description': 'The Twitter username (without @ symbol)'}}, 'additionalProperties': False}}, {'name': 'search_tweets', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The search query'}, 'maxResults': {'type': 'number', 'default': 10, 'description': 'Maximum number of results to return'}}, 'additionalProperties': False}}, {'name': 'get_trending_topics', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'woeid': {'type': 'number', 'default': 1, 'description': "The 'Where On Earth ID' (WOEID) for the location (1 for worldwide)"}}, 'additionalProperties': False}}, {'name': 'create_list', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the list'}, 'isPrivate': {'type': 'boolean', 'default': False, 'description': 'Whether the list should be private'}, 'description': {'type': 'string', 'description': 'Optional description for the list'}}, 'additionalProperties': False}}, {'name': 'add_list_member', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['listId', 'userId'], 'properties': {'listId': {'type': 'string', 'description': 'The ID of the list'}, 'userId': {'type': 'string', 'description': 'The ID of the user to add'}}, 'additionalProperties': False}}, {'name': 'remove_list_member', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['listId', 'userId'], 'properties': {'listId': {'type': 'string', 'description': 'The ID of the list'}, 'userId': {'type': 'string', 'description': 'The ID of the user to remove'}}, 'additionalProperties': False}}, {'name': 'get_owned_lists', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}] |
@terryso/mcp-pinterest | Pinterest MCP Server | Search for images and retrieve information from Pinterest. | 2025-03-01T16:52:52.778Z | 172 | https://smithery.ai/server/@terryso/mcp-pinterest | true | null | {
"scanPassed": true
} | [{'name': 'pinterest_search', 'description': 'Search for images on Pinterest by keyword', 'inputSchema': {'type': 'object', 'required': ['keyword'], 'properties': {'limit': {'type': 'integer', 'default': 10, 'description': 'Number of images to return (default: 10)'}, 'keyword': {'type': 'string', 'description': 'Search keyword'}, 'headless': {'type': 'boolean', 'default': True, 'description': 'Whether to use headless browser mode (default: true)'}}}}, {'name': 'pinterest_get_image_info', 'description': 'Get Pinterest image information', 'inputSchema': {'type': 'object', 'required': ['image_url'], 'properties': {'image_url': {'type': 'string', 'description': 'Image URL'}}}}, {'name': 'pinterest_search_and_download', 'description': 'Search for images on Pinterest by keyword and download them', 'inputSchema': {'type': 'object', 'required': ['keyword'], 'properties': {'limit': {'type': 'integer', 'default': 10, 'description': 'Number of images to return and download (default: 10)'}, 'keyword': {'type': 'string', 'description': 'Search keyword'}, 'headless': {'type': 'boolean', 'default': True, 'description': 'Whether to use headless browser mode (default: true)'}, 'download_dir': {'type': 'string', 'default': '/usr/src/app/downloads', 'description': 'Directory to save downloaded images (default: /usr/src/app/downloads)'}}}}] |
@smithery-ai/postgres | PostgreSQL MCP Server | A Model Context Protocol server that provides read-only access to PostgreSQL databases. This server enables LLMs to inspect database schemas and execute read-only queries. | 2024-12-13T15:46:53.911Z | 372 | https://smithery.ai/server/@smithery-ai/postgres | false | null | {
"scanPassed": true
} | [{'name': 'query', 'description': 'Run a read-only SQL query', 'inputSchema': {'type': 'object', 'properties': {'sql': {'type': 'string'}}}}] |
@hackle-io/hackle-mcp | Hackle API Server | Provide tools and resources to query A/B Test data through the Hackle API. Enable seamless integration of A/B testing insights into your applications. Facilitate efficient data retrieval and manipulation for experimentation workflows. | 2025-04-17T05:39:07.281Z | 84 | https://smithery.ai/server/@hackle-io/hackle-mcp | true | null | {
"scanPassed": true
} | [{'name': 'active-user-series', 'description': 'Fetches active user series', 'inputSchema': {'type': 'object', 'properties': {'date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to query to (inclusive)'}, 'unit': {'type': 'string', 'description': 'Specifies the time unit for metric data. Data can be aggregated on a daily (DAY), weekly (WEEK), or monthly (MONTH) basis.'}}}}, {'name': 'experiment-detail', 'description': 'Fetch a experiment(A/B Test) detail.', 'inputSchema': {'type': 'object', 'properties': {'experimentId': {'type': 'number', 'description': 'experiment id'}}}}, {'name': 'experiment-list', 'description': 'Fetches experiment(A/B Test) list', 'inputSchema': {'type': 'object', 'properties': {'pageSize': {'type': 'number', 'description': 'Number of items to display per page (min 1, default 100)'}, 'pageNumber': {'type': 'number', 'description': 'page number (min 0, default 0)'}, 'searchKeyword': {'type': 'string', 'description': 'Parameter used to filter experiments by keyword. Allows searching for experiments containing the specified text. '}}}}, {'name': 'retention-series', 'description': 'Fetches user retention series', 'inputSchema': {'type': 'object', 'properties': {'date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to query to (inclusive)'}, 'unit': {'type': 'string', 'description': 'Specifies the time unit for metric data. Data can be aggregated on a daily (DAY), weekly (WEEK), or monthly (MONTH) basis.'}}}}, {'name': 'stickiness-series', 'description': 'Fetches stickiness series', 'inputSchema': {'type': 'object', 'properties': {'date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to query to (inclusive)'}, 'unit': {'type': 'string', 'description': 'Specifies the time unit for metric data. Data can be aggregated on a weekly (WEEK) or monthly (MONTH) basis.'}}}}] |
@hbg/mcp-paperswithcode | PapersWithCode Client | Interface with the PapersWithCode API to access a wealth of research information. Retrieve details about papers, authors, conferences, and methods effortlessly, enhancing your AI agent's capabilities. Simplify your research process with powerful tools for searching and explaining academic papers. | 2025-03-16T20:45:33.741Z | 167 | https://smithery.ai/server/@hbg/mcp-paperswithcode | true | null | {
"scanPassed": true
} | [{'name': 'search_research_areas', 'description': 'Search for research areas that exist in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'search_research_areasArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'items_per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Items Per Page', 'default': 20}}}}, {'name': 'get_research_area', 'description': 'Get a research area by ID in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'get_research_areaArguments', 'required': ['area_id'], 'properties': {'area_id': {'type': 'string', 'title': 'Area Id'}}}}, {'name': 'list_research_area_tasks', 'description': 'List the tasks for a given research area ID in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'list_research_area_tasksArguments', 'required': ['area_id'], 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'area_id': {'type': 'string', 'title': 'Area Id'}, 'items_per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Items Per Page', 'default': 20}}}}, {'name': 'search_authors', 'description': 'Search for authors by name in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'search_authorsArguments', 'required': ['full_name'], 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'full_name': {'type': 'string', 'title': 'Full Name'}, 'items_per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Items Per Page', 'default': 20}}}}, {'name': 'get_paper_author', 'description': 'Get a paper author by ID in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'get_paper_authorArguments', 'required': ['author_id'], 'properties': {'author_id': {'type': 'string', 'title': 'Author Id'}}}}, {'name': 'list_papers_by_author_id', 'description': 'List the papers for a given author ID in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'list_papers_by_author_idArguments', 'required': ['author_id'], 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'author_id': {'type': 'string', 'title': 'Author Id'}, 'items_per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Items Per Page', 'default': 20}}}}, {'name': 'list_papers_by_author_name', 'description': 'List the papers written by a given author name in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'list_papers_by_author_nameArguments', 'required': ['author_name'], 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'author_name': {'type': 'string', 'title': 'Author Name'}, 'items_per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Items Per Page', 'default': 20}}}}, {'name': 'list_conferences', 'description': 'List the conferences in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'list_conferencesArguments', 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'items_per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Items Per Page', 'default': 20}, 'conference_name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Conference Name', 'default': None}}}}, {'name': 'get_conference', 'description': 'Get a conference by ID in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'get_conferenceArguments', 'required': ['conference_id'], 'properties': {'conference_id': {'type': 'string', 'title': 'Conference Id'}}}}, {'name': 'list_conference_proceedings', 'description': 'List the proceedings for a given conference ID in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'list_conference_proceedingsArguments', 'required': ['conference_id'], 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'conference_id': {'type': 'string', 'title': 'Conference Id'}, 'items_per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Items Per Page', 'default': 20}}}}, {'name': 'get_conference_proceeding', 'description': 'Get a proceeding by ID in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'get_conference_proceedingArguments', 'required': ['conference_id', 'proceeding_id'], 'properties': {'conference_id': {'type': 'string', 'title': 'Conference Id'}, 'proceeding_id': {'type': 'string', 'title': 'Proceeding Id'}}}}, {'name': 'list_conference_papers', 'description': 'List the papers for a given conference ID and proceeding ID in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'list_conference_papersArguments', 'required': ['conference_id', 'proceeding_id'], 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'conference_id': {'type': 'string', 'title': 'Conference Id'}, 'proceeding_id': {'type': 'string', 'title': 'Proceeding Id'}, 'items_per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Items Per Page', 'default': 20}}}}, {'name': 'search_papers', 'description': 'Search for a paper in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'search_papersArguments', 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'title': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Title', 'default': None}, 'abstract': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Abstract', 'default': None}, 'arxiv_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Arxiv Id', 'default': None}, 'items_per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Items Per Page', 'default': 20}}}}, {'name': 'get_paper', 'description': 'Get a paper by ID in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'get_paperArguments', 'required': ['paper_id'], 'properties': {'paper_id': {'type': 'string', 'title': 'Paper Id'}}}}, {'name': 'list_paper_repositories', 'description': 'List the repositories for a given paper ID in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'list_paper_repositoriesArguments', 'required': ['paper_id'], 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'paper_id': {'type': 'string', 'title': 'Paper Id'}, 'items_per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Items Per Page', 'default': 20}}}}, {'name': 'list_paper_datasets', 'description': 'List the datasets for a given paper ID in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'list_paper_datasetsArguments', 'required': ['paper_id'], 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'paper_id': {'type': 'string', 'title': 'Paper Id'}, 'items_per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Items Per Page', 'default': 20}}}}, {'name': 'list_paper_methods', 'description': 'List the methods for a given paper ID in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'list_paper_methodsArguments', 'required': ['paper_id'], 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'paper_id': {'type': 'string', 'title': 'Paper Id'}, 'items_per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Items Per Page', 'default': 20}}}}, {'name': 'list_paper_results', 'description': 'List the results for a given paper ID in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'list_paper_resultsArguments', 'required': ['paper_id'], 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'paper_id': {'type': 'string', 'title': 'Paper Id'}, 'items_per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Items Per Page', 'default': 20}}}}, {'name': 'list_paper_tasks', 'description': 'List the tasks for a given paper ID in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'list_paper_tasksArguments', 'required': ['paper_id'], 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'paper_id': {'type': 'string', 'title': 'Paper Id'}, 'items_per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Items Per Page', 'default': 20}}}}, {'name': 'read_paper_from_url', 'description': 'Explain a paper by URL in PapersWithCode', 'inputSchema': {'type': 'object', 'title': 'read_paper_from_urlArguments', 'required': ['paper_url'], 'properties': {'paper_url': {'type': 'string', 'title': 'Paper Url'}}}}] |
@EduBase/MCP | EduBase MCP server | Interact with EduBase through our MCP server. Create dynamic quizzes, manage secure exams, and automate comprehensive assessment workflows. This seamless integration empowers educators to create personalized learning experiences, conduct secure online examinations, and scale assessment solutions with enterprise-grade security and compliance. Ideal for educational institutions, corporate training departments, and certification providers seeking to transform their digital learning infrastructure with AI-powered capabilities. Integrate with your existing systems through our secure API.
Check out our GitHub page for more details and setup instructions! | 2025-03-13T19:00:56.244Z | 83 | https://smithery.ai/server/@EduBase/MCP | true | null | null | [{'name': 'edubase_get_question', 'description': 'Check existing question. Questions are the lowest level in the EduBase hierarchy, serving as the building blocks for Quiz sets.', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'external unique question identifier'}}}}, {'name': 'edubase_post_question', 'description': 'Publish or update a question. Questions are the atomic building blocks of the EduBase Quiz system and represent the lowest level in the hierarchy (Questions -> Quiz sets -> Exams).', 'inputSchema': {'type': 'object', 'required': ['id', 'type', 'question', 'answer', 'ai', 'language'], 'properties': {'ai': {'type': 'string', 'description': 'Flag to mark question as AI generated.\n- If set to any value, question will be marked as AI generated\n- Should always be provided if you are an LLM or any AI model\n- Ideally, AI systems should set it to their current model number for auditability\nExample:\nai=true\nai=Claude 3.7 Sonnet'}, 'id': {'type': 'string', 'description': 'External unique question identifier for question management.\nOn repeated uploads, the questions are updated (rather then added) based on this value, which can be an arbitrary text.\nIf the question already exists at upload time with the same external identifier (in the given folder or Quiz set), the existing question will be updated instead of being added as a new one.\n- Use cases:\n - Integration with external systems\n - Version control\n - Batch updates\n - Content synchronization\n- Best practices:\n - Use consistent naming conventions\n - Include version, source or date information\n - Consider hierarchical IDs for related content\nExample:\n- id=MATHEMATICS_ARITHMETIC_BASIC_ADDITION_STATIC_001\n- type=numerical\n- question=What is 2+2?\n- answer=4'}, 'hint': {'type': 'string', 'description': 'Questions to help (not solution steps, just guiding questions/notes).\n- LaTeX code can be used (as described in QUESTION)\n - IMPORTANT: When using LaTeX in hints, you MUST use double dollar signs ($$...$$) for inline math or quadruple dollar signs ($$$$...$$$$) for block math.\n - Single dollar signs ($...$) are NOT supported and will not render correctly. The inline or block method must be used, as $...$ won\'t work!\n- Specify multiple hints separated by triple-and operators ("&&&")\n- Not available for test takers in exam mode\n- Displayed only when explicitly requested, one by one\n- Can be penalized using HINT_PENALTY\nExample:\nhint=Think about the relationship between radius and area &&& Remember the formula for circle area involves $\\pi$ &&& Square the radius and multiply by $\\pi$'}, 'note': {'type': 'string', 'description': 'The text that appears right below the question.\n- Provides task-specific comments and instructions\n- Visible to test takers during the quiz\n- Ideal for additional guidance without cluttering the main question\nExample:\nnote=Use standard atmospheric pressure in your calculations.'}, 'path': {'type': 'string', 'description': 'Path where question will be stored in personal QuestionBase.\n- Default: /API\n- Supports hierarchical structure with forward slashes\n- Always start with a forward slash!\nExample:\npath=/Mathematics/Calculus/Derivatives'}, 'tags': {'type': 'string', 'description': 'Tag questions with custom user-defined tags.\n- Use ID or code of pre-registered tags\n- Only previously registered tags can be used (must be pre-registered in EduBase UI)\n- Specify multiple tags separated by triple-and operators ("&&&")\n- User-controlled categorization that can be created at user or organization level\n- Use cases include:\n - Personal content organization (e.g., "My Calculus Questions", "Spring 2024")\n - Department-level categorization (e.g., "IT Department", "CS101")\n - Custom taxonomies for specialized content organization\n- Tags are flexible, customizable, and searchable in the UI\nExample:\ntags=Algebra &&& High School &&& Exam Prep'}, 'type': {'type': 'string', 'description': 'Type of the question.\nEduBase supports various question types to accommodate different assessment needs:\n- Basic Types:\n - GENERIC: Strict matching including spaces and punctuation\n - TEXT: Basic text input with flexible matching (ignores spaces and punctuation)\n - FREE-TEXT: Extended text response with semi-automatic grading\n - READING: Non-assessed text display for complex question groups\n- Choice-Based Types:\n - CHOICE: Single correct answer selection\n - MULTIPLE-CHOICE: Multiple correct answers\n - ORDER: Sequence arrangement (arrange items in correct order)\n - TRUE/FALSE: Statement evaluation (true statements in ANSWER, false in OPTIONS)\n- Numerical Types:\n - NUMERIC: Numerical value validation with fractions, constants, intervals\n - DATE/TIME: Calendar date validation with adjustable precision\n - EXPRESSION: Mathematical expression evaluation\n- Advanced Types:\n - MATRIX/MATRIX:EXPRESSION: Matrix evaluation (format: [a;b|c;d] for 2x2)\n - SET/SET:TEXT: Unordered collection validation\n - FILE: File submission evaluation\nExample:\ntype=numerical'}, 'group': {'type': 'string', 'description': "Add a question to a question group in a Quiz set.\n- If the group doesn't exist, it will be created automatically as a complex task with default settings\n- Only applicable when uploading DIRECTLY to a Quiz set\n- Existing group settings will not be changed when adding more questions\nExample:\ngroup=Basic_Arithmetic"}, 'image': {'type': 'string', 'description': 'Attach an image to the question.\nSupported formats: PNG, JPEG, WebP\nFormat: filename=data, where data is either a base64-encoded image or a URL'}, 'answer': {'type': 'string', 'description': 'The correct answer(s) for the question.\n- For multiple answers, separate with triple-and operator ("&&&")\n- Parameters can be used in curly braces {param_name}\n- LaTeX Support (requires QUESTION_FORMAT=LATEX):\n - Inline: $$...$$\n - Block: $$$$...$$$$\n - IMPORTANT: When using LaTeX in answer, you MUST use double dollar signs ($$...$$) for inline math or quadruple dollar signs ($$$$...$$$$) for block math.\n - Single dollar signs ($...$) are NOT supported and will not render correctly. The inline or block method must be used, as $...$ won\'t work!\n- Usage by question type:\n - CHOICE: The correct option\n - MULTIPLE-CHOICE: All correct options\n - TEXT/NUMERICAL/EXPRESSION: Expected response(s)\n - ORDER: Items in correct sequence\n - TRUE/FALSE: True statements (false statements go in OPTIONS)\n - MATRIX types: Use format [a;b|c;d] for matrices\n - SET types: Unordered collection of elements\nExample:\nanswer=Paris\nanswer=sin(x)^2+cos(x)^2 # with type = EXPRESSION\nanswer=$$sin^2(x)+cos^2(x)$$ # with type = CHOICE so it renders correctly'}, 'labels': {'type': 'string', 'description': 'Categorize questions with instance-level labels.\n- Pre-defined values specific to each EduBase instance\n- Values controlled by instance administrators (cannot be created by users)\n- Consistent across all users in an instance\n- Specify multiple labels separated by triple-and operators ("&&&")\n- Use cases include:\n - System-wide flags (e.g., "needs_review", "featured")\n - Quality indicators (e.g., "verified", "deprecated")\n - Processing status (e.g., "ai_generated", "manually_checked")\nExample:\nlabel=verified &&& featured'}, 'points': {'type': 'string', 'description': 'Maximum points for a fully correct answer.\n- Default: 1 point\n- For questions with multiple answers, partial credit is possible based on SUBSCORING method\nExample:\npoints=10'}, 'source': {'type': 'string', 'description': 'Specify source of question content (not shown to test takers).\n- Use cases include training material sources, documentation references, content attribution\n- Important for tracking question origins and copyright compliance\nExample:\nsource=Mathematics Textbook Chapter 5, Page 123\nsource=Company Safety Manual 2023, Section 3.4.2'}, 'options': {'type': 'string', 'description': 'Incorrect options or false statements for choice-based question types.\n- Required for CHOICE, MULTIPLE-CHOICE question types\n- For TRUE/FALSE, these are the false statements (ANSWER contains true statements)\n- Separate multiple options with triple-and operators ("&&&")\n- Parameters can be used in curly braces {param_name}\n- LaTeX Support (requires QUESTION_FORMAT=LATEX):\n - Inline: $$...$$\n - Block: $$$$...$$$$\n - IMPORTANT: When using LaTeX in questions, you MUST use double dollar signs ($$...$$) for inline math or quadruple dollar signs ($$$$...$$$$) for block math.\n - Single dollar signs ($...$) are NOT supported and will not render correctly. The inline or block method must be used, as $...$ won\'t work!\nExample:\noptions=London &&& Berlin &&& Madrid\nExample API call:\nid=capital_france\ntype=choice\nquestion=What is the capital of France?\nanswer=Paris\noptions=London &&& Berlin &&& Madrid'}, 'subject': {'type': 'string', 'description': 'Subject classification for organizing questions.\n- Provides primary categorization for content organization\n- Use the question editor in the EduBase UI for an up-to-date list of possible values\nExample:\nsubject=Mathematics\ncategory=Algebra'}, 'category': {'type': 'string', 'description': 'Category, another layer of organization as seen in SUBJECT'}, 'decimals': {'type': 'string', 'description': 'Decimal precision (default: 2).\n- Applicable only for NUMERIC / EXPRESSION / MATRIX / MATRIX:EXPRESSION / SET questions\n- The expected decimal precision of the final answer\n- Examples: Finance (decimals=2), Chemistry (decimals=4)\nExample:\ndecimals=3'}, 'language': {'type': 'string', 'description': 'The language of the question.\n- Alpha-2 code according to ISO 639-1\nExample:\nlanguage=hu # Hungarian'}, 'question': {'type': 'string', 'description': "The main question text that will be displayed to the test taker.\nSupports rich formatting options:\n- LaTeX Support (requires QUESTION_FORMAT=LATEX):\n - Inline: $$...$$\n - Block: $$$$...$$$$\n - IMPORTANT: When using LaTeX in questions, you MUST use double dollar signs ($$...$$) for inline math or quadruple dollar signs ($$$$...$$$$) for block math.\n - Single dollar signs ($...$) are NOT supported and will not render correctly. The inline or block method must be used, as $...$ won't work!\n- Parameters: Use curly braces {parameter_name} (defined in PARAMETERS field)\n- Quick expressions: Use ~~~expression~~~ for simple parameter calculations, e.g., area of a circle is ~~~{r}*{r}*pi~~~\n- Style formatting with EduTags:\n - Bold: [[B]]...[[/B]]\n - Italic: [[I]]...[[/I]]\n - Underline: [[U]]...[[/U]]\n - Subscript: [[SUB]]...[[/SUB]], Superscript: [[SUP]]...[[/SUP]]\n - Code: [[CODE]]...[[/CODE]], [[CODEBLOCK]]...[[/CODEBLOCK]]\n - Colors: [[COLOR:{color}]]...[[/COLOR]], [[BACKGROUND:{color}]]...[[/BACKGROUND]]\n- Tables: Use [[..]] format with semicolons for columns, vertical bars for rows, e.g., [[Header 1; Header 2 | Data 1; Data 2]]\n- Answer placeholders: [[___]] (3 underscores), for fill-in-the-gaps\nExample:\nquestion=Calculate the area of a circle with radius {r} using $$A = \\pi r^2$$"}, 'solution': {'type': 'string', 'description': 'Step-by-step solution.\n- LaTeX code can be used (as described in QUESTION)\n - IMPORTANT: When using LaTeX in solution, you MUST use double dollar signs ($$...$$) for inline math or quadruple dollar signs ($$$$...$$$$) for block math.\n - Single dollar signs ($...$) are NOT supported and will not render correctly. The inline or block method must be used, as $...$ won\'t work!\n- Specify multiple solution steps separated by triple-and operators ("&&&")\n- Each step is displayed one at a time\n- Can be penalized using SOLUTION_PENALTY\n- Not available in exam mode\nExample:\nsolution=Using the power rule, we differentiate each term: &&& For $x^2$: $\\frac{d}{dx}(x^2) = 2x$ &&& For $x$: $\\frac{d}{dx}(x) = 1$ &&& The constant term disappears: $\\frac{d}{dx}(5) = 0$ &&& Therefore, $\\frac{d}{dx}(x^2 + x + 5) = 2x + 1$'}, 'subpoints': {'type': 'string', 'description': 'Define specific point values for each answer in percentages.\n- Only used when subscoring=CUSTOM\n- Specify percentage values separated by triple-and operators ("&&&")\n- Not applicable for CHOICE, READING and FREE-TEXT questions\n- Values should sum to 100 (for percentage)\nExample:\nsubpoints=50 &&& 25 &&& 25\nExample meaning: For a 10-point question with three answers:\n- First answer: 5 points (50%)\n- Second answer: 2.5 points (25%)\n- Third answer: 2.5 points (25%)'}, 'tolerance': {'type': 'string', 'description': 'Evaluation tolerance method.\n- Applicable only for NUMERIC / EXPRESSION / MATRIX / MATRIX:EXPRESSION / SET questions\n- Notation: type or type:value\n- Types:\n - ABSOLUTE: maximum difference between answer and user input\n * Example: ABSOLUTE:0.1\n - RELATIVE: maximum difference in percentage (symmetric mean absolute percentage error, SMAP value is used)\n * Example: RELATIVE:5% or RELATIVE:0.05\n - QUOTIENT: integer multiple / QUOTIENT2: scalar multiple\n * Example: QUOTIENT or QUOTIENT2:SYNCED\nExample:\ntolerance=ABSOLUTE:0.01'}, 'attachment': {'type': 'string', 'description': 'Attach a file to the question.\nFormat: filename=data, where data is either a base64-encoded image or a URL'}, 'parameters': {'type': 'string', 'description': 'Parameter definitions for dynamic question generation.\nOne of EduBase\'s most powerful features, allowing creation of dynamic questions where each user gets a unique variant of the same question.\n- Separate multiple parameters with triple-and operators ("&&&")\n- Up to 128 parameters can be defined\nParameter Types:\n1. FIX (Fixed Value):\n - Format: {name; FIX; value}\n - Sets a predefined constant value (integer or fraction)\n - Example: {pi; FIX; 3.1415}\n2. INTEGER (Whole Numbers):\n - Simple: {name; INTEGER}\n - Extended: {name; INTEGER; min; max}\n - Full: {name; INTEGER; min; max; inside; outside}\n - Generate random integers within specified ranges\n - Use \'-\' for omitting min/max values\n - Examples:\n * {p; INTEGER} - any integer\n * {p; INTEGER; 10; 20} - integer between 10 and 20 (inclusive)\n * {p; INTEGER; -; -; [10-20]; [12-14] ||| [16-18]} - integer between 10-20, excluding 12-14 and 16-18\n3. FLOAT (Decimal Numbers):\n - Simple: {name; FLOAT; precision}\n - Extended: {name; FLOAT; precision; min; max}\n - Full: {name; FLOAT; precision; min; max; inside; outside}\n - Generate random decimal numbers\n - Specify precision (decimal places)\n - Examples:\n * {p; FLOAT; 2} - float with 2 decimal places\n * {p; FLOAT; 5; 0; 1} - float between 0 and 1 with 5 decimals\n * {p; FLOAT; 1; 0; 10; -; [0-1]} - float between 0-10 excluding 0-1, with 1 decimal\n4. FORMULA (Expressions):\n - Simple: {name; FORMULA; formula}\n - Full: {name; FORMULA; formula; precision}\n - Define parameters based on other parameters\n - Examples:\n * {d; FORMULA; {b}^2-4*{a}*{c}} - quadratic formula discriminant\n * {p; FORMULA; 2*{q}+1} - linear expression\n5. LIST (Random Selection):\n - Format: {name; LIST; value1; value2; value3; ...}\n - Randomly select from predefined values\n - Up to 64 elements\n - Examples:\n * {primes; LIST; 2; 3; 5; 7; 11}\n * {animals; LIST; dog; cat; snake; camel}\n6. PERMUTATION:\n - Format: {name; PERMUTATION; value1; value2; value3; ...}\n - Creates permutated parameters accessible as {name_1}, {name_2}, etc.\n - Example: {p; PERMUTATION; A; B; C; D}\n * So {p_1} will be a different letter than {p_2}\n - Example: {primes; PERMUTATION; 2; 3; 5; 7}\n * So both {primes_1} and {primes_2} will be different single digit primes\n7. FORMAT:\n - Format: {name; FORMAT; parameter; type; ...}\n - Format parameters based on other parameters\n - Supported types: NUMBER, NUMERTEXT, ROMAN\n - Optional extra parameters based on type\n * NUMBER\n * precision: number of decimal places\n - Examples:\n * {pp; FORMAT; p; NUMBER; 1} - format as number rounded to 1 decimal\n * {pp; FORMAT; p; NUMBERTEXT} - format number as text\n * {pp; FORMAT; p; ROMAN} - format number as Roman numeral\nBest Practices:\n - Order parameters so dependent ones come later\n - Use simple notation when possible\n - Avoid unnecessary parameters\n - Use CONSTRAINTS field to ensure valid combinations\nExamples:\nparameters={pi; FIX; 3.14159} &&& {r; INTEGER; 1; 10}\nparameters={a; INTEGER; 1; 5} &&& {b; INTEGER; -10; 10} &&& {c; INTEGER; -10; 10} &&& {d; FORMULA; {b}^2-4*{a}*{c}}\nparameters={country; LIST; France; Germany; Italy} &&& {capital; LIST; Paris; Berlin; Rome}\nparameters_sync=+ # Ensures each country is paired with its correct capital'}, 'subscoring': {'type': 'string', 'description': 'Method for calculating partial credit for partially correct answers.\n- Not applicable for CHOICE, READING and FREE-TEXT questions\n- Available values:\n - PROPORTIONAL: Points awarded proportionally to correct answers (default)\n - LINEAR_SUBSTRACTED:N: Linear scoring with N points subtracted for each error\n - CUSTOM: Use custom point distribution defined in SUBPOINTS field\n - NONE: No partial credit, all-or-nothing scoring\nExample:\nsubscoring=LINEAR_SUBSTRACTED:2\nExample API call:\nid=math_problem\ntype=numerical\nquestion=What is the sum and product of {a} and {b}?\nanswer={a}+{b} &&& {a}*{b}\nparameters={a; INTEGER; 1; 100} &&& {b; INTEGER; 1; 100}\npoints=4\nsubscoring=CUSTOM\nsubpoints=25 &&& 75'}, 'answer_hide': {'type': 'string', 'description': 'Controls whether correct answers are hidden on the results page.\n- Plus sign (+) to indicate YES\n- Blank field or minus sign (-) indicates NO (default)\n- Useful for test security and preventing answer sharing\n- Critical for reusable questions and practice tests\nExample:\nanswer_hide=+\nExample API call:\nid=uk_countries\ntype=text\nquestion=Name any of the countries within the United Kingdom!\nanswer=England &&& Northern Ireland &&& Scotland &&& Wales\nanswer_require=1\nanswer_hide=+'}, 'constraints': {'type': 'string', 'description': 'Define rules that parameter combinations must satisfy.\n- Mathematical expressions that must evaluate to true\n- Parameters must be in curly braces {param}\n- Allowed relations: <, <=, =, >=, >, <>\n- Multiple constraints separated by triple-and operators ("&&&")\nExamples:\nconstraints={b}^2-4*{a}*{c}>0\nconstraints={a}+{b}>{c} &&& {b}+{c}>{a} &&& {c}+{a}>{b}\nconstraints={x}+{y}<10 &&& {x}<4'}, 'explanation': {'type': 'string', 'description': 'Text displayed underneath the answer on the results page.\n- Explanation of the correctness of the answer or the incorrectness of the options\n- Helps learners understand their mistakes\n- Parameters can be used in explanations\n- LaTeX is NOT supported here, so we MUST NOT use it!\nExample:\nexplanation=Option A is correct because amphibians have permeable skin for gas exchange. Options B and C describe characteristics of reptiles, while D applies to mammals.'}, 'media_audio': {'type': 'string', 'description': 'Attach an audio file to the question.\nSupported formats: MP3, AAC, M4A\nFormat: filename=data, where data is either a base64-encoded image or a URL'}, 'options_fix': {'type': 'string', 'description': 'Controls the arrangement of answers and options.\n- Available values:\n - all: Answers appear first, followed by options\n - abc: Sort all items (answers and options) alphabetically\n - first:N: Place first N options at the end\n - last:N: Place last N options at the end\n - answers: Place all answers at the end\n- Useful for maintaining consistent presentation or for specific pedagogical purposes\nFor alphabetical ordering:\n- When migrating content from textbooks or past exams, can maintain original lettering system (a, b, c...) for:\n - Reference consistency with printed materials\n - Alignment with answer keys\n - Compatibility with existing grading systems\n - Cross-referencing with study guides\n- Particularly valuable when:\n - Test takers need to refer to both digital and printed materials\n - Questions are part of a larger standardized test system\n - Maintaining consistency with existing worksheets or textbooks\n - Digitizing legacy assessment materials\nExample:\noptions_fix=abc\nExample API call:\nid=fruit_types\ntype=multiple-choice\nquestion=Which of these are citrus fruits?\nanswer=Lemon &&& Orange\noptions=Apple &&& Banana &&& Grape\noptions_fix=abc\nExample API call:\nid=vocab_synonyms\ntype=multiple-choice\nquestion=Select all words that mean "happy":\nanswer=b) Joyful &&& d) Merry\noptions=a) Angry &&& c) Sleepy &&& e) Tired\noptions_fix=abc'}, 'answer_label': {'type': 'string', 'description': 'Text displayed in/above the input field during the test.\n- Separate multiple labels with triple-and operators ("&&&")\n- Automatically activates the answer_order function\n- Perfect for multi-part questions where each part needs clear labeling\n- Useful for creating pairing/matching questions\nExample:\nanswer_label=a) Distance (km) &&& b) Time (hours) &&& c) Speed (km/h)\nExample API call:\nid=basic_math\ntype=numerical\nquestion=Given the number 16:\\n\\na) What is double this number?\\n\\nb) What is half of this number?\\n\\nc) What is this number plus 10?\nanswer=32 &&& 8 &&& 26\nanswer_label=a) Double &&& b) Half &&& c) Plus 10\npoints=3'}, 'answer_order': {'type': 'string', 'description': 'Controls whether the sequence of multiple answers matters.\n- Plus sign (+) to indicate YES\n- Blank field or minus sign (-) indicates NO (default)\n- When using answer_label, this is automatically activated\n- Essential for questions where sequence is important (e.g., steps in a process)\nExample:\nanswer_order=+\nExample API call:\nid=europe_cities_population\ntype=text\nquestion=List the following European cities in descending order by population (largest first)\nanswer=London &&& Madrid &&& Paris\nanswer_order=+'}, 'hint_penalty': {'type': 'string', 'description': 'Point deduction for using hints/solutions/videos during a test.\n- Format: type or type:value\n- Types:\n - NONE: No penalty (default)\n - ONCE:N%: Single deduction regardless of number used\n - PER-HELP:N%: Deduction for each hint (only for HINT_PENALTY)\nExamples:\nhint_penalty=ONCE:20% or hint_penalty=ONCE:0.2\nhint_penalty=PER-HELP:10%\nsolution_penalty=ONCE:50%\nvideo_penalty=ONCE:15%\nExample API call with comprehensive penalty system:\nid=area_circle_parametric\ntype=expression\nquestion=Find an expression for the area of a circle with radius {r}.\nanswer=pi*{r}^2\nparameters={r; INTEGER; 2; 10}\npoints=10\nsubject=Mathematics\ncategory=Geometry\nhint=Think about the formula for circle area &&& Remember that area involves squaring the radius\nsolution=The formula for circle area is $$\\pi r^2$$\npenalty_scoring=PER_ANSWER\npenalty_points=3\nhint_penalty=PER-HELP:10%\nsolution_penalty=ONCE:50%\n# Each hint used reduces score by 10%, viewing solution reduces score by 50%'}, 'private_note': {'type': 'string', 'description': 'Private notes (not shown to test takers).\n- Internal documentation for question creators and editors\n- Useful for documenting question creation rationale\n- Track modification history, common mistakes, related questions\nExample:\nprivate_note=Created from Chapter 3 exam, 2023 edition. Students often forget to convert units.'}, 'answer_format': {'type': 'string', 'description': 'Defines how to display the answer on the results page.\n- Only applicable for FREE-TEXT questions\n- Format: type or type:value\n- Available types:\n - normal: standard text (default)\n - code: with syntax highlighting (specify language after colon)\nExample:\nanswer_format=code:python\nanswer_format=code:sql\nExample API call:\nid=sql_basics\ntype=free-text\nquestion=Write a SQL query to select all columns from the "users" table where the age is greater than 18.\nanswer=SELECT * FROM users WHERE age > 18\nanswer_format=code:sql'}, 'main_category': {'type': 'string', 'description': 'The name of the category (for which CATEGORY will be a subcategory).\n- Empty by default, e.g. CATEGORY will be treated as the main category\n- Specify multiple levels (up to 2!) by using the triple-per operator (///) with highest main category on the left\nExample:\nmain_category=Analytic Geometry /// Vectors'}, 'options_order': {'type': 'string', 'description': 'Define exact presentation order of answers and options.\n- Format: ANSWER:N or OPTION:N items separated by "&&&"\n- ANSWER:N references the Nth provided answer\n- OPTION:N references the Nth provided option\n- OPTION_NONE:N references the Nth third option (for TRUE/FALSE questions)\n- All answers and options must be specified exactly once\nExample:\noptions_order=OPTION:0 &&& ANSWER:0 &&& OPTION:1 &&& ANSWER:1\nExample API call to create a chronologically ordered timeline\nid=historical_chronology\ntype=multiple-choice\nquestion=Which of these events occurred during the Industrial Revolution (1760-1840)?\nanswer=Invention of the Steam Engine &&& First Steam Locomotive &&& First Commercial Railway\noptions=Printing Press Invented &&& First Electric Light Bulb &&& First Powered Flight\noptions_order=OPTION:0 &&& ANSWER:0 &&& ANSWER:1 &&& ANSWER:2 &&& OPTION:1 &&& OPTION:2'}, 'video_penalty': {'type': 'string', 'description': 'Similar to HINT_PENALTY\nPoint deduction for video assistance used (NONE, ONCE:N%) (default: NONE)'}, 'answer_require': {'type': 'string', 'description': 'Number of answers required for maximum score.\n- Not applicable for CHOICE and FREE-TEXT questions\n- Perfect for questions with multiple valid answers where only a subset needs to be provided\n- Useful when asking students to provide any X examples from a larger set\nExample:\nanswer_require=3\nExample API call:\nid=uk_countries\ntype=text\nquestion=Name any one of the countries within the United Kingdom!\nanswer=England &&& Northern Ireland &&& Scotland &&& Wales\nanswer_require=1'}, 'datetime_range': {'type': 'string', 'description': 'Date/time range (interval) question.\n- Applicable only for DATE/TIME questions\n- Plus sign (+) to indicate YES, while blank field or minus sign (-) indicates NO (default)\n- Enables date range responses with the format {from}-{to}\nExample:\ndatetime_range=+'}, 'freetext_rules': {'type': 'string', 'description': 'Automatic evaluation of free text questions.\n- Applicable only for FREE-TEXT questions\n- Notation: {type; keywords}\n- Type:\n - 1: if keywords are included within input, answer is correct (maximum points)\n - 2: if keywords are included within input, answer is wrong (0 points)\n - 3: if no keywords are included within input, answer is good (maximum points)\n - 4: if keywords are not included within input, answer is wrong (0 points)\n- Keywords: comma-separated list (must not contain semicolons!)\nExample:\nfreetext_rules={1; mitochondria, ATP, cellular respiration}'}, 'freetext_words': {'type': 'string', 'description': 'Limit the number of words that can be entered.\n- Applicable only for FREE-TEXT questions\n- Format: minimum-maximum, but you can specify only a minimum or maximum as well\n- Integer(s) between 0-4000\nExample:\nfreetext_words=-50 # Max. 50 words'}, 'manual_scoring': {'type': 'string', 'description': 'Controls when to enable manual scoring.\n- Not applicable for READING and FREE-TEXT questions\n- Available values:\n - NO: Never use manual scoring (default)\n - NOT_CORRECT: Only manually score incorrect answers\n - ALWAYS: Always require manual scoring\nExample:\nmanual_scoring=NOT_CORRECT'}, 'penalty_points': {'type': 'string', 'description': 'Points deducted for completely incorrect answers.\n- No penalty applied if answer is partially correct\n- No penalty for empty/unanswered questions\n- Use positive values (recommended)\nExample:\npenalty_points=2\nExample API call with penalties:\nid=physics_multiple_choice\ntype=multiple-choice\nquestion=Which of the following are forms of energy? Select all that apply.\nanswer=Kinetic &&& Potential &&& Thermal\noptions=Velocity &&& Acceleration\npoints=3\npenalty_scoring=PER_QUESTION\npenalty_points=1'}, 'solution_image': {'type': 'string', 'description': 'Attach an image to the solution steps.\nSupported formats: PNG, JPEG, WebP\nFormat: filename=data, where data is either a base64-encoded image or a URL'}, 'numerical_range': {'type': 'string', 'description': 'Number range (interval) question.\n- Only applicable for NUMERIC questions\n- Plus sign (+) to indicate YES, while blank field or minus sign (-) indicates NO (default)\n- Enables interval responses with the format {from}-{to}\nExample:\nnumerical_range=+'}, 'parameters_sync': {'type': 'string', 'description': 'Controls synchronization of LIST parameter selections.\n- Plus sign (+) to indicate YES\n- Blank field or minus sign (-) indicates NO (default)\n- When enabled, the Nth value from each LIST is selected together\n- Critical for paired data like countries and capitals\nExample:\nparameters_sync=+\nExample API call:\nid=capital_city\ntype=text\nquestion=What is the capital city of {country}?\nanswer={capital}\nparameters={country; LIST; France; Germany; Italy} &&& {capital; LIST; Paris; Berlin; Rome}\nparameters_sync=+'}, 'penalty_scoring': {'type': 'string', 'description': 'Controls how penalty points should be applied.\n- Available values:\n - DEFAULT: Standard penalty application, which might vary by question type (default)\n - PER_ANSWER: Apply penalties for each incorrect answer\n - PER_QUESTION: Apply penalties once per question\nExample:\npenalty_scoring=PER_ANSWER'}, 'question_format': {'type': 'string', 'description': 'Controls question text rendering.\n- NORMAL: Default text formatting with standard font size, recommended for most tasks\n- LATEX: Enables LaTeX for mathematical, scientific notations (using KaTeX)\n- LONG: Smaller font with automatic paragraph breaks (ideal for lengthy text)\nExample:\nquestion_format=LATEX'}, 'expression_check': {'type': 'string', 'description': 'Define how expressions should be validated (RANDOM, EXPLICIT, COMPARE) (default: RANDOM).\n- RANDOM: Evaluates expressions at randomly generated points\n- EXPLICIT: Checks expressions at predefined values against target values\n- COMPARE: Direct comparison of expressions without variables\nExample:\nexpression_check=RANDOM'}, 'solution_penalty': {'type': 'string', 'description': 'Similar to HINT_PENALTY\nPoint deduction for viewing steps of the solution (NONE, ONCE:N%) (default: NONE)'}, 'answer_indefinite': {'type': 'string', 'description': 'Allows users to add any number of input fields using + and - buttons.\n- Plus sign (+) to indicate YES\n- Blank field or minus sign (-) indicates NO (default)\n- Answer labels will not appear when this is enabled\n- Ideal for brainstorming exercises or questions with variable number of answers\nExample:\nanswer_indefinite=+\nExample API call:\nid=name_countries\ntype=text\nquestion=Name as many European countries as you can think of.\nanswer=France &&& Germany &&& Italy &&& Spain &&& United Kingdom &&& ...\nanswer_indefinite=+'}, 'datetime_precision': {'type': 'string', 'description': 'Date/time precision.\n- Applicable only for DATE/TIME questions\n- Accepted values: YEAR / MONTH / DAY (default)\n- Defines granularity of date validation\nExample:\ndatetime_precision=MONTH'}, 'expression_decimals': {'type': 'string', 'description': 'Sets precision for decimal calculations (default: 2).\n- Inherited from decimals field if not specified\n- Critical for controlling accurate validation of expressions\nExample:\nexpression_decimals=4 # For high-precision calculations'}, 'expression_extended': {'type': 'string', 'description': 'Enable additional mathematical functions (+ to enable, - to disable).\n- Activates support for custom base logarithms (e.g., log2(4))\n- Enables factorial operations (e.g., 5!, 1!+2!+3!)\nExample:\nexpression_extended=+'}, 'expression_variable': {'type': 'string', 'description': 'Specifies variable names used in expressions (separate multiple variables with &&&) (default: x).\n- Multiple variables can be used for multivariable expressions\n- Variable names must be used consistently in answer and validation\nExamples:\nexpression_variable=t &&& v # For distance formula using time and velocity'}, 'freetext_characters': {'type': 'string', 'description': 'Limit the number of characters that can be entered.\n- Applicable only for FREE-TEXT questions\n- Format: minimum-maximum, but you can specify only a minimum or maximum as well\n- Integer(s) between 0-4000\nExample:\nfreetext_characters=100-1000\nfreetext_characters=10- # Minimum 10 characters'}, 'expression_functions': {'type': 'string', 'description': "Controls whether functions can be used in user inputs (+ for yes, - for no) (default: +).\n- Enabled by default with + sign\n- Disable with - sign when students should use alternative forms\n- Affects available input options for test takers\n- Supported functions include:\n * Basic: sqrt, abs, round, floor, ceil\n * Logarithmic: ln, log, log10\n * Trigonometric: sin, cos, tan, csc, sec, arcsin/asin, arccos/acos, arctan/atan\n * Hyperbolic: sinh, cosh, tanh, arcsinh/asinh, arccosh/acosh, arctanh/atanh\n * Conversions: degree2radian, radian2degree, number2binary, number2hexadecimal, roman2number, etc.\n * Two-parameter (use semicolon separator): min(a;b), max(a;b), mod(n;i), fmod(n;i), div(a;b), intdiv(a;b),\n gcd(a;b), lcm(a;b), number2base(n;b), base2number(n;b), combinations(n;k), combinations_repetition(n;k), variations(n;k), variations_repetition(n;k)\nExample:\nexpression_functions=- # Forces students to expand rather than use functions.\n# When asked for the value of sin(pi), the user can't input sin(pi) because functions cannot be used."}, 'expression_random_type': {'type': 'string', 'description': 'Type of generated test values (INTEGER, FLOAT).\n- Specify per variable with &&&\n- Only applicable when expression_check=RANDOM\nExample:\nexpression_random_type=INTEGER &&& FLOAT # For mixed type validation'}, 'expression_random_range': {'type': 'string', 'description': 'Define value generation ranges (format: [min-max]).\n- Specify per variable with &&&\n- Only applicable when expression_check=RANDOM\nExample:\nexpression_random_range=[8-16] &&& [4-6] # Different ranges for different variables'}, 'expression_random_tries': {'type': 'string', 'description': 'Number of validation points (default: 5).\n- Only applicable when expression_check=RANDOM\n- Higher values increase validation reliability but impact performance\nExample:\nexpression_random_tries=8'}, 'truefalse_third_options': {'type': 'string', 'description': 'Activate the third option for TRUE/FALSE questions.\n- Plus sign (+) to display the third option OR\n- Specify options separated by triple-and operators ("&&&") to automatically enable the feature\n- Parameters can be used in curly braces {param_name}\nExample:\ntruefalse_third_options=Cannot be determined from the information given &&&Not applicable'}, 'expression_explicit_goal': {'type': 'string', 'description': 'Define exact value pairs (format: [x;f(x)]).\n- Format for multiple variables: [x;y;z;...;f(x,y,z,...)]\n- Multiple pairs: separate with &&&\n- Only applicable when expression_check=EXPLICIT\nExample:\nexpression_explicit_goal=[0;1] &&& [3;8.89] &&& [9;16]'}, 'expression_random_inside': {'type': 'string', 'description': 'Require values within specific intervals (format: [start-end]).\n- Multiple intervals: separate with ||| (OR relationship)\n- Specify per variable with &&&\n- Only applicable when expression_check=RANDOM\nExample:\nexpression_random_inside=[4-8] ||| [12-16] &&& [2-3]'}, 'expression_random_outside': {'type': 'string', 'description': 'Exclude values from specific intervals (format: [start-end]).\n- Multiple intervals: separate with ||| (AND relationship)\n- Specify per variable with &&&\n- Only applicable when expression_check=RANDOM\nExample:\nexpression_random_outside=[0-1] ||| [10-20] &&& [8-11]'}, 'truefalse_third_options_label': {'type': 'string', 'description': 'Label of the third option for TRUE/FALSE questions.\n- If blank, the text "none" is displayed (default)\n- Only applicable when TRUEFALSE_THIRD_OPTIONS is enabled\nExample:\ntruefalse_third_options_label=Not enough information'}}}}, {'name': 'edubase_delete_question', 'description': 'Permanently delete a Quiz question.', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'external unique question identifier'}}}}, {'name': 'edubase_get_exams', 'description': 'List owned and managed exams. Exams are the highest level in the EduBase Quiz hierarchy, built from Quiz sets.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'page': {'type': 'number', 'description': 'page number (default: 1), not used in search mode!'}, 'limit': {'type': 'number', 'description': 'limit number of results (default, in search mode: 16)'}, 'search': {'type': 'string', 'description': 'search string to filter results'}}}}, {'name': 'edubase_get_exam', 'description': 'Get/check exam.', 'inputSchema': {'type': 'object', 'required': ['exam'], 'properties': {'exam': {'type': 'string', 'description': 'exam identification string'}}}}, {'name': 'edubase_post_exam', 'description': 'Create a new exam from an existing Quiz set. Exams are at the top level of the EduBase Quiz hierarchy and MUST be created from existing Quiz sets. They are time-constrained, secured assessment instances of Quiz sets.', 'inputSchema': {'type': 'object', 'required': ['title', 'quiz', 'open', 'close'], 'properties': {'open': {'type': 'string', 'description': 'exam start time (in YYYY-mm-dd HH:ii:ss format)'}, 'quiz': {'type': 'string', 'description': 'the Quiz set (specified using the quiz identification string) the exam is attached to'}, 'type': {'type': 'string', 'description': 'Type of the exam. (default: exam)\n- exam: regular exam\n- championship: exam with championship features enabled\n- homework: homework assignment, can be paused and continued during the exam period\n- survey: survey (optionally anonymous) with no grading'}, 'close': {'type': 'string', 'description': 'exam end time (in YYYY-mm-dd HH:ii:ss format)'}, 'title': {'type': 'string', 'description': 'title of the exam'}, 'language': {'type': 'string', 'description': 'desired exam language'}}}}, {'name': 'edubase_delete_exam', 'description': 'Remove/archive exam.', 'inputSchema': {'type': 'object', 'required': ['exam'], 'properties': {'exam': {'type': 'string', 'description': 'exam identification string'}}}}, {'name': 'edubase_get_exam_users', 'description': 'List all users on an exam.', 'inputSchema': {'type': 'object', 'required': ['exam'], 'properties': {'exam': {'type': 'string', 'description': 'exam identification string'}}}}, {'name': 'edubase_post_exam_users', 'description': 'Assign user(s) to an exam.', 'inputSchema': {'type': 'object', 'required': ['exam', 'users'], 'properties': {'exam': {'type': 'string', 'description': 'exam identification string'}, 'users': {'type': 'string', 'description': 'comma-separated list of user identification strings'}}}}, {'name': 'edubase_delete_exam_users', 'description': 'Remove user(s) from an exam.', 'inputSchema': {'type': 'object', 'required': ['exam', 'users'], 'properties': {'exam': {'type': 'string', 'description': 'exam identification string'}, 'users': {'type': 'string', 'description': 'comma-separated list of user identification strings'}}}}, {'name': 'edubase_post_exam_summary', 'description': 'Submit a new AI exam summary.', 'inputSchema': {'type': 'object', 'required': ['exam', 'type', 'summary', 'llm', 'model'], 'properties': {'llm': {'type': 'string', 'description': 'Name of the Large Language Model used to generate the summary.\n- preferred values: openai / claude / gemini'}, 'exam': {'type': 'string', 'description': 'exam identification string'}, 'type': {'type': 'string', 'description': 'Type of summary. (default: ai)\n- ai: AI-generated summary'}, 'model': {'type': 'string', 'description': 'Exact LLM model name used to generate the summary'}, 'summary': {'type': 'string', 'description': 'Summary text. \n- basic HTML formatting allowed, but avoid complex designs\n- keep the summary short and concise\n- try to avoid including personal information (such as usernames, names and contact addresses)'}, 'language': {'type': 'string', 'description': 'summary language'}}}}, {'name': 'edubase_get_quiz_play_results', 'description': 'Get detailed results for a specific Quiz play.', 'inputSchema': {'type': 'object', 'required': ['play'], 'properties': {'play': {'type': 'string', 'description': 'Quiz play identification string'}}}}, {'name': 'edubase_get_quiz_results_user', 'description': 'Get user results for a specific Quiz set.', 'inputSchema': {'type': 'object', 'required': ['quiz', 'user'], 'properties': {'quiz': {'type': 'string', 'description': 'Quiz set identification string'}, 'user': {'type': 'string', 'description': 'user identification string'}}}}, {'name': 'edubase_get_exam_results_user', 'description': 'Get user results for a specific exam.', 'inputSchema': {'type': 'object', 'required': ['exam', 'user'], 'properties': {'exam': {'type': 'string', 'description': 'exam identification string'}, 'user': {'type': 'string', 'description': 'user identification string'}}}}, {'name': 'edubase_get_exam_results_raw', 'description': 'Get raw results for a specific exam.\n- This endpoint returns raw results, including all answers given by the user. It is not meant to be displayed to the user.\n- This might require additional permissions.', 'inputSchema': {'type': 'object', 'required': ['exam'], 'properties': {'exam': {'type': 'string', 'description': 'exam identification string'}}}}, {'name': 'edubase_get_quizes', 'description': 'List owned and managed Quiz sets. Quiz sets are named collections of questions that sit at the middle level of the EduBase Quiz hierarchy.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'page': {'type': 'number', 'description': 'page number (default: 1), not used in search mode!'}, 'limit': {'type': 'number', 'description': 'limit number of results (default, in search mode: 16)'}, 'search': {'type': 'string', 'description': 'search string to filter results'}}}}, {'name': 'edubase_get_quiz', 'description': 'Get/check Quiz set. Containing questions and powering Exams.', 'inputSchema': {'type': 'object', 'required': ['quiz'], 'properties': {'quiz': {'type': 'string', 'description': 'quiz identification string'}}}}, {'name': 'edubase_post_quiz', 'description': 'Create a new Quiz set. Quiz sets are collections of questions that can be used for practice or to power multiple Exams.', 'inputSchema': {'type': 'object', 'required': ['title'], 'properties': {'mode': {'type': 'string', 'description': 'Sets how questions are displayed during the Quiz. (default: TEST)\n- TEST: all questions are displayed at once, user can answer them in any order and switch between them\n- TURNS: questions are displayed one by one, only one question is visible at a time and the user must answer it before moving to the next question\n'}, 'type': {'type': 'string', 'description': 'Type of the Quiz set. (default: set)\n- set: for practice purposes\n- exam: for exam purposes\n- private: for private purposes (e.g testing)\n'}, 'title': {'type': 'string', 'description': 'title of the Quiz set'}, 'language': {'type': 'string', 'description': 'desired Quiz set language'}, 'description': {'type': 'string', 'description': 'short description'}}}}, {'name': 'edubase_delete_quiz', 'description': 'Remove/archive Quiz set.', 'inputSchema': {'type': 'object', 'required': ['quiz'], 'properties': {'quiz': {'type': 'string', 'description': 'quiz identification string'}}}}, {'name': 'edubase_get_quiz_questions', 'description': 'List all questions and question groups in a Quiz set. Quiz sets contain questions (lowest level) and can be used by exams (highest level).', 'inputSchema': {'type': 'object', 'required': ['quiz'], 'properties': {'quiz': {'type': 'string', 'description': 'quiz identification string'}}}}, {'name': 'edubase_post_quiz_questions', 'description': 'Assign question(s) to a Quiz set, or one of its question group. Questions can exist independently from Quiz sets.', 'inputSchema': {'type': 'object', 'required': ['quiz', 'questions'], 'properties': {'quiz': {'type': 'string', 'description': 'quiz identification string'}, 'group': {'type': 'string', 'description': 'question group title'}, 'questions': {'type': 'string', 'description': 'comma-separated list of question identification strings'}}}}, {'name': 'edubase_delete_quiz_questions', 'description': 'Remove question(s) from a Quiz set, or one of its question group.', 'inputSchema': {'type': 'object', 'required': ['quiz', 'questions'], 'properties': {'quiz': {'type': 'string', 'description': 'quiz identification string'}, 'group': {'type': 'string', 'description': 'question group title'}, 'questions': {'type': 'string', 'description': 'comma-separated list of question identification strings'}}}}, {'name': 'edubase_get_users', 'description': 'List managed, non-generated users.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'page': {'type': 'number', 'description': 'page number (default: 1), not used in search mode!'}, 'limit': {'type': 'number', 'description': 'limit number of results (default, in search mode: 16)'}, 'search': {'type': 'string', 'description': 'search string to filter results'}}}}, {'name': 'edubase_get_user', 'description': "Get/check user. Can be used to retrieve the caller user's ID by using 'me' as the user identification string.", 'inputSchema': {'type': 'object', 'required': ['user'], 'properties': {'user': {'type': 'string', 'description': "User identification string.\n- Use 'me' to get the current user."}}}}, {'name': 'edubase_post_user', 'description': 'Create new EduBase user account.', 'inputSchema': {'type': 'object', 'required': ['username', 'first_name', 'last_name', 'email'], 'properties': {'exam': {'type': 'boolean', 'description': 'user is only allowed to login when accessing exams (default: false)'}, 'color': {'type': 'string', 'description': 'desired favorite color (default/branding/red/blue/yellow/green/purple) (default: default)'}, 'email': {'type': 'string', 'description': 'valid email address'}, 'group': {'type': 'string', 'description': 'name of the user group (requires admin permissions)'}, 'phone': {'type': 'string', 'description': 'valid phone number in format "+prefix number" without special characters'}, 'gender': {'type': 'string', 'description': 'gender ("male", "female", or "other")'}, 'notify': {'type': 'boolean', 'description': 'notify user via email (or SMS) (default: false)'}, 'language': {'type': 'string', 'description': "desired account language (default: API application owner's language)"}, 'password': {'type': 'string', 'description': 'password (4-64 characters) (default: initial random password is automatically generated)'}, 'template': {'type': 'string', 'description': 'a template ID for the new account (default: none)'}, 'timezone': {'type': 'string', 'description': "desired timezone (default: API application owner's timezone)"}, 'username': {'type': 'string', 'description': 'username (4-64 characters)'}, 'birthdate': {'type': 'string', 'description': 'date of birth'}, 'full_name': {'type': 'string', 'description': 'override automatic full name (1-255 characters)'}, 'last_name': {'type': 'string', 'description': 'last name (1-64 characters)'}, 'first_name': {'type': 'string', 'description': 'first name (1-64 characters)'}, 'display_name': {'type': 'string', 'description': 'override automatic display name (1-255 characters)'}, 'must_change_password': {'type': 'boolean', 'description': 'user is forced to change password on first login (default: false)'}}}}, {'name': 'edubase_delete_user', 'description': 'Delete user.', 'inputSchema': {'type': 'object', 'required': ['user'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}}}}, {'name': 'edubase_get_user_name', 'description': "Get user's name.", 'inputSchema': {'type': 'object', 'required': ['user'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}}}}, {'name': 'edubase_post_user_name', 'description': "Update a user's name.", 'inputSchema': {'type': 'object', 'required': ['user', 'first_name', 'last_name'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'full_name': {'type': 'string', 'description': 'full name (1-255 characters)'}, 'last_name': {'type': 'string', 'description': 'last name (1-64 characters)'}, 'first_name': {'type': 'string', 'description': 'first name (1-64 characters)'}, 'display_name': {'type': 'string', 'description': 'display name (1-255 characters)'}}}}, {'name': 'edubase_get_user_group', 'description': "Get user's group.", 'inputSchema': {'type': 'object', 'required': ['user'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}}}}, {'name': 'edubase_post_user_group', 'description': "Update a user's group.", 'inputSchema': {'type': 'object', 'required': ['user', 'group'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'group': {'type': 'string', 'description': 'user group code'}}}}, {'name': 'edubase_get_user_login', 'description': 'Get latest valid login link for user.', 'inputSchema': {'type': 'object', 'required': ['user'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}}}}, {'name': 'edubase_post_user_login', 'description': 'Generate login link. If a valid link with the same settings exists, it will be returned instead of creating a new one.', 'inputSchema': {'type': 'object', 'required': ['user'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'short': {'type': 'boolean', 'description': 'generate shortened (eduba.se) link (only if feature is enabled on EduBase) (default: false)'}, 'logins': {'type': 'number', 'description': 'total count the link can be used to login users (default: 1)'}, 'expires': {'type': 'string', 'description': 'expiry in days (1-30) or YYYY-MM-DD (default: 1 day)'}, 'redirect': {'type': 'string', 'description': 'redirect after a successful login (URI path or [{content_type}:{tag}])'}, 'template': {'type': 'string', 'description': 'a template ID for the login link'}}}}, {'name': 'edubase_delete_user_login', 'description': 'Delete a previously generated login link.', 'inputSchema': {'type': 'object', 'required': ['user', 'url'], 'properties': {'url': {'type': 'string', 'description': 'generated login link to be invalidated'}, 'user': {'type': 'string', 'description': 'user identification string'}}}}, {'name': 'edubase_get_user_search', 'description': 'Lookup user by email, username or code.', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'query string'}}}}, {'name': 'edubase_post_user_assume', 'description': 'Assume user for next requests with assume token.', 'inputSchema': {'type': 'object', 'required': ['user'], 'properties': {'user': {'type': 'string', 'description': 'user identification string, username or email address'}, 'password': {'type': 'string', 'description': 'password or user secret'}}}}, {'name': 'edubase_delete_user_assume', 'description': 'Revoke assume token.', 'inputSchema': {'type': 'object', 'required': ['token'], 'properties': {'token': {'type': 'string', 'description': 'assume token'}}}}, {'name': 'edubase_get_classes', 'description': 'List owned and managed classes.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'page': {'type': 'number', 'description': 'page number (default: 1), not used in search mode!'}, 'limit': {'type': 'number', 'description': 'limit number of results (default, in search mode: 16)'}, 'search': {'type': 'string', 'description': 'search string to filter results'}}}}, {'name': 'edubase_get_class', 'description': 'Get/check class.', 'inputSchema': {'type': 'object', 'required': ['class'], 'properties': {'class': {'type': 'string', 'description': 'class identification string'}}}}, {'name': 'edubase_get_class_assignments', 'description': 'List all assignments in a class.', 'inputSchema': {'type': 'object', 'required': ['class'], 'properties': {'class': {'type': 'string', 'description': 'class identification string'}}}}, {'name': 'edubase_get_class_members', 'description': 'List all members in a class.', 'inputSchema': {'type': 'object', 'required': ['class'], 'properties': {'class': {'type': 'string', 'description': 'class identification string'}}}}, {'name': 'edubase_post_class_members', 'description': 'Assign user(s) to a class. Updates memberships if already member of the class.', 'inputSchema': {'type': 'object', 'required': ['class', 'users'], 'properties': {'class': {'type': 'string', 'description': 'class identification string'}, 'users': {'type': 'string', 'description': 'comma-separated list of user identification strings'}, 'notify': {'type': 'boolean', 'description': 'notify users (default: false)'}, 'expires': {'type': 'string', 'description': 'expiry in days or YYYY-MM-DD HH:ii:ss'}}}}, {'name': 'edubase_delete_class_members', 'description': 'Remove user(s) from a class.', 'inputSchema': {'type': 'object', 'required': ['class', 'users'], 'properties': {'class': {'type': 'string', 'description': 'class identification string'}, 'users': {'type': 'string', 'description': 'comma-separated list of user identification strings'}}}}, {'name': 'edubase_post_classes_members', 'description': 'Assign user(s) to class(es). Updates memberships if already member of a class.', 'inputSchema': {'type': 'object', 'required': ['classes', 'users'], 'properties': {'users': {'type': 'string', 'description': 'comma-separated list of user identification strings'}, 'notify': {'type': 'boolean', 'description': 'notify users (default: false)'}, 'classes': {'type': 'string', 'description': 'comma-separated list of class identification strings'}, 'expires': {'type': 'string', 'description': 'expiry in days or YYYY-MM-DD HH:ii:ss'}}}}, {'name': 'edubase_get_user_classes', 'description': 'List all classes a user is member of.', 'inputSchema': {'type': 'object', 'required': ['user'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}}}}, {'name': 'edubase_post_user_classes', 'description': 'Assign user to class(es). Updates membership if already member of a class.', 'inputSchema': {'type': 'object', 'required': ['user', 'classes'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'notify': {'type': 'boolean', 'description': 'notify user (default: false)'}, 'classes': {'type': 'string', 'description': 'comma-separated list of class identification strings'}, 'expires': {'type': 'string', 'description': 'expiry in days or YYYY-MM-DD HH:ii:ss'}}}}, {'name': 'edubase_delete_user_classes', 'description': 'Remove user from class(es).', 'inputSchema': {'type': 'object', 'required': ['user', 'classes'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'classes': {'type': 'string', 'description': 'comma-separated list of class identification strings'}}}}, {'name': 'edubase_get_organizations', 'description': 'List owned and managed organizations.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'page': {'type': 'number', 'description': 'page number (default: 1), not used in search mode!'}, 'limit': {'type': 'number', 'description': 'limit number of results (default, in search mode: 16)'}, 'search': {'type': 'string', 'description': 'search string to filter results'}}}}, {'name': 'edubase_get_organization', 'description': 'Get/check organization.', 'inputSchema': {'type': 'object', 'required': ['organization'], 'properties': {'organization': {'type': 'string', 'description': 'organization identification string'}}}}, {'name': 'edubase_get_organization_members', 'description': 'List all members in an organization.', 'inputSchema': {'type': 'object', 'required': ['organization'], 'properties': {'organization': {'type': 'string', 'description': 'organization identification string'}}}}, {'name': 'edubase_post_organization_members', 'description': 'Assign user(s) to an organization. Updates memberships if already member of the organization.', 'inputSchema': {'type': 'object', 'required': ['organization', 'users'], 'properties': {'users': {'type': 'string', 'description': 'comma-separated list of user identification strings'}, 'notify': {'type': 'boolean', 'description': 'notify users (default: false)'}, 'department': {'type': 'string', 'description': 'optional name of department'}, 'organization': {'type': 'string', 'description': 'organization identification string'}, 'permission_content': {'type': 'string', 'description': 'optional permission level to contents in organization (none / view / control / modify / grant / admin) (default: none)'}, 'permission_organization': {'type': 'string', 'description': 'optional permission level to organization (member / teacher / supervisor / admin) (default: member)'}}}}, {'name': 'edubase_delete_organization_members', 'description': 'Remove user(s) from an organization.', 'inputSchema': {'type': 'object', 'required': ['organization', 'users'], 'properties': {'users': {'type': 'string', 'description': 'comma-separated list of user identification strings'}, 'organization': {'type': 'string', 'description': 'organization identification string'}}}}, {'name': 'edubase_post_organizations_members', 'description': 'Assign user(s) to organization(s). Updates memberships if already member of an organization.', 'inputSchema': {'type': 'object', 'required': ['organizations', 'users'], 'properties': {'users': {'type': 'string', 'description': 'comma-separated list of user identification strings'}, 'notify': {'type': 'boolean', 'description': 'notify users (default: false)'}, 'department': {'type': 'string', 'description': 'optional name of department'}, 'organizations': {'type': 'string', 'description': 'comma-separated list of organization identification strings'}, 'permission_content': {'type': 'string', 'description': 'optional permission level to contents in organization (none / view / control / modify / grant / admin) (default: none)'}, 'permission_organization': {'type': 'string', 'description': 'optional permission level to organization (member / teacher / supervisor / admin) (default: member)'}}}}, {'name': 'edubase_get_user_organizations', 'description': 'List all organizations a user is member of.', 'inputSchema': {'type': 'object', 'required': ['user'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}}}}, {'name': 'edubase_post_user_organizations', 'description': 'Assign user to organization(s). Updates membership if already member of an organization.', 'inputSchema': {'type': 'object', 'required': ['user', 'organizations'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'notify': {'type': 'boolean', 'description': 'notify user (default: false)'}, 'department': {'type': 'string', 'description': 'optional name of department'}, 'organizations': {'type': 'string', 'description': 'comma-separated list of organization identification strings'}, 'permission_content': {'type': 'string', 'description': 'optional permission level to contents in organization (none / view / control / modify / grant / admin) (default: none)'}, 'permission_organization': {'type': 'string', 'description': 'optional permission level to organization (member / teacher / supervisor / admin) (default: member)'}}}}, {'name': 'edubase_delete_user_organizations', 'description': 'Remove user from organization(s).', 'inputSchema': {'type': 'object', 'required': ['user', 'organizations'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'organizations': {'type': 'string', 'description': 'comma-separated list of organization identification strings'}}}}, {'name': 'edubase_get_tags', 'description': 'List owned and managed tags.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'page': {'type': 'number', 'description': 'page number (default: 1), not used in search mode!'}, 'limit': {'type': 'number', 'description': 'limit number of results (default, in search mode: 16)'}, 'search': {'type': 'string', 'description': 'search string to filter results'}}}}, {'name': 'edubase_get_tag', 'description': 'Get/check tag.', 'inputSchema': {'type': 'object', 'required': ['tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}}}}, {'name': 'edubase_get_class_tags', 'description': 'List all attached tags of a class.', 'inputSchema': {'type': 'object', 'required': ['class'], 'properties': {'class': {'type': 'string', 'description': 'class identification string'}}}}, {'name': 'edubase_get_class_tag', 'description': 'Check if tag is attached to a class.', 'inputSchema': {'type': 'object', 'required': ['class', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'class': {'type': 'string', 'description': 'class identification string'}}}}, {'name': 'edubase_post_class_tag', 'description': 'Attach tag to a class.', 'inputSchema': {'type': 'object', 'required': ['class', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'class': {'type': 'string', 'description': 'class identification string'}}}}, {'name': 'edubase_delete_class_tag', 'description': 'Remove a tag attachment from a class.', 'inputSchema': {'type': 'object', 'required': ['class', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'class': {'type': 'string', 'description': 'class identification string'}}}}, {'name': 'edubase_get_course_tags', 'description': 'List all attached tags of a course.', 'inputSchema': {'type': 'object', 'required': ['course'], 'properties': {'course': {'type': 'string', 'description': 'course identification string'}}}}, {'name': 'edubase_get_course_tag', 'description': 'Check if tag is attached to a course.', 'inputSchema': {'type': 'object', 'required': ['course', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'course': {'type': 'string', 'description': 'course identification string'}}}}, {'name': 'edubase_post_course_tag', 'description': 'Attach tag to a course.', 'inputSchema': {'type': 'object', 'required': ['course', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'course': {'type': 'string', 'description': 'course identification string'}}}}, {'name': 'edubase_delete_course_tag', 'description': 'Remove a tag attachment from a course.', 'inputSchema': {'type': 'object', 'required': ['course', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'course': {'type': 'string', 'description': 'course identification string'}}}}, {'name': 'edubase_get_event_tags', 'description': 'List all attached tags of an event.', 'inputSchema': {'type': 'object', 'required': ['event'], 'properties': {'event': {'type': 'string', 'description': 'event identification string'}}}}, {'name': 'edubase_get_event_tag', 'description': 'Check if tag is attached to an event.', 'inputSchema': {'type': 'object', 'required': ['event', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'event': {'type': 'string', 'description': 'event identification string'}}}}, {'name': 'edubase_post_event_tag', 'description': 'Attach tag to an event.', 'inputSchema': {'type': 'object', 'required': ['event', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'event': {'type': 'string', 'description': 'event identification string'}}}}, {'name': 'edubase_delete_event_tag', 'description': 'Remove a tag attachment from an event.', 'inputSchema': {'type': 'object', 'required': ['event', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'event': {'type': 'string', 'description': 'event identification string'}}}}, {'name': 'edubase_get_exam_tags', 'description': 'List all attached tags of an exam.', 'inputSchema': {'type': 'object', 'required': ['exam'], 'properties': {'exam': {'type': 'string', 'description': 'exam identification string'}}}}, {'name': 'edubase_get_exam_tag', 'description': 'Check if tag is attached to an exam.', 'inputSchema': {'type': 'object', 'required': ['exam', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'exam': {'type': 'string', 'description': 'exam identification string'}}}}, {'name': 'edubase_post_exam_tag', 'description': 'Attach tag to an exam.', 'inputSchema': {'type': 'object', 'required': ['exam', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'exam': {'type': 'string', 'description': 'exam identification string'}}}}, {'name': 'edubase_delete_exam_tag', 'description': 'Remove a tag attachment from an exam.', 'inputSchema': {'type': 'object', 'required': ['exam', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'exam': {'type': 'string', 'description': 'exam identification string'}}}}, {'name': 'edubase_get_integration_tags', 'description': 'List all attached tags of an integration.', 'inputSchema': {'type': 'object', 'required': ['integration'], 'properties': {'integration': {'type': 'string', 'description': 'integration identification string'}}}}, {'name': 'edubase_get_integration_tag', 'description': 'Check if tag is attached to an integration.', 'inputSchema': {'type': 'object', 'required': ['integration', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'integration': {'type': 'string', 'description': 'integration identification string'}}}}, {'name': 'edubase_post_integration_tag', 'description': 'Attach tag to an integration.', 'inputSchema': {'type': 'object', 'required': ['integration', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'integration': {'type': 'string', 'description': 'integration identification string'}}}}, {'name': 'edubase_delete_integration_tag', 'description': 'Remove a tag attachment from an integration.', 'inputSchema': {'type': 'object', 'required': ['integration', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'integration': {'type': 'string', 'description': 'integration identification string'}}}}, {'name': 'edubase_get_organization_tags', 'description': 'List all attached tags of an organization.', 'inputSchema': {'type': 'object', 'required': ['organization'], 'properties': {'organization': {'type': 'string', 'description': 'organization identification string'}}}}, {'name': 'edubase_get_organization_tag', 'description': 'Check if tag is attached to an organization.', 'inputSchema': {'type': 'object', 'required': ['organization', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'organization': {'type': 'string', 'description': 'organization identification string'}}}}, {'name': 'edubase_post_organization_tag', 'description': 'Attach tag to an organization.', 'inputSchema': {'type': 'object', 'required': ['organization', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'organization': {'type': 'string', 'description': 'organization identification string'}}}}, {'name': 'edubase_delete_organization_tag', 'description': 'Remove a tag attachment from an organization.', 'inputSchema': {'type': 'object', 'required': ['organization', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'organization': {'type': 'string', 'description': 'organization identification string'}}}}, {'name': 'edubase_get_quiz_tags', 'description': 'List all attached tags of a Quiz.', 'inputSchema': {'type': 'object', 'required': ['quiz'], 'properties': {'quiz': {'type': 'string', 'description': 'quiz identification string'}}}}, {'name': 'edubase_get_quiz_tag', 'description': 'Check if tag is attached to a Quiz.', 'inputSchema': {'type': 'object', 'required': ['quiz', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'quiz': {'type': 'string', 'description': 'quiz identification string'}}}}, {'name': 'edubase_post_quiz_tag', 'description': 'Attach tag to a Quiz.', 'inputSchema': {'type': 'object', 'required': ['quiz', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'quiz': {'type': 'string', 'description': 'quiz identification string'}}}}, {'name': 'edubase_delete_quiz_tag', 'description': 'Remove a tag attachment from a Quiz.', 'inputSchema': {'type': 'object', 'required': ['quiz', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'quiz': {'type': 'string', 'description': 'quiz identification string'}}}}, {'name': 'edubase_get_scorm_tags', 'description': 'List all attached tags of a SCORM learning material.', 'inputSchema': {'type': 'object', 'required': ['scorm'], 'properties': {'scorm': {'type': 'string', 'description': 'SCORM identification string'}}}}, {'name': 'edubase_get_scorm_tag', 'description': 'Check if tag is attached to a SCORM learning material.', 'inputSchema': {'type': 'object', 'required': ['scorm', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'scorm': {'type': 'string', 'description': 'SCORM identification string'}}}}, {'name': 'edubase_post_scorm_tag', 'description': 'Attach tag to a SCORM learning material.', 'inputSchema': {'type': 'object', 'required': ['scorm', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'scorm': {'type': 'string', 'description': 'SCORM identification string'}}}}, {'name': 'edubase_delete_scorm_tag', 'description': 'Remove a tag attachment from a SCORM learning material.', 'inputSchema': {'type': 'object', 'required': ['scorm', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'scorm': {'type': 'string', 'description': 'SCORM identification string'}}}}, {'name': 'edubase_get_video_tags', 'description': 'List all attached tags of a video.', 'inputSchema': {'type': 'object', 'required': ['video'], 'properties': {'video': {'type': 'string', 'description': 'video identification string'}}}}, {'name': 'edubase_get_video_tag', 'description': 'Check if tag is attached to a video.', 'inputSchema': {'type': 'object', 'required': ['video', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'video': {'type': 'string', 'description': 'video identification string'}}}}, {'name': 'edubase_post_video_tag', 'description': 'Attach tag to a video.', 'inputSchema': {'type': 'object', 'required': ['video', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'video': {'type': 'string', 'description': 'video identification string'}}}}, {'name': 'edubase_delete_video_tag', 'description': 'Remove a tag attachment from a video.', 'inputSchema': {'type': 'object', 'required': ['video', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'video': {'type': 'string', 'description': 'video identification string'}}}}, {'name': 'edubase_get_class_permission', 'description': 'Check if a user has permission on a class.', 'inputSchema': {'type': 'object', 'required': ['class', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'class': {'type': 'string', 'description': 'class identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_post_class_permission', 'description': 'Create new permission for a user on a class.', 'inputSchema': {'type': 'object', 'required': ['class', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'class': {'type': 'string', 'description': 'class identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_delete_class_permission', 'description': 'Remove a user permission from a class.', 'inputSchema': {'type': 'object', 'required': ['class', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'class': {'type': 'string', 'description': 'class identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_get_course_permission', 'description': 'Check if a user has permission on a course.', 'inputSchema': {'type': 'object', 'required': ['course', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'course': {'type': 'string', 'description': 'course identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_post_course_permission', 'description': 'Create new permission for a user on a course.', 'inputSchema': {'type': 'object', 'required': ['course', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'course': {'type': 'string', 'description': 'course identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_delete_course_permission', 'description': 'Remove a user permission from a course.', 'inputSchema': {'type': 'object', 'required': ['course', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'course': {'type': 'string', 'description': 'course identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_get_event_permission', 'description': 'Check if a user has permission on an event.', 'inputSchema': {'type': 'object', 'required': ['event', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'event': {'type': 'string', 'description': 'event identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / finances / grant / admin)'}}}}, {'name': 'edubase_post_event_permission', 'description': 'Create new permission for a user on an event.', 'inputSchema': {'type': 'object', 'required': ['event', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'event': {'type': 'string', 'description': 'event identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / finances / grant / admin)'}}}}, {'name': 'edubase_delete_event_permission', 'description': 'Remove a user permission from an event.', 'inputSchema': {'type': 'object', 'required': ['event', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'event': {'type': 'string', 'description': 'event identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / finances / grant / admin)'}}}}, {'name': 'edubase_get_exam_permission', 'description': 'Check if a user has permission on an exam.', 'inputSchema': {'type': 'object', 'required': ['exam', 'user', 'permission'], 'properties': {'exam': {'type': 'string', 'description': 'exam identification string'}, 'user': {'type': 'string', 'description': 'user identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_post_exam_permission', 'description': 'Create new permission for a user on an exam.', 'inputSchema': {'type': 'object', 'required': ['exam', 'user', 'permission'], 'properties': {'exam': {'type': 'string', 'description': 'exam identification string'}, 'user': {'type': 'string', 'description': 'user identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_delete_exam_permission', 'description': 'Remove a user permission from an exam.', 'inputSchema': {'type': 'object', 'required': ['exam', 'user', 'permission'], 'properties': {'exam': {'type': 'string', 'description': 'exam identification string'}, 'user': {'type': 'string', 'description': 'user identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_get_integration_permission', 'description': 'Check if a user has permission on an integration.', 'inputSchema': {'type': 'object', 'required': ['integration', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}, 'integration': {'type': 'string', 'description': 'integration identification string'}}}}, {'name': 'edubase_post_integration_permission', 'description': 'Create new permission for a user on an integration.', 'inputSchema': {'type': 'object', 'required': ['integration', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}, 'integration': {'type': 'string', 'description': 'integration identification string'}}}}, {'name': 'edubase_delete_integration_permission', 'description': 'Remove a user permission from an integration.', 'inputSchema': {'type': 'object', 'required': ['integration', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}, 'integration': {'type': 'string', 'description': 'integration identification string'}}}}, {'name': 'edubase_get_organization_permission', 'description': 'Check if a user has permission on an organization.', 'inputSchema': {'type': 'object', 'required': ['organization', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}, 'organization': {'type': 'string', 'description': 'organization identification string'}}}}, {'name': 'edubase_post_organization_permission', 'description': 'Create new permission for a user on an organization.', 'inputSchema': {'type': 'object', 'required': ['organization', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}, 'organization': {'type': 'string', 'description': 'organization identification string'}}}}, {'name': 'edubase_delete_organization_permission', 'description': 'Remove a user permission from an organization.', 'inputSchema': {'type': 'object', 'required': ['organization', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}, 'organization': {'type': 'string', 'description': 'organization identification string'}}}}, {'name': 'edubase_get_quiz_permission', 'description': 'Check if a user has permission on a quiz.', 'inputSchema': {'type': 'object', 'required': ['quiz', 'user', 'permission'], 'properties': {'quiz': {'type': 'string', 'description': 'quiz identification string'}, 'user': {'type': 'string', 'description': 'user identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_post_quiz_permission', 'description': 'Create new permission for a user on a quiz.', 'inputSchema': {'type': 'object', 'required': ['quiz', 'user', 'permission'], 'properties': {'quiz': {'type': 'string', 'description': 'quiz identification string'}, 'user': {'type': 'string', 'description': 'user identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_delete_quiz_permission', 'description': 'Remove a user permission from a quiz.', 'inputSchema': {'type': 'object', 'required': ['quiz', 'user', 'permission'], 'properties': {'quiz': {'type': 'string', 'description': 'quiz identification string'}, 'user': {'type': 'string', 'description': 'user identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_get_scorm_permission', 'description': 'Check if a user has permission on a SCORM learning material.', 'inputSchema': {'type': 'object', 'required': ['scorm', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'scorm': {'type': 'string', 'description': 'SCORM identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_post_scorm_permission', 'description': 'Create new permission for a user on a SCORM learning material.', 'inputSchema': {'type': 'object', 'required': ['scorm', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'scorm': {'type': 'string', 'description': 'SCORM identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_delete_scorm_permission', 'description': 'Remove a user permission from a SCORM learning material.', 'inputSchema': {'type': 'object', 'required': ['scorm', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'scorm': {'type': 'string', 'description': 'SCORM identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_get_tag_permission', 'description': 'Check if a user has permission on a tag.', 'inputSchema': {'type': 'object', 'required': ['tag', 'user', 'permission'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'user': {'type': 'string', 'description': 'user identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_post_tag_permission', 'description': 'Create new permission for a user on a tag.', 'inputSchema': {'type': 'object', 'required': ['tag', 'user', 'permission'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'user': {'type': 'string', 'description': 'user identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_delete_tag_permission', 'description': 'Remove a user permission from a tag.', 'inputSchema': {'type': 'object', 'required': ['tag', 'user', 'permission'], 'properties': {'tag': {'type': 'string', 'description': 'tag identification string'}, 'user': {'type': 'string', 'description': 'user identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_get_video_permission', 'description': 'Check if a user has permission on a video.', 'inputSchema': {'type': 'object', 'required': ['video', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'video': {'type': 'string', 'description': 'video identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_post_video_permission', 'description': 'Create new permission for a user on a video.', 'inputSchema': {'type': 'object', 'required': ['video', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'video': {'type': 'string', 'description': 'video identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_delete_video_permission', 'description': 'Remove a user permission from a video.', 'inputSchema': {'type': 'object', 'required': ['video', 'user', 'permission'], 'properties': {'user': {'type': 'string', 'description': 'user identification string'}, 'video': {'type': 'string', 'description': 'video identification string'}, 'permission': {'type': 'string', 'description': 'permission level (view / control / modify / grant / admin)'}}}}, {'name': 'edubase_post_custom_metric', 'description': 'Update a custom metric.', 'inputSchema': {'type': 'object', 'required': ['metric', 'value'], 'properties': {'value': {'type': 'number', 'description': 'target value (also accepts increments with a + prefix)'}, 'metric': {'type': 'string', 'description': 'metric name'}}}}] |
@KaranThink41/hubspot_private_app | HubSpot MCP Server | Interact seamlessly with HubSpot CRM to manage your Note engagements. Create, update, delete, and fetch summary records effortlessly, enhancing your workflow and productivity. Streamline your communication by sending records via chat or email directly from the server. | 2025-03-30T04:57:11.838Z | 164 | https://smithery.ai/server/@KaranThink41/hubspot_private_app | true | null | {
"scanPassed": true
} | [{'name': 'create_shared_summary', 'description': 'Step 1: Accept a title, summary, and author.\nStep 2: Combine these into a note body.\nStep 3: Create a new HubSpot Note engagement associated with a dedicated contact.', 'inputSchema': {'type': 'object', 'required': ['title', 'summary', 'author'], 'properties': {'title': {'type': 'string', 'description': 'Title of the summary'}, 'author': {'type': 'string', 'description': 'Name of the author'}, 'summary': {'type': 'string', 'description': 'Content of the summary'}}}}, {'name': 'get_summaries', 'description': "Retrieve summary notes from HubSpot with flexible filters.\nOptional filters:\n • date: (YYYY-MM-DD) to filter by a specific date.\n • dayOfWeek: e.g., 'Monday' to filter by day of the week.\n • limit: Number of most recent summaries to return.\n • timeRange: { start: 'HH:MM', end: 'HH:MM' } to filter by time of day.", 'inputSchema': {'type': 'object', 'properties': {'date': {'type': 'string', 'description': 'Optional: Date in YYYY-MM-DD format'}, 'limit': {'type': 'number', 'description': 'Optional: Number of summaries to return'}, 'dayOfWeek': {'type': 'string', 'description': 'Optional: Day of the week (e.g., Monday)'}, 'timeRange': {'type': 'object', 'properties': {'end': {'type': 'string', 'description': 'Optional: End time in HH:MM'}, 'start': {'type': 'string', 'description': 'Optional: Start time in HH:MM'}}, 'description': 'Optional: Time range filter'}}}}, {'name': 'update_shared_summary', 'description': 'Step 1: Provide an explicit Engagement ID OR a search query (query) to locate the note.\nStep 2: Retrieve the current note content.\nStep 3: Merge existing values with any provided updates (title, summary, author).\nStep 4: Update the note while preserving unchanged fields.', 'inputSchema': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'Optional: Engagement ID of the note'}, 'query': {'type': 'string', 'description': 'Optional: Keyword to search in note content'}, 'title': {'type': 'string', 'description': 'Optional: Updated title'}, 'author': {'type': 'string', 'description': 'Optional: Updated author'}, 'summary': {'type': 'string', 'description': 'Optional: Updated content'}}}}, {'name': 'delete_shared_summary', 'description': "Delete a summary note from HubSpot.\nEither provide an explicit Engagement ID (id) or use optional filters (date, dayOfWeek, limit, timeRange) to select a candidate note (e.g., 'delete my last summary').", 'inputSchema': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'Optional: Engagement ID to delete'}, 'date': {'type': 'string', 'description': 'Optional: Date in YYYY-MM-DD format'}, 'limit': {'type': 'number', 'description': 'Optional: Number of summaries to consider (default 1)'}, 'dayOfWeek': {'type': 'string', 'description': 'Optional: Day of the week (e.g., Monday)'}, 'timeRange': {'type': 'object', 'properties': {'end': {'type': 'string', 'description': 'Optional: End time in HH:MM'}, 'start': {'type': 'string', 'description': 'Optional: Start time in HH:MM'}}, 'description': 'Optional: Time range filter'}}}}] |
@ai-1st/deepview-mcp | DeepView | Analyze large codebases efficiently using Gemini's extensive context window. Connect seamlessly with IDEs like Cursor and Windsurf to enhance your coding experience. Load your entire codebase from a single file and query it effortlessly. | 2025-03-30T08:01:35.704Z | 163 | https://smithery.ai/server/@ai-1st/deepview-mcp | true | null | {
"scanPassed": true
} | [{'name': 'deepview', 'description': '\nAsk a question about the codebase using Gemini.\n\nArgs:\n question: The question to ask about the codebase\n codebase_file: Optional path to the codebase file. If provided, will load this file\n instead of using the globally loaded codebase.\n\nReturns:\n Dictionary with the query result or error\n', 'inputSchema': {'type': 'object', 'title': 'deepviewArguments', 'required': ['question'], 'properties': {'question': {'type': 'string', 'title': 'Question'}, 'codebase_file': {'type': 'string', 'title': 'Codebase File', 'default': None}}}}] |
@pinkpixel-dev/mcpollinations | MCPollinations Multimodal Server | Generate images, text, and audio from prompts effortlessly. Leverage the Pollinations APIs to enhance your AI assistants with multimodal capabilities. Enjoy a simple setup with no authentication required, making it easy to integrate into your applications. | 2025-04-13T13:11:27.315Z | 162 | https://smithery.ai/server/@pinkpixel-dev/mcpollinations | true | null | {
"scanPassed": true
} | [{'name': 'generateImageUrl', 'description': 'Generate an image URL from a text prompt', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'safe': {'type': 'boolean', 'description': 'Whether to apply content filtering (default: false)'}, 'seed': {'type': 'number', 'description': 'Seed for reproducible results (default: random)'}, 'model': {'type': 'string', 'description': 'Model name to use for generation (default: "flux"). Available options: "flux", "sdxl", "sd3", "sd15", "flux-schnell", "flux-dev"'}, 'width': {'type': 'number', 'description': 'Width of the generated image (default: 1024)'}, 'height': {'type': 'number', 'description': 'Height of the generated image (default: 1024)'}, 'prompt': {'type': 'string', 'description': 'The text description of the image to generate'}, 'enhance': {'type': 'boolean', 'description': 'Whether to enhance the prompt using an LLM before generating (default: true)'}}}}, {'name': 'generateImage', 'description': 'Generate an image, return the base64-encoded data, and save to a file by default', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'safe': {'type': 'boolean', 'description': 'Whether to apply content filtering (default: false)'}, 'seed': {'type': 'number', 'description': 'Seed for reproducible results (default: random)'}, 'model': {'type': 'string', 'description': 'Model name to use for generation (default: "flux"). Available options: "flux, "turbo" (sdxl),'}, 'width': {'type': 'number', 'description': 'Width of the generated image (default: 1024)'}, 'format': {'type': 'string', 'description': 'Image format to save as (png, jpeg, jpg, webp - default: png)'}, 'height': {'type': 'number', 'description': 'Height of the generated image (default: 1024)'}, 'prompt': {'type': 'string', 'description': 'The text description of the image to generate'}, 'enhance': {'type': 'boolean', 'description': 'Whether to enhance the prompt using an LLM before generating (default: true)'}, 'fileName': {'type': 'string', 'description': 'Name of the file to save (without extension, default: generated from prompt)'}, 'outputPath': {'type': 'string', 'description': 'Directory path where to save the image (default: "./mcpollinations-output")'}}}}, {'name': 'listImageModels', 'description': 'List available image models', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'respondAudio', 'description': 'Generate an audio response to a text prompt and play it through the system', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'seed': {'type': 'number', 'description': 'Seed for reproducible results (default: random)'}, 'voice': {'type': 'string', 'description': 'Voice to use for audio generation (default: "alloy"). Available options: "alloy", "echo", "fable", "onyx", "nova", "shimmer", "coral", "verse", "ballad", "ash", "sage", "amuch", "dan"'}, 'prompt': {'type': 'string', 'description': 'The text prompt to respond to with audio'}}}}, {'name': 'listAudioVoices', 'description': 'List all available audio voices for text-to-speech generation', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'respondText', 'description': 'Respond with text to a prompt using the Pollinations Text API', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'seed': {'type': 'number', 'description': 'Seed for reproducible results (default: random)'}, 'model': {'type': 'string', 'description': 'Model to use for text generation (default: "openai"). Available options: "openai", "anthropic", "mistral", "llama", "gemini" - use listTextModels to see all models'}, 'prompt': {'type': 'string', 'description': 'The text prompt to generate a response for'}}}}, {'name': 'listTextModels', 'description': 'List available text models', 'inputSchema': {'type': 'object', 'properties': {}}}] |
@chat-prompt/gpters-search-mcp-server | GPTers AI Knowledge Search Server | GPTers AI 스터디 커뮤니티의 지식에 쉽고 빠르게 접근할 수 있습니다. 유용한 인사이트를 효율적으로 검색하고 활용하여, 방대한 정보를 바탕으로 학습 경험을 향상시킬 수 있습니다.
API 키는 GPTers 운영자에게 요청하여 발급받으시기 바랍니다. | 2025-04-14T04:18:19.135Z | 160 | https://smithery.ai/server/@chat-prompt/gpters-search-mcp-server | true | {
"scanPassed": true
} | [{'name': 'search_gpters', 'description': '\n GPTers AI 스터디 커뮤니티의 지식을 검색합니다.\n \n Args:\n query (str): 검색 쿼리\n top_k (int): 반환할 결과 수 (기본값: 5)\n space_name (str): 게시판 이름 (선택 사항)\n owner_name (str): 작성자 이름 (선택 사항)\n created_within_days (int): 작성일 기준 일수 (선택 사항), 예: 최근 30일 이내 검색\n Returns:\n str: 검색 결과를 포맷팅한 문자열\n ', 'inputSchema': {'type': 'object', 'title': 'search_gptersArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'top_k': {'type': 'integer', 'title': 'Top K', 'default': 5}, 'owner_name': {'type': 'string', 'title': 'Owner Name', 'default': None}, 'space_name': {'type': 'string', 'title': 'Space Name', 'default': None}, 'created_within_days': {'type': 'integer', 'title': 'Created Within Days', 'default': None}}}}] |
|
kagimcp | Kagi | Access Kagi Search API for retrieving information from the web. | 2025-01-10T16:07:24.038Z | 79 | https://smithery.ai/server/kagimcp | true | null | {
"scanPassed": true
} | [{'name': 'search', 'description': 'Perform web search based on one or more queries. Results are from all queries given. They are numbered continuously, so that a user may be able to refer to a result by a specific number.', 'inputSchema': {'type': 'object', 'title': 'searchArguments', 'required': ['queries'], 'properties': {'queries': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Queries', 'description': 'One or more concise, keyword-focused search queries. Include essential context within each query for standalone use.'}}}}] |
@erickva/google-workspace-mcp-server-no-calendar-deletetion | Google Workspace Server - No Calendar Deletion | This is a fork from Google Workspace Server (https://github.com/epaproditus/google-workspace-mcp-server)
Manage your emails and calendar events programmatically through a unified interface. Interact with Gmail and Calendar APIs to automate tasks like sending emails and creating events effortlessly. Enhance your productivity by integrating these capabilities into your applications. | 2025-04-08T05:34:40.362Z | 157 | https://smithery.ai/server/@erickva/google-workspace-mcp-server-no-calendar-deletetion | true | null | {
"scanPassed": true
} | [{'name': 'list_emails', 'description': 'List recent emails from Gmail inbox', 'inputSchema': {'type': 'object', 'properties': {'query': {'type': 'string', 'description': 'Search query to filter emails'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of emails to return (default: 10)'}}}}, {'name': 'search_emails', 'description': 'Search emails with advanced query', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'required': True, 'description': 'Gmail search query (e.g., "from:[email protected] has:attachment")'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of emails to return (default: 10)'}}}}, {'name': 'send_email', 'description': 'Send a new email', 'inputSchema': {'type': 'object', 'required': ['to', 'subject', 'body'], 'properties': {'cc': {'type': 'string', 'description': 'CC recipients (comma-separated)'}, 'to': {'type': 'string', 'description': 'Recipient email address'}, 'bcc': {'type': 'string', 'description': 'BCC recipients (comma-separated)'}, 'body': {'type': 'string', 'description': 'Email body (can include HTML)'}, 'subject': {'type': 'string', 'description': 'Email subject'}}}}, {'name': 'modify_email', 'description': 'Modify email labels (archive, trash, mark read/unread)', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Email ID'}, 'addLabels': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to add'}, 'removeLabels': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to remove'}}}}, {'name': 'list_events', 'description': 'List upcoming calendar events', 'inputSchema': {'type': 'object', 'properties': {'timeMax': {'type': 'string', 'description': 'End time in ISO format'}, 'timeMin': {'type': 'string', 'description': 'Start time in ISO format (default: now)'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of events to return (default: 10)'}}}}, {'name': 'create_event', 'description': 'Create a new calendar event', 'inputSchema': {'type': 'object', 'required': ['summary', 'start', 'end'], 'properties': {'end': {'type': 'string', 'description': 'End time in ISO format'}, 'start': {'type': 'string', 'description': 'Start time in ISO format'}, 'summary': {'type': 'string', 'description': 'Event title'}, 'location': {'type': 'string', 'description': 'Event location'}, 'attendees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of attendee email addresses'}, 'description': {'type': 'string', 'description': 'Event description'}}}}, {'name': 'meeting_suggestion', 'description': 'Suggest available meeting slots within the next 30 days', 'inputSchema': {'type': 'object', 'properties': {'timezone': {'type': 'string', 'description': 'Timezone for scheduling (default: America/Sao_Paulo)'}, 'calendarIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of Google Calendar IDs (default: ["primary"])'}, 'slotsPerDay': {'type': 'number', 'description': 'Number of slots per day to suggest (default: 1)'}, 'bankHolidays': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of bank holiday dates in YYYY-MM-DD format'}, 'daysToSearch': {'type': 'number', 'description': 'Number of days to find slots for (default: 3)'}, 'workingHoursEnd': {'type': 'number', 'description': 'End of working hours (24h format, default: 17)'}, 'workingHoursStart': {'type': 'number', 'description': 'Start of working hours (24h format, default: 9)'}, 'meetingLengthMinutes': {'type': 'number', 'description': 'Meeting length in minutes (default: 60)'}}}}] |
@tywenk/mcp-solana | Solana Client | Connect to the Solana blockchain and access its data seamlessly. Retrieve account balances, transaction details, and blockchain information with ease. Enhance your applications by integrating real-time Solana data and functionalities. | 2025-03-12T18:04:06.365Z | 157 | https://smithery.ai/server/@tywenk/mcp-solana | true | null | {
"scanPassed": true
} | [{'name': 'get_balance', 'description': 'Returns the balance of the account of provided Pubkey.\n\n Args:\n address (str): Pubkey of account to query\n\n Returns:\n str: Account balance response in the format "Balance of {address}: {balance}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_balanceArguments', 'required': ['address'], 'properties': {'address': {'type': 'string', 'title': 'Address'}}}}, {'name': 'get_transaction', 'description': 'Returns transaction details for a confirmed transaction.\n\n Args:\n hash (str): Transaction signature as base-58 encoded string\n\n Returns:\n str: Transaction details in the format "Transaction: {transaction}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_transactionArguments', 'required': ['hash'], 'properties': {'hash': {'type': 'string', 'title': 'Hash'}}}}, {'name': 'get_block', 'description': 'Returns identity and transaction information about a confirmed block in the ledger.\n\n Args:\n slot (int): Slot number as u64 integer\n\n Returns:\n str: Block information in the format "Block: {block}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_blockArguments', 'required': ['slot'], 'properties': {'slot': {'type': 'integer', 'title': 'Slot'}}}}, {'name': 'get_block_height', 'description': 'Returns the current block height of the node.\n\n Returns:\n str: Current block height in the format "Block height: {height}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_block_heightArguments', 'properties': {}}}, {'name': 'get_block_time', 'description': 'Fetch the estimated production time of a block.\n\n Args:\n slot (int): Block slot number\n\n Returns:\n str: Block time in the format "Block time: {time}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_block_timeArguments', 'required': ['slot'], 'properties': {'slot': {'type': 'integer', 'title': 'Slot'}}}}, {'name': 'get_blocks', 'description': 'Returns a list of confirmed blocks between two slots.\n\n Args:\n start_slot (int): Start slot as u64 integer\n end_slot (Optional[int], optional): End slot as u64 integer. Defaults to None.\n\n Returns:\n str: List of blocks in the format "Blocks: {blocks}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_blocksArguments', 'required': ['start_slot'], 'properties': {'end_slot': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'End Slot', 'default': None}, 'start_slot': {'type': 'integer', 'title': 'Start Slot'}}}}, {'name': 'get_cluster_nodes', 'description': 'Returns information about all the nodes participating in the cluster.\n\n Returns:\n str: Cluster nodes information in the format "Cluster nodes: {nodes}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_cluster_nodesArguments', 'properties': {}}}, {'name': 'get_epoch_info', 'description': 'Returns information about the current epoch.\n\n Returns:\n str: Epoch information in the format "Epoch info: {info}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_epoch_infoArguments', 'properties': {}}}, {'name': 'get_epoch_schedule', 'description': 'Returns epoch schedule information from this cluster\'s genesis config.\n\n Returns:\n str: Epoch schedule in the format "Epoch schedule: {schedule}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_epoch_scheduleArguments', 'properties': {}}}, {'name': 'get_genesis_hash', 'description': 'Returns the genesis hash.\n\n Returns:\n str: Genesis hash in the format "Genesis hash: {hash}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_genesis_hashArguments', 'properties': {}}}, {'name': 'get_identity', 'description': 'Returns the identity pubkey for the current node.\n\n Returns:\n str: Node identity in the format "Node identity: {identity}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_identityArguments', 'properties': {}}}, {'name': 'get_inflation_governor', 'description': 'Returns the current inflation governor.\n\n Returns:\n str: Inflation governor info in the format "Inflation governor: {governor}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_inflation_governorArguments', 'properties': {}}}, {'name': 'get_inflation_rate', 'description': 'Returns the specific inflation values for the current epoch.\n\n Returns:\n str: Inflation rate info in the format "Inflation rate: {rate}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_inflation_rateArguments', 'properties': {}}}, {'name': 'get_largest_accounts', 'description': 'Returns the 20 largest accounts, by lamport balance.\n\n Returns:\n str: Largest accounts info in the format "Largest accounts: {accounts}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_largest_accountsArguments', 'properties': {}}}, {'name': 'get_latest_blockhash', 'description': 'Returns the latest block hash from the ledger.\n\n Returns:\n str: Latest blockhash in the format "Latest blockhash: {blockhash}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_latest_blockhashArguments', 'properties': {}}}, {'name': 'get_minimum_balance_for_rent_exemption', 'description': 'Returns minimum balance required to make account rent exempt.\n\n Args:\n size (int): Account data length\n\n Returns:\n str: Minimum balance in the format "Minimum balance for rent exemption: {balance}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_minimum_balance_for_rent_exemptionArguments', 'required': ['size'], 'properties': {'size': {'type': 'integer', 'title': 'Size'}}}}, {'name': 'get_program_accounts', 'description': 'Returns all accounts owned by the provided program Pubkey.\n\n Args:\n program_id (str): Pubkey of program to query\n\n Returns:\n str: Program accounts in the format "Program accounts: {accounts}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_program_accountsArguments', 'required': ['program_id'], 'properties': {'program_id': {'type': 'string', 'title': 'Program Id'}}}}, {'name': 'get_recent_performance_samples', 'description': 'Returns a list of recent performance samples, in reverse slot order.\n\n Args:\n limit (Optional[int], optional): Number of samples to return (maximum 720). Defaults to None.\n\n Returns:\n str: Performance samples in the format "Performance samples: {samples}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_recent_performance_samplesArguments', 'properties': {'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}}}}, {'name': 'get_signature_statuses', 'description': 'Returns the statuses of a list of signatures.\n\n Args:\n signatures (list[str]): List of transaction signatures to confirm\n\n Returns:\n str: Signature statuses in the format "Signature statuses: {statuses}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_signature_statusesArguments', 'required': ['signatures'], 'properties': {'signatures': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Signatures'}}}}, {'name': 'get_slot', 'description': 'Returns the current slot the node is processing.\n\n Returns:\n str: Current slot in the format "Current slot: {slot}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_slotArguments', 'properties': {}}}, {'name': 'get_slot_leader', 'description': 'Returns the current slot leader.\n\n Returns:\n str: Slot leader in the format "Slot leader: {leader}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_slot_leaderArguments', 'properties': {}}}, {'name': 'get_supply', 'description': 'Returns information about the current supply.\n\n Returns:\n str: Supply information in the format "Supply info: {supply}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_supplyArguments', 'properties': {}}}, {'name': 'get_token_account_balance', 'description': 'Returns the token balance of an SPL Token account.\n\n Args:\n token_account (str): Pubkey of Token account to query\n\n Returns:\n str: Token account balance in the format "Token account balance: {balance}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_token_account_balanceArguments', 'required': ['token_account'], 'properties': {'token_account': {'type': 'string', 'title': 'Token Account'}}}}, {'name': 'get_token_largest_accounts', 'description': 'Returns the 20 largest accounts of a particular SPL Token type.\n\n Args:\n mint (str): Pubkey of token mint to query\n\n Returns:\n str: Largest token accounts in the format "Largest token accounts: {accounts}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_token_largest_accountsArguments', 'required': ['mint'], 'properties': {'mint': {'type': 'string', 'title': 'Mint'}}}}, {'name': 'get_transaction_count', 'description': 'Returns the current Transaction count from the ledger.\n\n Returns:\n str: Transaction count in the format "Transaction count: {count}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_transaction_countArguments', 'properties': {}}}, {'name': 'get_version', 'description': 'Returns the current solana versions running on the node.\n\n Returns:\n str: Version information in the format "Version info: {version}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_versionArguments', 'properties': {}}}, {'name': 'get_vote_accounts', 'description': 'Returns the account info and associated stake for all the voting accounts in the current bank.\n\n Returns:\n str: Vote accounts information in the format "Vote accounts: {accounts}"\n ', 'inputSchema': {'type': 'object', 'title': 'get_vote_accountsArguments', 'properties': {}}}, {'name': 'is_connected', 'description': 'Health check to verify if the client is connected.\n\n Returns:\n str: Connection status in the format "Connected: {connected}"\n ', 'inputSchema': {'type': 'object', 'title': 'is_connectedArguments', 'properties': {}}}, {'name': 'get_block_commitment', 'description': 'Fetch the commitment for particular block.\n\n Args:\n slot (int): Block slot number to query\n\n Returns:\n str: Block commitment information\n ', 'inputSchema': {'type': 'object', 'title': 'get_block_commitmentArguments', 'required': ['slot'], 'properties': {'slot': {'type': 'integer', 'title': 'Slot'}}}}, {'name': 'confirm_transaction', 'description': 'Confirm the transaction identified by the specified signature.\n\n Args:\n tx_sig (str): Transaction signature to confirm\n commitment (Optional[str]): Bank state to query ("finalized", "confirmed" or "processed")\n\n Returns:\n str: Transaction confirmation status\n ', 'inputSchema': {'type': 'object', 'title': 'confirm_transactionArguments', 'required': ['tx_sig'], 'properties': {'tx_sig': {'type': 'string', 'title': 'Tx Sig'}, 'commitment': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Commitment', 'default': None}}}}, {'name': 'get_account_info', 'description': 'Returns all account info for the specified public key.\n\n Args:\n pubkey (str): Pubkey of account to query\n encoding (str): Encoding for Account data ("base58", "base64", or "jsonParsed")\n\n Returns:\n str: Account information\n ', 'inputSchema': {'type': 'object', 'title': 'get_account_infoArguments', 'required': ['pubkey'], 'properties': {'pubkey': {'type': 'string', 'title': 'Pubkey'}, 'encoding': {'type': 'string', 'title': 'Encoding', 'default': 'base64'}}}}, {'name': 'get_fee_for_message', 'description': "Returns the fee for a message.\n\n Args:\n from_pubkey (str): Sender's public key\n to_pubkey (str): Recipient's public key\n lamports (int): Amount of lamports to transfer\n\n Returns:\n str: Fee information\n ", 'inputSchema': {'type': 'object', 'title': 'get_fee_for_messageArguments', 'required': ['from_pubkey', 'to_pubkey', 'lamports'], 'properties': {'lamports': {'type': 'integer', 'title': 'Lamports'}, 'to_pubkey': {'type': 'string', 'title': 'To Pubkey'}, 'from_pubkey': {'type': 'string', 'title': 'From Pubkey'}}}}, {'name': 'get_first_available_block', 'description': 'Returns the slot of the lowest confirmed block available.\n\n Returns:\n str: First available block information\n ', 'inputSchema': {'type': 'object', 'title': 'get_first_available_blockArguments', 'properties': {}}}, {'name': 'get_inflation_reward', 'description': 'Returns the inflation/staking reward for a list of addresses for an epoch.\n\n Args:\n pubkeys (list[str]): List of account addresses\n epoch (Optional[int]): Epoch for which to calculate rewards\n\n Returns:\n str: Inflation reward information\n ', 'inputSchema': {'type': 'object', 'title': 'get_inflation_rewardArguments', 'required': ['pubkeys'], 'properties': {'epoch': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Epoch', 'default': None}, 'pubkeys': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Pubkeys'}}}}, {'name': 'get_leader_schedule', 'description': 'Returns the leader schedule for an epoch.\n\n Args:\n epoch (Optional[int]): Epoch to get schedule for\n\n Returns:\n str: Leader schedule information\n ', 'inputSchema': {'type': 'object', 'title': 'get_leader_scheduleArguments', 'properties': {'epoch': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Epoch', 'default': None}}}}, {'name': 'get_minimum_ledger_slot', 'description': 'Returns the lowest slot that the node has information about in its ledger.\n\n Returns:\n str: Minimum ledger slot information\n ', 'inputSchema': {'type': 'object', 'title': 'get_minimum_ledger_slotArguments', 'properties': {}}}, {'name': 'get_multiple_accounts', 'description': 'Returns the account information for a list of public keys.\n\n Args:\n pubkeys (list[str]): List of account public keys\n encoding (str): Encoding for the account data\n\n Returns:\n str: Multiple accounts information\n ', 'inputSchema': {'type': 'object', 'title': 'get_multiple_accountsArguments', 'required': ['pubkeys'], 'properties': {'pubkeys': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Pubkeys'}, 'encoding': {'type': 'string', 'title': 'Encoding', 'default': 'base64'}}}}, {'name': 'get_signatures_for_address', 'description': 'Returns confirmed signatures for transactions involving an address.\n\n Args:\n account (str): Account address to query\n before (Optional[str]): Start searching backwards from this signature\n until (Optional[str]): Search until this signature\n limit (Optional[int]): Maximum number of signatures to return\n\n Returns:\n str: Signatures information\n ', 'inputSchema': {'type': 'object', 'title': 'get_signatures_for_addressArguments', 'required': ['account'], 'properties': {'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'until': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Until', 'default': None}, 'before': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Before', 'default': None}, 'account': {'type': 'string', 'title': 'Account'}}}}, {'name': 'get_token_accounts_by_delegate', 'description': 'Returns all SPL Token accounts by approved delegate.\n\n Args:\n delegate (str): Public key of delegate owner\n mint (str): Token mint address\n\n Returns:\n str: Token accounts information\n ', 'inputSchema': {'type': 'object', 'title': 'get_token_accounts_by_delegateArguments', 'required': ['delegate', 'mint'], 'properties': {'mint': {'type': 'string', 'title': 'Mint'}, 'delegate': {'type': 'string', 'title': 'Delegate'}}}}, {'name': 'get_token_accounts_by_owner', 'description': 'Returns all SPL Token accounts by token owner.\n\n Args:\n owner (str): Public key of token owner\n mint (str): Token mint address\n\n Returns:\n str: Token accounts information\n ', 'inputSchema': {'type': 'object', 'title': 'get_token_accounts_by_ownerArguments', 'required': ['owner', 'mint'], 'properties': {'mint': {'type': 'string', 'title': 'Mint'}, 'owner': {'type': 'string', 'title': 'Owner'}}}}, {'name': 'get_token_supply', 'description': 'Returns the total supply of an SPL Token type.\n\n Args:\n mint (str): Public key of token mint\n\n Returns:\n str: Token supply information\n ', 'inputSchema': {'type': 'object', 'title': 'get_token_supplyArguments', 'required': ['mint'], 'properties': {'mint': {'type': 'string', 'title': 'Mint'}}}}, {'name': 'request_airdrop', 'description': 'Request an airdrop of lamports to a Pubkey.\n\n Args:\n address (str): Public key of recipient\n lamports (int): Amount of lamports to request\n\n Returns:\n str: Airdrop request result\n ', 'inputSchema': {'type': 'object', 'title': 'request_airdropArguments', 'required': ['address', 'lamports'], 'properties': {'address': {'type': 'string', 'title': 'Address'}, 'lamports': {'type': 'integer', 'title': 'Lamports'}}}}, {'name': 'send_transaction', 'description': 'Send a transaction that has already been signed and serialized into the wire format.\n\n Args:\n txn (bytes): Signed transaction as bytes\n\n Returns:\n str: Transaction send result\n ', 'inputSchema': {'type': 'object', 'title': 'send_transactionArguments', 'required': ['txn'], 'properties': {'txn': {'type': 'string', 'title': 'Txn', 'format': 'binary'}}}}, {'name': 'validator_exit', 'description': 'Request to have the validator exit.\n\n Returns:\n str: Validator exit request result\n ', 'inputSchema': {'type': 'object', 'title': 'validator_exitArguments', 'properties': {}}}] |
@GongRzhe/terminal-controller-mcp | Terminal Controller | Execute terminal commands securely and manage your file system through a standardized interface. Navigate directories, run commands, and track command history effortlessly. Enhance your LLM's capabilities with powerful terminal interactions. | 2025-03-12T12:00:25.608Z | 157 | https://smithery.ai/server/@GongRzhe/terminal-controller-mcp | true | null | {
"scanPassed": true
} | [{'name': 'execute_command', 'description': '\n Execute terminal command and return results\n \n Args:\n command: Command line command to execute\n timeout: Command timeout in seconds, default is 30 seconds\n \n Returns:\n Output of the command execution\n ', 'inputSchema': {'type': 'object', 'title': 'execute_commandArguments', 'required': ['command'], 'properties': {'command': {'type': 'string', 'title': 'Command'}, 'timeout': {'type': 'integer', 'title': 'Timeout', 'default': 30}}}}, {'name': 'get_command_history', 'description': '\n Get recent command execution history\n \n Args:\n count: Number of recent commands to return\n \n Returns:\n Formatted command history record\n ', 'inputSchema': {'type': 'object', 'title': 'get_command_historyArguments', 'properties': {'count': {'type': 'integer', 'title': 'Count', 'default': 10}}}}, {'name': 'get_current_directory', 'description': '\n Get current working directory\n \n Returns:\n Path of current working directory\n ', 'inputSchema': {'type': 'object', 'title': 'get_current_directoryArguments', 'properties': {}}}, {'name': 'change_directory', 'description': '\n Change current working directory\n \n Args:\n path: Directory path to switch to\n \n Returns:\n Operation result information\n ', 'inputSchema': {'type': 'object', 'title': 'change_directoryArguments', 'required': ['path'], 'properties': {'path': {'type': 'string', 'title': 'Path'}}}}, {'name': 'list_directory', 'description': '\n List files and subdirectories in the specified directory\n \n Args:\n path: Directory path to list contents, default is current directory\n \n Returns:\n List of directory contents\n ', 'inputSchema': {'type': 'object', 'title': 'list_directoryArguments', 'properties': {'path': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Path', 'default': None}}}}, {'name': 'write_file', 'description': "\n Write content to a file\n \n Args:\n path: Path to the file\n content: Content to write (string or JSON object)\n mode: Write mode ('overwrite' or 'append')\n \n Returns:\n Operation result information\n ", 'inputSchema': {'type': 'object', 'title': 'write_fileArguments', 'required': ['path', 'content'], 'properties': {'mode': {'type': 'string', 'title': 'Mode', 'default': 'overwrite'}, 'path': {'type': 'string', 'title': 'Path'}, 'content': {'type': 'string', 'title': 'Content'}}}}, {'name': 'read_file', 'description': '\n Read content from a file with optional row selection\n \n Args:\n path: Path to the file\n start_row: Starting row to read from (0-based, optional)\n end_row: Ending row to read to (0-based, inclusive, optional)\n as_json: If True, attempt to parse file content as JSON (optional)\n \n Returns:\n File content or selected lines, optionally parsed as JSON\n ', 'inputSchema': {'type': 'object', 'title': 'read_fileArguments', 'required': ['path'], 'properties': {'path': {'type': 'string', 'title': 'Path'}, 'as_json': {'type': 'boolean', 'title': 'As Json', 'default': False}, 'end_row': {'type': 'integer', 'title': 'End Row', 'default': None}, 'start_row': {'type': 'integer', 'title': 'Start Row', 'default': None}}}}, {'name': 'insert_file_content', 'description': '\n Insert content at specific row(s) in a file\n \n Args:\n path: Path to the file\n content: Content to insert (string or JSON object)\n row: Row number to insert at (0-based, optional)\n rows: List of row numbers to insert at (0-based, optional)\n \n Returns:\n Operation result information\n ', 'inputSchema': {'type': 'object', 'title': 'insert_file_contentArguments', 'required': ['path', 'content'], 'properties': {'row': {'type': 'integer', 'title': 'Row', 'default': None}, 'path': {'type': 'string', 'title': 'Path'}, 'rows': {'type': 'array', 'items': {}, 'title': 'Rows', 'default': None}, 'content': {'type': 'string', 'title': 'Content'}}}}, {'name': 'delete_file_content', 'description': '\n Delete content at specific row(s) from a file\n \n Args:\n path: Path to the file\n row: Row number to delete (0-based, optional)\n rows: List of row numbers to delete (0-based, optional)\n substring: If provided, only delete this substring within the specified row(s), not the entire row (optional)\n \n Returns:\n Operation result information\n ', 'inputSchema': {'type': 'object', 'title': 'delete_file_contentArguments', 'required': ['path'], 'properties': {'row': {'type': 'integer', 'title': 'Row', 'default': None}, 'path': {'type': 'string', 'title': 'Path'}, 'rows': {'type': 'array', 'items': {}, 'title': 'Rows', 'default': None}, 'substring': {'type': 'string', 'title': 'Substring', 'default': None}}}}, {'name': 'update_file_content', 'description': '\n Update content at specific row(s) in a file\n \n Args:\n path: Path to the file\n content: New content to place at the specified row(s)\n row: Row number to update (0-based, optional)\n rows: List of row numbers to update (0-based, optional)\n substring: If provided, only replace this substring within the specified row(s), not the entire row\n \n Returns:\n Operation result information\n ', 'inputSchema': {'type': 'object', 'title': 'update_file_contentArguments', 'required': ['path', 'content'], 'properties': {'row': {'type': 'integer', 'title': 'Row', 'default': None}, 'path': {'type': 'string', 'title': 'Path'}, 'rows': {'type': 'array', 'items': {}, 'title': 'Rows', 'default': None}, 'content': {'type': 'string', 'title': 'Content'}, 'substring': {'type': 'string', 'title': 'Substring', 'default': None}}}}] |
google-calendar-mcp | Google Calendar | Integration with Google Calendar to manage events through a standardized interface. | 2024-12-24T02:42:34.662Z | 176 | https://smithery.ai/server/google-calendar-mcp | true | null | {
"scanPassed": true
} | [{'name': 'list-calendars', 'description': 'List all available calendars', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'list-events', 'description': 'List events from a calendar', 'inputSchema': {'type': 'object', 'required': ['calendarId'], 'properties': {'timeMax': {'type': 'string', 'description': 'End time in ISO format (optional)'}, 'timeMin': {'type': 'string', 'description': 'Start time in ISO format (optional)'}, 'calendarId': {'type': 'string', 'description': 'ID of the calendar to list events from'}}}}, {'name': 'create-event', 'description': 'Create a new calendar event', 'inputSchema': {'type': 'object', 'required': ['calendarId', 'summary', 'start', 'end'], 'properties': {'end': {'type': 'string', 'description': 'End time in ISO format'}, 'start': {'type': 'string', 'description': 'Start time in ISO format'}, 'summary': {'type': 'string', 'description': 'Title of the event'}, 'location': {'type': 'string', 'description': 'Location of the event'}, 'attendees': {'type': 'array', 'items': {'type': 'object', 'required': ['email'], 'properties': {'email': {'type': 'string', 'description': 'Email address of the attendee'}}}, 'description': 'List of attendees'}, 'calendarId': {'type': 'string', 'description': 'ID of the calendar to create event in'}, 'description': {'type': 'string', 'description': 'Description of the event'}}}}, {'name': 'update-event', 'description': 'Update an existing calendar event', 'inputSchema': {'type': 'object', 'required': ['calendarId', 'eventId'], 'properties': {'end': {'type': 'string', 'description': 'New end time in ISO format'}, 'start': {'type': 'string', 'description': 'New start time in ISO format'}, 'eventId': {'type': 'string', 'description': 'ID of the event to update'}, 'summary': {'type': 'string', 'description': 'New title of the event'}, 'location': {'type': 'string', 'description': 'New location of the event'}, 'attendees': {'type': 'array', 'items': {'type': 'object', 'required': ['email'], 'properties': {'email': {'type': 'string', 'description': 'Email address of the attendee'}}}, 'description': 'List of attendees'}, 'calendarId': {'type': 'string', 'description': 'ID of the calendar containing the event'}, 'description': {'type': 'string', 'description': 'New description of the event'}}}}, {'name': 'delete-event', 'description': 'Delete a calendar event', 'inputSchema': {'type': 'object', 'required': ['calendarId', 'eventId'], 'properties': {'eventId': {'type': 'string', 'description': 'ID of the event to delete'}, 'calendarId': {'type': 'string', 'description': 'ID of the calendar containing the event'}}}}] |
@tmsdnl/mcp-textube | Textube | Fetch and analyze YouTube video transcripts effortlessly. Gain insights and summaries from video content using specialized prompts. Enhance your understanding of video topics with quick and deep analysis tools. | 2025-03-29T05:41:37.456Z | 154 | https://smithery.ai/server/@tmsdnl/mcp-textube | true | null | {
"scanPassed": true
} | [{'name': 'deep_analyze', 'description': 'Your goal is to analyze provided content to extract actionable insights, identify central themes, and present the most important information in a structured, accessible format that saves time for decision-makers.', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'YouTube video URL or ID'}, 'language': {'type': 'string', 'description': "Language code (default: 'en')"}}}}, {'name': 'quick_summarize', 'description': 'Your goal is to analyze content by breaking it down into distinct topics, extracting the most significant insights with specific data points, and presenting a concise summary that captures both the essence and important details.', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'YouTube video URL or ID'}, 'language': {'type': 'string', 'description': "Language code (default: 'en')"}}}}] |
@iamwavecut/mcp-think | Think Tool | Record and retrieve your reasoning processes seamlessly. Enhance your LLM's capabilities by capturing thoughts and analyzing them for better decision-making. Clear your thought history effortlessly to maintain focus on current tasks. | 2025-03-27T15:05:21.321Z | 154 | https://smithery.ai/server/@iamwavecut/mcp-think | true | null | {
"scanPassed": true
} | [{'name': 'clear_thoughts', 'description': 'Clear all recorded thoughts from the current session. Use this to start fresh if the thinking process needs to be reset.', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_thought_stats', 'description': 'Get statistics about the thoughts recorded in the current session.', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_thoughts', 'description': 'Retrieve all thoughts recorded in the current session. This tool helps review the thinking process that has occurred so far.', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'think', 'description': 'Use this tool to think about something. It will not obtain new information or change anything, but just append the thought to the log. Use it when complex reasoning or cache memory is needed.', 'inputSchema': {'type': 'object', 'required': ['thought'], 'properties': {'thought': {'type': 'string', 'description': 'A thought to think about. This can be structured reasoning, step-by-step analysis, policy verification, or any other mental process that helps with problem-solving.'}}}}] |
@yuri-xyz/cryptopanic-mcp-server | CryptoPanic News Server | Provide the latest cryptocurrency news, analysis, and videos to AI agents. Fetch up-to-date content from CryptoPanic with customizable content type and pagination. Keep your AI informed with timely crypto market updates. | 2025-05-03T02:48:07.259Z | 152 | https://smithery.ai/server/@yuri-xyz/cryptopanic-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'get_crypto_news', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_crypto_newsArguments', 'properties': {'kind': {'type': 'string', 'title': 'Kind', 'default': 'news'}, 'num_pages': {'type': 'integer', 'title': 'Num Pages', 'default': 1}}}}] |
@JiantaoFu/appinsightmcp | App Market Intelligence | Analyze data from the Apple App Store and Google Play Store to gain insights about apps, market trends, and user feedback. Make informed decisions with comprehensive market intelligence at your fingertips. | 2025-03-15T05:56:24.960Z | 151 | https://smithery.ai/server/@JiantaoFu/appinsightmcp | true | null | {
"scanPassed": true
} | [{'name': 'app-store-search', 'description': 'Search for apps on the App Store', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['term'], 'properties': {'num': {'type': 'number', 'default': 50, 'description': 'Number of results (default: 50)'}, 'term': {'type': 'string', 'description': 'Search term'}, 'country': {'type': 'string', 'default': 'us', 'description': 'Country code (default: us)'}}, 'additionalProperties': False}}, {'name': 'app-store-details', 'description': 'Get detailed information about an App Store app', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'Numeric App ID (e.g., 444934666)'}, 'country': {'type': 'string', 'default': 'us', 'description': 'Country code (default: us)'}}, 'additionalProperties': False}}, {'name': 'app-store-reviews', 'description': 'Get reviews for an App Store app', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'Numeric App ID (e.g., 444934666)'}, 'page': {'type': 'number', 'default': 1, 'description': 'Page number (default: 1)'}, 'sort': {'enum': ['recent', 'helpful'], 'type': 'string', 'default': 'recent', 'description': 'Sort order (recent or helpful)'}, 'country': {'type': 'string', 'default': 'us', 'description': 'Country code (default: us)'}}, 'additionalProperties': False}}, {'name': 'app-store-similar', 'description': 'Get similar apps from the App Store', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'Numeric App ID (e.g., 444934666)'}}, 'additionalProperties': False}}, {'name': 'app-store-developer', 'description': 'Get apps by a developer on the App Store', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['devId'], 'properties': {'devId': {'type': 'string', 'description': 'Developer ID'}, 'country': {'type': 'string', 'default': 'us', 'description': 'Country code (default: us)'}}, 'additionalProperties': False}}, {'name': 'app-store-suggest', 'description': 'Get search suggestions from App Store', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['term'], 'properties': {'term': {'type': 'string', 'description': 'Search term'}, 'country': {'type': 'string', 'default': 'us', 'description': 'Country code (default: us)'}}, 'additionalProperties': False}}, {'name': 'app-store-ratings', 'description': 'Get ratings for an App Store app', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'Numeric App ID (e.g., 444934666)'}, 'country': {'type': 'string', 'default': 'us', 'description': 'Country code (default: us)'}}, 'additionalProperties': False}}, {'name': 'app-store-version-history', 'description': 'Get version history for an App Store app', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'Numeric App ID (e.g., 444934666)'}}, 'additionalProperties': False}}, {'name': 'app-store-privacy', 'description': 'Get privacy details for an App Store app', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'Numeric App ID (e.g., 444934666)'}}, 'additionalProperties': False}}, {'name': 'app-store-list', 'description': 'Get apps from iTunes collections', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['collection'], 'properties': {'num': {'type': 'number', 'default': 50, 'maximum': 200, 'description': 'Number of results (default: 50, max: 200)'}, 'country': {'type': 'string', 'default': 'us', 'description': 'Country code (default: us)'}, 'category': {'type': 'string', 'description': 'Category ID to filter by'}, 'collection': {'type': 'string', 'description': 'Collection to fetch from (e.g. TOP_FREE_IOS, TOP_PAID_IOS, etc)'}}, 'additionalProperties': False}}, {'name': 'google-play-search', 'description': 'Search for apps on Google Play', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['term'], 'properties': {'num': {'type': 'number', 'default': 20, 'description': 'Number of results (default: 20)'}, 'term': {'type': 'string', 'description': 'Search term'}, 'country': {'type': 'string', 'default': 'us', 'description': 'Country code (default: us)'}, 'fullDetail': {'type': 'boolean', 'default': False, 'description': 'Fetch full details (default: false)'}}, 'additionalProperties': False}}, {'name': 'google-play-details', 'description': 'Get detailed information about a Google Play app', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['appId'], 'properties': {'appId': {'type': 'string', 'description': 'App ID'}, 'country': {'type': 'string', 'default': 'us', 'description': 'Country code (default: us)'}}, 'additionalProperties': False}}, {'name': 'google-play-reviews', 'description': 'Get reviews for a Google Play app', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['appId'], 'properties': {'num': {'type': 'number', 'default': 100, 'description': 'Number of reviews (default: 100)'}, 'appId': {'type': 'string', 'description': 'App ID'}, 'country': {'type': 'string', 'default': 'us', 'description': 'Country code (default: us)'}}, 'additionalProperties': False}}, {'name': 'google-play-similar', 'description': 'Get similar apps from Google Play', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['appId'], 'properties': {'appId': {'type': 'string', 'description': 'App ID'}, 'country': {'type': 'string', 'default': 'us', 'description': 'Country code (default: us)'}}, 'additionalProperties': False}}, {'name': 'google-play-developer', 'description': 'Get apps by a developer on Google Play', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['devId'], 'properties': {'num': {'type': 'number', 'default': 60, 'description': 'Number of results (default: 60)'}, 'lang': {'type': 'string', 'default': 'en', 'description': 'Language code (default: en)'}, 'devId': {'type': 'string', 'description': 'Developer ID'}, 'country': {'type': 'string', 'default': 'us', 'description': 'Country code (default: us)'}}, 'additionalProperties': False}}, {'name': 'google-play-suggest', 'description': 'Get search suggestions from Google Play', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['term'], 'properties': {'lang': {'type': 'string', 'default': 'en', 'description': 'Language code (default: en)'}, 'term': {'type': 'string', 'description': 'Search term'}, 'country': {'type': 'string', 'default': 'us', 'description': 'Country code (default: us)'}}, 'additionalProperties': False}}, {'name': 'google-play-permissions', 'description': 'Get permissions required by a Google Play app', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['appId'], 'properties': {'lang': {'type': 'string', 'default': 'en', 'description': 'Language code (default: en)'}, 'appId': {'type': 'string', 'description': 'App ID'}, 'short': {'type': 'boolean', 'default': False, 'description': 'Short format (default: false)'}}, 'additionalProperties': False}}, {'name': 'google-play-datasafety', 'description': 'Get data safety information for a Google Play app', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['appId'], 'properties': {'lang': {'type': 'string', 'default': 'en', 'description': 'Language code (default: en)'}, 'appId': {'type': 'string', 'description': 'App ID'}}, 'additionalProperties': False}}, {'name': 'google-play-categories', 'description': 'Get list of Google Play app categories', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'google-play-list', 'description': 'Get apps from Google Play collections', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['collection'], 'properties': {'num': {'type': 'number', 'default': 50, 'description': 'Number of results (default: 50)'}, 'country': {'type': 'string', 'default': 'us', 'description': 'Country code (default: us)'}, 'category': {'type': 'string', 'description': 'Category to filter by'}, 'collection': {'type': 'string', 'description': 'Collection to fetch from (e.g. TOP_FREE, TOP_PAID, etc)'}}, 'additionalProperties': False}}] |
@quazaai/unitymcpintegration | Unity MCP Integration | Enable AI assistants to interact with your Unity projects in real-time. Access scene information, execute C# code, and monitor logs directly within the Unity Editor. Enhance your development workflow with seamless AI integration.
Also Added File Access to Give more functionality to LLM | 2025-03-19T18:17:39.535Z | 167 | https://smithery.ai/server/@quazaai/unitymcpintegration | true | null | {
"scanPassed": true
} | [{'name': 'get_current_scene_info', 'tags': ['unity', 'editor', 'scene'], 'returns': {'type': 'object', 'description': 'Returns information about the current scene and its hierarchy based on requested detail level'}, 'category': 'Editor State', 'description': 'Retrieve information about the current scene in Unity Editor with configurable detail level', 'inputSchema': {'type': 'object', 'properties': {'detailLevel': {'enum': ['RootObjectsOnly', 'FullHierarchy'], 'type': 'string', 'default': 'RootObjectsOnly', 'description': 'RootObjectsOnly: Returns just root GameObjects. FullHierarchy: Returns complete hierarchy with all children.'}}, 'additionalProperties': False}}, {'name': 'get_game_objects_info', 'tags': ['unity', 'editor', 'gameobjects'], 'returns': {'type': 'object', 'description': 'Returns detailed information about the requested GameObjects'}, 'category': 'Editor State', 'description': 'Retrieve detailed information about specific GameObjects in the current scene', 'inputSchema': {'type': 'object', 'required': ['instanceIDs'], 'properties': {'detailLevel': {'enum': ['BasicInfo', 'IncludeComponents', 'IncludeChildren', 'IncludeComponentsAndChildren'], 'type': 'string', 'default': 'IncludeComponents', 'description': 'BasicInfo: Basic GameObject information. IncludeComponents: Includes component details. IncludeChildren: Includes child GameObjects. IncludeComponentsAndChildren: Includes both components and a full hierarchy with components on children.'}, 'instanceIDs': {'type': 'array', 'items': {'type': 'number'}, 'minItems': 1, 'description': 'Array of GameObject instance IDs to get information for'}}, 'additionalProperties': False}}, {'name': 'execute_editor_command', 'tags': ['unity', 'editor', 'command', 'c#'], 'returns': {'type': 'object', 'description': 'Returns the execution result, execution time, and status'}, 'category': 'Editor Control', 'description': 'Execute C# code directly in the Unity Editor - allows full flexibility including custom namespaces and multiple classes', 'inputSchema': {'type': 'object', 'required': ['code'], 'properties': {'code': {'type': 'string', 'minLength': 1, 'description': 'C# code to execute in Unity Editor. You MUST define a public class named "McpScript" with a public static method named "Execute" that returns an object. Example: "public class McpScript { public static object Execute() { /* your code here */ return result; } }". You can include any necessary namespaces, additional classes, and methods.'}}, 'additionalProperties': False}}, {'name': 'get_logs', 'tags': ['unity', 'editor', 'logs', 'debugging'], 'returns': {'type': 'array', 'description': 'Returns an array of log entries matching the specified filters'}, 'category': 'Debugging', 'description': 'Retrieve Unity Editor logs with filtering options', 'inputSchema': {'type': 'object', 'properties': {'count': {'type': 'number', 'maximum': 1000, 'minimum': 1, 'description': 'Maximum number of log entries to return'}, 'types': {'type': 'array', 'items': {'enum': ['Log', 'Warning', 'Error', 'Exception'], 'type': 'string'}, 'description': 'Filter logs by type'}, 'fields': {'type': 'array', 'items': {'enum': ['message', 'stackTrace', 'logType', 'timestamp'], 'type': 'string'}, 'description': 'Specify which fields to include in the output'}, 'timestampAfter': {'type': 'string', 'description': 'Filter logs after this ISO timestamp'}, 'messageContains': {'type': 'string', 'description': 'Filter logs by message content'}, 'timestampBefore': {'type': 'string', 'description': 'Filter logs before this ISO timestamp'}, 'stackTraceContains': {'type': 'string', 'description': 'Filter logs by stack trace content'}}, 'additionalProperties': False}}, {'name': 'verify_connection', 'tags': ['unity', 'editor', 'connection'], 'returns': {'type': 'object', 'description': 'Returns connection status information'}, 'category': 'Connection', 'description': 'Verify that the MCP server has an active connection to Unity Editor', 'inputSchema': {'type': 'object', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_editor_state', 'tags': ['unity', 'editor', 'project'], 'returns': {'type': 'object', 'description': 'Returns detailed information about the current Unity Editor state, project settings, and environment'}, 'category': 'Editor State', 'description': 'Get the current Unity Editor state including project information', 'inputSchema': {'type': 'object', 'properties': {}, 'additionalProperties': False}}, {'name': 'read_file', 'tags': ['unity', 'filesystem', 'file'], 'category': 'Filesystem', 'description': "Read the contents of a file from the Unity project. Paths are relative to the project's Assets folder. For example, use 'Scenes/MainScene.unity' to read Assets/Scenes/MainScene.unity.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Path to the file to read. Can be absolute or relative to Unity project Assets folder. If empty, defaults to the Assets folder.'}}, 'additionalProperties': False}}, {'name': 'read_multiple_files', 'tags': ['unity', 'filesystem', 'file', 'batch'], 'category': 'Filesystem', 'description': 'Read the contents of multiple files from the Unity project simultaneously.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['paths'], 'properties': {'paths': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of file paths to read. Paths can be absolute or relative to Unity project Assets folder.'}}, 'additionalProperties': False}}, {'name': 'write_file', 'tags': ['unity', 'filesystem', 'file', 'write'], 'category': 'Filesystem', 'description': 'Create a new file or completely overwrite an existing file in the Unity project.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'content'], 'properties': {'path': {'type': 'string', 'description': 'Path to the file to write. Can be absolute or relative to Unity project Assets folder. If empty, defaults to the Assets folder.'}, 'content': {'type': 'string', 'description': 'Content to write to the file'}}, 'additionalProperties': False}}, {'name': 'edit_file', 'tags': ['unity', 'filesystem', 'file', 'edit'], 'category': 'Filesystem', 'description': 'Make precise edits to a text file in the Unity project. Returns a git-style diff showing changes.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'edits'], 'properties': {'path': {'type': 'string', 'description': 'Path to the file to edit. Can be absolute or relative to Unity project Assets folder. If empty, defaults to the Assets folder.'}, 'edits': {'type': 'array', 'items': {'type': 'object', 'required': ['oldText', 'newText'], 'properties': {'newText': {'type': 'string', 'description': 'Text to replace with'}, 'oldText': {'type': 'string', 'description': 'Text to search for - must match exactly'}}, 'additionalProperties': False}, 'description': 'Array of edit operations to apply'}, 'dryRun': {'type': 'boolean', 'default': False, 'description': 'Preview changes using git-style diff format'}}, 'additionalProperties': False}}, {'name': 'list_directory', 'tags': ['unity', 'filesystem', 'directory', 'list'], 'category': 'Filesystem', 'description': "Get a listing of all files and directories in a specified path in the Unity project. Paths are relative to the Assets folder unless absolute. For example, use 'Scenes' to list all files in Assets/Scenes directory. Use empty string to list the Assets folder.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Path to the directory to list. Can be absolute or relative to Unity project Assets folder. If empty, defaults to the Assets folder. Example: "Scenes" will list all files in the Assets/Scenes directory.'}}, 'additionalProperties': False}}, {'name': 'directory_tree', 'tags': ['unity', 'filesystem', 'directory', 'tree'], 'category': 'Filesystem', 'description': 'Get a recursive tree view of files and directories in the Unity project as a JSON structure.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Path to the directory to get tree of. Can be absolute or relative to Unity project Assets folder. If empty, defaults to the Assets folder. Example: "Prefabs" will show the tree for Assets/Prefabs.'}, 'maxDepth': {'type': 'number', 'default': 5, 'description': 'Maximum depth to traverse'}}, 'additionalProperties': False}}, {'name': 'search_files', 'tags': ['unity', 'filesystem', 'search'], 'category': 'Filesystem', 'description': 'Recursively search for files and directories matching a pattern in the Unity project.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'pattern'], 'properties': {'path': {'type': 'string', 'description': 'Path to search from. Can be absolute or relative to Unity project Assets folder. If empty, defaults to the Assets folder. Example: "Scripts" will search within Assets/Scripts.'}, 'pattern': {'type': 'string', 'description': 'Pattern to search for'}, 'excludePatterns': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': 'Patterns to exclude'}}, 'additionalProperties': False}}, {'name': 'get_file_info', 'tags': ['unity', 'filesystem', 'file', 'metadata'], 'category': 'Filesystem', 'description': 'Retrieve detailed metadata about a file or directory in the Unity project.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Path to the file to get info for. Can be absolute or relative to Unity project Assets folder. If empty, defaults to the Assets folder.'}}, 'additionalProperties': False}}, {'name': 'find_assets_by_type', 'tags': ['unity', 'filesystem', 'assets', 'search'], 'category': 'Filesystem', 'description': 'Find all Unity assets of a specified type (e.g., Material, Prefab, Scene, Script) in the project. Set searchPath to an empty string to search the entire Assets folder.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['assetType'], 'properties': {'maxDepth': {'type': 'number', 'default': 1, 'description': 'Maximum depth to search. 1 means search only in the specified directory, 2 includes immediate subdirectories, and so on. Set to -1 for unlimited depth.'}, 'assetType': {'type': 'string', 'description': 'Type of assets to find (e.g., "Material", "Prefab", "Scene", "Script")'}, 'searchPath': {'type': 'string', 'default': '', 'description': 'Directory to search in. Can be absolute or relative to Unity project Assets folder. An empty string will search the entire Assets folder.'}}, 'additionalProperties': False}}] |
@Krieg2065/firecrawl-mcp-server | Firecrawl Web Scraping Server | Enable advanced web scraping, crawling, and content extraction with support for JavaScript rendering, batch processing, and smart filtering. Perform deep research and structured data extraction using LLM-powered tools. Monitor credit usage and handle rate limits automatically for efficient and reliable web data integration. | 2025-04-15T22:17:37.329Z | 143 | https://smithery.ai/server/@Krieg2065/firecrawl-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'firecrawl_scrape', 'description': 'Scrape a single webpage with advanced options for content extraction. Supports various formats including markdown, HTML, and screenshots. Can execute custom actions like clicking or scrolling before scraping.', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'The URL to scrape'}, 'mobile': {'type': 'boolean', 'description': 'Use mobile viewport'}, 'actions': {'type': 'array', 'items': {'type': 'object', 'required': ['type'], 'properties': {'key': {'type': 'string', 'description': 'Key to press (for press action)'}, 'text': {'type': 'string', 'description': 'Text to write (for write action)'}, 'type': {'enum': ['wait', 'click', 'screenshot', 'write', 'press', 'scroll', 'scrape', 'executeJavascript'], 'type': 'string', 'description': 'Type of action to perform'}, 'script': {'type': 'string', 'description': 'JavaScript code to execute'}, 'fullPage': {'type': 'boolean', 'description': 'Take full page screenshot'}, 'selector': {'type': 'string', 'description': 'CSS selector for the target element'}, 'direction': {'enum': ['up', 'down'], 'type': 'string', 'description': 'Scroll direction'}, 'milliseconds': {'type': 'number', 'description': 'Time to wait in milliseconds (for wait action)'}}}, 'description': 'List of actions to perform before scraping'}, 'extract': {'type': 'object', 'properties': {'prompt': {'type': 'string', 'description': 'User prompt for LLM extraction'}, 'schema': {'type': 'object', 'description': 'Schema for structured data extraction'}, 'systemPrompt': {'type': 'string', 'description': 'System prompt for LLM extraction'}}, 'description': 'Configuration for structured data extraction'}, 'formats': {'type': 'array', 'items': {'enum': ['markdown', 'html', 'rawHtml', 'screenshot', 'links', 'screenshot@fullPage', 'extract'], 'type': 'string'}, 'default': ['markdown'], 'description': "Content formats to extract (default: ['markdown'])"}, 'timeout': {'type': 'number', 'description': 'Maximum time in milliseconds to wait for the page to load'}, 'waitFor': {'type': 'number', 'description': 'Time in milliseconds to wait for dynamic content to load'}, 'location': {'type': 'object', 'properties': {'country': {'type': 'string', 'description': 'Country code for geolocation'}, 'languages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Language codes for content'}}, 'description': 'Location settings for scraping'}, 'excludeTags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'HTML tags to exclude from extraction'}, 'includeTags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'HTML tags to specifically include in extraction'}, 'onlyMainContent': {'type': 'boolean', 'description': 'Extract only the main content, filtering out navigation, footers, etc.'}, 'removeBase64Images': {'type': 'boolean', 'description': 'Remove base64 encoded images from output'}, 'skipTlsVerification': {'type': 'boolean', 'description': 'Skip TLS certificate verification'}}}}, {'name': 'firecrawl_map', 'description': 'Discover URLs from a starting point. Can use both sitemap.xml and HTML link discovery.', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'Starting URL for URL discovery'}, 'limit': {'type': 'number', 'description': 'Maximum number of URLs to return'}, 'search': {'type': 'string', 'description': 'Optional search term to filter URLs'}, 'sitemapOnly': {'type': 'boolean', 'description': 'Only use sitemap.xml for discovery, ignore HTML links'}, 'ignoreSitemap': {'type': 'boolean', 'description': 'Skip sitemap.xml discovery and only use HTML links'}, 'includeSubdomains': {'type': 'boolean', 'description': 'Include URLs from subdomains in results'}}}}, {'name': 'firecrawl_crawl', 'description': 'Start an asynchronous crawl of multiple pages from a starting URL. Supports depth control, path filtering, and webhook notifications.', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'Starting URL for the crawl'}, 'limit': {'type': 'number', 'description': 'Maximum number of pages to crawl'}, 'webhook': {'oneOf': [{'type': 'string', 'description': 'Webhook URL to notify when crawl is complete'}, {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'Webhook URL'}, 'headers': {'type': 'object', 'description': 'Custom headers for webhook requests'}}}]}, 'maxDepth': {'type': 'number', 'description': 'Maximum link depth to crawl'}, 'excludePaths': {'type': 'array', 'items': {'type': 'string'}, 'description': 'URL paths to exclude from crawling'}, 'includePaths': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Only crawl these URL paths'}, 'ignoreSitemap': {'type': 'boolean', 'description': 'Skip sitemap.xml discovery'}, 'scrapeOptions': {'type': 'object', 'properties': {'formats': {'type': 'array', 'items': {'enum': ['markdown', 'html', 'rawHtml', 'screenshot', 'links', 'screenshot@fullPage', 'extract'], 'type': 'string'}}, 'waitFor': {'type': 'number'}, 'excludeTags': {'type': 'array', 'items': {'type': 'string'}}, 'includeTags': {'type': 'array', 'items': {'type': 'string'}}, 'onlyMainContent': {'type': 'boolean'}}, 'description': 'Options for scraping each page'}, 'allowBackwardLinks': {'type': 'boolean', 'description': 'Allow crawling links that point to parent directories'}, 'allowExternalLinks': {'type': 'boolean', 'description': 'Allow crawling links to external domains'}, 'ignoreQueryParameters': {'type': 'boolean', 'description': 'Ignore query parameters when comparing URLs'}, 'deduplicateSimilarURLs': {'type': 'boolean', 'description': 'Remove similar URLs during crawl'}}}}, {'name': 'firecrawl_batch_scrape', 'description': 'Scrape multiple URLs in batch mode. Returns a job ID that can be used to check status.', 'inputSchema': {'type': 'object', 'required': ['urls'], 'properties': {'urls': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of URLs to scrape'}, 'options': {'type': 'object', 'properties': {'formats': {'type': 'array', 'items': {'enum': ['markdown', 'html', 'rawHtml', 'screenshot', 'links', 'screenshot@fullPage', 'extract'], 'type': 'string'}}, 'waitFor': {'type': 'number'}, 'excludeTags': {'type': 'array', 'items': {'type': 'string'}}, 'includeTags': {'type': 'array', 'items': {'type': 'string'}}, 'onlyMainContent': {'type': 'boolean'}}}}}}, {'name': 'firecrawl_check_batch_status', 'description': 'Check the status of a batch scraping job.', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Batch job ID to check'}}}}, {'name': 'firecrawl_check_crawl_status', 'description': 'Check the status of a crawl job.', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Crawl job ID to check'}}}}, {'name': 'firecrawl_search', 'description': 'Search and retrieve content from web pages with optional scraping. Returns SERP results by default (url, title, description) or full page content when scrapeOptions are provided.', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'tbs': {'type': 'string', 'description': 'Time-based search filter'}, 'lang': {'type': 'string', 'description': 'Language code for search results (default: en)'}, 'limit': {'type': 'number', 'description': 'Maximum number of results to return (default: 5)'}, 'query': {'type': 'string', 'description': 'Search query string'}, 'filter': {'type': 'string', 'description': 'Search filter'}, 'country': {'type': 'string', 'description': 'Country code for search results (default: us)'}, 'location': {'type': 'object', 'properties': {'country': {'type': 'string', 'description': 'Country code for geolocation'}, 'languages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Language codes for content'}}, 'description': 'Location settings for search'}, 'scrapeOptions': {'type': 'object', 'properties': {'formats': {'type': 'array', 'items': {'enum': ['markdown', 'html', 'rawHtml'], 'type': 'string'}, 'description': 'Content formats to extract from search results'}, 'waitFor': {'type': 'number', 'description': 'Time in milliseconds to wait for dynamic content'}, 'onlyMainContent': {'type': 'boolean', 'description': 'Extract only the main content from results'}}, 'description': 'Options for scraping search results'}}}}, {'name': 'firecrawl_extract', 'description': 'Extract structured information from web pages using LLM. Supports both cloud AI and self-hosted LLM extraction.', 'inputSchema': {'type': 'object', 'required': ['urls'], 'properties': {'urls': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of URLs to extract information from'}, 'prompt': {'type': 'string', 'description': 'Prompt for the LLM extraction'}, 'schema': {'type': 'object', 'description': 'JSON schema for structured data extraction'}, 'systemPrompt': {'type': 'string', 'description': 'System prompt for LLM extraction'}, 'enableWebSearch': {'type': 'boolean', 'description': 'Enable web search for additional context'}, 'includeSubdomains': {'type': 'boolean', 'description': 'Include subdomains in extraction'}, 'allowExternalLinks': {'type': 'boolean', 'description': 'Allow extraction from external links'}}}}, {'name': 'firecrawl_deep_research', 'description': 'Conduct deep research on a query using web crawling, search, and AI analysis.', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The query to research'}, 'maxUrls': {'type': 'number', 'description': 'Maximum number of URLs to analyze (1-1000)'}, 'maxDepth': {'type': 'number', 'description': 'Maximum depth of research iterations (1-10)'}, 'timeLimit': {'type': 'number', 'description': 'Time limit in seconds (30-300)'}}}}, {'name': 'firecrawl_generate_llmstxt', 'description': 'Generate standardized LLMs.txt file for a given URL, which provides context about how LLMs should interact with the website.', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'The URL to generate LLMs.txt from'}, 'maxUrls': {'type': 'number', 'description': 'Maximum number of URLs to process (1-100, default: 10)'}, 'showFullText': {'type': 'boolean', 'description': 'Whether to show the full LLMs-full.txt in the response'}}}}] |
@webflow/mcp-server | Webflow MCP Server | Enable AI agents to seamlessly interact with Webflow's powerful APIs. Simplify your web development workflow by automating tasks like site publishing and content management directly from your AI tools. | 2025-04-02T14:54:45.534Z | 71 | https://smithery.ai/server/@webflow/mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'sites_list', 'inputSchema': {'type': 'object'}}, {'name': 'sites_get', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['site_id'], 'properties': {'site_id': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'sites_publish', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['site_id'], 'properties': {'site_id': {'type': 'string'}, 'customDomains': {'type': 'array', 'items': {'type': 'string'}}, 'publishToWebflowSubdomain': {'type': 'boolean', 'default': False}}, 'additionalProperties': False}}, {'name': 'pages_list', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['site_id'], 'properties': {'limit': {'type': 'number'}, 'offset': {'type': 'number'}, 'site_id': {'type': 'string'}, 'localeId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'pages_get_metadata', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['page_id'], 'properties': {'page_id': {'type': 'string'}, 'localeId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'pages_update_page_settings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['page_id', 'body'], 'properties': {'body': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}, 'seo': {'type': 'object', 'properties': {'title': {'type': 'string'}, 'description': {'type': 'string'}}, 'additionalProperties': False}, 'slug': {'type': 'string'}, 'draft': {'type': 'boolean'}, 'title': {'type': 'string'}, 'siteId': {'type': 'string'}, 'archived': {'type': 'boolean'}, 'isBranch': {'type': 'boolean'}, 'localeId': {'type': 'string'}, 'parentId': {'type': 'string'}, 'canBranch': {'type': 'boolean'}, 'createdOn': {'type': 'string', 'format': 'date-time'}, 'openGraph': {'type': 'object', 'properties': {'title': {'type': 'string'}, 'description': {'type': 'string'}, 'titleCopied': {'type': 'boolean'}, 'descriptionCopied': {'type': 'boolean'}}, 'additionalProperties': False}, 'lastUpdated': {'type': 'string', 'format': 'date-time'}, 'collectionId': {'type': 'string'}, 'isMembersOnly': {'type': 'boolean'}, 'publishedPath': {'type': 'string'}}, 'additionalProperties': False}, 'page_id': {'type': 'string'}, 'localeId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'pages_get_content', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['page_id'], 'properties': {'limit': {'type': 'number'}, 'offset': {'type': 'number'}, 'page_id': {'type': 'string'}, 'localeId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'pages_update_static_content', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['page_id', 'localeId', 'nodes'], 'properties': {'nodes': {'type': 'array', 'items': {'anyOf': [{'type': 'object', 'required': ['nodeId', 'text'], 'properties': {'text': {'type': 'string'}, 'nodeId': {'type': 'string'}}, 'additionalProperties': False}, {'type': 'object', 'required': ['nodeId', 'propertyOverrides'], 'properties': {'nodeId': {'type': 'string'}, 'propertyOverrides': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyId', 'text'], 'properties': {'text': {'type': 'string'}, 'propertyId': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}]}}, 'page_id': {'type': 'string'}, 'localeId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'collections_list', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['site_id'], 'properties': {'site_id': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'collections_get', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['collection_id'], 'properties': {'collection_id': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'collections_items_create_item_live', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['collection_id', 'request'], 'properties': {'request': {'type': 'object', 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['fieldData'], 'properties': {'id': {'type': 'string'}, 'isDraft': {'type': 'boolean'}, 'createdOn': {'type': 'string'}, 'fieldData': {'allOf': [{'type': 'object', 'additionalProperties': {}}, {'type': 'object', 'required': ['name', 'slug'], 'properties': {'name': {'type': 'string'}, 'slug': {'type': 'string'}}}]}, 'isArchived': {'type': 'boolean'}, 'cmsLocaleId': {'type': 'string'}, 'lastUpdated': {'type': 'string'}, 'lastPublished': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}, 'collection_id': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'collections_items_update_items_live', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['collection_id', 'request'], 'properties': {'request': {'type': 'object', 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}, 'isDraft': {'type': 'boolean'}, 'createdOn': {'type': 'string'}, 'fieldData': {'allOf': [{'type': 'object', 'additionalProperties': {}}, {'type': 'object', 'properties': {'name': {'type': 'string'}, 'slug': {'type': 'string'}}}]}, 'isArchived': {'type': 'boolean'}, 'cmsLocaleId': {'type': 'string'}, 'lastUpdated': {'type': 'string'}, 'lastPublished': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}, 'collection_id': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'collections_items_list_items', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['collection_id'], 'properties': {'name': {'type': 'string'}, 'slug': {'type': 'string'}, 'limit': {'type': 'number'}, 'offset': {'type': 'number'}, 'sortBy': {'enum': ['lastPublished', 'name', 'slug'], 'type': 'string'}, 'sortOrder': {'enum': ['asc', 'desc'], 'type': 'string'}, 'cmsLocaleId': {'type': 'string'}, 'collection_id': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'collections_items_create_item', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['collection_id', 'request'], 'properties': {'request': {'type': 'object', 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['fieldData'], 'properties': {'id': {'type': 'string'}, 'isDraft': {'type': 'boolean'}, 'createdOn': {'type': 'string'}, 'fieldData': {'allOf': [{'type': 'object', 'additionalProperties': {}}, {'type': 'object', 'required': ['name', 'slug'], 'properties': {'name': {'type': 'string'}, 'slug': {'type': 'string'}}}]}, 'isArchived': {'type': 'boolean'}, 'cmsLocaleId': {'type': 'string'}, 'lastUpdated': {'type': 'string'}, 'lastPublished': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}, 'collection_id': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'collections_items_update_items', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['collection_id', 'request'], 'properties': {'request': {'type': 'object', 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'fieldData'], 'properties': {'id': {'type': 'string'}, 'isDraft': {'type': 'boolean'}, 'createdOn': {'type': 'string'}, 'fieldData': {'allOf': [{'type': 'object', 'additionalProperties': {}}, {'type': 'object', 'required': ['name', 'slug'], 'properties': {'name': {'type': 'string'}, 'slug': {'type': 'string'}}}]}, 'isArchived': {'type': 'boolean'}, 'cmsLocaleId': {'type': 'string'}, 'lastUpdated': {'type': 'string'}, 'lastPublished': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}, 'collection_id': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'collections_items_publish_items', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['collection_id', 'itemIds'], 'properties': {'itemIds': {'type': 'array', 'items': {'type': 'string'}}, 'collection_id': {'type': 'string'}}, 'additionalProperties': False}}] |
@PhialsBasement/zonos-tts-mcp | Zonos TTS Integration | Enable text-to-speech capabilities through Claude. Generate speech with support for multiple emotions and languages. | 2025-02-15T00:00:24.639Z | 161 | https://smithery.ai/server/@PhialsBasement/zonos-tts-mcp | true | null | {
"scanPassed": true
} | [{'name': 'speak_response', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['text'], 'properties': {'text': {'type': 'string'}, 'emotion': {'enum': ['neutral', 'happy', 'sad', 'angry'], 'type': 'string', 'default': 'neutral'}, 'language': {'type': 'string', 'default': 'en-us'}}, 'additionalProperties': False}}] |
@lars-hagen/slack-user-mcp | Slack User MCP Server | Enable interaction with Slack workspaces as a user. | 2025-01-29T02:00:26.803Z | 139 | https://smithery.ai/server/@lars-hagen/slack-user-mcp | true | null | {
"scanPassed": true
} | [{'name': 'slack_list_channels', 'description': 'List public channels in the workspace with pagination', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'default': 100, 'description': 'Maximum number of channels to return (default 100, max 200)'}, 'cursor': {'type': 'string', 'description': 'Pagination cursor for next page of results'}}}}, {'name': 'slack_post_message', 'description': 'Post a new message to a Slack channel', 'inputSchema': {'type': 'object', 'required': ['channel_id', 'text'], 'properties': {'text': {'type': 'string', 'description': 'The message text to post'}, 'channel_id': {'type': 'string', 'description': 'The ID of the channel to post to'}}}}, {'name': 'slack_reply_to_thread', 'description': 'Reply to a specific message thread in Slack', 'inputSchema': {'type': 'object', 'required': ['channel_id', 'thread_ts', 'text'], 'properties': {'text': {'type': 'string', 'description': 'The reply text'}, 'thread_ts': {'type': 'string', 'description': "The timestamp of the parent message in the format '1234567890.123456'. Timestamps in the format without the period can be converted by adding the period such that 6 numbers come after it."}, 'channel_id': {'type': 'string', 'description': 'The ID of the channel containing the thread'}}}}, {'name': 'slack_add_reaction', 'description': 'Add a reaction emoji to a message', 'inputSchema': {'type': 'object', 'required': ['channel_id', 'timestamp', 'reaction'], 'properties': {'reaction': {'type': 'string', 'description': 'The name of the emoji reaction (without ::)'}, 'timestamp': {'type': 'string', 'description': 'The timestamp of the message to react to'}, 'channel_id': {'type': 'string', 'description': 'The ID of the channel containing the message'}}}}, {'name': 'slack_get_channel_history', 'description': 'Get recent messages from a channel', 'inputSchema': {'type': 'object', 'required': ['channel_id'], 'properties': {'limit': {'type': 'number', 'default': 10, 'description': 'Number of messages to retrieve (default 10)'}, 'channel_id': {'type': 'string', 'description': 'The ID of the channel'}}}}, {'name': 'slack_get_thread_replies', 'description': 'Get all replies in a message thread', 'inputSchema': {'type': 'object', 'required': ['channel_id', 'thread_ts'], 'properties': {'thread_ts': {'type': 'string', 'description': "The timestamp of the parent message in the format '1234567890.123456'. Timestamps in the format without the period can be converted by adding the period such that 6 numbers come after it."}, 'channel_id': {'type': 'string', 'description': 'The ID of the channel containing the thread'}}}}, {'name': 'slack_get_users', 'description': 'Get a list of all users in the workspace with their basic profile information', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'default': 100, 'description': 'Maximum number of users to return (default 100, max 200)'}, 'cursor': {'type': 'string', 'description': 'Pagination cursor for next page of results'}}}}, {'name': 'slack_get_user_profile', 'description': 'Get detailed profile information for a specific user', 'inputSchema': {'type': 'object', 'required': ['user_id'], 'properties': {'user_id': {'type': 'string', 'description': 'The ID of the user'}}}}] |
@Hott-J/coingecko-mcp-server | CoinGecko MCP Server | Access real-time cryptocurrency data effortlessly. Retrieve current prices, market trends, and detailed coin information from the CoinGecko API with ease. Enhance your applications with up-to-date cryptocurrency insights. | 2025-04-05T17:05:59.530Z | 135 | https://smithery.ai/server/@Hott-J/coingecko-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'coingecko_price', 'description': 'Get current price data for cryptocurrencies', 'inputSchema': {'type': 'object', 'required': ['ids', 'vs_currencies'], 'properties': {'ids': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of coin IDs (e.g., bitcoin, ethereum, etc.)'}, 'vs_currencies': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of currencies to compare against (e.g., usd, eur, etc.)'}, 'include_24hr_vol': {'type': 'boolean', 'default': False, 'description': 'Include 24hr volume data'}, 'include_market_cap': {'type': 'boolean', 'default': False, 'description': 'Include market cap data'}, 'include_24hr_change': {'type': 'boolean', 'default': False, 'description': 'Include 24hr price change data'}}}}, {'name': 'coingecko_list', 'description': 'Get list of all supported coins with ids, names, and symbols', 'inputSchema': {'type': 'object', 'properties': {'include_platform': {'type': 'boolean', 'default': False, 'description': 'Include platform contract addresses (e.g., for tokens on Ethereum)'}}}}, {'name': 'coingecko_coin_data', 'description': 'Get current data for a coin (price, market, volume, etc.)', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Coin ID (e.g., bitcoin, ethereum)'}, 'vs_currencies': {'type': 'array', 'items': {'type': 'string'}, 'default': ['usd'], 'description': 'List of currencies to get price data in (e.g., usd, eur, etc.)'}}}}, {'name': 'coingecko_trending', 'description': 'Get trending coins on CoinGecko in the last 24 hours', 'inputSchema': {'type': 'object', 'properties': {}}}] |
@GridfireAI/reddit-mcp | Reddit MCP | Browse, search, and read Reddit effortlessly. Access detailed Reddit content and comments through a simple interface, enhancing your interaction with the platform. Perfect for integrating Reddit data into your applications or workflows. | 2025-04-04T02:00:36.941Z | 134 | https://smithery.ai/server/@GridfireAI/reddit-mcp | true | null | null | [{'name': 'get_submission', 'description': '\n Retrieve a specific submission by ID.\n\n Args:\n submission_id: ID of the submission to retrieve\n\n Returns:\n Detailed information about the submission\n ', 'inputSchema': {'type': 'object', 'title': 'get_submissionArguments', 'required': ['submission_id'], 'properties': {'submission_id': {'type': 'string', 'title': 'Submission Id'}}}}, {'name': 'get_subreddit', 'description': '\n Retrieve a subreddit by name.\n\n Args:\n subreddit_name: Name of the subreddit to retrieve\n\n Returns:\n Detailed information about the subreddit\n ', 'inputSchema': {'type': 'object', 'title': 'get_subredditArguments', 'required': ['subreddit_name'], 'properties': {'subreddit_name': {'type': 'string', 'title': 'Subreddit Name'}}}}, {'name': 'get_comments_by_submission', 'description': '\n Retrieve comments from a specific submission.\n\n Args:\n submission_id: ID of the submission to get comments from\n replace_more: Whether to replace MoreComments objects with actual comments\n\n Returns:\n List of comments with their replies\n ', 'inputSchema': {'type': 'object', 'title': 'get_comments_by_submissionArguments', 'required': ['submission_id'], 'properties': {'replace_more': {'type': 'boolean', 'title': 'Replace More', 'default': True}, 'submission_id': {'type': 'string', 'title': 'Submission Id'}}}}, {'name': 'get_comment_by_id', 'description': '\n Retrieve a specific comment by ID.\n\n Args:\n comment_id: ID of the comment to retrieve\n\n Returns:\n Comment details with any replies\n ', 'inputSchema': {'type': 'object', 'title': 'get_comment_by_idArguments', 'required': ['comment_id'], 'properties': {'comment_id': {'type': 'string', 'title': 'Comment Id'}}}}, {'name': 'search_posts', 'description': '\n Search for posts within a subreddit.\n\n Args:\n params: Search parameters including subreddit name, query, and filters\n\n Returns:\n List of matching posts with their details\n ', 'inputSchema': {'type': 'object', '$defs': {'SearchPostsParams': {'type': 'object', 'title': 'SearchPostsParams', 'required': ['subreddit_name', 'query'], 'properties': {'sort': {'enum': ['relevance', 'hot', 'top', 'new', 'comments'], 'type': 'string', 'title': 'Sort', 'default': 'relevance', 'description': 'How to sort the results'}, 'query': {'type': 'string', 'title': 'Query', 'description': 'Search query string'}, 'syntax': {'enum': ['cloudsearch', 'lucene', 'plain'], 'type': 'string', 'title': 'Syntax', 'default': 'lucene', 'description': 'Query syntax to use'}, 'time_filter': {'enum': ['all', 'year', 'month', 'week', 'day', 'hour'], 'type': 'string', 'title': 'Time Filter', 'default': 'all', 'description': 'Time period to limit results to'}, 'subreddit_name': {'type': 'string', 'title': 'Subreddit Name', 'description': 'Name of the subreddit to search in'}}, 'description': 'Parameters for searching posts within a subreddit'}}, 'title': 'search_postsArguments', 'required': ['params'], 'properties': {'params': {'$ref': '#/$defs/SearchPostsParams'}}}}, {'name': 'search_subreddits', 'description': '\n Search for subreddits using either name-based or description-based search.\n\n Args:\n by: Search parameters, either SearchByName or SearchByDescription\n\n Returns:\n List of matching subreddits with their details\n ', 'inputSchema': {'type': 'object', '$defs': {'SearchByName': {'type': 'object', 'title': 'SearchByName', 'required': ['type', 'query'], 'properties': {'type': {'type': 'string', 'const': 'name', 'title': 'Type'}, 'query': {'type': 'string', 'title': 'Query'}, 'exact_match': {'type': 'boolean', 'title': 'Exact Match', 'default': False, 'description': 'If True, only return exact name matches'}, 'include_nsfw': {'type': 'boolean', 'title': 'Include Nsfw', 'default': False, 'description': 'Whether to include NSFW subreddits in search results'}}, 'description': 'Parameters for searching subreddits by name'}, 'SearchByDescription': {'type': 'object', 'title': 'SearchByDescription', 'required': ['type', 'query'], 'properties': {'type': {'type': 'string', 'const': 'description', 'title': 'Type'}, 'query': {'type': 'string', 'title': 'Query'}, 'include_full_description': {'type': 'boolean', 'title': 'Include Full Description', 'default': False, 'description': 'Whether to include the full subreddit description (aka sidebar description) in results -- can be very long and contain markdown formatting'}}, 'description': 'Parameters for searching subreddits by description'}}, 'title': 'search_subredditsArguments', 'required': ['by'], 'properties': {'by': {'anyOf': [{'$ref': '#/$defs/SearchByName'}, {'$ref': '#/$defs/SearchByDescription'}], 'title': 'By'}}}}] |
@futuur/futuur-mcp | Futuur API Integration | Integrate real-time market data and manage user profiles seamlessly. Enhance your applications with powerful betting operations and comprehensive market tools. | 2025-04-04T21:53:42.595Z | 133 | https://smithery.ai/server/@futuur/futuur-mcp | true | {
"scanPassed": true
} | [{'name': 'get_markets', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'tag': {'type': 'string', 'maxLength': 100, 'minLength': 1, 'description': 'Filter markets by tag'}, 'live': {'type': 'boolean', 'default': False, 'description': 'Filter for live markets only'}, 'limit': {'type': 'number', 'description': 'Number of results to return per page'}, 'offset': {'type': 'number', 'description': 'The initial index from which to return the results'}, 'search': {'type': 'string', 'maxLength': 100, 'minLength': 1, 'description': 'Search query string'}, 'status': {'enum': ['open', 'closed', 'resolved'], 'type': 'string', 'description': 'Filter markets by status'}, 'ordering': {'enum': ['', 'relevance', '-created_on', 'bet_end_date', '-wagers_count', '-volume'], 'type': 'string', 'default': '', 'description': 'Field to order results by'}, 'categories': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of category IDs to filter markets'}, 'hide_my_bets': {'type': 'boolean', 'default': False, 'description': 'Whether to hide markets the user has bet on'}, 'currency_mode': {'enum': ['play_money', 'real_money'], 'type': 'string', 'default': 'play_money', 'description': 'Currency mode: play_money or real_money'}, 'resolved_only': {'type': 'boolean', 'default': False, 'description': 'Filter for resolved markets only'}, 'only_markets_i_follow': {'type': 'boolean', 'default': False, 'description': 'Filter for markets the user follows'}}, 'additionalProperties': False}}, {'name': 'get_market_details', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'A unique integer value identifying this market'}}, 'additionalProperties': False}}, {'name': 'get_related_markets', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'A unique integer value identifying this market'}}, 'additionalProperties': False}}, {'name': 'suggest_market', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title', 'description', 'outcomes'], 'properties': {'title': {'type': 'string', 'maxLength': 150, 'minLength': 1, 'description': 'Title of the market'}, 'category': {'type': 'string', 'maxLength': 75, 'minLength': 1, 'description': 'Category of the market'}, 'outcomes': {'type': 'array', 'items': {'type': 'object', 'required': ['title', 'price'], 'properties': {'price': {'type': 'number', 'maximum': 100, 'minimum': 0, 'description': 'Price of the outcome (0-100, all prices should add up to 100)'}, 'title': {'type': 'string', 'description': 'Title of the outcome'}, 'description': {'type': 'string', 'description': 'Description of the outcome'}}, 'additionalProperties': False}, 'minItems': 2, 'description': 'Possible outcomes for the market (prices should add up to 100)'}, 'description': {'type': 'string', 'maxLength': 800, 'minLength': 1, 'description': 'Description of the market'}, 'end_bet_date': {'type': 'string', 'description': 'End date for betting in format YYYY-MM-DDTHH:MM:SSZ'}}, 'additionalProperties': False}}, {'name': 'get_categories', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_category_by_id', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'A unique integer value identifying this category'}}, 'additionalProperties': False}}, {'name': 'get_featured_categories', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_root_categories', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_root_categories_and_main_children', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['currency_mode'], 'properties': {'search': {'type': 'string', 'description': 'Optional search term to filter categories'}, 'currency_mode': {'enum': ['play_money', 'real_money'], 'type': 'string', 'description': 'Currency mode: play_money or real_money'}}, 'additionalProperties': False}}, {'name': 'get_user_profile', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_user_bets', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['limit', 'offset', 'currency_mode'], 'properties': {'user': {'type': 'number', 'description': 'Filter by user ID'}, 'limit': {'type': 'number', 'description': 'Maximum number of bets to return'}, 'active': {'type': 'boolean', 'description': 'Filter by active wagers (wagers with status purchased)'}, 'offset': {'type': 'number', 'description': 'Offset for pagination'}, 'question': {'type': 'number', 'description': 'Filter by question ID'}, 'following': {'type': 'boolean', 'description': 'Filter by bets made by users you follow'}, 'past_bets': {'type': 'boolean', 'description': 'Filter by not active wagers (wagers with status sold, won, lost, disabled)'}, 'currency_mode': {'enum': ['play_money', 'real_money', ''], 'type': 'string', 'description': 'Filter by currency mode'}}, 'additionalProperties': False}}, {'name': 'place_bet', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['outcome', 'amount'], 'properties': {'amount': {'type': 'number', 'description': 'Amount to bet (must be positive)', 'exclusiveMinimum': 0}, 'shares': {'type': 'number', 'description': 'Number of shares to purchase'}, 'outcome': {'type': 'number', 'description': 'ID of the outcome to bet on'}, 'currency': {'type': 'string', 'default': 'OOM', 'maxLength': 11, 'description': 'Currency to use for the bet'}, 'position': {'enum': ['l', 's'], 'type': 'string', 'default': 'l', 'description': "Position type: 'l' for long (bet in favor) or 's' for short (bet against)"}, 'bet_location': {'type': 'string', 'default': 'LLM', 'description': 'Location where the bet was placed'}, 'outcomes_type': {'enum': ['yesno', 'custom'], 'type': 'string', 'description': 'Type of market outcomes'}, 'fiat_equivalent_mode': {'type': 'boolean', 'default': False, 'description': 'Whether to use fiat equivalent mode'}}, 'additionalProperties': False}}, {'name': 'sell_bet', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'ID of the bet to sell'}, 'amount': {'type': 'number', 'description': 'Amount to receive (for partial sell)'}, 'shares': {'type': 'number', 'description': 'Number of shares to sell (for partial sell)'}}, 'additionalProperties': False}}, {'name': 'get_partial_sell_amount', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'shares'], 'properties': {'id': {'type': 'number', 'description': 'ID of the bet'}, 'shares': {'type': 'number', 'description': 'Number of shares to sell'}}, 'additionalProperties': False}}, {'name': 'get_rates', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}] |
|
@itsanamune/seo-mcp | SERP API Server | Analyze search engine results, conduct keyword research, and perform competitor analysis effortlessly. Leverage powerful tools to gain insights and optimize your online presence. Start making data-driven decisions today with our comprehensive SERP analysis capabilities. | 2025-03-06T10:24:46.482Z | 132 | https://smithery.ai/server/@itsanamune/seo-mcp | true | null | {
"scanPassed": true
} | [{'name': '_health', 'description': 'Health check endpoint', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'analyze_serp', 'description': 'Analyze a SERP (Search Engine Results Page) for a given query', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'gl': {'type': 'string', 'default': 'us'}, 'hl': {'type': 'string', 'default': 'en'}, 'num': {'type': 'number', 'default': 10, 'maximum': 100, 'minimum': 1}, 'safe': {'enum': ['active', 'off'], 'type': 'string'}, 'query': {'type': 'string'}, 'device': {'enum': ['desktop', 'mobile'], 'type': 'string', 'default': 'desktop'}, 'location': {'type': 'string'}, 'google_domain': {'type': 'string', 'default': 'google.com'}}, 'additionalProperties': False}}, {'name': 'research_keywords', 'description': 'Research keywords related to a given topic or seed keyword', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['keyword'], 'properties': {'keyword': {'type': 'string'}, 'language': {'type': 'string'}, 'location': {'type': 'string'}, 'include_related': {'type': 'boolean', 'default': False}, 'include_questions': {'type': 'boolean', 'default': False}, 'include_suggestions': {'type': 'boolean', 'default': False}}, 'additionalProperties': False}}, {'name': 'analyze_competitors', 'description': 'Analyze competitors for a given keyword or domain', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domain'], 'properties': {'domain': {'type': 'string'}, 'keyword': {'type': 'string'}, 'num_results': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'include_features': {'type': 'boolean'}}, 'additionalProperties': False}}] |
@RelevanceAI/relevanceai-mcp-server | Relevance AI MCP Server | Integrate and utilize tools created in Relevance AI seamlessly. Enhance your applications with powerful data processing capabilities through a standardized interface. Start leveraging advanced functionalities to improve your workflows today! | 2025-03-21T03:12:57.369Z | 131 | https://smithery.ai/server/@RelevanceAI/relevanceai-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'Error', 'description': 'TypeError: fetch failed', 'inputSchema': {'type': 'object', 'properties': {}}}] |
@mcpserver/openrouterai | OpenRouter MCP Server | A Model Context Protocol (MCP) server for integration with OpenRouter.ai, allowing access to various AI models through a unified interface. | 2024-12-22T16:15:16.889Z | 151 | https://smithery.ai/server/@mcpserver/openrouterai | true | null | {
"scanPassed": true
} | [{'name': 'chat_completion', 'description': 'Send a message to OpenRouter.ai and get a response', 'inputSchema': {'type': 'object', 'required': ['messages'], 'properties': {'model': {'type': 'string', 'description': 'The model to use (e.g., "google/gemini-2.0-flash-thinking-exp:free", "undi95/toppy-m-7b:free"). If not provided, uses the default model if set.'}, 'messages': {'type': 'array', 'items': {'type': 'object', 'required': ['role', 'content'], 'properties': {'role': {'enum': ['system', 'user', 'assistant'], 'type': 'string', 'description': 'The role of the message sender'}, 'content': {'type': 'string', 'description': 'The content of the message'}}}, 'maxItems': 100, 'minItems': 1, 'description': 'An array of conversation messages with roles and content'}, 'temperature': {'type': 'number', 'maximum': 2, 'minimum': 0, 'description': 'Sampling temperature (0-2)'}}}, 'maxContextTokens': 200000}, {'name': 'search_models', 'description': 'Search and filter OpenRouter.ai models based on various criteria', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'maximum': 50, 'minimum': 1, 'description': 'Maximum number of results to return (default: 10)'}, 'query': {'type': 'string', 'description': 'Optional search query to filter by name, description, or provider'}, 'provider': {'type': 'string', 'description': 'Filter by specific provider (e.g., "anthropic", "openai", "cohere")'}, 'capabilities': {'type': 'object', 'properties': {'tools': {'type': 'boolean', 'description': 'Requires tools capability'}, 'vision': {'type': 'boolean', 'description': 'Requires vision capability'}, 'functions': {'type': 'boolean', 'description': 'Requires function calling capability'}, 'json_mode': {'type': 'boolean', 'description': 'Requires JSON mode capability'}}, 'description': 'Filter by model capabilities'}, 'maxPromptPrice': {'type': 'number', 'description': 'Maximum price per 1K tokens for prompts'}, 'maxContextLength': {'type': 'number', 'description': 'Maximum context length in tokens'}, 'minContextLength': {'type': 'number', 'description': 'Minimum context length in tokens'}, 'maxCompletionPrice': {'type': 'number', 'description': 'Maximum price per 1K tokens for completions'}}}}, {'name': 'get_model_info', 'description': 'Get detailed information about a specific model', 'inputSchema': {'type': 'object', 'required': ['model'], 'properties': {'model': {'type': 'string', 'description': 'The model ID to get information for'}}}}, {'name': 'validate_model', 'description': 'Check if a model ID is valid', 'inputSchema': {'type': 'object', 'required': ['model'], 'properties': {'model': {'type': 'string', 'description': 'The model ID to validate'}}}}] |
@CaChiJ/kakao-mobility-mcp-server | Kakao Navigation | Kakao Map 및 Mobility API를 통해 한국 내 교통 정보 및 경로 탐색 기능을 제공합니다. 자세한 사용 방법은 Github 레포지토리의 Readme를 참고해주세요.
Provides the car route and traffic information navigation function of Kakao Mobility. | 2025-04-05T02:39:31.598Z | 150 | https://smithery.ai/server/@CaChiJ/kakao-mobility-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'direction_search_by_coords', 'description': 'Search for directions between two points using their coordinates (longitude and latitude). This tool provides navigation information including distance, duration, and route details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['originLongitude', 'originLatitude', 'destLongitude', 'destLatitude'], 'properties': {'destLatitude': {'type': 'number'}, 'destLongitude': {'type': 'number'}, 'originLatitude': {'type': 'number'}, 'originLongitude': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'direction_search_by_address', 'description': 'Search for directions between two locations using their addresses. The tool first geocodes the addresses to coordinates, then finds the optimal route between them.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['originAddress', 'destAddress'], 'properties': {'destAddress': {'type': 'string'}, 'originAddress': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'address_search_by_place_name', 'description': 'Search for addresses using a place name or keyword. Returns detailed location information including coordinates and address details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['placeName'], 'properties': {'placeName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'geocode', 'description': 'Convert an address into geographic coordinates (geocoding). Returns the exact location coordinates and address details for the given place name.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['placeName'], 'properties': {'placeName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'future_direction_search_by_coords', 'description': 'Search for directions with future departure time. Provides navigation information considering traffic predictions for a specific future time. Supports various options like waypoints, route preferences, and vehicle details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['originLatitude', 'originLongitude', 'destinationLatitude', 'destinationLongitude', 'departureTime'], 'properties': {'avoid': {'type': 'string'}, 'carFuel': {'enum': ['GASOLINE', 'DIESEL', 'LPG'], 'type': 'string'}, 'carType': {'type': 'number'}, 'summary': {'type': 'boolean'}, 'priority': {'enum': ['RECOMMEND', 'TIME', 'DISTANCE'], 'type': 'string'}, 'carHipass': {'type': 'boolean'}, 'roadEvent': {'type': 'number'}, 'waypoints': {'type': 'string'}, 'roadDetails': {'type': 'boolean'}, 'alternatives': {'type': 'boolean'}, 'departureTime': {'type': 'string'}, 'originLatitude': {'type': 'number'}, 'originLongitude': {'type': 'number'}, 'destinationLatitude': {'type': 'number'}, 'destinationLongitude': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'multi_destination_direction_search', 'description': 'Search for directions between a starting point and multiple destinations with coordinates. Returns a summary of the route including distance, duration, and route details. For detailed route information, additional calls to the car navigation API are required.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['origin', 'destinations', 'radius'], 'properties': {'avoid': {'type': 'array', 'items': {'enum': ['ferries', 'toll', 'motorway', 'schoolzone', 'uturn'], 'type': 'string'}, 'description': '경로 탐색 시 제외할 도로 옵션 배열'}, 'origin': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': '출발지 X 좌표 (경도)'}, 'y': {'type': 'number', 'description': '출발지 Y 좌표 (위도)'}, 'name': {'type': 'string'}}, 'description': '출발지 정보', 'additionalProperties': False}, 'radius': {'type': 'integer', 'maximum': 10000, 'description': '길찾기 반경 (미터, 최대 10000)'}, 'priority': {'enum': ['TIME', 'DISTANCE'], 'type': 'string', 'description': '경로 탐색 우선순위 (TIME: 최단 시간, DISTANCE: 최단 경로)'}, 'roadevent': {'type': 'integer', 'maximum': 2, 'minimum': 0, 'description': '도로 통제 정보 반영 옵션 (0: 전체 반영, 1: 출발/목적지 주변 미반영, 2: 전체 미반영)'}, 'destinations': {'type': 'array', 'items': {'type': 'object', 'required': ['key', 'x', 'y'], 'properties': {'x': {'type': 'number', 'description': '목적지 X 좌표 (경도)'}, 'y': {'type': 'number', 'description': '목적지 Y 좌표 (위도)'}, 'key': {'type': 'string', 'description': '목적지 구분용 임의 문자열'}}, 'additionalProperties': False}, 'maxItems': 30, 'description': '목적지 정보 배열 (최대 30개)'}}, 'additionalProperties': False}}] |
@jbchouinard/mcp-document-reader | Document Reader | Interact with PDF and EPUB documents seamlessly. Enhance your workflow by reading and processing documents directly within your IDE using this MCP server. | 2025-04-03T12:01:23.046Z | 130 | https://smithery.ai/server/@jbchouinard/mcp-document-reader | true | null | null | [{'name': 'get_epub_metadata', 'description': 'Get metadata from an EPUB file.\n\n Args:\n epub_path: Path to the EPUB file\n\n Returns:\n Formatted string containing the EPUB metadata\n ', 'inputSchema': {'type': 'object', 'title': 'get_epub_metadataArguments', 'required': ['epub_path'], 'properties': {'epub_path': {'type': 'string', 'title': 'Epub Path'}}}}, {'name': 'read_epub_page_range', 'description': 'Read a range of pages from an EPUB file.\n\n Args:\n epub_path: Path to the EPUB file\n start_page: First page to read (inclusive)\n end_page: Last page to read (inclusive)\n\n Returns:\n Formatted string containing the content of the specified page range\n ', 'inputSchema': {'type': 'object', 'title': 'read_epub_page_rangeArguments', 'required': ['epub_path', 'start_page', 'end_page'], 'properties': {'end_page': {'type': 'integer', 'title': 'End Page'}, 'epub_path': {'type': 'string', 'title': 'Epub Path'}, 'start_page': {'type': 'integer', 'title': 'Start Page'}}}}, {'name': 'read_epub_pages', 'description': 'Read specific pages from an EPUB file.\n\n Args:\n epub_path: Path to the EPUB file\n pages: List of page numbers to read\n\n Returns:\n Formatted string containing the content of the specified pages\n ', 'inputSchema': {'type': 'object', 'title': 'read_epub_pagesArguments', 'required': ['epub_path', 'pages'], 'properties': {'pages': {'type': 'array', 'items': {'type': 'integer'}, 'title': 'Pages'}, 'epub_path': {'type': 'string', 'title': 'Epub Path'}}}}, {'name': 'get_pdf_metadata', 'description': 'Get metadata from a PDF file.\n\n Args:\n pdf_path: Path to the PDF file\n\n Returns:\n Formatted string containing the PDF metadata\n ', 'inputSchema': {'type': 'object', 'title': 'get_pdf_metadataArguments', 'required': ['pdf_path'], 'properties': {'pdf_path': {'type': 'string', 'title': 'Pdf Path'}}}}, {'name': 'read_pdf_page_range', 'description': 'Read a range of pages from a PDF file.\n\n Args:\n pdf_path: Path to the PDF file\n start_page: First page to read (inclusive)\n end_page: Last page to read (inclusive)\n\n Returns:\n Formatted string containing the content of the specified page range\n ', 'inputSchema': {'type': 'object', 'title': 'read_pdf_page_rangeArguments', 'required': ['pdf_path', 'start_page', 'end_page'], 'properties': {'end_page': {'type': 'integer', 'title': 'End Page'}, 'pdf_path': {'type': 'string', 'title': 'Pdf Path'}, 'start_page': {'type': 'integer', 'title': 'Start Page'}}}}, {'name': 'read_pdf_pages', 'description': 'Read specific pages from a PDF file.\n\n Args:\n pdf_path: Path to the PDF file\n pages: List of page numbers to read\n\n Returns:\n Formatted string containing the content of the specified pages\n ', 'inputSchema': {'type': 'object', 'title': 'read_pdf_pagesArguments', 'required': ['pdf_path', 'pages'], 'properties': {'pages': {'type': 'array', 'items': {'type': 'integer'}, 'title': 'Pages'}, 'pdf_path': {'type': 'string', 'title': 'Pdf Path'}}}}, {'name': 'search_pdf', 'description': 'Search for terms in a PDF file and return pages containing them.\n\n Args:\n pdf_path: Path to the PDF file\n terms: Search term(s) - either a single term as a string or multiple terms as a\n comma-separated string\n\n Returns:\n Formatted search results showing page numbers and matching terms\n ', 'inputSchema': {'type': 'object', 'title': 'search_pdfArguments', 'required': ['pdf_path', 'terms'], 'properties': {'terms': {'anyOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}], 'title': 'Terms'}, 'pdf_path': {'type': 'string', 'title': 'Pdf Path'}}}}, {'name': 'search_epub', 'description': 'Search for terms in an EPUB file and return pages containing them.\n\n Args:\n epub_path: Path to the EPUB file\n terms: Search term(s) - either a single term as a string or multiple terms as a\n comma-separated string\n\n Returns:\n Formatted search results showing page numbers and matching terms\n ', 'inputSchema': {'type': 'object', 'title': 'search_epubArguments', 'required': ['epub_path', 'terms'], 'properties': {'terms': {'anyOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}], 'title': 'Terms'}, 'epub_path': {'type': 'string', 'title': 'Epub Path'}}}}] |
@cgoinglove/mcp-server-kakao-map | Kakao Map | 카카오 API를 활용하여 대한민국 내 위치 기반 장소 추천을 제공하는 MCP 서버입니다.
github link 를 통해 자세한 내용을 확인 할 수 있습니다. | 2025-03-31T14:58:29.262Z | 150 | https://smithery.ai/server/@cgoinglove/mcp-server-kakao-map | true | null | {
"scanPassed": true
} | [{'name': 'kakao_map_place_recommender', 'description': 'Recommends relevant places in South Korea, such as restaurants, cafes, parks, hospitals, banks, shops, or tourist attractions, based on user queries seeking suggestions.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': "Korean keywords for searching places in South Korea. Typically combines place type and location (e.g., '이태원 맛집', '서울 병원', '강남역 영화관')."}}, 'additionalProperties': False}}] |
@fnf-deepHeading/mcp-snowflake-reader | Snowflake Reader | Access Snowflake databases securely and read-only through a streamlined interface. Simplify your data retrieval processes without the risk of modifying your database. Ideal for analytics and reporting tasks where data integrity is paramount. | 2025-04-03T23:25:53.359Z | 130 | https://smithery.ai/server/@fnf-deepHeading/mcp-snowflake-reader | true | null | {
"scanPassed": true
} | [{'name': 'query', 'description': 'Executes a read-only SQL query against the Snowflake database.\n Args:\n sql: SQL query string to execute (must be read-only)\n Returns:\n Query results as a JSON-formatted string\n Note: \n This function is restricted to read-only operations for security', 'inputSchema': {'type': 'object', 'title': 'queryArguments', 'required': ['sql'], 'properties': {'sql': {'type': 'string', 'title': 'Sql'}}}}] |
mcp-dice | Dice Roller | Roll dice using standard dice notation and return results with their total sum. | 2025-01-01T06:36:39.143Z | 130 | https://smithery.ai/server/mcp-dice | true | null | {
"scanPassed": true
} | [{'name': 'roll_dice', 'description': "Roll dice using standard notation (e.g., '2d6+3', '1d20-2')", 'inputSchema': {'type': 'object', 'required': ['notation'], 'properties': {'notation': {'type': 'string', 'pattern': '^\\d+d\\d+([+-]\\d+)?$', 'description': "Dice notation (e.g., '2d6+3', '1d20-2')"}}}}] |
@Quegenx/medici-mcp | MediciMCP | Build and run MCP servers with ease using a TypeScript framework that supports client sessions, authentication, logging, and real-time updates. Define tools, resources, and prompts simply while enabling features like progress notifications and SSE for remote communication. Test and debug your server quickly with built-in CLI tools and a web-based inspector. | 2025-04-17T11:34:42.119Z | 128 | https://smithery.ai/server/@Quegenx/medici-mcp | true | null | {
"scanPassed": true
} | [{'name': 'search_hotels_prices_by_dates', 'description': 'Search for hotel prices using filters like city, dates, star rating, and guest configuration', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['dateFrom', 'dateTo', 'city'], 'properties': {'city': {'type': 'string'}, 'stars': {'type': 'integer', 'maximum': 5, 'minimum': 1}, 'adults': {'type': 'integer', 'default': 2, 'minimum': 1}, 'dateTo': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}$'}, 'dateFrom': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}$'}, 'hotelName': {'type': 'string'}, 'paxChildren': {'type': 'array', 'items': {'type': 'integer', 'maximum': 17, 'minimum': 0}, 'default': []}}, 'additionalProperties': False}}, {'name': 'get_my_hotels_orders', 'description': 'Retrieve all currently active (unsold) room opportunities with optional filters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'City': {'type': 'string'}, 'EndDate': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}$'}, 'Provider': {'type': 'string'}, 'HotelName': {'type': 'string'}, 'RoomBoard': {'type': 'string'}, 'StartDate': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}$'}, 'HotelStars': {'type': 'integer', 'maximum': 5, 'minimum': 1}, 'RoomCategory': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get_hotels_rooms_canceled', 'description': 'Returns a list of room bookings that were canceled, with optional filters for dates, hotel, city, etc.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'City': {'type': 'string'}, 'EndDate': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}$'}, 'Provider': {'type': 'string'}, 'HotelName': {'type': 'string'}, 'RoomBoard': {'type': 'string'}, 'StartDate': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}$'}, 'HotelStars': {'type': 'integer', 'maximum': 5, 'minimum': 1}, 'RoomCategory': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get_hotels_opportunities_options', 'description': 'Returns a list of active room opportunities based on hotel, date, and other filters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'City': {'type': 'string'}, 'EndDate': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}$'}, 'Provider': {'type': 'string'}, 'HotelName': {'type': 'string'}, 'RoomBoard': {'type': 'string'}, 'StartDate': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}$'}, 'HotelStars': {'type': 'integer', 'maximum': 5, 'minimum': 1}, 'RoomCategory': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'insert_hotels_opportunities_options', 'description': 'Insert a new hotel opportunity into the system', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'categoryId', 'startDateStr', 'endDateStr', 'buyPrice', 'pushPrice', 'maxRooms', 'reservationFullName', 'destinationId', 'stars', 'paxAdults'], 'properties': {'stars': {'type': 'integer', 'maximum': 5, 'minimum': 1}, 'boardId': {'type': 'integer', 'maximum': 7, 'minimum': 1}, 'buyPrice': {'type': 'number', 'exclusiveMinimum': 0}, 'maxRooms': {'type': 'integer', 'exclusiveMinimum': 0}, 'paxAdults': {'type': 'integer', 'exclusiveMinimum': 0}, 'pushPrice': {'type': 'number', 'exclusiveMinimum': 0}, 'categoryId': {'type': 'integer', 'maximum': 15, 'minimum': 1}, 'endDateStr': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z$'}, 'providerId': {'anyOf': [{'type': 'integer', 'exclusiveMinimum': 0}, {'type': 'null'}]}, 'invTypeCode': {'type': 'string'}, 'paxChildren': {'type': 'array', 'items': {'type': 'integer', 'maximum': 17, 'minimum': 0}, 'default': []}, 'ratePlanCode': {'type': 'string'}, 'startDateStr': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z$'}, 'destinationId': {'type': 'integer', 'exclusiveMinimum': 0}, 'locationRange': {'type': 'integer', 'minimum': 0}, 'reservationFullName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'book_now_hotel', 'description': 'Create a manual hotel room opportunity and trigger the booking flow for it', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['StartDate', 'EndDate', 'PaxAdults', 'ReservationFirstName', 'ReservationLastName', 'City', 'RoomCategory', 'RoomBoard', 'ExpectedPrice'], 'properties': {'City': {'type': 'string'}, 'EndDate': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}$'}, 'PaxAdults': {'type': 'integer', 'exclusiveMinimum': 0}, 'RoomBoard': {'type': 'string'}, 'StartDate': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}$'}, 'PaxChildren': {'type': 'array', 'items': {'type': 'integer', 'maximum': 17, 'minimum': 0}, 'default': []}, 'RoomCategory': {'type': 'string'}, 'ExpectedPrice': {'type': 'number', 'exclusiveMinimum': 0}, 'ReservationLastName': {'type': 'string'}, 'ReservationFirstName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'cancel_room', 'description': 'Cancels an existing prebooked room by its ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prebookId'], 'properties': {'prebookId': {'type': 'integer', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'get_hotels_prices_history', 'description': 'Retrieves archived room data recorded in the system with optional filters and pagination', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'City': {'type': 'string'}, 'StayTo': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}$'}, 'MaxPrice': {'type': 'integer', 'exclusiveMinimum': 0}, 'MinPrice': {'type': 'integer', 'exclusiveMinimum': 0}, 'PageSize': {'type': 'integer', 'default': 10000, 'exclusiveMinimum': 0}, 'StayFrom': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}$'}, 'HotelName': {'type': 'string'}, 'RoomBoard': {'type': 'string'}, 'PageNumber': {'type': 'integer', 'default': 1, 'exclusiveMinimum': 0}, 'MaxUpdatedAt': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}$'}, 'MinUpdatedAt': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}$'}, 'RoomCategory': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get_hotels_by_ids', 'description': 'Get detailed hotel information by hotel IDs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['hotelIds'], 'properties': {'hotelIds': {'type': 'array', 'items': {'type': 'number'}, 'maxItems': 500, 'minItems': 1, 'description': 'List of hotel IDs to fetch, max 500 IDs'}}, 'additionalProperties': False}}] |
@bsmi021/mcp-gemini-server | Gemini Server | Leverage Google's Gemini model capabilities seamlessly with your LLM applications. Generate text, manage stateful chats, and handle files efficiently through a standardized tool-based interface. Simplify your integration with powerful features designed for optimal performance and ease of use. | 2025-04-03T07:00:52.712Z | 128 | https://smithery.ai/server/@bsmi021/mcp-gemini-server | true | null | {
"scanPassed": true
} | [{'name': 'exampleTool', 'description': 'An example tool that takes a name and returns a greeting message. Demonstrates the basic structure of an MCP tool using Zod for parameter definition.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'maxLength': 50, 'minLength': 1, 'description': 'The name to include in the greeting message. Required, 1-50 characters.'}, 'language': {'enum': ['en', 'es', 'fr'], 'type': 'string', 'description': "Optional language code for the greeting (e.g., 'en', 'es', 'fr'). Defaults to 'en' if not provided or invalid."}}, 'additionalProperties': False}}, {'name': 'gemini_generateContent', 'description': "\nGenerates non-streaming text content using a specified Google Gemini model.\nThis tool takes a text prompt and returns the complete generated response from the model.\nIt's suitable for single-turn generation tasks where the full response is needed at once.\nOptional parameters allow control over generation (temperature, max tokens, etc.) and safety settings.\n", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'minLength': 1, 'description': 'Required. The text prompt to send to the Gemini model for content generation.'}, 'modelName': {'type': 'string', 'minLength': 1, 'description': "Optional. The name of the Gemini model to use (e.g., 'gemini-1.5-flash'). If omitted, the server's default model (from GOOGLE_GEMINI_MODEL env var) will be used."}, 'safetySettings': {'type': 'array', 'items': {'type': 'object', 'required': ['category', 'threshold'], 'properties': {'category': {'enum': ['HARM_CATEGORY_UNSPECIFIED', 'HARM_CATEGORY_HATE_SPEECH', 'HARM_CATEGORY_SEXUALLY_EXPLICIT', 'HARM_CATEGORY_HARASSMENT', 'HARM_CATEGORY_DANGEROUS_CONTENT'], 'type': 'string', 'description': 'Category of harmful content to apply safety settings for.'}, 'threshold': {'enum': ['HARM_BLOCK_THRESHOLD_UNSPECIFIED', 'BLOCK_LOW_AND_ABOVE', 'BLOCK_MEDIUM_AND_ABOVE', 'BLOCK_ONLY_HIGH', 'BLOCK_NONE'], 'type': 'string', 'description': 'Threshold for blocking harmful content. Higher thresholds block more content.'}}, 'description': 'Setting for controlling content safety for a specific harm category.', 'additionalProperties': False}, 'description': 'Optional. A list of safety settings to apply, overriding default model safety settings. Each setting specifies a harm category and a blocking threshold.'}, 'generationConfig': {'type': 'object', 'properties': {'topK': {'type': 'integer', 'minimum': 1, 'description': 'Top-k sampling parameter. The model considers the k most probable tokens. Default varies by model.'}, 'topP': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Nucleus sampling parameter. The model considers only tokens with probability mass summing to this value. Default varies by model.'}, 'temperature': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Controls randomness. Lower values (~0.2) make output more deterministic, higher values (~0.8) make it more creative. Default varies by model.'}, 'stopSequences': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Sequences where the API will stop generating further tokens.'}, 'maxOutputTokens': {'type': 'integer', 'minimum': 1, 'description': 'Maximum number of tokens to generate in the response.'}}, 'description': 'Optional configuration for controlling the generation process.', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'gemini_generateContentStream', 'description': "\nGenerates text content as a stream using a specified Google Gemini model.\nThis tool takes a text prompt and streams back chunks of the generated response as they become available.\nIt's suitable for interactive use cases or handling long responses.\nOptional parameters allow control over generation and safety settings.\n", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'minLength': 1, 'description': 'Required. The text prompt to send to the Gemini model for content generation.'}, 'modelName': {'type': 'string', 'minLength': 1, 'description': "Optional. The name of the Gemini model to use (e.g., 'gemini-1.5-flash'). If omitted, the server's default model (from GOOGLE_GEMINI_MODEL env var) will be used."}, 'safetySettings': {'type': 'array', 'items': {'type': 'object', 'required': ['category', 'threshold'], 'properties': {'category': {'enum': ['HARM_CATEGORY_UNSPECIFIED', 'HARM_CATEGORY_HATE_SPEECH', 'HARM_CATEGORY_SEXUALLY_EXPLICIT', 'HARM_CATEGORY_HARASSMENT', 'HARM_CATEGORY_DANGEROUS_CONTENT'], 'type': 'string', 'description': 'Category of harmful content to apply safety settings for.'}, 'threshold': {'enum': ['HARM_BLOCK_THRESHOLD_UNSPECIFIED', 'BLOCK_LOW_AND_ABOVE', 'BLOCK_MEDIUM_AND_ABOVE', 'BLOCK_ONLY_HIGH', 'BLOCK_NONE'], 'type': 'string', 'description': 'Threshold for blocking harmful content. Higher thresholds block more content.'}}, 'description': 'Setting for controlling content safety for a specific harm category.', 'additionalProperties': False}, 'description': 'Optional. A list of safety settings to apply, overriding default model safety settings.'}, 'generationConfig': {'type': 'object', 'properties': {'topK': {'type': 'integer', 'minimum': 1, 'description': 'Top-k sampling parameter. The model considers the k most probable tokens. Default varies by model.'}, 'topP': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Nucleus sampling parameter. The model considers only tokens with probability mass summing to this value. Default varies by model.'}, 'temperature': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Controls randomness. Lower values (~0.2) make output more deterministic, higher values (~0.8) make it more creative. Default varies by model.'}, 'stopSequences': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Sequences where the API will stop generating further tokens.'}, 'maxOutputTokens': {'type': 'integer', 'minimum': 1, 'description': 'Maximum number of tokens to generate in the response.'}}, 'description': 'Optional configuration for controlling the generation process.', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'gemini_functionCall', 'description': '\nGenerates content using a specified Google Gemini model, enabling the model to request execution of predefined functions.\nThis tool accepts function declarations and returns either the standard text response OR the details of a function call requested by the model.\nNOTE: This tool only returns the *request* for a function call; it does not execute the function itself.\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt', 'functionDeclarations'], 'properties': {'prompt': {'type': 'string', 'minLength': 1, 'description': 'Required. The text prompt to send to the Gemini model.'}, 'modelName': {'type': 'string', 'minLength': 1, 'description': "Optional. The name of the Gemini model to use (e.g., 'gemini-1.5-flash'). If omitted, the server's default model (from GOOGLE_GEMINI_MODEL env var) will be used."}, 'toolConfig': {'type': 'object', 'properties': {'functionCallingConfig': {'type': 'object', 'properties': {'mode': {'enum': ['AUTO', 'ANY', 'NONE'], 'type': 'string', 'description': 'The function calling mode.'}, 'allowedFunctionNames': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional list of function names allowed to be called. If specified, the model will only call functions from this list.'}}, 'description': 'Configuration specific to function calling.', 'additionalProperties': False}}, 'description': 'Optional configuration for tools, specifically function calling.', 'additionalProperties': False}, 'safetySettings': {'type': 'array', 'items': {'type': 'object', 'required': ['category', 'threshold'], 'properties': {'category': {'enum': ['HARM_CATEGORY_UNSPECIFIED', 'HARM_CATEGORY_HATE_SPEECH', 'HARM_CATEGORY_SEXUALLY_EXPLICIT', 'HARM_CATEGORY_HARASSMENT', 'HARM_CATEGORY_DANGEROUS_CONTENT'], 'type': 'string', 'description': 'Category of harmful content to apply safety settings for.'}, 'threshold': {'enum': ['HARM_BLOCK_THRESHOLD_UNSPECIFIED', 'BLOCK_LOW_AND_ABOVE', 'BLOCK_MEDIUM_AND_ABOVE', 'BLOCK_ONLY_HIGH', 'BLOCK_NONE'], 'type': 'string', 'description': 'Threshold for blocking harmful content. Higher thresholds block more content.'}}, 'description': 'Setting for controlling content safety for a specific harm category.', 'additionalProperties': False}}, 'generationConfig': {'type': 'object', 'properties': {'topK': {'type': 'integer', 'minimum': 1, 'description': 'Top-k sampling parameter. The model considers the k most probable tokens. Default varies by model.'}, 'topP': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Nucleus sampling parameter. The model considers only tokens with probability mass summing to this value. Default varies by model.'}, 'temperature': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Controls randomness. Lower values (~0.2) make output more deterministic, higher values (~0.8) make it more creative. Default varies by model.'}, 'stopSequences': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Sequences where the API will stop generating further tokens.'}, 'maxOutputTokens': {'type': 'integer', 'minimum': 1, 'description': 'Maximum number of tokens to generate in the response.'}}, 'description': 'Optional configuration for controlling the generation process.', 'additionalProperties': False}, 'functionDeclarations': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'description', 'parameters'], 'properties': {'name': {'type': 'string', 'minLength': 1, 'description': 'The name of the function to be called. Must match the name the model is expected to use.'}, 'parameters': {'type': 'object', 'required': ['type', 'properties'], 'properties': {'type': {'type': 'string', 'const': 'OBJECT', 'description': 'The top-level parameters structure must be an OBJECT.'}, 'required': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of required parameter names at the top level.'}, 'properties': {'type': 'object', 'description': 'Defines the parameters the function accepts.', 'additionalProperties': {'type': 'object', 'required': ['type'], 'properties': {'enum': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Allowed string values for an ENUM-like parameter.'}, 'type': {'enum': ['OBJECT', 'STRING', 'NUMBER', 'BOOLEAN', 'ARRAY', 'INTEGER'], 'type': 'string', 'description': 'The data type of the function parameter.'}, 'items': {'$ref': '#/properties/functionDeclarations/items/properties/parameters/properties/properties/additionalProperties', 'description': 'Defines the schema for items if the parameter type is ARRAY.'}, 'required': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of required property names for OBJECT types.'}, 'properties': {'type': 'object', 'additionalProperties': {'$ref': '#/properties/functionDeclarations/items/properties/parameters/properties/properties/additionalProperties'}}, 'description': {'type': 'string', 'description': "Description of the parameter's purpose."}}, 'description': 'Schema defining a single parameter for a function declaration, potentially recursive.', 'additionalProperties': False}}}, 'description': 'Schema defining the parameters the function accepts. Must be of type OBJECT.', 'additionalProperties': False}, 'description': {'type': 'string', 'minLength': 1, 'description': 'A description of what the function does. Used by the model to decide when to call it.'}}, 'description': 'Declaration of a single function that the Gemini model can request to call.', 'additionalProperties': False}, 'minItems': 1, 'description': 'Required. An array of function declarations (schemas) that the model can choose to call based on the prompt.'}}, 'additionalProperties': False}}, {'name': 'gemini_startChat', 'description': 'Initiates a new stateful chat session with a specified Gemini model. Returns a unique sessionId to be used in subsequent chat messages. Optionally accepts initial conversation history and session-wide generation/safety configurations.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'tools': {'type': 'array', 'items': {'type': 'object', 'properties': {'functionDeclarations': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'description', 'parameters'], 'properties': {'name': {'type': 'string', 'minLength': 1, 'description': 'The name of the function to be called.'}, 'parameters': {'type': 'object', 'required': ['type', 'properties'], 'properties': {'type': {'type': 'string', 'const': 'OBJECT', 'description': 'The top-level parameters structure must be an OBJECT.'}, 'required': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of required parameter names at the top level.'}, 'properties': {'type': 'object', 'description': 'Defines the parameters the function accepts.', 'additionalProperties': {'type': 'object', 'required': ['type'], 'properties': {'enum': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Allowed string values for an ENUM-like parameter.'}, 'type': {'enum': ['OBJECT', 'STRING', 'NUMBER', 'BOOLEAN', 'ARRAY', 'INTEGER'], 'type': 'string', 'description': 'The data type of the function parameter.'}, 'items': {'$ref': '#/properties/tools/items/properties/functionDeclarations/items/properties/parameters/properties/properties/additionalProperties', 'description': 'Defines the schema for items if the parameter type is ARRAY.'}, 'required': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of required property names for OBJECT types.'}, 'properties': {'type': 'object', 'additionalProperties': {'$ref': '#/properties/tools/items/properties/functionDeclarations/items/properties/parameters/properties/properties/additionalProperties'}}, 'description': {'type': 'string', 'description': "Description of the parameter's purpose."}}, 'description': 'Schema defining a single parameter for a function declaration, potentially recursive.', 'additionalProperties': False}}}, 'description': 'Schema defining the parameters the function accepts.', 'additionalProperties': False}, 'description': {'type': 'string', 'minLength': 1, 'description': 'A description of what the function does.'}}, 'description': 'Declaration of a single function that the Gemini model can request to call.', 'additionalProperties': False}, 'description': 'List of function declarations for this tool.'}}, 'description': 'Represents a tool definition containing function declarations.', 'additionalProperties': False}, 'description': 'Optional. A list of tools (currently only supporting function declarations) the model may use during the chat session.'}, 'history': {'type': 'array', 'items': {'type': 'object', 'required': ['role', 'parts'], 'properties': {'role': {'enum': ['user', 'model'], 'type': 'string', 'description': 'The role of the entity that generated this content (user or model).'}, 'parts': {'type': 'array', 'items': {'type': 'object', 'required': ['text'], 'properties': {'text': {'type': 'string', 'description': 'Text content of the part.'}}, 'description': 'A part of a historical message, primarily text for initialization.', 'additionalProperties': False}, 'minItems': 1, 'description': 'An array of Parts making up the message content.'}}, 'description': 'A single message turn in the conversation history.', 'additionalProperties': False}, 'description': "Optional. An array of initial conversation turns to seed the chat session. Must alternate between 'user' and 'model' roles, starting with 'user'."}, 'modelName': {'type': 'string', 'minLength': 1, 'description': "Optional. The name of the Gemini model to use for this chat session (e.g., 'gemini-1.5-flash'). If omitted, the server's default model (from GOOGLE_GEMINI_MODEL env var) will be used."}, 'safetySettings': {'type': 'array', 'items': {'type': 'object', 'required': ['category', 'threshold'], 'properties': {'category': {'enum': ['HARM_CATEGORY_UNSPECIFIED', 'HARM_CATEGORY_HATE_SPEECH', 'HARM_CATEGORY_SEXUALLY_EXPLICIT', 'HARM_CATEGORY_HARASSMENT', 'HARM_CATEGORY_DANGEROUS_CONTENT'], 'type': 'string', 'description': 'Category of harmful content to apply safety settings for.'}, 'threshold': {'enum': ['HARM_BLOCK_THRESHOLD_UNSPECIFIED', 'BLOCK_LOW_AND_ABOVE', 'BLOCK_MEDIUM_AND_ABOVE', 'BLOCK_ONLY_HIGH', 'BLOCK_NONE'], 'type': 'string', 'description': 'Threshold for blocking harmful content. Higher thresholds block more content.'}}, 'description': 'Setting for controlling content safety for a specific harm category.', 'additionalProperties': False}, 'description': 'Optional. Session-wide safety settings to apply.'}, 'generationConfig': {'type': 'object', 'properties': {'topK': {'type': 'integer', 'minimum': 1, 'description': 'Top-k sampling parameter. The model considers the k most probable tokens. Default varies by model.'}, 'topP': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Nucleus sampling parameter. The model considers only tokens with probability mass summing to this value. Default varies by model.'}, 'temperature': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Controls randomness. Lower values (~0.2) make output more deterministic, higher values (~0.8) make it more creative. Default varies by model.'}, 'stopSequences': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Sequences where the API will stop generating further tokens.'}, 'maxOutputTokens': {'type': 'integer', 'minimum': 1, 'description': 'Maximum number of tokens to generate in the response.'}}, 'description': 'Optional. Session-wide generation configuration settings.', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'gemini_sendMessage', 'description': "Sends a message to an existing Gemini chat session, identified by its sessionId. Returns the model's response, which might include text or a function call request.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sessionId', 'message'], 'properties': {'tools': {'type': 'array', 'items': {'type': 'object', 'properties': {'functionDeclarations': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'description', 'parameters'], 'properties': {'name': {'type': 'string', 'minLength': 1}, 'parameters': {'type': 'object', 'required': ['type', 'properties'], 'properties': {'type': {'type': 'string', 'const': 'OBJECT'}, 'required': {'type': 'array', 'items': {'type': 'string'}}, 'properties': {'type': 'object', 'additionalProperties': {}}}, 'additionalProperties': False}, 'description': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}}, 'additionalProperties': False}, 'description': 'Optional. Per-request tools definition (e.g., function declarations) to override session defaults for this turn.'}, 'message': {'type': 'string', 'minLength': 1, 'description': 'Required. The text message content to send to the model. (Note: Currently only supports text input; complex Part types like images are not yet supported by this tool parameter).'}, 'sessionId': {'type': 'string', 'format': 'uuid', 'description': 'Required. The unique identifier of the chat session to send the message to.'}, 'toolConfig': {'type': 'object', 'properties': {'functionCallingConfig': {'type': 'object', 'properties': {'mode': {'enum': ['AUTO', 'ANY', 'NONE'], 'type': 'string', 'description': 'The function calling mode.'}, 'allowedFunctionNames': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional list of function names allowed.'}}, 'additionalProperties': False}}, 'description': 'Optional. Per-request tool configuration, e.g., to force function calling mode.', 'additionalProperties': False}, 'safetySettings': {'type': 'array', 'items': {'type': 'object', 'required': ['category', 'threshold'], 'properties': {'category': {'enum': ['HARM_CATEGORY_UNSPECIFIED', 'HARM_CATEGORY_HATE_SPEECH', 'HARM_CATEGORY_SEXUALLY_EXPLICIT', 'HARM_CATEGORY_HARASSMENT', 'HARM_CATEGORY_DANGEROUS_CONTENT'], 'type': 'string', 'description': 'Category of harmful content to apply safety settings for.'}, 'threshold': {'enum': ['HARM_BLOCK_THRESHOLD_UNSPECIFIED', 'BLOCK_LOW_AND_ABOVE', 'BLOCK_MEDIUM_AND_ABOVE', 'BLOCK_ONLY_HIGH', 'BLOCK_NONE'], 'type': 'string', 'description': 'Threshold for blocking harmful content. Higher thresholds block more content.'}}, 'description': 'Setting for controlling content safety for a specific harm category.', 'additionalProperties': False}, 'description': 'Optional. Per-request safety settings to override session defaults for this turn.'}, 'generationConfig': {'type': 'object', 'properties': {'topK': {'type': 'integer', 'minimum': 1, 'description': 'Top-k sampling parameter. The model considers the k most probable tokens. Default varies by model.'}, 'topP': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Nucleus sampling parameter. The model considers only tokens with probability mass summing to this value. Default varies by model.'}, 'temperature': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Controls randomness. Lower values (~0.2) make output more deterministic, higher values (~0.8) make it more creative. Default varies by model.'}, 'stopSequences': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Sequences where the API will stop generating further tokens.'}, 'maxOutputTokens': {'type': 'integer', 'minimum': 1, 'description': 'Maximum number of tokens to generate in the response.'}}, 'description': 'Optional. Per-request generation configuration settings to override session defaults for this turn.', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'gemini_sendFunctionResult', 'description': "Sends the result(s) of function execution(s) back to an existing Gemini chat session, identified by its sessionId. Returns the model's subsequent response.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sessionId', 'functionResponses'], 'properties': {'sessionId': {'type': 'string', 'format': 'uuid', 'description': 'Required. The unique identifier of the chat session.'}, 'safetySettings': {'type': 'array', 'items': {'type': 'object', 'required': ['category', 'threshold'], 'properties': {'category': {'enum': ['HARM_CATEGORY_UNSPECIFIED', 'HARM_CATEGORY_HATE_SPEECH', 'HARM_CATEGORY_SEXUALLY_EXPLICIT', 'HARM_CATEGORY_HARASSMENT', 'HARM_CATEGORY_DANGEROUS_CONTENT'], 'type': 'string', 'description': 'Category of harmful content to apply safety settings for.'}, 'threshold': {'enum': ['HARM_BLOCK_THRESHOLD_UNSPECIFIED', 'BLOCK_LOW_AND_ABOVE', 'BLOCK_MEDIUM_AND_ABOVE', 'BLOCK_ONLY_HIGH', 'BLOCK_NONE'], 'type': 'string', 'description': 'Threshold for blocking harmful content. Higher thresholds block more content.'}}, 'description': 'Setting for controlling content safety for a specific harm category.', 'additionalProperties': False}, 'description': 'Optional. Per-request safety settings to override session defaults for this turn.'}, 'generationConfig': {'type': 'object', 'properties': {'topK': {'type': 'integer', 'minimum': 1, 'description': 'Top-k sampling parameter. The model considers the k most probable tokens. Default varies by model.'}, 'topP': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Nucleus sampling parameter. The model considers only tokens with probability mass summing to this value. Default varies by model.'}, 'temperature': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Controls randomness. Lower values (~0.2) make output more deterministic, higher values (~0.8) make it more creative. Default varies by model.'}, 'stopSequences': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Sequences where the API will stop generating further tokens.'}, 'maxOutputTokens': {'type': 'integer', 'minimum': 1, 'description': 'Maximum number of tokens to generate in the response.'}}, 'description': 'Optional. Per-request generation configuration settings to override session defaults for this turn.', 'additionalProperties': False}, 'functionResponses': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'response'], 'properties': {'name': {'type': 'string', 'minLength': 1, 'description': 'Required. The name of the function that was called by the model.'}, 'response': {'type': 'object', 'description': 'Required. The JSON object result returned by the function execution.', 'additionalProperties': {}}}, 'description': 'Represents the result of a single function execution to be sent back to the model.', 'additionalProperties': False}, 'minItems': 1, 'description': "Required. An array containing the results of the function calls executed by the client. Each item must include the function 'name' and its 'response' object."}}, 'additionalProperties': False}}, {'name': 'gemini_uploadFile', 'description': '\nUploads a file (specified by a local path) to be used with the Gemini API.\nNOTE: This API is not supported on Vertex AI clients. It only works with Google AI Studio API keys.\nReturns metadata about the uploaded file, including its unique name and URI.\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath'], 'properties': {'filePath': {'type': 'string', 'minLength': 1, 'description': 'Required. The full local path to the file that needs to be uploaded.'}, 'mimeType': {'type': 'string', 'minLength': 1, 'description': "Optional. The IANA MIME type of the file (e.g., 'text/plain', 'image/jpeg'). If omitted, the server will attempt to infer it from the file extension of filePath."}, 'displayName': {'type': 'string', 'maxLength': 100, 'minLength': 1, 'description': 'Optional. A human-readable name for the file in the API. Max 100 chars.'}}, 'additionalProperties': False}}, {'name': 'gemini_listFiles', 'description': '\nLists files previously uploaded to the Gemini API.\nSupports pagination to handle large numbers of files.\nNOTE: This API is not supported on Vertex AI clients. It only works with Google AI Studio API keys.\nReturns a list of file metadata objects and potentially a token for the next page.\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'pageSize': {'type': 'integer', 'maximum': 1000, 'description': 'Optional. The maximum number of files to return per page. Defaults to 100 if not specified by the API, max 1000.', 'exclusiveMinimum': 0}, 'pageToken': {'type': 'string', 'minLength': 1, 'description': 'Optional. A token received from a previous listFiles call to retrieve the next page of results.'}}, 'additionalProperties': False}}, {'name': 'gemini_getFile', 'description': "\nRetrieves metadata for a specific file previously uploaded to the Gemini API.\nNOTE: This API is not supported on Vertex AI clients. It only works with Google AI Studio API keys.\nRequires the unique file name (e.g., 'files/abc123xyz').\n", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fileName'], 'properties': {'fileName': {'type': 'string', 'pattern': '^files\\/.+$', 'minLength': 1, 'description': "Required. The unique name/ID of the file to retrieve metadata for (e.g., 'files/abc123xyz')."}}, 'additionalProperties': False}}, {'name': 'gemini_deleteFile', 'description': "\nDeletes a specific file previously uploaded to the Gemini API.\nNOTE: This API is not supported on Vertex AI clients. It only works with Google AI Studio API keys.\nRequires the unique file name (e.g., 'files/abc123xyz'). Returns a success confirmation.\n", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fileName'], 'properties': {'fileName': {'type': 'string', 'pattern': '^files\\/.+$', 'minLength': 1, 'description': "Required. The unique name/ID of the file to delete (e.g., 'files/abc123xyz')."}}, 'additionalProperties': False}}, {'name': 'gemini_createCache', 'description': '\nCreates a cached content resource for a compatible Gemini model.\nCaching can reduce latency and costs for prompts that are reused often.\nNOTE: Caching is only supported for specific models (e.g., gemini-1.5-flash, gemini-1.5-pro).\nReturns metadata about the created cache.\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contents'], 'properties': {'ttl': {'type': 'string', 'pattern': '^\\d+(\\.\\d+)?s$', 'description': "Optional. Time-to-live for the cache as a duration string (e.g., '3600s' for 1 hour). Max 48 hours."}, 'model': {'type': 'string', 'minLength': 1, 'description': "Optional. The name/ID of the model compatible with caching (e.g., 'gemini-1.5-flash'). If omitted, the server's default model (from GOOGLE_GEMINI_MODEL env var) will be used."}, 'contents': {'type': 'array', 'items': {'type': 'object', 'required': ['parts'], 'properties': {'role': {'enum': ['user', 'model', 'function', 'tool'], 'type': 'string'}, 'parts': {'type': 'array', 'items': {'type': 'object', 'properties': {'text': {'type': 'string'}, 'fileData': {'type': 'object', 'required': ['mimeType', 'fileUri'], 'properties': {'fileUri': {'type': 'string', 'format': 'uri'}, 'mimeType': {'type': 'string'}}, 'additionalProperties': False}, 'inlineData': {'type': 'object', 'required': ['mimeType', 'data'], 'properties': {'data': {'type': 'string'}, 'mimeType': {'type': 'string'}}, 'additionalProperties': False}, 'functionCall': {'type': 'object', 'required': ['name', 'args'], 'properties': {'id': {'type': 'string'}, 'args': {'type': 'object', 'additionalProperties': {}}, 'name': {'type': 'string'}}, 'additionalProperties': False}, 'functionResponse': {'type': 'object', 'required': ['name', 'response'], 'properties': {'id': {'type': 'string'}, 'name': {'type': 'string'}, 'response': {'type': 'object', 'additionalProperties': {}}}, 'additionalProperties': False}}, 'additionalProperties': False}, 'minItems': 1}}, 'additionalProperties': False}, 'minItems': 1, 'description': "Required. The content to cache, matching the SDK's Content structure (an array of Parts)."}, 'displayName': {'type': 'string', 'maxLength': 100, 'minLength': 1, 'description': 'Optional. A human-readable name for the cache.'}, 'systemInstruction': {'$ref': '#/properties/contents/items', 'description': 'Optional. System instructions to associate with the cache.'}}, 'additionalProperties': False}}, {'name': 'gemini_listCaches', 'description': '\nLists cached content resources available for the project.\nSupports pagination.\nReturns a list of cache metadata objects and potentially a token for the next page.\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'pageSize': {'type': 'integer', 'maximum': 1000, 'description': 'Optional. The maximum number of caches to return per page. Defaults to 100 if not specified by the API, max 1000.', 'exclusiveMinimum': 0}, 'pageToken': {'type': 'string', 'minLength': 1, 'description': 'Optional. A token received from a previous listCaches call to retrieve the next page of results.'}}, 'additionalProperties': False}}, {'name': 'gemini_getCache', 'description': "\nRetrieves metadata for a specific cached content resource.\nRequires the unique cache name (e.g., 'cachedContents/abc123xyz').\n", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cacheName'], 'properties': {'cacheName': {'type': 'string', 'pattern': '^cachedContents\\/.+$', 'minLength': 1, 'description': "Required. The unique name/ID of the cache to retrieve metadata for (e.g., 'cachedContents/abc123xyz')."}}, 'additionalProperties': False}}, {'name': 'gemini_updateCache', 'description': "\nUpdates metadata (TTL and/or displayName) for a specific cached content resource.\nRequires the unique cache name (e.g., 'cachedContents/abc123xyz').\nReturns the updated cache metadata.\n", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cacheName'], 'properties': {'ttl': {'type': 'string', 'pattern': '^\\d+(\\.\\d+)?s$', 'description': "Optional. The new time-to-live for the cache as a duration string (e.g., '3600s' for 1 hour). Max 48 hours."}, 'cacheName': {'type': 'string', 'pattern': '^cachedContents\\/.+$', 'minLength': 1, 'description': "Required. The unique name/ID of the cache to update (e.g., 'cachedContents/abc123xyz')."}, 'displayName': {'type': 'string', 'maxLength': 100, 'minLength': 1, 'description': 'Optional. The new human-readable name for the cache. Max 100 chars.'}}, 'additionalProperties': False}}, {'name': 'gemini_deleteCache', 'description': "\nDeletes a specific cached content resource.\nRequires the unique cache name (e.g., 'cachedContents/abc123xyz').\nReturns a success confirmation.\n", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cacheName'], 'properties': {'cacheName': {'type': 'string', 'pattern': '^cachedContents\\/.+$', 'minLength': 1, 'description': "Required. The unique name/ID of the cache to delete (e.g., 'cachedContents/abc123xyz')."}}, 'additionalProperties': False}}] |
@githejie/mcp-server-calculator | Calculator | This server enables LLMs to use calculator for precise numerical calculations. | 2025-03-22T09:00:28.447Z | 126 | https://smithery.ai/server/@githejie/mcp-server-calculator | true | {
"scanPassed": true
} | [{'name': 'calculate', 'description': 'Calculates/evaluates the given expression.', 'inputSchema': {'type': 'object', 'title': 'calculateArguments', 'required': ['expression'], 'properties': {'expression': {'type': 'string', 'title': 'Expression'}}}}] |
|
@eyalzh/browser-control-mcp | Browser Control | Control your local browser seamlessly with LLM clients. Manage tabs, search history, and read content directly from your browser using intuitive commands. Enhance your browsing experience by integrating it with powerful language models. | 2025-04-08T13:00:57.949Z | 146 | https://smithery.ai/server/@eyalzh/browser-control-mcp | true | null | {
"scanPassed": true
} | [{'name': 'open-browser-tab', 'description': "Open a new tab in the user's browser", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'close-browser-tabs', 'description': "Close tabs in the user's browser by tab IDs", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tabIds'], 'properties': {'tabIds': {'type': 'array', 'items': {'type': 'number'}}}, 'additionalProperties': False}}, {'name': 'get-list-of-open-tabs', 'description': "Get the list of open tabs in the user's browser", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-recent-browser-history', 'description': "Get the list of recent browser history (to get all, don't use searchQuery)", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'searchQuery': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get-tab-web-content', 'description': 'Get the full text content of the webpage and the list of links in the webpage, by tab ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tabId'], 'properties': {'tabId': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'reorder-browser-tabs', 'description': 'Change the order of open browser tabs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tabOrder'], 'properties': {'tabOrder': {'type': 'array', 'items': {'type': 'number'}}}, 'additionalProperties': False}}, {'name': 'find-highlight-in-browser-tab', 'description': 'Find and highlight text in a browser tab', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tabId', 'queryPhrase'], 'properties': {'tabId': {'type': 'number'}, 'queryPhrase': {'type': 'string'}}, 'additionalProperties': False}}] |
@Maxteabag/githubworkflowmcp | GitHub Workflow Debugger | Diagnose and fix GitHub Actions workflow failures using a structured decision tree. Fetch workflow run information, analyze failures, and receive actionable solutions to streamline your CI/CD process. | 2025-03-09T16:36:46.703Z | 124 | https://smithery.ai/server/@Maxteabag/githubworkflowmcp | true | null | {
"scanPassed": true
} | [{'name': 'get-failed-workflow-runs', 'description': 'Get recent failed workflow runs for a GitHub repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo'], 'properties': {'repo': {'type': 'string', 'description': 'GitHub repository name'}, 'owner': {'type': 'string', 'description': 'GitHub repository owner (username or organization)'}}, 'additionalProperties': False}}, {'name': 'get-workflow-run-jobs', 'description': 'Get jobs for a specific workflow run', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'runId'], 'properties': {'repo': {'type': 'string', 'description': 'GitHub repository name'}, 'owner': {'type': 'string', 'description': 'GitHub repository owner (username or organization)'}, 'runId': {'type': 'number', 'description': 'Workflow run ID'}}, 'additionalProperties': False}}, {'name': 'get-workflow-file', 'description': 'Get the content of a workflow file', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'path'], 'properties': {'path': {'type': 'string', 'description': 'Path to the workflow file (e.g., .github/workflows/main.yml)'}, 'repo': {'type': 'string', 'description': 'GitHub repository name'}, 'owner': {'type': 'string', 'description': 'GitHub repository owner (username or organization)'}}, 'additionalProperties': False}}, {'name': 'analyze-workflow-failure', 'description': 'Analyze a failed workflow run and suggest fixes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'runId'], 'properties': {'repo': {'type': 'string', 'description': 'GitHub repository name'}, 'owner': {'type': 'string', 'description': 'GitHub repository owner (username or organization)'}, 'runId': {'type': 'number', 'description': 'Workflow run ID'}}, 'additionalProperties': False}}] |
@Garoth/dalle-mcp | DALL-E Image Generator | Generate stunning images from text prompts using OpenAI's DALL-E API. Edit existing images or create variations effortlessly, all while ensuring your API key is validated for secure access. Enhance your creative projects with high-quality visuals in just a few clicks. | 2025-03-22T19:00:37.529Z | 123 | https://smithery.ai/server/@Garoth/dalle-mcp | true | null | {
"scanPassed": true
} | [{'name': 'generate_image', 'description': 'Generate an image using DALL-E based on a text prompt', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'n': {'type': 'number', 'maximum': 10, 'minimum': 1, 'description': 'Number of images to generate (1-10)'}, 'size': {'enum': ['256x256', '512x512', '1024x1024', '1792x1024', '1024x1792'], 'type': 'string', 'description': 'Size of the generated image'}, 'model': {'enum': ['dall-e-2', 'dall-e-3'], 'type': 'string', 'description': 'DALL-E model to use (dall-e-2 or dall-e-3)'}, 'style': {'enum': ['vivid', 'natural'], 'type': 'string', 'description': 'Style of the generated image (dall-e-3 only)'}, 'prompt': {'type': 'string', 'description': 'Text description of the desired image'}, 'quality': {'enum': ['standard', 'hd'], 'type': 'string', 'description': 'Quality of the generated image (dall-e-3 only)'}, 'saveDir': {'type': 'string', 'description': 'Directory to save the generated images'}, 'fileName': {'type': 'string', 'description': 'Base filename for the generated images (without extension)'}}}}, {'name': 'edit_image', 'description': 'Edit an existing image using DALL-E based on a text prompt', 'inputSchema': {'type': 'object', 'required': ['prompt', 'imagePath'], 'properties': {'n': {'type': 'number', 'maximum': 10, 'minimum': 1, 'description': 'Number of images to generate (1-10)'}, 'mask': {'type': 'string', 'description': 'Path to the mask image (white areas will be edited, black areas preserved)'}, 'size': {'enum': ['256x256', '512x512', '1024x1024'], 'type': 'string', 'description': 'Size of the generated image'}, 'model': {'enum': ['dall-e-2'], 'type': 'string', 'description': 'DALL-E model to use (currently only dall-e-2 supports editing)'}, 'prompt': {'type': 'string', 'description': 'Text description of the desired edits'}, 'saveDir': {'type': 'string', 'description': 'Directory to save the edited images'}, 'fileName': {'type': 'string', 'description': 'Base filename for the edited images (without extension)'}, 'imagePath': {'type': 'string', 'description': 'Path to the image to edit'}}}}, {'name': 'create_variation', 'description': 'Create variations of an existing image using DALL-E', 'inputSchema': {'type': 'object', 'required': ['imagePath'], 'properties': {'n': {'type': 'number', 'maximum': 10, 'minimum': 1, 'description': 'Number of variations to generate (1-10)'}, 'size': {'enum': ['256x256', '512x512', '1024x1024'], 'type': 'string', 'description': 'Size of the generated image'}, 'model': {'enum': ['dall-e-2'], 'type': 'string', 'description': 'DALL-E model to use (currently only dall-e-2 supports variations)'}, 'saveDir': {'type': 'string', 'description': 'Directory to save the variation images'}, 'fileName': {'type': 'string', 'description': 'Base filename for the variation images (without extension)'}, 'imagePath': {'type': 'string', 'description': 'Path to the image to create variations of'}}}}, {'name': 'validate_key', 'description': 'Validate the OpenAI API key', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}] |
@ropon/minimax-mcp | MiniMax | Enable powerful text-to-speech, voice cloning, video, and image generation capabilities through a unified MCP server interface. Integrate with popular MCP clients to generate speech, clone voices, and create multimedia content seamlessly. Enhance your applications with advanced multimedia generation tools backed by MiniMax APIs. | 2025-04-16T05:45:27.306Z | 122 | https://smithery.ai/server/@ropon/minimax-mcp | true | null | {
"scanPassed": true
} | [{'name': 'text_to_audio', 'description': 'Convert text to audio with a given voice and save the output audio file to a given directory.\n Directory is optional, if not provided, the output file will be saved to $HOME/Desktop.\n Voice id is optional, if not provided, the default voice will be used.\n\n COST WARNING: This tool makes an API call to Minimax which may incur costs. Only use when explicitly requested by the user.\n\n Args:\n text (str): The text to convert to speech.\n voice_id (str, optional): The id of the voice to use. For example, "male-qn-qingse"/"audiobook_female_1"/"cute_boy"/"Charming_Lady"...\n model (string, optional): The model to use.\n speed (float, optional): Speed of the generated audio. Controls the speed of the generated speech. Values range from 0.5 to 2.0, with 1.0 being the default speed. \n vol (float, optional): Volume of the generated audio. Controls the volume of the generated speech. Values range from 0 to 10, with 1 being the default volume.\n pitch (int, optional): Pitch of the generated audio. Controls the speed of the generated speech. Values range from -12 to 12, with 0 being the default speed.\n emotion (str, optional): Emotion of the generated audio. Controls the emotion of the generated speech. Values range ["happy", "sad", "angry", "fearful", "disgusted", "surprised", "neutral"], with "happy" being the default emotion.\n sample_rate (int, optional): Sample rate of the generated audio. Controls the sample rate of the generated speech. Values range [8000,16000,22050,24000,32000,44100] with 32000 being the default sample rate.\n bitrate (int, optional): Bitrate of the generated audio. Controls the bitrate of the generated speech. Values range [32000,64000,128000,256000] with 128000 being the default bitrate.\n channel (int, optional): Channel of the generated audio. Controls the channel of the generated speech. Values range [1, 2] with 1 being the default channel.\n format (str, optional): Format of the generated audio. Controls the format of the generated speech. Values range ["pcm", "mp3","flac"] with "mp3" being the default format.\n language_boost (str, optional): Language boost of the generated audio. Controls the language boost of the generated speech. Values range [\'Chinese\', \'Chinese,Yue\', \'English\', \'Arabic\', \'Russian\', \'Spanish\', \'French\', \'Portuguese\', \'German\', \'Turkish\', \'Dutch\', \'Ukrainian\', \'Vietnamese\', \'Indonesian\', \'Japanese\', \'Italian\', \'Korean\', \'Thai\', \'Polish\', \'Romanian\', \'Greek\', \'Czech\', \'Finnish\', \'Hindi\', \'auto\'] with "auto" being the default language boost.\n Returns:\n Text content with the path to the output file and name of the voice used.\n ', 'inputSchema': {'type': 'object', 'title': 'text_to_audioArguments', 'required': ['text'], 'properties': {'vol': {'type': 'number', 'title': 'Vol', 'default': 1}, 'text': {'type': 'string', 'title': 'Text'}, 'model': {'type': 'string', 'title': 'Model', 'default': 'speech-02-hd'}, 'pitch': {'type': 'integer', 'title': 'Pitch', 'default': 0}, 'speed': {'type': 'number', 'title': 'Speed', 'default': 1}, 'format': {'type': 'string', 'title': 'Format', 'default': 'mp3'}, 'bitrate': {'type': 'integer', 'title': 'Bitrate', 'default': 128000}, 'channel': {'type': 'integer', 'title': 'Channel', 'default': 1}, 'emotion': {'type': 'string', 'title': 'Emotion', 'default': 'happy'}, 'voice_id': {'type': 'string', 'title': 'Voice Id', 'default': 'female-shaonv'}, 'sample_rate': {'type': 'integer', 'title': 'Sample Rate', 'default': 32000}, 'language_boost': {'type': 'string', 'title': 'Language Boost', 'default': 'auto'}, 'output_directory': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Output Directory', 'default': None}}}}, {'name': 'list_voices', 'description': 'List all voices available. Only supports when api_host is https://api.minimax.chat\n\n Args:\n voice_type (str, optional): The type of voices to list. Values range ["all", "system", "voice_cloning"], with "all" being the default.\n Returns:\n Text content with the list of voices.\n ', 'inputSchema': {'type': 'object', 'title': 'list_voicesArguments', 'properties': {'voice_type': {'type': 'string', 'title': 'Voice Type', 'default': 'all'}}}}, {'name': 'voice_clone', 'description': 'Clone a voice using provided audio files. The new voice will be charged upon first use.\n\n COST WARNING: This tool makes an API call to Minimax which may incur costs. Only use when explicitly requested by the user.\n\n Args:\n voice_id (str): The id of the voice to use.\n file (str): The path to the audio file to clone or a URL to the audio file.\n text (str, optional): The text to use for the demo audio.\n is_url (bool, optional): Whether the file is a URL. Defaults to False.\n Returns:\n Text content with the voice id of the cloned voice.\n ', 'inputSchema': {'type': 'object', 'title': 'voice_cloneArguments', 'required': ['voice_id', 'file', 'text'], 'properties': {'file': {'type': 'string', 'title': 'File'}, 'text': {'type': 'string', 'title': 'Text'}, 'is_url': {'type': 'boolean', 'title': 'Is Url', 'default': False}, 'voice_id': {'type': 'string', 'title': 'Voice Id'}, 'output_directory': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Output Directory', 'default': None}}}}, {'name': 'play_audio', 'description': 'Play an audio file. Supports WAV and MP3 formats. Not supports video.\n\n Args:\n input_file_path (str): The path to the audio file to play.\n is_url (bool, optional): Whether the audio file is a URL.\n Returns:\n Text content with the path to the audio file.\n ', 'inputSchema': {'type': 'object', 'title': 'play_audioArguments', 'required': ['input_file_path'], 'properties': {'is_url': {'type': 'boolean', 'title': 'Is Url', 'default': False}, 'input_file_path': {'type': 'string', 'title': 'Input File Path'}}}}, {'name': 'generate_video', 'description': 'Generate a video from a prompt.\n\n COST WARNING: This tool makes an API call to Minimax which may incur costs. Only use when explicitly requested by the user.\n\n Args:\n model (str, optional): The model to use. Values range ["T2V-01", "T2V-01-Director", "I2V-01", "I2V-01-Director", "I2V-01-live"]. "Director" supports inserting instructions for camera movement control. "I2V" for image to video. "T2V" for text to video.\n prompt (str): The prompt to generate the video from. When use Director model, the prompt supports 15 Camera Movement Instructions (Enumerated Values)\n -Truck: [Truck left], [Truck right]\n -Pan: [Pan left], [Pan right]\n -Push: [Push in], [Pull out]\n -Pedestal: [Pedestal up], [Pedestal down]\n -Tilt: [Tilt up], [Tilt down]\n -Zoom: [Zoom in], [Zoom out]\n -Shake: [Shake]\n -Follow: [Tracking shot]\n -Static: [Static shot]\n first_frame_image (str): The first frame image. The model must be "I2V" Series.\n output_directory (str, optional): The directory to save the video to.\n Returns:\n Text content with the path to the output video file.\n ', 'inputSchema': {'type': 'object', 'title': 'generate_videoArguments', 'properties': {'model': {'type': 'string', 'title': 'Model', 'default': 'T2V-01'}, 'prompt': {'type': 'string', 'title': 'Prompt', 'default': ''}, 'output_directory': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Output Directory', 'default': None}, 'first_frame_image': {'type': 'string', 'title': 'first_frame_image', 'default': None}}}}, {'name': 'text_to_image', 'description': 'Generate a image from a prompt.\n\n COST WARNING: This tool makes an API call to Minimax which may incur costs. Only use when explicitly requested by the user.\n\n Args:\n model (str, optional): The model to use. Values range ["image-01"], with "image-01" being the default.\n prompt (str): The prompt to generate the image from.\n aspect_ratio (str, optional): The aspect ratio of the image. Values range ["1:1", "16:9","4:3", "3:2", "2:3", "3:4", "9:16", "21:9"], with "1:1" being the default.\n n (int, optional): The number of images to generate. Values range [1, 9], with 1 being the default.\n prompt_optimizer (bool, optional): Whether to optimize the prompt. Values range [True, False], with True being the default.\n output_directory (str, optional): The directory to save the image to.\n Returns:\n Text content with the path to the output image file.\n ', 'inputSchema': {'type': 'object', 'title': 'text_to_imageArguments', 'properties': {'n': {'type': 'integer', 'title': 'N', 'default': 1}, 'model': {'type': 'string', 'title': 'Model', 'default': 'image-01'}, 'prompt': {'type': 'string', 'title': 'Prompt', 'default': ''}, 'aspect_ratio': {'type': 'string', 'title': 'Aspect Ratio', 'default': '1:1'}, 'output_directory': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Output Directory', 'default': None}, 'prompt_optimizer': {'type': 'boolean', 'title': 'Prompt Optimizer', 'default': True}}}}] |
@PV-Bhat/vibe-check-mcp-server | Vibe Check | The definitive Vibe Coder's sanity check MCP server: Prevent cascading errors in AI workflows by implementing strategic pattern interrupts. Uses tool call "Vibe Check" with LearnLM 1.5 Pro (Gemini API), fine-tuned for pedagogy and metacognition to enhance complex workflow strategy, and prevents tunnel vision errors.
TLDR; Implement an agent fine-tuned to stop your agent and make it reconsider before it confidently implements something wrong. | 2025-03-22T09:59:32.336Z | 122 | https://smithery.ai/server/@PV-Bhat/vibe-check-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'vibe_check', 'description': 'Metacognitive questioning tool that identifies assumptions and breaks tunnel vision to prevent cascading errors', 'inputSchema': {'type': 'object', 'required': ['plan', 'userRequest'], 'properties': {'plan': {'type': 'string', 'description': 'Current plan or thinking'}, 'phase': {'enum': ['planning', 'implementation', 'review'], 'type': 'string', 'description': 'Current project phase for context-appropriate feedback'}, 'sessionId': {'type': 'string', 'description': 'Optional session ID for state management'}, 'confidence': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': "Agent's confidence level (0-1)"}, 'focusAreas': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional specific focus areas'}, 'thinkingLog': {'type': 'string', 'description': 'Raw sequential thinking transcript'}, 'userRequest': {'type': 'string', 'description': 'Original user request - critical for alignment checking'}, 'availableTools': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of available MCP tools'}, 'previousAdvice': {'type': 'string', 'description': 'Previous feedback to avoid repetition and ensure progression'}}}}, {'name': 'vibe_distill', 'description': 'Plan simplification tool that reduces complexity and extracts essential elements to prevent over-engineering', 'inputSchema': {'type': 'object', 'required': ['plan', 'userRequest'], 'properties': {'plan': {'type': 'string', 'description': 'The plan to distill'}, 'sessionId': {'type': 'string', 'description': 'Optional session ID for state management'}, 'userRequest': {'type': 'string', 'description': 'Original user request'}}}}, {'name': 'vibe_learn', 'description': 'Pattern recognition system that tracks common errors and solutions to prevent recurring issues', 'inputSchema': {'type': 'object', 'required': ['mistake', 'category', 'solution'], 'properties': {'mistake': {'type': 'string', 'description': 'One-sentence description of the mistake'}, 'category': {'enum': ['Complex Solution Bias', 'Feature Creep', 'Premature Implementation', 'Misalignment', 'Overtooling', 'Other'], 'type': 'string', 'description': 'Category of mistake (standard categories: Complex Solution Bias, Feature Creep, Premature Implementation, Misalignment, Overtooling, Other)'}, 'solution': {'type': 'string', 'description': 'How it was corrected (one sentence)'}, 'sessionId': {'type': 'string', 'description': 'Optional session ID for state management'}}}}] |
@powerdrillai/powerdrill-mcp | Powerdrill MCP Server | Authenticate and interact with your Powerdrill datasets effortlessly. List datasets, get detailed information, and create jobs using natural language questions. Enhance your data analysis capabilities with seamless integration into your existing tools. | 2025-04-02T12:55:17.526Z | 121 | https://smithery.ai/server/@powerdrillai/powerdrill-mcp | true | null | {
"scanPassed": true
} | [{'name': 'mcp_powerdrill_list_datasets', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of datasets to return'}}, 'additionalProperties': False}}, {'name': 'mcp_powerdrill_get_dataset_overview', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['datasetId'], 'properties': {'datasetId': {'type': 'string', 'description': 'The ID of the dataset to get overview information for'}}, 'additionalProperties': False}}, {'name': 'mcp_powerdrill_create_job', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['question', 'dataset_id', 'session_id'], 'properties': {'stream': {'type': 'boolean', 'default': False, 'description': 'Whether to stream the results (default: false)'}, 'job_mode': {'type': 'string', 'default': 'AUTO', 'description': 'The job mode (default: AUTO)'}, 'question': {'type': 'string', 'description': 'The natural language question or prompt to analyze the data'}, 'dataset_id': {'type': 'string', 'description': 'The ID of the dataset to analyze'}, 'session_id': {'type': 'string', 'description': 'Session ID to group related jobs'}, 'datasource_ids': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional array of specific data source IDs within the dataset to analyze'}, 'output_language': {'type': 'string', 'default': 'AUTO', 'description': 'The language for the output (default: AUTO)'}}, 'additionalProperties': False}}, {'name': 'mcp_powerdrill_create_session', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'The session name, which can be up to 128 characters in length'}, 'agent_id': {'enum': ['DATA_ANALYSIS_AGENT'], 'type': 'string', 'default': 'DATA_ANALYSIS_AGENT', 'description': 'The ID of the agent'}, 'job_mode': {'enum': ['AUTO', 'DATA_ANALYTICS'], 'type': 'string', 'default': 'AUTO', 'description': 'Job mode for the session'}, 'output_language': {'enum': ['AUTO', 'EN', 'ES', 'AR', 'PT', 'ID', 'JA', 'RU', 'HI', 'FR', 'DE', 'VI', 'TR', 'PL', 'IT', 'KO', 'ZH-CN', 'ZH-TW'], 'type': 'string', 'default': 'AUTO', 'description': 'The language in which the output is generated'}, 'max_contextual_job_history': {'type': 'number', 'default': 10, 'maximum': 10, 'minimum': 0, 'description': 'The maximum number of recent jobs retained as context for the next job'}}, 'additionalProperties': False}}, {'name': 'mcp_powerdrill_list_data_sources', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['datasetId'], 'properties': {'status': {'type': 'string', 'description': 'Filter data sources by status: synching, invalid, synched (comma-separated for multiple)'}, 'pageSize': {'type': 'number', 'description': 'The number of items on a single page (default: 10)'}, 'datasetId': {'type': 'string', 'description': 'The ID of the dataset to list data sources from'}, 'pageNumber': {'type': 'number', 'description': 'The page number to start listing (default: 1)'}}, 'additionalProperties': False}}, {'name': 'mcp_powerdrill_list_sessions', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'search': {'type': 'string', 'description': 'Search for sessions by name'}, 'pageSize': {'type': 'number', 'description': 'The number of items on a single page (default: 10)'}, 'pageNumber': {'type': 'number', 'description': 'The page number to start listing (default: 1)'}}, 'additionalProperties': False}}] |
@emmanuelsystems/mcpnotionslack | Notion Integration Server | Connect your AI assistants to your Notion workspace. Enable seamless interaction with your Notion databases, pages, and blocks, allowing for efficient content management and retrieval. Enhance your productivity by leveraging AI to automate tasks within Notion. | 2025-03-21T19:01:05.236Z | 121 | https://smithery.ai/server/@emmanuelsystems/mcpnotionslack | true | null | {
"scanPassed": true
} | [{'name': 'list-databases', 'description': 'List all databases the integration has access to', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'query-database', 'description': 'Query a database', 'inputSchema': {'type': 'object', 'required': ['database_id'], 'properties': {'sorts': {'type': 'array', 'description': 'Optional sort criteria'}, 'filter': {'type': 'object', 'description': 'Optional filter criteria'}, 'page_size': {'type': 'number', 'default': 100, 'description': 'Number of results per page'}, 'database_id': {'type': 'string', 'description': 'ID of the database to query'}, 'start_cursor': {'type': 'string', 'description': 'Optional cursor for pagination'}}}}, {'name': 'create-page', 'description': 'Create a new page in a database', 'inputSchema': {'type': 'object', 'required': ['parent_id', 'properties'], 'properties': {'children': {'type': 'array', 'description': 'Optional content blocks'}, 'parent_id': {'type': 'string', 'description': 'ID of the parent database'}, 'properties': {'type': 'object', 'description': 'Page properties'}}}}, {'name': 'update-page', 'description': 'Update an existing page', 'inputSchema': {'type': 'object', 'required': ['page_id', 'properties'], 'properties': {'page_id': {'type': 'string', 'description': 'ID of the page to update'}, 'archived': {'type': 'boolean', 'description': 'Whether to archive the page'}, 'properties': {'type': 'object', 'description': 'Updated page properties'}}}}, {'name': 'create-database', 'description': 'Create a new database', 'inputSchema': {'type': 'object', 'required': ['parent_id', 'title', 'properties'], 'properties': {'icon': {'type': 'object', 'description': 'Optional icon for the database'}, 'cover': {'type': 'object', 'description': 'Optional cover for the database'}, 'title': {'type': 'array', 'description': 'Database title as rich text array'}, 'parent_id': {'type': 'string', 'description': 'ID of the parent page'}, 'properties': {'type': 'object', 'description': 'Database properties schema'}}}}, {'name': 'update-database', 'description': 'Update an existing database', 'inputSchema': {'type': 'object', 'required': ['database_id'], 'properties': {'title': {'type': 'array', 'description': 'Optional new title as rich text array'}, 'properties': {'type': 'object', 'description': 'Optional updated properties schema'}, 'database_id': {'type': 'string', 'description': 'ID of the database to update'}, 'description': {'type': 'array', 'description': 'Optional new description as rich text array'}}}}, {'name': 'get-page', 'description': 'Retrieve a page by its ID', 'inputSchema': {'type': 'object', 'required': ['page_id'], 'properties': {'page_id': {'type': 'string', 'description': 'ID of the page to retrieve'}}}}, {'name': 'get-block-children', 'description': 'Retrieve the children blocks of a block', 'inputSchema': {'type': 'object', 'required': ['block_id'], 'properties': {'block_id': {'type': 'string', 'description': 'ID of the block (page or block)'}, 'page_size': {'type': 'number', 'default': 100, 'description': 'Number of results per page'}, 'start_cursor': {'type': 'string', 'description': 'Cursor for pagination'}}}}, {'name': 'append-block-children', 'description': 'Append blocks to a parent block', 'inputSchema': {'type': 'object', 'required': ['block_id', 'children'], 'properties': {'after': {'type': 'string', 'description': 'Optional ID of an existing block to append after'}, 'block_id': {'type': 'string', 'description': 'ID of the parent block (page or block)'}, 'children': {'type': 'array', 'description': 'List of block objects to append'}}}}, {'name': 'update-block', 'description': "Update a block's content or archive status", 'inputSchema': {'type': 'object', 'required': ['block_id', 'block_type', 'content'], 'properties': {'content': {'type': 'object', 'description': 'The content for the block based on its type'}, 'archived': {'type': 'boolean', 'description': 'Whether to archive (true) or restore (false) the block'}, 'block_id': {'type': 'string', 'description': 'ID of the block to update'}, 'block_type': {'type': 'string', 'description': 'The type of block (paragraph, heading_1, to_do, etc.)'}}}}, {'name': 'get-block', 'description': 'Retrieve a block by its ID', 'inputSchema': {'type': 'object', 'required': ['block_id'], 'properties': {'block_id': {'type': 'string', 'description': 'ID of the block to retrieve'}}}}, {'name': 'search', 'description': 'Search Notion for pages or databases', 'inputSchema': {'type': 'object', 'properties': {'sort': {'type': 'object', 'description': 'Optional sort criteria'}, 'query': {'type': 'string', 'default': '', 'description': 'Search query string'}, 'filter': {'type': 'object', 'description': 'Optional filter criteria'}, 'page_size': {'type': 'number', 'default': 100, 'description': 'Number of results per page'}, 'start_cursor': {'type': 'string', 'description': 'Cursor for pagination'}}}}] |
@sethbang/mcp-screenshot-server | Screenshot Server | Capture screenshots of web pages and local HTML files using Puppeteer. | 2025-01-01T09:01:22.520Z | 120 | https://smithery.ai/server/@sethbang/mcp-screenshot-server | true | null | {
"scanPassed": true
} | [{'name': 'take_screenshot', 'description': 'Capture a screenshot of any web page or local GUI', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to capture (can be http://, https://, or file:///)'}, 'width': {'type': 'number', 'maximum': 3840, 'minimum': 1, 'description': 'Viewport width in pixels'}, 'height': {'type': 'number', 'maximum': 2160, 'minimum': 1, 'description': 'Viewport height in pixels'}, 'fullPage': {'type': 'boolean', 'description': 'Capture full scrollable page'}, 'outputPath': {'type': 'string', 'description': 'Custom output path (optional)'}}}}] |
@crazyrabbitLTC/mcp-code-review-server | Code Review Server | Analyze your codebases efficiently with structured reviews and actionable insights. Leverage the power of Large Language Models to identify issues and improve code quality. Simplify your code review process with automated analysis and recommendations tailored to your needs. | 2025-04-01T17:00:54.699Z | 139 | https://smithery.ai/server/@crazyrabbitLTC/mcp-code-review-server | true | null | {
"scanPassed": true
} | [{'name': 'analyze_repo', 'description': 'Use this tool when you need to analyze a code repository structure without performing a detailed review. This tool flattens the repository into a textual representation and is ideal for getting a high-level overview of code organization, directory structure, and file contents. Use it before code_review when you need to understand the codebase structure first, or when a full code review is not needed.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repoPath'], 'properties': {'repoPath': {'type': 'string', 'description': 'Path to the repository to analyze'}, 'fileTypes': {'type': 'array', 'items': {'type': 'string'}, 'description': 'File types to include in the analysis'}, 'specificFiles': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Specific files to analyze'}}, 'additionalProperties': False}}, {'name': 'code_review', 'description': 'Use this tool when you need a comprehensive code review with specific feedback on code quality, security issues, performance problems, and maintainability concerns. This tool performs in-depth analysis on a repository or specific files and returns structured results including issues found, their severity, recommendations for fixes, and overall strengths of the codebase. Use it when you need actionable insights to improve code quality or when evaluating a codebase for potential problems.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repoPath'], 'properties': {'repoPath': {'type': 'string', 'description': 'Path to the repository to analyze'}, 'fileTypes': {'type': 'array', 'items': {'type': 'string'}, 'description': 'File types to include in the review'}, 'focusAreas': {'type': 'array', 'items': {'enum': ['security', 'performance', 'quality', 'maintainability'], 'type': 'string'}, 'description': 'Areas to focus on during the code review'}, 'detailLevel': {'enum': ['basic', 'detailed'], 'type': 'string', 'description': 'Level of detail for the code review'}, 'specificFiles': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Specific files to review'}}, 'additionalProperties': False}}] |
@oxylabs/oxylabs-mcp | Oxylabs MCP | Fetch and process content from specified URLs using the Oxylabs Web Scraper API. | 2025-01-22T08:00:56.497Z | 58 | https://smithery.ai/server/@oxylabs/oxylabs-mcp | true | null | {
"scanPassed": true
} | [{'name': 'oxylabs_universal_scraper', 'description': 'Scrape url using Oxylabs Web API with universal scraper', 'inputSchema': {'type': 'object', 'title': 'scrape_universal_urlArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url', 'description': 'Url to scrape with web scraper.'}, 'parse': {'type': 'boolean', 'title': 'Parse', 'default': True, 'description': 'Should result be parsed. If result should not be parsed then html will be stripped and converted to markdown file.'}, 'render': {'enum': ['', 'html'], 'type': 'string', 'title': 'Render', 'default': '', 'description': 'Whether a headless browser should be used to render the page. See: https://developers.oxylabs.io/scraper-apis/web-scraper-api/features/javascript-rendering `html` will return rendered html page `None` will not use render for scraping.'}}}}, {'name': 'oxylabs_web_unblocker', 'description': 'Scrape url using Oxylabs Web Unblocker', 'inputSchema': {'type': 'object', 'title': 'scrape_with_web_unblockerArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url', 'description': 'Url to scrape with web scraper.'}, 'render': {'enum': ['', 'html'], 'type': 'string', 'title': 'Render', 'default': '', 'description': 'Whether a headless browser should be used to render the page. See: https://developers.oxylabs.io/scraper-apis/web-scraper-api/features/javascript-rendering `html` will return rendered html page `None` will not use render for scraping.'}}}}, {'name': 'oxylabs_google_search_scraper', 'description': 'Scrape Google Search results using Oxylabs Web API', 'inputSchema': {'type': 'object', 'title': 'scrape_google_searchArguments', 'required': ['query'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 0, 'minimum': 1, 'description': 'Number of results to retrieve in each page.'}, 'pages': {'type': 'integer', 'title': 'Pages', 'default': 0, 'minimum': 1, 'description': 'Number of pages to retrieve.'}, 'parse': {'type': 'boolean', 'title': 'Parse', 'default': True, 'description': 'Should result be parsed. If result should not be parsed then html will be stripped and converted to markdown file.'}, 'query': {'type': 'string', 'title': 'Query', 'description': 'URL-encoded keyword to search for.'}, 'domain': {'type': 'string', 'title': 'Domain', 'default': '', 'description': 'Domain localization for Google. See: https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiwDdoZGfMbUe5cRL2417%2Fuploads%2FS6e9iUtXb5YkRLlfQdm6%2Flocale.json?alt=media&token=435886ac-6223-42d4-8204-1e7d53512a42'}, 'locale': {'type': 'string', 'title': 'Locale', 'default': '', 'description': "'Accept-Language' header value which changes your Google search page web interface language. See: https://developers.oxylabs.io/scraper-apis/web-scraper-api/features/domain-locale-results-language#locale-1"}, 'render': {'enum': ['', 'html'], 'type': 'string', 'title': 'Render', 'default': '', 'description': 'Whether a headless browser should be used to render the page. See: https://developers.oxylabs.io/scraper-apis/web-scraper-api/features/javascript-rendering `html` will return rendered html page `None` will not use render for scraping.'}, 'ad_mode': {'type': 'boolean', 'title': 'Ad Mode', 'default': False, 'description': 'If true will use the Google Ads source optimized for the paid ads. See: https://developers.oxylabs.io/scraper-apis/web-scraper-api/google/ads'}, 'start_page': {'type': 'integer', 'title': 'Start Page', 'default': 0, 'minimum': 1, 'description': 'Starting page number.'}, 'geo_location': {'type': 'string', 'title': 'Geo Location', 'default': '', 'description': 'The geographical location that the result should be adapted for. See: https://developers.oxylabs.io/scraper-apis/web-scraper-api/features/serp-localization#google'}, 'user_agent_type': {'enum': ['', 'desktop', 'desktop_chrome', 'desktop_firefox', 'desktop_safari', 'desktop_edge', 'desktop_opera', 'mobile', 'mobile_ios', 'mobile_android', 'tablet'], 'type': 'string', 'title': 'User Agent Type', 'default': '', 'description': 'Device type and browser that will be used to determine User-Agent header value. See: https://developers.oxylabs.io/scraper-apis/web-scraper-api/features/user-agent-type'}}}}, {'name': 'oxylabs_amazon_search_scraper', 'description': 'Scrape Amazon Search results using Oxylabs Web API', 'inputSchema': {'type': 'object', 'title': 'scrape_amazon_searchArguments', 'required': ['query'], 'properties': {'pages': {'type': 'integer', 'title': 'Pages', 'default': 0, 'minimum': 1, 'description': 'Number of pages to retrieve.'}, 'parse': {'type': 'boolean', 'title': 'Parse', 'default': True, 'description': 'Should result be parsed. If result should not be parsed then html will be stripped and converted to markdown file.'}, 'query': {'type': 'string', 'title': 'Query', 'description': 'Keyword to search for.'}, 'domain': {'type': 'string', 'title': 'Domain', 'default': '', 'description': 'Domain localization for Google. See: https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiwDdoZGfMbUe5cRL2417%2Fuploads%2FS6e9iUtXb5YkRLlfQdm6%2Flocale.json?alt=media&token=435886ac-6223-42d4-8204-1e7d53512a42'}, 'locale': {'type': 'string', 'title': 'Locale', 'default': '', 'description': "'Accept-Language' header value which changes your Google search page web interface language. See: https://developers.oxylabs.io/scraper-apis/web-scraper-api/features/domain-locale-results-language#locale-1"}, 'render': {'enum': ['', 'html'], 'type': 'string', 'title': 'Render', 'default': '', 'description': 'Whether a headless browser should be used to render the page. See: https://developers.oxylabs.io/scraper-apis/web-scraper-api/features/javascript-rendering `html` will return rendered html page `None` will not use render for scraping.'}, 'currency': {'type': 'string', 'title': 'Currency', 'default': '', 'examples': ['USD', 'EUR', 'AUD'], 'description': 'Currency that will be used to display the prices. See: https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzrXw45naRpCZ0Ku9AjY1%2Fuploads%2FIAHLazcDOwZSiZ6s8IJt%2FAmazon_search_currency_values.json?alt=media&token=b72b5c4d-3820-42a6-8e74-78ea6b44e93f'}, 'start_page': {'type': 'integer', 'title': 'Start Page', 'default': 0, 'minimum': 1, 'description': 'Starting page number.'}, 'category_id': {'type': 'string', 'title': 'Category Id', 'default': '', 'description': 'Search for items in a particular browse node (product category).'}, 'merchant_id': {'type': 'string', 'title': 'Merchant Id', 'default': '', 'description': 'Search for items sold by a particular seller.'}, 'geo_location': {'type': 'string', 'title': 'Geo Location', 'default': '', 'description': 'The geographical location that the result should be adapted for. See: https://developers.oxylabs.io/scraper-apis/web-scraper-api/features/serp-localization#google'}, 'user_agent_type': {'enum': ['', 'desktop', 'desktop_chrome', 'desktop_firefox', 'desktop_safari', 'desktop_edge', 'desktop_opera', 'mobile', 'mobile_ios', 'mobile_android', 'tablet'], 'type': 'string', 'title': 'User Agent Type', 'default': '', 'description': 'Device type and browser that will be used to determine User-Agent header value. See: https://developers.oxylabs.io/scraper-apis/web-scraper-api/features/user-agent-type'}}}}, {'name': 'oxylabs_amazon_product_scraper', 'description': 'Scrape Amazon Products using Oxylabs Web API', 'inputSchema': {'type': 'object', 'title': 'scrape_amazon_productsArguments', 'required': ['query'], 'properties': {'parse': {'type': 'boolean', 'title': 'Parse', 'default': True, 'description': 'Should result be parsed. If result should not be parsed then html will be stripped and converted to markdown file.'}, 'query': {'type': 'string', 'title': 'Query', 'description': 'Keyword to search for.'}, 'domain': {'type': 'string', 'title': 'Domain', 'default': '', 'description': 'Domain localization for Google. See: https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiwDdoZGfMbUe5cRL2417%2Fuploads%2FS6e9iUtXb5YkRLlfQdm6%2Flocale.json?alt=media&token=435886ac-6223-42d4-8204-1e7d53512a42'}, 'locale': {'type': 'string', 'title': 'Locale', 'default': '', 'description': "'Accept-Language' header value which changes your Google search page web interface language. See: https://developers.oxylabs.io/scraper-apis/web-scraper-api/features/domain-locale-results-language#locale-1"}, 'render': {'enum': ['', 'html'], 'type': 'string', 'title': 'Render', 'default': '', 'description': 'Whether a headless browser should be used to render the page. See: https://developers.oxylabs.io/scraper-apis/web-scraper-api/features/javascript-rendering `html` will return rendered html page `None` will not use render for scraping.'}, 'currency': {'type': 'string', 'title': 'Currency', 'default': '', 'examples': ['USD', 'EUR', 'AUD'], 'description': 'Currency that will be used to display the prices. See: https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzrXw45naRpCZ0Ku9AjY1%2Fuploads%2FIAHLazcDOwZSiZ6s8IJt%2FAmazon_search_currency_values.json?alt=media&token=b72b5c4d-3820-42a6-8e74-78ea6b44e93f'}, 'geo_location': {'type': 'string', 'title': 'Geo Location', 'default': '', 'description': 'The geographical location that the result should be adapted for. See: https://developers.oxylabs.io/scraper-apis/web-scraper-api/features/serp-localization#google'}, 'user_agent_type': {'enum': ['', 'desktop', 'desktop_chrome', 'desktop_firefox', 'desktop_safari', 'desktop_edge', 'desktop_opera', 'mobile', 'mobile_ios', 'mobile_android', 'tablet'], 'type': 'string', 'title': 'User Agent Type', 'default': '', 'description': 'Device type and browser that will be used to determine User-Agent header value. See: https://developers.oxylabs.io/scraper-apis/web-scraper-api/features/user-agent-type'}, 'autoselect_variant': {'type': 'boolean', 'title': 'Autoselect Variant', 'default': False, 'description': 'To get accurate pricing/buybox data, set this parameter to true (which tells us to append the th=1&psc=1 URL parameters to the end of the product URL).'}}}}] |
@skysqlinc/skysql-mcp | SkySQL MCP Server | Set up the SkySQL MCP server, which provides a powerful interface for managing SkySQL (MySQL/MariaDB) database instances and interacting with SkyAI Agents.
Features
---------
- Launch and manage serverless MariaDB database instances
- Interact with AI-powered database agents
- Execute SQL queries directly on SkySQL (MySQL/MariaDB) instances
- Manage database credentials and IP allowlists
- List and monitor database services | 2025-04-09T05:35:05.542Z | 116 | https://smithery.ai/server/@skysqlinc/skysql-mcp | true | null | {
"scanPassed": true
} | [{'name': 'list_agents', 'description': 'List all available SkySQL DB agents with their capabilities', 'inputSchema': {'type': 'object', 'title': 'list_agentsArguments', 'properties': {}}}, {'name': 'launch_serverless_db', 'description': 'Launch a new Serverless DB instance in SkySQL', 'inputSchema': {'type': 'object', 'title': 'launch_serverless_dbArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'region': {'type': 'string', 'title': 'Region', 'default': 'eastus'}, 'provider': {'type': 'string', 'title': 'Provider', 'default': 'azure'}}}}, {'name': 'delete_db', 'description': 'Delete a DB instance from SkySQL', 'inputSchema': {'type': 'object', 'title': 'delete_dbArguments', 'required': ['service_id'], 'properties': {'service_id': {'type': 'string', 'title': 'Service Id'}}}}, {'name': 'ask_agent', 'description': 'Ask a question to a specific DB agent', 'inputSchema': {'type': 'object', 'title': 'ask_agentArguments', 'required': ['agent_id', 'question'], 'properties': {'agent_id': {'type': 'string', 'title': 'Agent Id'}, 'question': {'type': 'string', 'title': 'Question'}}}}, {'name': 'get_db_credentials', 'description': 'Get the credentials for a SkySQL database instance', 'inputSchema': {'type': 'object', 'title': 'get_db_credentialsArguments', 'required': ['service_id'], 'properties': {'service_id': {'type': 'string', 'title': 'Service Id'}}}}, {'name': 'update_ip_allowlist', 'description': 'Update the IP allowlist for a SkySQL database instance with the current IP', 'inputSchema': {'type': 'object', 'title': 'update_ip_allowlistArguments', 'required': ['service_id'], 'properties': {'service_id': {'type': 'string', 'title': 'Service Id'}}}}, {'name': 'list_services', 'description': 'List all available SkySQL database services', 'inputSchema': {'type': 'object', 'title': 'list_servicesArguments', 'properties': {}}}, {'name': 'execute_sql', 'description': 'Execute SQL query on a SkySQL database instance and return the results', 'inputSchema': {'type': 'object', 'title': 'execute_sqlArguments', 'required': ['service_id', 'sql_query'], 'properties': {'sql_query': {'type': 'string', 'title': 'Sql Query'}, 'service_id': {'type': 'string', 'title': 'Service Id'}}}}] |
@superseoworld/mcp-spotify | Spotify Server | Access Spotify's music catalog and interact with tracks, albums, and artists. | 2025-01-27T12:00:15.340Z | 116 | https://smithery.ai/server/@superseoworld/mcp-spotify | true | null | {
"scanPassed": true
} | [{'name': 'get_access_token', 'description': 'Get a valid Spotify access token for API requests', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'search', 'description': 'Search for tracks, albums, artists, or playlists', 'inputSchema': {'type': 'object', 'required': ['query', 'type'], 'properties': {'type': {'enum': ['track', 'album', 'artist', 'playlist'], 'type': 'string', 'description': 'Type of item to search for'}, 'limit': {'type': 'number', 'default': 20, 'maximum': 50, 'minimum': 1, 'description': 'Maximum number of results (1-50)'}, 'query': {'type': 'string', 'description': 'Search query'}}}}, {'name': 'get_artist', 'description': 'Get Spotify catalog information for an artist', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The Spotify ID or URI for the artist'}}}}, {'name': 'get_multiple_artists', 'description': 'Get Spotify catalog information for multiple artists', 'inputSchema': {'type': 'object', 'required': ['ids'], 'properties': {'ids': {'type': 'array', 'items': {'type': 'string'}, 'maxItems': 50, 'description': 'Array of Spotify artist IDs or URIs (max 50)'}}}}, {'name': 'get_artist_top_tracks', 'description': "Get Spotify catalog information about an artist's top tracks", 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The Spotify ID or URI for the artist'}, 'market': {'type': 'string', 'description': 'Optional. An ISO 3166-1 alpha-2 country code'}}}}, {'name': 'get_artist_related_artists', 'description': 'Get Spotify catalog information about artists similar to a given artist', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The Spotify ID or URI for the artist'}}}}, {'name': 'get_artist_albums', 'description': "Get Spotify catalog information about an artist's albums", 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The Spotify ID or URI for the artist'}, 'limit': {'type': 'number', 'default': 20, 'maximum': 50, 'minimum': 1, 'description': 'Maximum number of albums to return (1-50)'}, 'offset': {'type': 'number', 'default': 0, 'minimum': 0, 'description': 'The index of the first album to return'}, 'include_groups': {'type': 'array', 'items': {'enum': ['album', 'single', 'appears_on', 'compilation'], 'type': 'string'}, 'description': 'Optional. Filter by album types'}}}}, {'name': 'get_album', 'description': 'Get Spotify catalog information for an album', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The Spotify ID or URI for the album'}}}}, {'name': 'get_album_tracks', 'description': "Get Spotify catalog information for an album's tracks", 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The Spotify ID or URI for the album'}, 'limit': {'type': 'number', 'default': 20, 'maximum': 50, 'minimum': 1, 'description': 'Maximum number of tracks to return (1-50)'}, 'offset': {'type': 'number', 'default': 0, 'minimum': 0, 'description': 'The index of the first track to return'}}}}, {'name': 'get_multiple_albums', 'description': 'Get Spotify catalog information for multiple albums', 'inputSchema': {'type': 'object', 'required': ['ids'], 'properties': {'ids': {'type': 'array', 'items': {'type': 'string'}, 'maxItems': 20, 'description': 'Array of Spotify album IDs or URIs (max 20)'}}}}, {'name': 'get_track', 'description': 'Get Spotify catalog information for a track', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The Spotify ID or URI for the track'}}}}, {'name': 'get_available_genres', 'description': 'Get a list of available genres for recommendations', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'get_new_releases', 'description': 'Get a list of new album releases featured in Spotify', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'default': 20, 'maximum': 50, 'minimum': 1, 'description': 'Maximum number of releases to return (1-50)'}, 'offset': {'type': 'number', 'default': 0, 'minimum': 0, 'description': 'The index of the first release to return'}, 'country': {'type': 'string', 'description': 'Optional. A country code (ISO 3166-1 alpha-2)'}}}}, {'name': 'get_recommendations', 'description': 'Get track recommendations based on seed tracks, artists, or genres', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'limit': {'type': 'number', 'default': 20, 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of recommendations (1-100)'}, 'seed_genres': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of genre names'}, 'seed_tracks': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of Spotify track IDs or URIs'}, 'seed_artists': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of Spotify artist IDs or URIs'}}}}, {'name': 'get_audiobook', 'description': 'Get Spotify catalog information for an audiobook', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The Spotify ID or URI for the audiobook'}, 'market': {'type': 'string', 'description': 'Optional. An ISO 3166-1 alpha-2 country code'}}}}, {'name': 'get_multiple_audiobooks', 'description': 'Get Spotify catalog information for multiple audiobooks', 'inputSchema': {'type': 'object', 'required': ['ids'], 'properties': {'ids': {'type': 'array', 'items': {'type': 'string'}, 'maxItems': 50, 'description': 'Array of Spotify audiobook IDs or URIs (max 50)'}, 'market': {'type': 'string', 'description': 'Optional. An ISO 3166-1 alpha-2 country code'}}}}, {'name': 'get_audiobook_chapters', 'description': "Get Spotify catalog information about an audiobook's chapters", 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The Spotify ID or URI for the audiobook'}, 'limit': {'type': 'number', 'maximum': 50, 'minimum': 1, 'description': 'Maximum number of chapters to return (1-50)'}, 'market': {'type': 'string', 'description': 'Optional. An ISO 3166-1 alpha-2 country code'}, 'offset': {'type': 'number', 'minimum': 0, 'description': 'The index of the first chapter to return'}}}}, {'name': 'get_playlist', 'description': 'Get a playlist owned by a Spotify user', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The Spotify ID or URI of the playlist'}, 'market': {'type': 'string', 'description': 'Optional. An ISO 3166-1 alpha-2 country code'}}}}, {'name': 'get_playlist_tracks', 'description': 'Get full details of the tracks of a playlist', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The Spotify ID or URI of the playlist'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1, 'description': 'Optional. Maximum number of tracks to return (1-100)'}, 'fields': {'type': 'string', 'description': 'Optional. Filters for the query'}, 'market': {'type': 'string', 'description': 'Optional. An ISO 3166-1 alpha-2 country code'}, 'offset': {'type': 'number', 'minimum': 0, 'description': 'Optional. Index of the first track to return'}}}}, {'name': 'get_playlist_items', 'description': 'Get full details of the items of a playlist', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The Spotify ID or URI of the playlist'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1, 'description': 'Optional. Maximum number of items to return (1-100)'}, 'fields': {'type': 'string', 'description': 'Optional. Filters for the query'}, 'market': {'type': 'string', 'description': 'Optional. An ISO 3166-1 alpha-2 country code'}, 'offset': {'type': 'number', 'minimum': 0, 'description': 'Optional. Index of the first item to return'}}}}, {'name': 'modify_playlist', 'description': "Change a playlist's name and public/private state", 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The Spotify ID or URI of the playlist'}, 'name': {'type': 'string', 'description': 'Optional. New name for the playlist'}, 'public': {'type': 'boolean', 'description': 'Optional. If true the playlist will be public'}, 'description': {'type': 'string', 'description': 'Optional. New description for the playlist'}, 'collaborative': {'type': 'boolean', 'description': 'Optional. If true, the playlist will become collaborative'}}}}, {'name': 'add_tracks_to_playlist', 'description': 'Add one or more tracks to a playlist', 'inputSchema': {'type': 'object', 'required': ['id', 'uris'], 'properties': {'id': {'type': 'string', 'description': 'The Spotify ID or URI of the playlist'}, 'uris': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of Spotify track URIs to add'}, 'position': {'type': 'number', 'minimum': 0, 'description': 'Optional. The position to insert the tracks (zero-based)'}}}}, {'name': 'remove_tracks_from_playlist', 'description': 'Remove one or more tracks from a playlist', 'inputSchema': {'type': 'object', 'required': ['id', 'tracks'], 'properties': {'id': {'type': 'string', 'description': 'The Spotify ID or URI of the playlist'}, 'tracks': {'type': 'array', 'items': {'type': 'object', 'required': ['uri'], 'properties': {'uri': {'type': 'string', 'description': 'Spotify URI of the track to remove'}, 'positions': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Optional positions of the track to remove'}}}, 'description': 'Array of objects containing Spotify track URIs to remove'}, 'snapshot_id': {'type': 'string', 'description': "Optional. The playlist's snapshot ID"}}}}, {'name': 'get_current_user_playlists', 'description': 'Get a list of the playlists owned or followed by the current Spotify user', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'maximum': 50, 'minimum': 1, 'description': 'Maximum number of playlists to return (1-50)'}, 'offset': {'type': 'number', 'minimum': 0, 'description': 'The index of the first playlist to return'}}}}, {'name': 'get_featured_playlists', 'description': 'Get a list of Spotify featured playlists', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'maximum': 50, 'minimum': 1, 'description': 'Optional. Maximum number of playlists (1-50)'}, 'locale': {'type': 'string', 'description': 'Optional. Desired language (format: es_MX)'}, 'offset': {'type': 'number', 'minimum': 0, 'description': 'Optional. Index of the first playlist to return'}}}}, {'name': 'get_category_playlists', 'description': 'Get a list of Spotify playlists tagged with a particular category', 'inputSchema': {'type': 'object', 'required': ['category_id'], 'properties': {'limit': {'type': 'number', 'maximum': 50, 'minimum': 1, 'description': 'Optional. Maximum number of playlists (1-50)'}, 'offset': {'type': 'number', 'minimum': 0, 'description': 'Optional. Index of the first playlist to return'}, 'category_id': {'type': 'string', 'description': 'The Spotify category ID'}}}}] |
@shinzo-labs/gmail-mcp | Gmail MCP | Manage your emails effortlessly with 60+ tools for drafting, sending, retrieving, and organizing messages. Streamline your email workflow with complete Gmail API coverage, including label and thread management. | 2025-03-27T06:16:36.128Z | 135 | https://smithery.ai/server/@shinzo-labs/gmail-mcp | true | null | {
"scanPassed": true
} | [{'name': 'create_draft', 'description': 'Create a draft email in Gmail. Note the mechanics of the raw parameter.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'cc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of CC recipient email addresses'}, 'to': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of recipient email addresses'}, 'bcc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of BCC recipient email addresses'}, 'raw': {'type': 'string', 'description': 'The entire email message in base64url encoded RFC 2822 format, ignores params.to, cc, bcc, subject, body, includeBodyHtml if provided'}, 'body': {'type': 'string', 'description': 'The body of the email'}, 'subject': {'type': 'string', 'description': 'The subject of the email'}, 'threadId': {'type': 'string', 'description': 'The thread ID to associate this draft with'}, 'includeBodyHtml': {'type': 'boolean', 'description': 'Whether to include the parsed HTML in the return for each body, excluded by default because they can be excessively large'}}, 'additionalProperties': False}}, {'name': 'delete_draft', 'description': 'Delete a draft', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the draft to delete'}}, 'additionalProperties': False}}, {'name': 'get_draft', 'description': 'Get a specific draft by ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the draft to retrieve'}, 'includeBodyHtml': {'type': 'boolean', 'description': 'Whether to include the parsed HTML in the return for each body, excluded by default because they can be excessively large'}}, 'additionalProperties': False}}, {'name': 'list_drafts', 'description': "List drafts in the user's mailbox", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'q': {'type': 'string', 'description': 'Only return drafts matching the specified query. Supports the same query format as the Gmail search box'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of drafts to return. Accepts values between 1-500'}, 'includeBodyHtml': {'type': 'boolean', 'description': 'Whether to include the parsed HTML in the return for each body, excluded by default because they can be excessively large'}, 'includeSpamTrash': {'type': 'boolean', 'description': 'Include drafts from SPAM and TRASH in the results'}}, 'additionalProperties': False}}, {'name': 'send_draft', 'description': 'Send an existing draft', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the draft to send'}}, 'additionalProperties': False}}, {'name': 'update_draft', 'description': "Replace a draft's content. Note the mechanics of the threadId and raw parameters.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'cc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of CC recipient email addresses, will be copied from the current draft if not provided'}, 'id': {'type': 'string', 'description': 'The ID of the draft to update'}, 'to': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of recipient email addresses, will be copied from the current draft if not provided'}, 'bcc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of BCC recipient email addresses, will be copied from the current draft if not provided'}, 'raw': {'type': 'string', 'description': 'The entire email message in base64url encoded RFC 2822 format, ignores params.to, cc, bcc, subject, body, includeBodyHtml if provided'}, 'body': {'type': 'string', 'description': 'The body of the email, will be copied from the current draft if not provided'}, 'subject': {'type': 'string', 'description': 'The subject of the email, will be copied from the current draft if not provided'}, 'threadId': {'type': 'string', 'description': 'The thread ID to associate this draft with, will be copied from the current draft if not provided'}, 'includeBodyHtml': {'type': 'boolean', 'description': 'Whether to include the parsed HTML in the return for each body, excluded by default because they can be excessively large'}}, 'additionalProperties': False}}, {'name': 'create_label', 'description': 'Create a new label', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'The display name of the label'}, 'color': {'type': 'object', 'required': ['textColor', 'backgroundColor'], 'properties': {'textColor': {'type': 'string', 'description': 'The text color of the label as hex string'}, 'backgroundColor': {'type': 'string', 'description': 'The background color of the label as hex string'}}, 'description': 'The color settings for the label', 'additionalProperties': False}, 'labelListVisibility': {'enum': ['labelShow', 'labelShowIfUnread', 'labelHide'], 'type': 'string', 'description': 'The visibility of the label in the label list'}, 'messageListVisibility': {'enum': ['show', 'hide'], 'type': 'string', 'description': 'The visibility of messages with this label in the message list'}}, 'additionalProperties': False}}, {'name': 'delete_label', 'description': 'Delete a label', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the label to delete'}}, 'additionalProperties': False}}, {'name': 'get_label', 'description': 'Get a specific label by ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the label to retrieve'}}, 'additionalProperties': False}}, {'name': 'list_labels', 'description': "List all labels in the user's mailbox", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'patch_label', 'description': 'Patch an existing label (partial update)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the label to patch'}, 'name': {'type': 'string', 'description': 'The display name of the label'}, 'color': {'type': 'object', 'required': ['textColor', 'backgroundColor'], 'properties': {'textColor': {'type': 'string', 'description': 'The text color of the label as hex string'}, 'backgroundColor': {'type': 'string', 'description': 'The background color of the label as hex string'}}, 'description': 'The color settings for the label', 'additionalProperties': False}, 'labelListVisibility': {'enum': ['labelShow', 'labelShowIfUnread', 'labelHide'], 'type': 'string', 'description': 'The visibility of the label in the label list'}, 'messageListVisibility': {'enum': ['show', 'hide'], 'type': 'string', 'description': 'The visibility of messages with this label in the message list'}}, 'additionalProperties': False}}, {'name': 'update_label', 'description': 'Update an existing label', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the label to update'}, 'name': {'type': 'string', 'description': 'The display name of the label'}, 'color': {'type': 'object', 'required': ['textColor', 'backgroundColor'], 'properties': {'textColor': {'type': 'string', 'description': 'The text color of the label as hex string'}, 'backgroundColor': {'type': 'string', 'description': 'The background color of the label as hex string'}}, 'description': 'The color settings for the label', 'additionalProperties': False}, 'labelListVisibility': {'enum': ['labelShow', 'labelShowIfUnread', 'labelHide'], 'type': 'string', 'description': 'The visibility of the label in the label list'}, 'messageListVisibility': {'enum': ['show', 'hide'], 'type': 'string', 'description': 'The visibility of messages with this label in the message list'}}, 'additionalProperties': False}}, {'name': 'batch_delete_messages', 'description': 'Delete multiple messages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ids'], 'properties': {'ids': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The IDs of the messages to delete'}}, 'additionalProperties': False}}, {'name': 'batch_modify_messages', 'description': 'Modify the labels on multiple messages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ids'], 'properties': {'ids': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The IDs of the messages to modify'}, 'addLabelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'A list of label IDs to add to the messages'}, 'removeLabelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'A list of label IDs to remove from the messages'}}, 'additionalProperties': False}}, {'name': 'delete_message', 'description': 'Immediately and permanently delete a message', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the message to delete'}}, 'additionalProperties': False}}, {'name': 'get_message', 'description': 'Get a specific message by ID with format options', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the message to retrieve'}, 'includeBodyHtml': {'type': 'boolean', 'description': 'Whether to include the parsed HTML in the return for each body, excluded by default because they can be excessively large'}}, 'additionalProperties': False}}, {'name': 'list_messages', 'description': "List messages in the user's mailbox with optional filtering", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'q': {'type': 'string', 'description': 'Only return messages matching the specified query. Supports the same query format as the Gmail search box'}, 'labelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Only return messages with labels that match all of the specified label IDs'}, 'pageToken': {'type': 'string', 'description': 'Page token to retrieve a specific page of results'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of messages to return. Accepts values between 1-500'}, 'includeBodyHtml': {'type': 'boolean', 'description': 'Whether to include the parsed HTML in the return for each body, excluded by default because they can be excessively large'}, 'includeSpamTrash': {'type': 'boolean', 'description': 'Include messages from SPAM and TRASH in the results'}}, 'additionalProperties': False}}, {'name': 'modify_message', 'description': 'Modify the labels on a message', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the message to modify'}, 'addLabelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'A list of label IDs to add to the message'}, 'removeLabelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'A list of label IDs to remove from the message'}}, 'additionalProperties': False}}, {'name': 'send_message', 'description': 'Send an email message to specified recipients. Note the mechanics of the raw parameter.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'cc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of CC recipient email addresses'}, 'to': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of recipient email addresses'}, 'bcc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of BCC recipient email addresses'}, 'raw': {'type': 'string', 'description': 'The entire email message in base64url encoded RFC 2822 format, ignores params.to, cc, bcc, subject, body, includeBodyHtml if provided'}, 'body': {'type': 'string', 'description': 'The body of the email'}, 'subject': {'type': 'string', 'description': 'The subject of the email'}, 'threadId': {'type': 'string', 'description': 'The thread ID to associate this message with'}, 'includeBodyHtml': {'type': 'boolean', 'description': 'Whether to include the parsed HTML in the return for each body, excluded by default because they can be excessively large'}}, 'additionalProperties': False}}, {'name': 'trash_message', 'description': 'Move a message to the trash', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the message to move to trash'}}, 'additionalProperties': False}}, {'name': 'untrash_message', 'description': 'Remove a message from the trash', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the message to remove from trash'}}, 'additionalProperties': False}}, {'name': 'get_attachment', 'description': 'Get a message attachment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['messageId', 'id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the attachment'}, 'messageId': {'type': 'string', 'description': 'ID of the message containing the attachment'}}, 'additionalProperties': False}}, {'name': 'delete_thread', 'description': 'Delete a thread', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the thread to delete'}}, 'additionalProperties': False}}, {'name': 'get_thread', 'description': 'Get a specific thread by ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the thread to retrieve'}, 'includeBodyHtml': {'type': 'boolean', 'description': 'Whether to include the parsed HTML in the return for each body, excluded by default because they can be excessively large'}}, 'additionalProperties': False}}, {'name': 'list_threads', 'description': "List threads in the user's mailbox", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'q': {'type': 'string', 'description': 'Only return threads matching the specified query'}, 'labelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Only return threads with labels that match all of the specified label IDs'}, 'pageToken': {'type': 'string', 'description': 'Page token to retrieve a specific page of results'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of threads to return'}, 'includeBodyHtml': {'type': 'boolean', 'description': 'Whether to include the parsed HTML in the return for each body, excluded by default because they can be excessively large'}, 'includeSpamTrash': {'type': 'boolean', 'description': 'Include threads from SPAM and TRASH in the results'}}, 'additionalProperties': False}}, {'name': 'modify_thread', 'description': 'Modify the labels applied to a thread', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the thread to modify'}, 'addLabelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'A list of label IDs to add to the thread'}, 'removeLabelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'A list of label IDs to remove from the thread'}}, 'additionalProperties': False}}, {'name': 'trash_thread', 'description': 'Move a thread to the trash', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the thread to move to trash'}}, 'additionalProperties': False}}, {'name': 'untrash_thread', 'description': 'Remove a thread from the trash', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the thread to remove from trash'}}, 'additionalProperties': False}}, {'name': 'get_auto_forwarding', 'description': 'Gets auto-forwarding settings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_imap', 'description': 'Gets IMAP settings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_language', 'description': 'Gets language settings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_pop', 'description': 'Gets POP settings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_vacation', 'description': 'Get vacation responder settings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'update_auto_forwarding', 'description': 'Updates automatic forwarding settings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['enabled', 'emailAddress', 'disposition'], 'properties': {'enabled': {'type': 'boolean', 'description': 'Whether all incoming mail is automatically forwarded to another address'}, 'disposition': {'enum': ['leaveInInbox', 'archive', 'trash', 'markRead'], 'type': 'string', 'description': 'The state in which messages should be left after being forwarded'}, 'emailAddress': {'type': 'string', 'description': 'Email address to which messages should be automatically forwarded'}}, 'additionalProperties': False}}, {'name': 'update_imap', 'description': 'Updates IMAP settings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['enabled'], 'properties': {'enabled': {'type': 'boolean', 'description': 'Whether IMAP is enabled for the account'}, 'maxFolderSize': {'type': 'number', 'description': 'An optional limit on the number of messages that can be accessed through IMAP'}, 'expungeBehavior': {'enum': ['archive', 'trash', 'deleteForever'], 'type': 'string', 'description': 'The action that will be executed on a message when it is marked as deleted and expunged from the last visible IMAP folder'}}, 'additionalProperties': False}}, {'name': 'update_language', 'description': 'Updates language settings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['displayLanguage'], 'properties': {'displayLanguage': {'type': 'string', 'description': 'The language to display Gmail in, formatted as an RFC 3066 Language Tag'}}, 'additionalProperties': False}}, {'name': 'update_pop', 'description': 'Updates POP settings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['accessWindow', 'disposition'], 'properties': {'disposition': {'enum': ['archive', 'trash', 'leaveInInbox'], 'type': 'string', 'description': 'The action that will be executed on a message after it has been fetched via POP'}, 'accessWindow': {'enum': ['disabled', 'allMail', 'fromNowOn'], 'type': 'string', 'description': 'The range of messages which are accessible via POP'}}, 'additionalProperties': False}}, {'name': 'update_vacation', 'description': 'Update vacation responder settings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['enableAutoReply', 'responseBodyPlainText'], 'properties': {'endTime': {'type': 'string', 'description': 'End time for sending auto-replies (epoch ms)'}, 'startTime': {'type': 'string', 'description': 'Start time for sending auto-replies (epoch ms)'}, 'enableAutoReply': {'type': 'boolean', 'description': 'Whether the vacation responder is enabled'}, 'responseSubject': {'type': 'string', 'description': 'Optional subject line for the vacation responder auto-reply'}, 'restrictToDomain': {'type': 'boolean', 'description': 'Whether responses are only sent to users in the same domain'}, 'restrictToContacts': {'type': 'boolean', 'description': 'Whether responses are only sent to contacts'}, 'responseBodyPlainText': {'type': 'string', 'description': 'Response body in plain text format'}}, 'additionalProperties': False}}, {'name': 'add_delegate', 'description': 'Adds a delegate to the specified account', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['delegateEmail'], 'properties': {'delegateEmail': {'type': 'string', 'description': 'Email address of delegate to add'}}, 'additionalProperties': False}}, {'name': 'remove_delegate', 'description': 'Removes the specified delegate', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['delegateEmail'], 'properties': {'delegateEmail': {'type': 'string', 'description': 'Email address of delegate to remove'}}, 'additionalProperties': False}}, {'name': 'get_delegate', 'description': 'Gets the specified delegate', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['delegateEmail'], 'properties': {'delegateEmail': {'type': 'string', 'description': 'The email address of the delegate to retrieve'}}, 'additionalProperties': False}}, {'name': 'list_delegates', 'description': 'Lists the delegates for the specified account', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'create_filter', 'description': 'Creates a filter', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['criteria', 'action'], 'properties': {'action': {'type': 'object', 'properties': {'forward': {'type': 'string', 'description': 'Email address that the message should be forwarded to'}, 'addLabelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of labels to add to messages'}, 'removeLabelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of labels to remove from messages'}}, 'description': 'Actions to perform on messages matching the criteria', 'additionalProperties': False}, 'criteria': {'type': 'object', 'properties': {'to': {'type': 'string', 'description': "The recipient's display name or email address"}, 'from': {'type': 'string', 'description': "The sender's display name or email address"}, 'size': {'type': 'number', 'description': 'The size of the entire RFC822 message in bytes'}, 'query': {'type': 'string', 'description': "A Gmail search query that specifies the filter's criteria"}, 'subject': {'type': 'string', 'description': "Case-insensitive phrase in the message's subject"}, 'excludeChats': {'type': 'boolean', 'description': 'Whether the response should exclude chats'}, 'negatedQuery': {'type': 'string', 'description': 'A Gmail search query that specifies criteria the message must not match'}, 'hasAttachment': {'type': 'boolean', 'description': 'Whether the message has any attachment'}, 'sizeComparison': {'enum': ['smaller', 'larger'], 'type': 'string', 'description': 'How the message size in bytes should be in relation to the size field'}}, 'description': 'Filter criteria', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'delete_filter', 'description': 'Deletes a filter', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the filter to be deleted'}}, 'additionalProperties': False}}, {'name': 'get_filter', 'description': 'Gets a filter', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the filter to be fetched'}}, 'additionalProperties': False}}, {'name': 'list_filters', 'description': 'Lists the message filters of a Gmail user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'create_forwarding_address', 'description': 'Creates a forwarding address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['forwardingEmail'], 'properties': {'forwardingEmail': {'type': 'string', 'description': 'An email address to which messages can be forwarded'}}, 'additionalProperties': False}}, {'name': 'delete_forwarding_address', 'description': 'Deletes the specified forwarding address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['forwardingEmail'], 'properties': {'forwardingEmail': {'type': 'string', 'description': 'The forwarding address to be deleted'}}, 'additionalProperties': False}}, {'name': 'get_forwarding_address', 'description': 'Gets the specified forwarding address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['forwardingEmail'], 'properties': {'forwardingEmail': {'type': 'string', 'description': 'The forwarding address to be retrieved'}}, 'additionalProperties': False}}, {'name': 'list_forwarding_addresses', 'description': 'Lists the forwarding addresses for the specified account', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'create_send_as', 'description': 'Creates a custom send-as alias', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sendAsEmail'], 'properties': {'isPrimary': {'type': 'boolean', 'description': 'Whether this address is the primary address'}, 'signature': {'type': 'string', 'description': 'An optional HTML signature'}, 'displayName': {'type': 'string', 'description': "A name that appears in the 'From:' header"}, 'sendAsEmail': {'type': 'string', 'description': "The email address that appears in the 'From:' header"}, 'treatAsAlias': {'type': 'boolean', 'description': 'Whether Gmail should treat this address as an alias'}, 'replyToAddress': {'type': 'string', 'description': "An optional email address that is included in a 'Reply-To:' header"}}, 'additionalProperties': False}}, {'name': 'delete_send_as', 'description': 'Deletes the specified send-as alias', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sendAsEmail'], 'properties': {'sendAsEmail': {'type': 'string', 'description': 'The send-as alias to be deleted'}}, 'additionalProperties': False}}, {'name': 'get_send_as', 'description': 'Gets the specified send-as alias', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sendAsEmail'], 'properties': {'sendAsEmail': {'type': 'string', 'description': 'The send-as alias to be retrieved'}}, 'additionalProperties': False}}, {'name': 'list_send_as', 'description': 'Lists the send-as aliases for the specified account', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'patch_send_as', 'description': 'Patches the specified send-as alias', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sendAsEmail'], 'properties': {'isPrimary': {'type': 'boolean', 'description': 'Whether this address is the primary address'}, 'signature': {'type': 'string', 'description': 'An optional HTML signature'}, 'displayName': {'type': 'string', 'description': "A name that appears in the 'From:' header"}, 'sendAsEmail': {'type': 'string', 'description': 'The send-as alias to be updated'}, 'treatAsAlias': {'type': 'boolean', 'description': 'Whether Gmail should treat this address as an alias'}, 'replyToAddress': {'type': 'string', 'description': "An optional email address that is included in a 'Reply-To:' header"}}, 'additionalProperties': False}}, {'name': 'update_send_as', 'description': 'Updates a send-as alias', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sendAsEmail'], 'properties': {'isPrimary': {'type': 'boolean', 'description': 'Whether this address is the primary address'}, 'signature': {'type': 'string', 'description': 'An optional HTML signature'}, 'displayName': {'type': 'string', 'description': "A name that appears in the 'From:' header"}, 'sendAsEmail': {'type': 'string', 'description': 'The send-as alias to be updated'}, 'treatAsAlias': {'type': 'boolean', 'description': 'Whether Gmail should treat this address as an alias'}, 'replyToAddress': {'type': 'string', 'description': "An optional email address that is included in a 'Reply-To:' header"}}, 'additionalProperties': False}}, {'name': 'verify_send_as', 'description': 'Sends a verification email to the specified send-as alias', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sendAsEmail'], 'properties': {'sendAsEmail': {'type': 'string', 'description': 'The send-as alias to be verified'}}, 'additionalProperties': False}}, {'name': 'delete_smime_info', 'description': 'Deletes the specified S/MIME config for the specified send-as alias', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sendAsEmail', 'id'], 'properties': {'id': {'type': 'string', 'description': 'The immutable ID for the S/MIME config'}, 'sendAsEmail': {'type': 'string', 'description': "The email address that appears in the 'From:' header"}}, 'additionalProperties': False}}, {'name': 'get_smime_info', 'description': 'Gets the specified S/MIME config for the specified send-as alias', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sendAsEmail', 'id'], 'properties': {'id': {'type': 'string', 'description': 'The immutable ID for the S/MIME config'}, 'sendAsEmail': {'type': 'string', 'description': "The email address that appears in the 'From:' header"}}, 'additionalProperties': False}}, {'name': 'insert_smime_info', 'description': 'Insert (upload) the given S/MIME config for the specified send-as alias', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sendAsEmail', 'encryptedKeyPassword', 'pkcs12'], 'properties': {'pkcs12': {'type': 'string', 'description': 'PKCS#12 format containing a single private/public key pair and certificate chain'}, 'sendAsEmail': {'type': 'string', 'description': "The email address that appears in the 'From:' header"}, 'encryptedKeyPassword': {'type': 'string', 'description': 'Encrypted key password'}}, 'additionalProperties': False}}, {'name': 'list_smime_info', 'description': 'Lists S/MIME configs for the specified send-as alias', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sendAsEmail'], 'properties': {'sendAsEmail': {'type': 'string', 'description': "The email address that appears in the 'From:' header"}}, 'additionalProperties': False}}, {'name': 'set_default_smime_info', 'description': 'Sets the default S/MIME config for the specified send-as alias', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sendAsEmail', 'id'], 'properties': {'id': {'type': 'string', 'description': 'The immutable ID for the S/MIME config'}, 'sendAsEmail': {'type': 'string', 'description': "The email address that appears in the 'From:' header"}}, 'additionalProperties': False}}, {'name': 'get_profile', 'description': "Get the current user's Gmail profile", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'watch_mailbox', 'description': "Watch for changes to the user's mailbox", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['topicName'], 'properties': {'labelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Label IDs to restrict notifications to'}, 'topicName': {'type': 'string', 'description': 'The name of the Cloud Pub/Sub topic to publish notifications to'}, 'labelFilterAction': {'enum': ['include', 'exclude'], 'type': 'string', 'description': 'Whether to include or exclude the specified labels'}}, 'additionalProperties': False}}, {'name': 'stop_mail_watch', 'description': 'Stop receiving push notifications for the given user mailbox', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}] |
@pwh-pwh/cal-mcp | Cal Server | Evaluate mathematical expressions efficiently and accurately. Input your expressions and receive instant results, leveraging built-in constants like PI and E. Perfect for quick calculations and mathematical evaluations in a lightweight service. | 2025-03-30T09:34:33.856Z | 115 | https://smithery.ai/server/@pwh-pwh/cal-mcp | true | null | {
"scanPassed": true
} | [{'name': 'cal', 'description': 'Use the expr-eval library to evaluate the input mathematical expression and return the result.\n\nConstant \tDescription\nE \tThe value of Math.E from your JavaScript runtime\nPI \tThe value of Math.PI from your JavaScript runtime\ntrue \tLogical true value\nfalse \tLogical false value', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['exp'], 'properties': {'exp': {'type': 'string'}}, 'additionalProperties': False}}] |
@baryhuang/mcp-headless-gmail | Headless Gmail Server | Access and send emails through Gmail without local credential setup. Operate entirely in headless environments, ensuring a secure separation of credential storage from server operations. Ideal for marketing applications needing focused Gmail functionality without additional Google services. | 2025-03-20T16:01:10.069Z | 112 | https://smithery.ai/server/@baryhuang/mcp-headless-gmail | true | null | {
"scanPassed": true
} | [{'name': 'gmail_refresh_token', 'description': 'Refresh the access token using the refresh token and client credentials', 'inputSchema': {'type': 'object', 'required': ['google_refresh_token', 'google_client_id', 'google_client_secret'], 'properties': {'google_client_id': {'type': 'string', 'description': 'Google OAuth2 client ID for token refresh'}, 'google_access_token': {'type': 'string', 'description': 'Google OAuth2 access token (optional if expired)'}, 'google_client_secret': {'type': 'string', 'description': 'Google OAuth2 client secret for token refresh'}, 'google_refresh_token': {'type': 'string', 'description': 'Google OAuth2 refresh token'}}}}, {'name': 'gmail_get_recent_emails', 'description': 'Get the most recent emails from Gmail (returns metadata, snippets, and first 1k chars of body)', 'inputSchema': {'type': 'object', 'required': ['google_access_token'], 'properties': {'max_results': {'type': 'integer', 'description': 'Maximum number of emails to return (default: 10)'}, 'unread_only': {'type': 'boolean', 'description': 'Whether to return only unread emails (default: False)'}, 'google_access_token': {'type': 'string', 'description': 'Google OAuth2 access token'}}}}, {'name': 'gmail_get_email_body_chunk', 'description': 'Get a 1k character chunk of an email body starting from the specified offset', 'inputSchema': {'type': 'object', 'required': ['google_access_token'], 'properties': {'offset': {'type': 'integer', 'description': 'Offset in characters to start from (default: 0)'}, 'thread_id': {'type': 'string', 'description': 'ID of the thread to retrieve (will get the first message if multiple exist)'}, 'message_id': {'type': 'string', 'description': 'ID of the message to retrieve'}, 'google_access_token': {'type': 'string', 'description': 'Google OAuth2 access token'}}}}, {'name': 'gmail_send_email', 'description': 'Send an email via Gmail', 'inputSchema': {'type': 'object', 'required': ['google_access_token', 'to', 'subject', 'body'], 'properties': {'to': {'type': 'string', 'description': 'Recipient email address'}, 'body': {'type': 'string', 'description': 'Email body content (plain text)'}, 'subject': {'type': 'string', 'description': 'Email subject'}, 'html_body': {'type': 'string', 'description': 'Email body content in HTML format (optional)'}, 'google_access_token': {'type': 'string', 'description': 'Google OAuth2 access token'}}}}] |
@nitish-raj/searxng-mcp-bridge | SearXNG Bridge Server | An MCP server that acts as a bridge to a SearxNG instance. Allows compatible clients to perform searches using a configured SearxNG instance.
Requires the `searxngInstanceUrl` configuration to be set. | 2025-04-13T20:25:47.083Z | 111 | https://smithery.ai/server/@nitish-raj/searxng-mcp-bridge | true | {
"scanPassed": true
} | [{'name': 'search', 'description': 'Perform a search using the configured SearxNG instance', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The search query string'}, 'format': {'type': 'string', 'description': 'Result format (default: "json", options: "json", "html")'}, 'language': {'type': 'string', 'description': 'Language code for search results (e.g., "en-US", "fr", "de")'}, 'categories': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Categories to search in (e.g., ["general", "images", "news"])'}, 'safesearch': {'type': 'number', 'description': 'Safe search level (0: off, 1: moderate, 2: strict)'}, 'time_range': {'type': 'string', 'description': 'Time range for results (e.g., "day", "week", "month", "year")'}, 'max_results': {'type': 'number', 'description': 'Maximum number of results to return'}}}}] |
|
@aukik/clickup-mcp-server | ClickUp Task Integration Server | Enable AI applications to manage and interact with ClickUp tasks, spaces, lists, and folders using natural language commands. Streamline workspace organization, task management, time tracking, and document handling through a standardized protocol. Enhance productivity by automating ClickUp workflows seamlessly within AI agents. | 2025-04-29T13:47:32.643Z | 111 | https://smithery.ai/server/@aukik/clickup-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'get_workspace_hierarchy', 'description': 'Gets complete workspace hierarchy (spaces, folders, lists). No parameters needed. Returns tree structure with names and IDs for navigation.', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'create_task', 'description': 'Creates a single task in a ClickUp list. Use listId (preferred) or listName. Required: name + list info. For multiple tasks use create_bulk_tasks. Can create subtasks via parent param. Supports custom fields as array of {id, value}.', 'inputSchema': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'REQUIRED: Name of the task. Put a relevant emoji followed by a blank space before the name.'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional array of tag names to assign to the task. The tags must already exist in the space.'}, 'listId': {'type': 'string', 'description': 'REQUIRED (unless listName provided): ID of the list to create the task in. If you have this ID from a previous response, use it directly rather than looking up by name.'}, 'parent': {'type': 'string', 'description': 'Optional ID of the parent task. When specified, this task will be created as a subtask of the specified parent task.'}, 'status': {'type': 'string', 'description': 'Optional: Override the default ClickUp status. In most cases, you should omit this to use ClickUp defaults'}, 'dueDate': {'type': 'string', 'description': "Optional due date. Supports Unix timestamps (ms) or natural language like '1 hour from now', 'tomorrow', 'next week', etc."}, 'listName': {'type': 'string', 'description': 'REQUIRED (unless listId provided): Name of the list to create the task in - will automatically find the list by name.'}, 'priority': {'type': 'number', 'description': 'Optional priority of the task (1-4), where 1 is urgent/highest priority and 4 is lowest priority. Only set this when explicitly requested.'}, 'startDate': {'type': 'string', 'description': "Optional start date. Supports Unix timestamps (ms) or natural language like 'now', 'start of today', etc."}, 'description': {'type': 'string', 'description': 'Optional plain text description for the task'}, 'custom_fields': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'value'], 'properties': {'id': {'type': 'string', 'description': 'ID of the custom field'}, 'value': {'description': 'Value for the custom field. Type depends on the field type.'}}}, 'description': "Optional array of custom field values to set on the task. Each object must have an 'id' and 'value' property."}, 'markdown_description': {'type': 'string', 'description': 'Optional markdown formatted description for the task. If provided, this takes precedence over description'}, 'check_required_custom_fields': {'type': 'boolean', 'description': 'Optional flag to check if all required custom fields are set before saving the task.'}}}}, {'name': 'get_task', 'description': 'Gets task details by taskId (works with regular/custom IDs) or taskName. For taskName search, provide listName for faster lookup. Set subtasks=true to include all subtask details.', 'inputSchema': {'type': 'object', 'properties': {'taskId': {'type': 'string', 'description': "ID of task to retrieve (preferred). Works with both regular task IDs (9 characters) and custom IDs with uppercase prefixes (like 'DEV-1234'). The system automatically detects the ID format."}, 'listName': {'type': 'string', 'description': 'Name of list containing the task. Optional but recommended when using taskName.'}, 'subtasks': {'type': 'boolean', 'description': 'Whether to include subtasks in the response. Set to true to retrieve full details of all subtasks.'}, 'taskName': {'type': 'string', 'description': 'Name of task to retrieve. Can be used alone for a global search, or with listName for faster lookup.'}, 'customTaskId': {'type': 'string', 'description': "Custom task ID (e.g., 'DEV-1234'). Only use this if you want to explicitly force custom ID lookup. In most cases, you can just use taskId which auto-detects ID format."}}}}, {'name': 'update_task', 'description': 'Updates task properties. Use taskId (preferred) or taskName + optional listName. At least one update field required. Custom fields supported as array of {id, value}. WARNING: Using taskName without listName may match multiple tasks.', 'inputSchema': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'New name for the task. Include emoji prefix if appropriate.'}, 'status': {'type': 'string', 'description': "New status. Must be valid for the task's current list."}, 'taskId': {'type': 'string', 'description': "ID of task to update (preferred). Works with both regular task IDs (9 characters) and custom IDs with uppercase prefixes (like 'DEV-1234')."}, 'dueDate': {'type': 'string', 'description': "New due date. Supports both Unix timestamps (in milliseconds) and natural language expressions like '1 hour from now', 'tomorrow', 'next week', or '3 days from now'."}, 'listName': {'type': 'string', 'description': 'Optional: Name of list containing the task. Providing this narrows the search to a specific list, improving performance and reducing ambiguity.'}, 'priority': {'enum': [1, 2, 3, 4, None], 'type': 'number', 'nullable': True, 'description': 'New priority: 1 (urgent) to 4 (low). Set null to clear priority.'}, 'taskName': {'type': 'string', 'description': 'Name of task to update. The tool will search for tasks with this name across all lists unless listName is specified.'}, 'startDate': {'type': 'string', 'description': 'New start date. Supports both Unix timestamps (in milliseconds) and natural language expressions.'}, 'description': {'type': 'string', 'description': 'New plain text description. Will be ignored if markdown_description is provided.'}, 'custom_fields': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'value'], 'properties': {'id': {'type': 'string', 'description': 'ID of the custom field'}, 'value': {'description': 'Value for the custom field. Type depends on the field type.'}}}, 'description': "Optional array of custom field values to set on the task. Each object must have an 'id' and 'value' property."}, 'time_estimate': {'type': 'string', 'description': "Time estimate for the task. For best compatibility with the ClickUp API, use a numeric value in minutes (e.g., '150' for 2h 30m)"}, 'markdown_description': {'type': 'string', 'description': 'New markdown description. Takes precedence over plain text description.'}}}}, {'name': 'move_task', 'description': 'Moves task to different list. Use taskId + (listId/listName) preferred, or taskName + sourceListName + (listId/listName). WARNING: Task statuses may reset if destination list has different status options.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'listId': {'type': 'string', 'description': 'ID of destination list (preferred). Use this instead of listName if you have it.'}, 'taskId': {'type': 'string', 'description': "ID of the task to move (preferred). Works with both regular task IDs (9 characters) and custom IDs with uppercase prefixes (like 'DEV-1234')."}, 'listName': {'type': 'string', 'description': "Name of destination list. Only use if you don't have listId."}, 'taskName': {'type': 'string', 'description': 'Name of the task to move. When using this, you MUST also provide sourceListName.'}, 'sourceListName': {'type': 'string', 'description': 'REQUIRED with taskName: Current list containing the task.'}}}}, {'name': 'duplicate_task', 'description': 'Creates copy of task in same/different list. Use taskId + optional (listId/listName), or taskName + sourceListName + optional (listId/listName). Preserves original properties. Default: same list as original.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'listId': {'type': 'string', 'description': 'ID of list for the duplicate (optional). Defaults to same list as original.'}, 'taskId': {'type': 'string', 'description': "ID of task to duplicate (preferred). Works with both regular task IDs (9 characters) and custom IDs with uppercase prefixes (like 'DEV-1234')."}, 'listName': {'type': 'string', 'description': "Name of list for the duplicate. Only use if you don't have listId."}, 'taskName': {'type': 'string', 'description': 'Name of task to duplicate. When using this, you MUST provide sourceListName.'}, 'sourceListName': {'type': 'string', 'description': 'REQUIRED with taskName: List containing the original task.'}}}}, {'name': 'delete_task', 'description': 'PERMANENTLY deletes task. Use taskId (preferred/safest) or taskName + optional listName. WARNING: Cannot be undone. Using taskName without listName may match multiple tasks.', 'inputSchema': {'type': 'object', 'properties': {'taskId': {'type': 'string', 'description': "ID of task to delete (preferred). Works with both regular task IDs (9 characters) and custom IDs with uppercase prefixes (like 'DEV-1234')."}, 'listName': {'type': 'string', 'description': 'Optional: Name of list containing the task. Providing this narrows the search to a specific list, improving performance and reducing ambiguity.'}, 'taskName': {'type': 'string', 'description': 'Name of task to delete. The tool will search for tasks with this name across all lists unless listName is specified.'}}}}, {'name': 'get_task_comments', 'description': 'Gets task comments. Use taskId (preferred) or taskName + optional listName. Use start/startId params for pagination. Task names may not be unique across lists.', 'inputSchema': {'type': 'object', 'properties': {'start': {'type': 'number', 'description': 'Timestamp (in milliseconds) to start retrieving comments from. Used for pagination.'}, 'taskId': {'type': 'string', 'description': "ID of task to retrieve comments for (preferred). Works with both regular task IDs (9 characters) and custom IDs with uppercase prefixes (like 'DEV-1234')."}, 'startId': {'type': 'string', 'description': 'Comment ID to start from. Used together with start for pagination.'}, 'listName': {'type': 'string', 'description': 'Name of list containing the task. Helps find the right task when using taskName.'}, 'taskName': {'type': 'string', 'description': 'Name of task to retrieve comments for. Warning: Task names may not be unique.'}}}}, {'name': 'create_task_comment', 'description': 'Creates task comment. Use taskId (preferred) or taskName + listName. Required: commentText. Optional: notifyAll to notify assignees, assignee to assign comment.', 'inputSchema': {'type': 'object', 'required': ['commentText'], 'properties': {'taskId': {'type': 'string', 'description': "ID of task to comment on (preferred). Works with both regular task IDs (9 characters) and custom IDs with uppercase prefixes (like 'DEV-1234')."}, 'assignee': {'type': 'number', 'description': 'Optional user ID to assign the comment to.'}, 'listName': {'type': 'string', 'description': 'Name of list containing the task. REQUIRED when using taskName.'}, 'taskName': {'type': 'string', 'description': 'Name of task to comment on. When using this parameter, you MUST also provide listName.'}, 'notifyAll': {'type': 'boolean', 'description': 'Whether to notify all assignees. Default is false.'}, 'commentText': {'type': 'string', 'description': 'REQUIRED: Text content of the comment to create.'}}}}, {'name': 'attach_task_file', 'description': 'Attaches file to task. Use taskId (preferred) or taskName + optional listName. File sources: 1) base64 + filename (≤10MB), 2) URL (http/https), 3) local path (absolute), 4) chunked for large files. WARNING: taskName without listName may match multiple tasks.', 'inputSchema': {'type': 'object', 'properties': {'taskId': {'type': 'string', 'description': "ID of the task to attach the file to. Works with both regular task IDs (9 characters) and custom IDs with uppercase prefixes (like 'DEV-1234')."}, 'file_url': {'type': 'string', 'description': 'DUAL PURPOSE PARAMETER: Either (1) a web URL starting with http/https to download a file from, OR (2) an absolute local file path starting with / or drive letter. DO NOT use relative paths.'}, 'listName': {'type': 'string', 'description': 'Optional: Name of list containing the task. Providing this narrows the search to a specific list, improving performance and reducing ambiguity.'}, 'taskName': {'type': 'string', 'description': 'Name of the task to attach the file to. The tool will search for tasks with this name across all lists unless listName is specified.'}, 'file_data': {'type': 'string', 'description': 'Base64-encoded content of the file (without the data URL prefix).'}, 'file_name': {'type': 'string', 'description': 'Name of the file to be attached (include the extension). Required when using file_data.'}, 'auth_header': {'type': 'string', 'description': 'Optional authorization header to use when downloading from a web URL (ignored for local files).'}, 'chunk_index': {'type': 'number', 'description': 'Optional: For advanced usage with large file chunking. The 0-based index of this chunk.'}, 'chunk_total': {'type': 'number', 'description': 'Optional: For advanced usage with large file chunking. Total number of chunks expected.'}, 'chunk_is_last': {'type': 'boolean', 'description': 'Optional: For advanced usage with large file chunking. Whether this is the final chunk.'}, 'chunk_session': {'type': 'string', 'description': 'Optional: For advanced usage with large file chunking. Session identifier from a previous chunk upload.'}}}}, {'name': 'create_bulk_tasks', 'description': 'Creates multiple tasks in one list. Use listId (preferred) or listName + array of tasks (each needs name). Configure batch size/concurrency via options. Tasks can have custom fields as {id, value} array.', 'inputSchema': {'type': 'object', 'required': ['tasks'], 'properties': {'tasks': {'type': 'array', 'items': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Task name with emoji prefix'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional array of tag names to assign to the task. The tags must already exist in the space.'}, 'status': {'type': 'string', 'description': 'Task status (uses list default if omitted)'}, 'dueDate': {'type': 'string', 'description': "Due date. Supports Unix timestamps (in milliseconds) and natural language expressions like '1 hour from now', 'tomorrow', 'next week', etc."}, 'priority': {'type': 'number', 'description': 'Priority 1-4 (1=urgent, 4=low)'}, 'description': {'type': 'string', 'description': 'Plain text description'}, 'custom_fields': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'value'], 'properties': {'id': {'type': 'string', 'description': 'ID of the custom field'}, 'value': {'description': 'Value for the custom field. Type depends on the field type.'}}}, 'description': 'Optional array of custom field values to set on the task.'}, 'markdown_description': {'type': 'string', 'description': 'Markdown description (overrides plain text)'}}}, 'description': 'Array of tasks to create. Each task must have at least a name.'}, 'listId': {'type': 'string', 'description': 'ID of list for new tasks (preferred). Use this instead of listName if you have it.'}, 'options': {'oneOf': [{'type': 'object', 'properties': {'batchSize': {'type': 'number', 'description': 'Tasks per batch (default: 10)'}, 'retryCount': {'type': 'number', 'description': 'Retry attempts for failures'}, 'concurrency': {'type': 'number', 'description': 'Parallel operations (default: 3)'}, 'continueOnError': {'type': 'boolean', 'description': 'Continue if some tasks fail'}}, 'description': 'Optional processing settings'}, {'type': 'string', 'description': 'JSON string representing options. Will be parsed automatically.'}], 'description': 'Processing options (or JSON string representing options)'}, 'listName': {'type': 'string', 'description': "Name of list for new tasks. Only use if you don't have listId."}}}}, {'name': 'update_bulk_tasks', 'description': 'Updates multiple tasks efficiently. For each task: use taskId (preferred) or taskName + listName. At least one update field per task. Configure batch size/concurrency via options. WARNING: taskName without listName will fail.', 'inputSchema': {'type': 'object', 'required': ['tasks'], 'properties': {'tasks': {'type': 'array', 'items': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'New name with emoji prefix'}, 'status': {'type': 'string', 'description': 'New status'}, 'taskId': {'type': 'string', 'description': "Task ID (preferred). Works with both regular task IDs (9 characters) and custom IDs with uppercase prefixes (like 'DEV-1234')."}, 'dueDate': {'type': 'string', 'description': "New due date. Supports Unix timestamps (in milliseconds) and natural language expressions like '1 hour from now', 'tomorrow', etc."}, 'listName': {'type': 'string', 'description': 'REQUIRED with taskName: List containing the task.'}, 'priority': {'enum': [1, 2, 3, 4, None], 'type': 'number', 'nullable': True, 'description': 'New priority (1-4 or null)'}, 'taskName': {'type': 'string', 'description': 'Task name. Requires listName when used.'}, 'description': {'type': 'string', 'description': 'New plain text description'}, 'customTaskId': {'type': 'string', 'description': "Custom task ID (e.g., 'DEV-1234'). Only use if you want to explicitly force custom ID lookup. In most cases, use taskId which auto-detects ID format."}, 'custom_fields': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'value'], 'properties': {'id': {'type': 'string', 'description': 'ID of the custom field'}, 'value': {'description': 'Value for the custom field. Type depends on the field type.'}}}, 'description': 'Optional array of custom field values to set on the task.'}, 'markdown_description': {'type': 'string', 'description': 'New markdown description'}}}, 'description': 'Array of tasks to update'}, 'options': {'oneOf': [{'type': 'object', 'properties': {'batchSize': {'type': 'number', 'description': 'Tasks per batch (default: 10)'}, 'retryCount': {'type': 'number', 'description': 'Retry attempts for failures'}, 'concurrency': {'type': 'number', 'description': 'Parallel operations (default: 3)'}, 'continueOnError': {'type': 'boolean', 'description': 'Continue if some tasks fail'}}, 'description': 'Optional processing settings'}, {'type': 'string', 'description': 'JSON string representing options. Will be parsed automatically.'}], 'description': 'Processing options (or JSON string representing options)'}}}}, {'name': 'move_bulk_tasks', 'description': 'Moves multiple tasks to one list. For each task: use taskId (preferred) or taskName + listName. Target list: use targetListId/Name. Configure batch size/concurrency via options. WARNING: Task statuses may reset, taskName needs listName.', 'inputSchema': {'type': 'object', 'required': ['tasks'], 'properties': {'tasks': {'type': 'array', 'items': {'type': 'object', 'properties': {'taskId': {'type': 'string', 'description': "Task ID (preferred). Works with both regular task IDs (9 characters) and custom IDs with uppercase prefixes (like 'DEV-1234')."}, 'listName': {'type': 'string', 'description': 'REQUIRED with taskName: List containing the task.'}, 'taskName': {'type': 'string', 'description': 'Task name. Requires listName when used.'}, 'customTaskId': {'type': 'string', 'description': "Custom task ID (e.g., 'DEV-1234'). Only use if you want to explicitly force custom ID lookup. In most cases, use taskId which auto-detects ID format."}}}, 'description': 'Array of tasks to move'}, 'options': {'oneOf': [{'type': 'object', 'properties': {'batchSize': {'type': 'number', 'description': 'Tasks per batch (default: 10)'}, 'retryCount': {'type': 'number', 'description': 'Retry attempts for failures'}, 'concurrency': {'type': 'number', 'description': 'Parallel operations (default: 3)'}, 'continueOnError': {'type': 'boolean', 'description': 'Continue if some tasks fail'}}, 'description': 'Optional processing settings'}, {'type': 'string', 'description': 'JSON string representing options. Will be parsed automatically.'}], 'description': 'Processing options (or JSON string representing options)'}, 'targetListId': {'type': 'string', 'description': 'ID of destination list (preferred). Use instead of targetListName if available.'}, 'targetListName': {'type': 'string', 'description': "Name of destination list. Only use if you don't have targetListId."}}}}, {'name': 'delete_bulk_tasks', 'description': 'PERMANENTLY deletes multiple tasks. For each task: use taskId (preferred/safest) or taskName + listName. Configure batch size/concurrency via options. WARNING: Cannot be undone, taskName without listName is dangerous.', 'inputSchema': {'type': 'object', 'required': ['tasks'], 'properties': {'tasks': {'type': 'array', 'items': {'type': 'object', 'properties': {'taskId': {'type': 'string', 'description': "Task ID (preferred). Works with both regular task IDs (9 characters) and custom IDs with uppercase prefixes (like 'DEV-1234')."}, 'listName': {'type': 'string', 'description': 'REQUIRED with taskName: List containing the task.'}, 'taskName': {'type': 'string', 'description': 'Task name. Requires listName when used.'}, 'customTaskId': {'type': 'string', 'description': "Custom task ID (e.g., 'DEV-1234'). Only use if you want to explicitly force custom ID lookup. In most cases, use taskId which auto-detects ID format."}}}, 'description': 'Array of tasks to delete'}, 'options': {'oneOf': [{'type': 'object', 'properties': {'batchSize': {'type': 'number', 'description': 'Tasks per batch (default: 10)'}, 'retryCount': {'type': 'number', 'description': 'Retry attempts for failures'}, 'concurrency': {'type': 'number', 'description': 'Parallel operations (default: 3)'}, 'continueOnError': {'type': 'boolean', 'description': 'Continue if some tasks fail'}}, 'description': 'Optional processing settings'}, {'type': 'string', 'description': 'JSON string representing options. Will be parsed automatically.'}], 'description': 'Processing options (or JSON string representing options)'}}}}, {'name': 'get_workspace_tasks', 'parameters': {'type': 'object', 'properties': {'page': {'type': 'number', 'description': 'Page number for pagination (0-based).'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter tasks by tag names. Only tasks with ALL specified tags will be returned.'}, 'reverse': {'type': 'boolean', 'description': 'Reverse sort order (descending).'}, 'archived': {'type': 'boolean', 'description': 'Include archived tasks in the results.'}, 'list_ids': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter tasks by list IDs. Narrows the search to specific lists.'}, 'order_by': {'enum': ['id', 'created', 'updated', 'due_date'], 'type': 'string', 'description': 'Sort field for ordering results.'}, 'statuses': {'type': 'array', 'items': {'type': 'string'}, 'description': "Filter tasks by status names (e.g., ['To Do', 'In Progress'])."}, 'assignees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter tasks by assignee IDs.'}, 'space_ids': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter tasks by space IDs. Narrows the search to specific spaces.'}, 'folder_ids': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter tasks by folder IDs. Narrows the search to specific folders.'}, 'due_date_gt': {'type': 'number', 'description': 'Filter for tasks with due date greater than this timestamp.'}, 'due_date_lt': {'type': 'number', 'description': 'Filter for tasks with due date less than this timestamp.'}, 'detail_level': {'enum': ['summary', 'detailed'], 'type': 'string', 'description': 'Level of detail to return. Use summary for lightweight responses or detailed for full task data. If not specified, defaults to "detailed".'}, 'include_closed': {'type': 'boolean', 'description': 'Include closed tasks in the results.'}, 'date_created_gt': {'type': 'number', 'description': 'Filter for tasks created after this timestamp.'}, 'date_created_lt': {'type': 'number', 'description': 'Filter for tasks created before this timestamp.'}, 'date_updated_gt': {'type': 'number', 'description': 'Filter for tasks updated after this timestamp.'}, 'date_updated_lt': {'type': 'number', 'description': 'Filter for tasks updated before this timestamp.'}, 'include_closed_lists': {'type': 'boolean', 'description': 'Include tasks from closed lists.'}, 'include_archived_lists': {'type': 'boolean', 'description': 'Include tasks from archived lists.'}}}, 'description': 'Purpose: Retrieve tasks from across the entire workspace with powerful filtering options, including tag-based filtering.\n\nValid Usage:\n1. Apply any combination of filters (tags, lists, folders, spaces, statuses, etc.)\n2. Use pagination to manage large result sets\n\nRequirements:\n- At least one filter parameter is REQUIRED (tags, list_ids, folder_ids, space_ids, statuses, assignees, or date filters)\n- Pagination parameters (page, order_by, reverse) alone are not considered filters\n\nNotes:\n- Provides workspace-wide task access (unlike get_tasks which only searches in one list)\n- Returns complete task details including descriptions, assignees, custom fields, and all metadata\n- Tag filtering is especially useful for cross-list organization (e.g., "project-x", "blocker", "needs-review")\n- Combine multiple filters to narrow down your search scope\n- Use pagination for large result sets\n- Use the detail_level parameter to control the amount of data returned:\n - "summary": Returns lightweight task data (name, status, list, tags)\n - "detailed": Returns complete task data with all fields (DEFAULT if not specified)\n- Responses exceeding 50,000 tokens automatically switch to summary format to avoid hitting LLM token limits\n', 'inputSchema': {'type': 'object', 'properties': {'page': {'type': 'number', 'description': 'Page number for pagination (0-based).'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter tasks by tag names. Only tasks with ALL specified tags will be returned.'}, 'reverse': {'type': 'boolean', 'description': 'Reverse sort order (descending).'}, 'archived': {'type': 'boolean', 'description': 'Include archived tasks in the results.'}, 'list_ids': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter tasks by list IDs. Narrows the search to specific lists.'}, 'order_by': {'enum': ['id', 'created', 'updated', 'due_date'], 'type': 'string', 'description': 'Sort field for ordering results.'}, 'statuses': {'type': 'array', 'items': {'type': 'string'}, 'description': "Filter tasks by status names (e.g., ['To Do', 'In Progress'])."}, 'assignees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter tasks by assignee IDs.'}, 'space_ids': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter tasks by space IDs. Narrows the search to specific spaces.'}, 'folder_ids': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter tasks by folder IDs. Narrows the search to specific folders.'}, 'due_date_gt': {'type': 'number', 'description': 'Filter for tasks with due date greater than this timestamp.'}, 'due_date_lt': {'type': 'number', 'description': 'Filter for tasks with due date less than this timestamp.'}, 'detail_level': {'enum': ['summary', 'detailed'], 'type': 'string', 'description': 'Level of detail to return. Use summary for lightweight responses or detailed for full task data. If not specified, defaults to "detailed".'}, 'include_closed': {'type': 'boolean', 'description': 'Include closed tasks in the results.'}, 'date_created_gt': {'type': 'number', 'description': 'Filter for tasks created after this timestamp.'}, 'date_created_lt': {'type': 'number', 'description': 'Filter for tasks created before this timestamp.'}, 'date_updated_gt': {'type': 'number', 'description': 'Filter for tasks updated after this timestamp.'}, 'date_updated_lt': {'type': 'number', 'description': 'Filter for tasks updated before this timestamp.'}, 'include_closed_lists': {'type': 'boolean', 'description': 'Include tasks from closed lists.'}, 'include_archived_lists': {'type': 'boolean', 'description': 'Include tasks from archived lists.'}}}}, {'name': 'get_task_time_entries', 'description': 'Gets all time entries for a task with filtering options. Use taskId (preferred) or taskName + optional listName. Returns all tracked time with user info, descriptions, tags, start/end times, and durations.', 'inputSchema': {'type': 'object', 'properties': {'taskId': {'type': 'string', 'description': 'ID of the task to get time entries for. Works with both regular task IDs and custom IDs.'}, 'endDate': {'type': 'string', 'description': 'Optional end date filter. Supports Unix timestamps (in milliseconds) and natural language expressions.'}, 'listName': {'type': 'string', 'description': 'Name of the list containing the task. Helps find the right task when using taskName.'}, 'taskName': {'type': 'string', 'description': "Name of the task to get time entries for. When using this parameter, it's recommended to also provide listName."}, 'startDate': {'type': 'string', 'description': "Optional start date filter. Supports Unix timestamps (in milliseconds) and natural language expressions like 'yesterday', 'last week', etc."}}}}, {'name': 'start_time_tracking', 'description': 'Starts time tracking on a task. Use taskId (preferred) or taskName + optional listName. Optional fields: description, billable status, and tags. Only one timer can be running at a time.', 'inputSchema': {'type': 'object', 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional array of tag names to assign to the time entry.'}, 'taskId': {'type': 'string', 'description': 'ID of the task to start tracking time on. Works with both regular task IDs and custom IDs.'}, 'billable': {'type': 'boolean', 'description': 'Whether this time is billable. Default is workspace setting.'}, 'listName': {'type': 'string', 'description': 'Name of the list containing the task. Helps find the right task when using taskName.'}, 'taskName': {'type': 'string', 'description': "Name of the task to start tracking time on. When using this parameter, it's recommended to also provide listName."}, 'description': {'type': 'string', 'description': 'Optional description for the time entry.'}}}}, {'name': 'stop_time_tracking', 'description': 'Stops the currently running time tracker. Optional fields: description and tags. Returns the completed time entry details.', 'inputSchema': {'type': 'object', 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional array of tag names to assign to the time entry.'}, 'description': {'type': 'string', 'description': 'Optional description to update or add to the time entry.'}}}}, {'name': 'add_time_entry', 'description': 'Adds a manual time entry to a task. Use taskId (preferred) or taskName + optional listName. Required: start time, duration. Optional: description, billable, tags.', 'inputSchema': {'type': 'object', 'required': ['start', 'duration'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional array of tag names to assign to the time entry.'}, 'start': {'type': 'string', 'description': "Start time for the entry. Supports Unix timestamps (in milliseconds) and natural language expressions like '2 hours ago', 'yesterday 9am', etc."}, 'taskId': {'type': 'string', 'description': 'ID of the task to add time entry to. Works with both regular task IDs and custom IDs.'}, 'billable': {'type': 'boolean', 'description': 'Whether this time is billable. Default is workspace setting.'}, 'duration': {'type': 'string', 'description': "Duration of the time entry. Format as 'Xh Ym' (e.g., '1h 30m') or just minutes (e.g., '90m')."}, 'listName': {'type': 'string', 'description': 'Name of the list containing the task. Helps find the right task when using taskName.'}, 'taskName': {'type': 'string', 'description': "Name of the task to add time entry to. When using this parameter, it's recommended to also provide listName."}, 'description': {'type': 'string', 'description': 'Optional description for the time entry.'}}}}, {'name': 'delete_time_entry', 'description': 'Deletes a time entry. Required: time entry ID.', 'inputSchema': {'type': 'object', 'required': ['timeEntryId'], 'properties': {'timeEntryId': {'type': 'string', 'description': 'ID of the time entry to delete.'}}}}, {'name': 'get_current_time_entry', 'description': 'Gets the currently running time entry, if any. No parameters needed.', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'create_list', 'description': 'Creates a list in a ClickUp space. Use spaceId (preferred) or spaceName + list name. Name is required. For lists in folders, use create_list_in_folder. Optional: content, dueDate, priority, assignee, status.', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the list'}, 'status': {'type': 'string', 'description': 'Status of the list'}, 'content': {'type': 'string', 'description': 'Description or content of the list'}, 'dueDate': {'type': 'string', 'description': 'Due date for the list (Unix timestamp in milliseconds)'}, 'spaceId': {'type': 'string', 'description': 'ID of the space to create the list in. Use this instead of spaceName if you have the ID.'}, 'assignee': {'type': 'number', 'description': 'User ID to assign the list to'}, 'priority': {'type': 'number', 'description': 'Priority level: 1 (urgent), 2 (high), 3 (normal), 4 (low)'}, 'spaceName': {'type': 'string', 'description': 'Name of the space to create the list in. Alternative to spaceId - one of them MUST be provided.'}}}}, {'name': 'create_list_in_folder', 'description': 'Creates a list in a ClickUp folder. Use folderId (preferred) or folderName + space info + list name. Name is required. When using folderName, spaceId/spaceName required as folder names may not be unique. Optional: content, status.', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the list'}, 'status': {'type': 'string', 'description': 'Status of the list (uses folder default if not specified)'}, 'content': {'type': 'string', 'description': 'Description or content of the list'}, 'spaceId': {'type': 'string', 'description': 'ID of the space containing the folder. Required when using folderName instead of folderId.'}, 'folderId': {'type': 'string', 'description': "ID of the folder to create the list in. If you have this, you don't need folderName or space information."}, 'spaceName': {'type': 'string', 'description': 'Name of the space containing the folder. Required when using folderName instead of folderId.'}, 'folderName': {'type': 'string', 'description': 'Name of the folder to create the list in. When using this, you MUST also provide either spaceName or spaceId.'}}}}, {'name': 'get_list', 'description': 'Gets details of a ClickUp list. Use listId (preferred) or listName. Returns list details including name, content, and space info. ListId more reliable as names may not be unique.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'listId': {'type': 'string', 'description': 'ID of the list to retrieve. Use this instead of listName if you have the ID.'}, 'listName': {'type': 'string', 'description': 'Name of the list to retrieve. May be ambiguous if multiple lists have the same name.'}}}}, {'name': 'update_list', 'description': 'Updates a ClickUp list. Use listId (preferred) or listName + at least one update field (name/content/status). ListId more reliable as names may not be unique. Only specified fields updated.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'name': {'type': 'string', 'description': 'New name for the list'}, 'listId': {'type': 'string', 'description': 'ID of the list to update. Use this instead of listName if you have the ID.'}, 'status': {'type': 'string', 'description': 'New status for the list'}, 'content': {'type': 'string', 'description': 'New description or content for the list'}, 'listName': {'type': 'string', 'description': 'Name of the list to update. May be ambiguous if multiple lists have the same name.'}}}}, {'name': 'delete_list', 'description': 'PERMANENTLY deletes a ClickUp list and all its tasks. Use listId (preferred/safest) or listName. WARNING: Cannot be undone, all tasks will be deleted, listName risky if not unique.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'listId': {'type': 'string', 'description': 'ID of the list to delete. Use this instead of listName if you have the ID.'}, 'listName': {'type': 'string', 'description': 'Name of the list to delete. May be ambiguous if multiple lists have the same name.'}}}}, {'name': 'create_folder', 'description': 'Creates folder in ClickUp space. Use spaceId (preferred) or spaceName + folder name. Optional: override_statuses for folder-specific statuses. Use create_list_in_folder to add lists after creation.', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the folder'}, 'spaceId': {'type': 'string', 'description': 'ID of the space to create the folder in (preferred). Use this instead of spaceName if you have it.'}, 'spaceName': {'type': 'string', 'description': "Name of the space to create the folder in. Only use if you don't have spaceId."}, 'override_statuses': {'type': 'boolean', 'description': 'Whether to override space statuses with folder-specific statuses'}}}}, {'name': 'get_folder', 'description': 'Gets folder details. Use folderId (preferred) or folderName + (spaceId/spaceName). Helps understand folder structure before creating/updating lists.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'spaceId': {'type': 'string', 'description': 'ID of space containing the folder (required with folderName). Use this instead of spaceName if you have it.'}, 'folderId': {'type': 'string', 'description': 'ID of folder to retrieve (preferred). Use this instead of folderName if you have it.'}, 'spaceName': {'type': 'string', 'description': "Name of space containing the folder (required with folderName). Only use if you don't have spaceId."}, 'folderName': {'type': 'string', 'description': 'Name of folder to retrieve. When using this, you MUST also provide spaceId or spaceName.'}}}}, {'name': 'update_folder', 'description': 'Updates folder properties. Use folderId (preferred) or folderName + (spaceId/spaceName). At least one update field (name/override_statuses) required. Changes apply to all lists in folder.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'name': {'type': 'string', 'description': 'New name for the folder'}, 'spaceId': {'type': 'string', 'description': 'ID of space containing the folder (required with folderName). Use this instead of spaceName if you have it.'}, 'folderId': {'type': 'string', 'description': 'ID of folder to update (preferred). Use this instead of folderName if you have it.'}, 'spaceName': {'type': 'string', 'description': "Name of space containing the folder (required with folderName). Only use if you don't have spaceId."}, 'folderName': {'type': 'string', 'description': 'Name of folder to update. When using this, you MUST also provide spaceId or spaceName.'}, 'override_statuses': {'type': 'boolean', 'description': 'Whether to override space statuses with folder-specific statuses'}}}}, {'name': 'delete_folder', 'description': 'PERMANENTLY deletes folder and all contents. Use folderId (preferred/safest) or folderName + (spaceId/spaceName). WARNING: Cannot be undone, all lists/tasks deleted, folderName risky if not unique.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'spaceId': {'type': 'string', 'description': 'ID of space containing the folder (required with folderName). Use this instead of spaceName if you have it.'}, 'folderId': {'type': 'string', 'description': 'ID of folder to delete (preferred). Use this instead of folderName for safety.'}, 'spaceName': {'type': 'string', 'description': "Name of space containing the folder (required with folderName). Only use if you don't have spaceId."}, 'folderName': {'type': 'string', 'description': 'Name of folder to delete. When using this, you MUST also provide spaceId or spaceName.'}}}}, {'name': 'get_space_tags', 'description': 'Gets all tags in a ClickUp space. Use spaceId (preferred) or spaceName. Tags are defined at space level - check available tags before adding to tasks.', 'inputSchema': {'type': 'object', 'properties': {'spaceId': {'type': 'string', 'description': 'ID of the space to get tags from. Use this instead of spaceName if you have the ID.'}, 'spaceName': {'type': 'string', 'description': "Name of the space to get tags from. Only use if you don't have spaceId."}}}}, {'name': 'add_tag_to_task', 'description': "Adds existing tag to task. Use taskId (preferred) or taskName + optional listName. Tag must exist in space (use get_space_tags to verify, create_space_tag if needed). WARNING: Will fail if tag doesn't exist.", 'inputSchema': {'type': 'object', 'required': ['tagName'], 'properties': {'taskId': {'type': 'string', 'description': "ID of the task to add tag to. Works with both regular task IDs (9 characters) and custom IDs with uppercase prefixes (like 'DEV-1234')."}, 'tagName': {'type': 'string', 'description': 'Name of the tag to add to the task. The tag must already exist in the space.'}, 'listName': {'type': 'string', 'description': 'Optional: Name of the list containing the task. Use to disambiguate when multiple tasks have the same name.'}, 'taskName': {'type': 'string', 'description': 'Name of the task to add tag to. Will search across all lists unless listName is provided.'}, 'customTaskId': {'type': 'string', 'description': "Custom task ID (e.g., 'DEV-1234'). Only use if you want to explicitly force custom ID lookup. In most cases, use taskId which auto-detects ID format."}}}}, {'name': 'remove_tag_from_task', 'description': 'Removes tag from task. Use taskId (preferred) or taskName + optional listName. Only removes tag-task association, tag remains in space. For multiple tasks, provide listName to disambiguate.', 'inputSchema': {'type': 'object', 'required': ['tagName'], 'properties': {'taskId': {'type': 'string', 'description': "ID of the task to remove tag from. Works with both regular task IDs (9 characters) and custom IDs with uppercase prefixes (like 'DEV-1234')."}, 'tagName': {'type': 'string', 'description': 'Name of the tag to remove from the task.'}, 'listName': {'type': 'string', 'description': 'Optional: Name of the list containing the task. Use to disambiguate when multiple tasks have the same name.'}, 'taskName': {'type': 'string', 'description': 'Name of the task to remove tag from. Will search across all lists unless listName is provided.'}, 'customTaskId': {'type': 'string', 'description': "Custom task ID (e.g., 'DEV-1234'). Only use if you want to explicitly force custom ID lookup. In most cases, use taskId which auto-detects ID format."}}}}] |
@picahq/pica | Pica MCP Server | Connect your AI applications to external tools and data sources seamlessly. Enhance your AI's capabilities by integrating with local services and APIs while maintaining user control. Experience a streamlined setup with Docker or manual installation options. | 2025-03-24T20:39:43.257Z | 110 | https://smithery.ai/server/@picahq/pica | true | null | {
"scanPassed": true
} | [{'name': 'list_connections', 'description': "List all available active connections in the user's Pica account", 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'get_available_actions', 'description': 'Get available actions for a specific platform', 'inputSchema': {'type': 'object', 'required': ['platform'], 'properties': {'platform': {'type': 'string', 'description': 'Platform name'}}}}, {'name': 'get_action_knowledge', 'description': 'Get detailed information about a specific action', 'inputSchema': {'type': 'object', 'required': ['actionId'], 'properties': {'actionId': {'type': 'string', 'description': 'ID of the action'}}}}, {'name': 'execute_action', 'description': 'Prepare to execute a specific action (requires confirmation)', 'inputSchema': {'type': 'object', 'required': ['actionId', 'connectionKey', 'method', 'path'], 'properties': {'data': {'type': 'object', 'description': 'Request data (for POST, PUT, etc.)'}, 'path': {'type': 'string', 'description': 'API path'}, 'method': {'type': 'string', 'description': 'HTTP method (GET, POST, PUT, DELETE, etc.)'}, 'headers': {'type': 'object', 'description': 'Additional headers'}, 'actionId': {'type': 'string', 'description': 'ID of the action to execute'}, 'isFormData': {'type': 'boolean', 'description': 'Whether to send data as multipart/form-data'}, 'queryParams': {'type': 'object', 'description': 'Query parameters'}, 'connectionKey': {'type': 'string', 'description': 'Key of the connection to use'}, 'pathVariables': {'type': 'object', 'description': 'Variables to replace in the path'}, 'isFormUrlEncoded': {'type': 'boolean', 'description': 'Whether to send data as application/x-www-form-urlencoded'}}}}] |
@aptro/superset-mcp | Superset Integration | Connect and control your Apache Superset instance programmatically with ease. Enable AI agents to manage dashboards, charts, and databases using natural language requests. Streamline your data exploration and visualization tasks effortlessly. | 2025-03-22T16:00:34.714Z | 107 | https://smithery.ai/server/@aptro/superset-mcp | true | null | {
"scanPassed": true
} | [{'name': 'superset_auth_check_token_validity', 'description': '\n Check if the current access token is still valid\n\n Makes a request to the /api/v1/me/ endpoint to test if the current token is valid.\n Use this to verify authentication status before making other API calls.\n\n Returns:\n A dictionary with token validity status and any error information\n ', 'inputSchema': {'type': 'object', 'title': 'superset_auth_check_token_validityArguments', 'properties': {}}}, {'name': 'superset_auth_refresh_token', 'description': '\n Refresh the access token using the refresh endpoint\n\n Makes a request to the /api/v1/security/refresh endpoint to get a new access token\n without requiring re-authentication with username/password.\n\n Returns:\n A dictionary with the new access token or error information\n ', 'inputSchema': {'type': 'object', 'title': 'superset_auth_refresh_tokenArguments', 'properties': {}}}, {'name': 'superset_auth_authenticate_user', 'description': "\n Authenticate with Superset and get access token\n\n Makes a request to the /api/v1/security/login endpoint to authenticate and obtain an access token.\n If there's an existing token, will first try to check its validity.\n If invalid, will attempt to refresh token before falling back to re-authentication.\n\n Args:\n username: Superset username (falls back to environment variable if not provided)\n password: Superset password (falls back to environment variable if not provided)\n refresh: Whether to refresh the token if invalid (defaults to True)\n\n Returns:\n A dictionary with authentication status and access token or error information\n ", 'inputSchema': {'type': 'object', 'title': 'superset_auth_authenticate_userArguments', 'properties': {'refresh': {'type': 'boolean', 'title': 'Refresh', 'default': True}, 'password': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Password', 'default': None}, 'username': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Username', 'default': None}}}}, {'name': 'superset_dashboard_list', 'description': '\n Get a list of dashboards from Superset\n\n Makes a request to the /api/v1/dashboard/ endpoint to retrieve all dashboards\n the current user has access to view. Results are paginated.\n\n Returns:\n A dictionary containing dashboard data including id, title, url, and metadata\n ', 'inputSchema': {'type': 'object', 'title': 'superset_dashboard_listArguments', 'properties': {}}}, {'name': 'superset_dashboard_get_by_id', 'description': '\n Get details for a specific dashboard\n\n Makes a request to the /api/v1/dashboard/{id} endpoint to retrieve detailed\n information about a specific dashboard.\n\n Args:\n dashboard_id: ID of the dashboard to retrieve\n\n Returns:\n A dictionary with complete dashboard information including components and layout\n ', 'inputSchema': {'type': 'object', 'title': 'superset_dashboard_get_by_idArguments', 'required': ['dashboard_id'], 'properties': {'dashboard_id': {'type': 'integer', 'title': 'Dashboard Id'}}}}, {'name': 'superset_dashboard_create', 'description': '\n Create a new dashboard in Superset\n\n Makes a request to the /api/v1/dashboard/ POST endpoint to create a new dashboard.\n\n Args:\n dashboard_title: Title of the dashboard\n json_metadata: Optional JSON metadata for dashboard configuration,\n can include layout, color scheme, and filter configuration\n\n Returns:\n A dictionary with the created dashboard information including its ID\n ', 'inputSchema': {'type': 'object', 'title': 'superset_dashboard_createArguments', 'required': ['dashboard_title'], 'properties': {'json_metadata': {'type': 'object', 'title': 'Json Metadata', 'default': None}, 'dashboard_title': {'type': 'string', 'title': 'Dashboard Title'}}}}, {'name': 'superset_dashboard_update', 'description': '\n Update an existing dashboard\n\n Makes a request to the /api/v1/dashboard/{id} PUT endpoint to update\n dashboard properties.\n\n Args:\n dashboard_id: ID of the dashboard to update\n data: Data to update, can include dashboard_title, slug, owners, position, and metadata\n\n Returns:\n A dictionary with the updated dashboard information\n ', 'inputSchema': {'type': 'object', 'title': 'superset_dashboard_updateArguments', 'required': ['dashboard_id', 'data'], 'properties': {'data': {'type': 'object', 'title': 'Data'}, 'dashboard_id': {'type': 'integer', 'title': 'Dashboard Id'}}}}, {'name': 'superset_dashboard_delete', 'description': '\n Delete a dashboard\n\n Makes a request to the /api/v1/dashboard/{id} DELETE endpoint to remove a dashboard.\n This operation is permanent and cannot be undone.\n\n Args:\n dashboard_id: ID of the dashboard to delete\n\n Returns:\n A dictionary with deletion confirmation message\n ', 'inputSchema': {'type': 'object', 'title': 'superset_dashboard_deleteArguments', 'required': ['dashboard_id'], 'properties': {'dashboard_id': {'type': 'integer', 'title': 'Dashboard Id'}}}}, {'name': 'superset_chart_list', 'description': '\n Get a list of charts from Superset\n\n Makes a request to the /api/v1/chart/ endpoint to retrieve all charts\n the current user has access to view. Results are paginated.\n\n Returns:\n A dictionary containing chart data including id, slice_name, viz_type, and datasource info\n ', 'inputSchema': {'type': 'object', 'title': 'superset_chart_listArguments', 'properties': {}}}, {'name': 'superset_chart_get_by_id', 'description': '\n Get details for a specific chart\n\n Makes a request to the /api/v1/chart/{id} endpoint to retrieve detailed\n information about a specific chart/slice.\n\n Args:\n chart_id: ID of the chart to retrieve\n\n Returns:\n A dictionary with complete chart information including visualization configuration\n ', 'inputSchema': {'type': 'object', 'title': 'superset_chart_get_by_idArguments', 'required': ['chart_id'], 'properties': {'chart_id': {'type': 'integer', 'title': 'Chart Id'}}}}, {'name': 'superset_chart_create', 'description': "\n Create a new chart in Superset\n\n Makes a request to the /api/v1/chart/ POST endpoint to create a new visualization.\n\n Args:\n slice_name: Name/title of the chart\n datasource_id: ID of the dataset or SQL table\n datasource_type: Type of datasource ('table' for datasets, 'query' for SQL)\n viz_type: Visualization type (e.g., 'bar', 'line', 'pie', 'big_number', etc.)\n params: Visualization parameters including metrics, groupby, time_range, etc.\n\n Returns:\n A dictionary with the created chart information including its ID\n ", 'inputSchema': {'type': 'object', 'title': 'superset_chart_createArguments', 'required': ['slice_name', 'datasource_id', 'datasource_type', 'viz_type', 'params'], 'properties': {'params': {'type': 'object', 'title': 'Params'}, 'viz_type': {'type': 'string', 'title': 'Viz Type'}, 'slice_name': {'type': 'string', 'title': 'Slice Name'}, 'datasource_id': {'type': 'integer', 'title': 'Datasource Id'}, 'datasource_type': {'type': 'string', 'title': 'Datasource Type'}}}}, {'name': 'superset_chart_update', 'description': '\n Update an existing chart\n\n Makes a request to the /api/v1/chart/{id} PUT endpoint to update\n chart properties and visualization settings.\n\n Args:\n chart_id: ID of the chart to update\n data: Data to update, can include slice_name, description, viz_type, params, etc.\n\n Returns:\n A dictionary with the updated chart information\n ', 'inputSchema': {'type': 'object', 'title': 'superset_chart_updateArguments', 'required': ['chart_id', 'data'], 'properties': {'data': {'type': 'object', 'title': 'Data'}, 'chart_id': {'type': 'integer', 'title': 'Chart Id'}}}}, {'name': 'superset_chart_delete', 'description': '\n Delete a chart\n\n Makes a request to the /api/v1/chart/{id} DELETE endpoint to remove a chart.\n This operation is permanent and cannot be undone.\n\n Args:\n chart_id: ID of the chart to delete\n\n Returns:\n A dictionary with deletion confirmation message\n ', 'inputSchema': {'type': 'object', 'title': 'superset_chart_deleteArguments', 'required': ['chart_id'], 'properties': {'chart_id': {'type': 'integer', 'title': 'Chart Id'}}}}, {'name': 'superset_database_list', 'description': '\n Get a list of databases from Superset\n\n Makes a request to the /api/v1/database/ endpoint to retrieve all database\n connections the current user has access to. Results are paginated.\n\n Returns:\n A dictionary containing database connection information including id, name, and configuration\n ', 'inputSchema': {'type': 'object', 'title': 'superset_database_listArguments', 'properties': {}}}, {'name': 'superset_database_get_by_id', 'description': '\n Get details for a specific database\n\n Makes a request to the /api/v1/database/{id} endpoint to retrieve detailed\n information about a specific database connection.\n\n Args:\n database_id: ID of the database to retrieve\n\n Returns:\n A dictionary with complete database configuration information\n ', 'inputSchema': {'type': 'object', 'title': 'superset_database_get_by_idArguments', 'required': ['database_id'], 'properties': {'database_id': {'type': 'integer', 'title': 'Database Id'}}}}, {'name': 'superset_database_create', 'description': "\n Create a new database connection in Superset\n\n IMPORTANT: Don't call this tool, unless user have given connection details. This function will only create database connections with explicit user consent and input.\n No default values or assumptions will be made without user confirmation. All connection parameters,\n including sensitive credentials, must be explicitly provided by the user.\n\n Makes a POST request to /api/v1/database/ to create a new database connection in Superset.\n The endpoint requires a valid SQLAlchemy URI and database configuration parameters.\n The engine parameter will be automatically determined from the SQLAlchemy URI prefix if not specified:\n - 'postgresql://' -> engine='postgresql'\n - 'mysql://' -> engine='mysql'\n - 'mssql://' -> engine='mssql'\n - 'oracle://' -> engine='oracle'\n - 'sqlite://' -> engine='sqlite'\n\n The SQLAlchemy URI must follow the format: dialect+driver://username:password@host:port/database\n If the URI is not provided, the function will prompt for individual connection parameters to construct it.\n\n All required parameters must be provided and validated before creating the connection.\n The configuration_method parameter should typically be set to 'sqlalchemy_form'.\n\n Args:\n engine: Database engine (e.g., 'postgresql', 'mysql', etc.)\n configuration_method: Method used for configuration (typically 'sqlalchemy_form')\n database_name: Name for the database connection\n sqlalchemy_uri: SQLAlchemy URI for the connection (e.g., 'postgresql://user:pass@host/db')\n\n Returns:\n A dictionary with the created database connection information including its ID\n ", 'inputSchema': {'type': 'object', 'title': 'superset_database_createArguments', 'required': ['engine', 'configuration_method', 'database_name', 'sqlalchemy_uri'], 'properties': {'engine': {'type': 'string', 'title': 'Engine'}, 'database_name': {'type': 'string', 'title': 'Database Name'}, 'sqlalchemy_uri': {'type': 'string', 'title': 'Sqlalchemy Uri'}, 'configuration_method': {'type': 'string', 'title': 'Configuration Method'}}}}, {'name': 'superset_database_get_tables', 'description': '\n Get a list of tables for a given database\n\n Makes a request to the /api/v1/database/{id}/tables/ endpoint to retrieve\n all tables available in the database.\n\n Args:\n database_id: ID of the database\n\n Returns:\n A dictionary with list of tables including schema and table name information\n ', 'inputSchema': {'type': 'object', 'title': 'superset_database_get_tablesArguments', 'required': ['database_id'], 'properties': {'database_id': {'type': 'integer', 'title': 'Database Id'}}}}, {'name': 'superset_database_schemas', 'description': '\n Get schemas for a specific database\n\n Makes a request to the /api/v1/database/{id}/schemas/ endpoint to retrieve\n all schemas available in the database.\n\n Args:\n database_id: ID of the database\n\n Returns:\n A dictionary with list of schema names\n ', 'inputSchema': {'type': 'object', 'title': 'superset_database_schemasArguments', 'required': ['database_id'], 'properties': {'database_id': {'type': 'integer', 'title': 'Database Id'}}}}, {'name': 'superset_database_test_connection', 'description': '\n Test a database connection\n\n Makes a request to the /api/v1/database/test_connection endpoint to verify if\n the provided connection details can successfully connect to the database.\n\n Args:\n database_data: Database connection details including sqlalchemy_uri and other parameters\n\n Returns:\n A dictionary with connection test results\n ', 'inputSchema': {'type': 'object', 'title': 'superset_database_test_connectionArguments', 'required': ['database_data'], 'properties': {'database_data': {'type': 'object', 'title': 'Database Data'}}}}, {'name': 'superset_database_update', 'description': '\n Update an existing database connection\n\n Makes a request to the /api/v1/database/{id} PUT endpoint to update\n database connection properties.\n\n Args:\n database_id: ID of the database to update\n data: Data to update, can include database_name, sqlalchemy_uri, password, and extra configs\n\n Returns:\n A dictionary with the updated database information\n ', 'inputSchema': {'type': 'object', 'title': 'superset_database_updateArguments', 'required': ['database_id', 'data'], 'properties': {'data': {'type': 'object', 'title': 'Data'}, 'database_id': {'type': 'integer', 'title': 'Database Id'}}}}, {'name': 'superset_database_delete', 'description': '\n Delete a database connection\n\n Makes a request to the /api/v1/database/{id} DELETE endpoint to remove a database connection.\n This operation is permanent and cannot be undone. This will also remove associated datasets.\n\n Args:\n database_id: ID of the database to delete\n\n Returns:\n A dictionary with deletion confirmation message\n ', 'inputSchema': {'type': 'object', 'title': 'superset_database_deleteArguments', 'required': ['database_id'], 'properties': {'database_id': {'type': 'integer', 'title': 'Database Id'}}}}, {'name': 'superset_database_get_catalogs', 'description': '\n Get all catalogs from a database\n\n Makes a request to the /api/v1/database/{id}/catalogs/ endpoint to retrieve\n all catalogs available in the database.\n\n Args:\n database_id: ID of the database\n\n Returns:\n A dictionary with list of catalog names for databases that support catalogs\n ', 'inputSchema': {'type': 'object', 'title': 'superset_database_get_catalogsArguments', 'required': ['database_id'], 'properties': {'database_id': {'type': 'integer', 'title': 'Database Id'}}}}, {'name': 'superset_database_get_connection', 'description': '\n Get database connection information\n\n Makes a request to the /api/v1/database/{id}/connection endpoint to retrieve\n connection details for a specific database.\n\n Args:\n database_id: ID of the database\n\n Returns:\n A dictionary with detailed connection information\n ', 'inputSchema': {'type': 'object', 'title': 'superset_database_get_connectionArguments', 'required': ['database_id'], 'properties': {'database_id': {'type': 'integer', 'title': 'Database Id'}}}}, {'name': 'superset_database_get_function_names', 'description': '\n Get function names supported by a database\n\n Makes a request to the /api/v1/database/{id}/function_names/ endpoint to retrieve\n all SQL functions supported by the database.\n\n Args:\n database_id: ID of the database\n\n Returns:\n A dictionary with list of supported function names\n ', 'inputSchema': {'type': 'object', 'title': 'superset_database_get_function_namesArguments', 'required': ['database_id'], 'properties': {'database_id': {'type': 'integer', 'title': 'Database Id'}}}}, {'name': 'superset_database_get_related_objects', 'description': '\n Get charts and dashboards associated with a database\n\n Makes a request to the /api/v1/database/{id}/related_objects/ endpoint to retrieve\n counts and references of charts and dashboards that depend on this database.\n\n Args:\n database_id: ID of the database\n\n Returns:\n A dictionary with counts and lists of related charts and dashboards\n ', 'inputSchema': {'type': 'object', 'title': 'superset_database_get_related_objectsArguments', 'required': ['database_id'], 'properties': {'database_id': {'type': 'integer', 'title': 'Database Id'}}}}, {'name': 'superset_database_validate_sql', 'description': '\n Validate arbitrary SQL against a database\n\n Makes a request to the /api/v1/database/{id}/validate_sql/ endpoint to check\n if the provided SQL is valid for the specified database.\n\n Args:\n database_id: ID of the database\n sql: SQL query to validate\n\n Returns:\n A dictionary with validation results\n ', 'inputSchema': {'type': 'object', 'title': 'superset_database_validate_sqlArguments', 'required': ['database_id', 'sql'], 'properties': {'sql': {'type': 'string', 'title': 'Sql'}, 'database_id': {'type': 'integer', 'title': 'Database Id'}}}}, {'name': 'superset_database_validate_parameters', 'description': '\n Validate database connection parameters\n\n Makes a request to the /api/v1/database/validate_parameters/ endpoint to verify\n if the provided connection parameters are valid without creating a connection.\n\n Args:\n parameters: Connection parameters to validate\n\n Returns:\n A dictionary with validation results\n ', 'inputSchema': {'type': 'object', 'title': 'superset_database_validate_parametersArguments', 'required': ['parameters'], 'properties': {'parameters': {'type': 'object', 'title': 'Parameters'}}}}, {'name': 'superset_dataset_list', 'description': '\n Get a list of datasets from Superset\n\n Makes a request to the /api/v1/dataset/ endpoint to retrieve all datasets\n the current user has access to view. Results are paginated.\n\n Returns:\n A dictionary containing dataset information including id, table_name, and database\n ', 'inputSchema': {'type': 'object', 'title': 'superset_dataset_listArguments', 'properties': {}}}, {'name': 'superset_dataset_get_by_id', 'description': '\n Get details for a specific dataset\n\n Makes a request to the /api/v1/dataset/{id} endpoint to retrieve detailed\n information about a specific dataset including columns and metrics.\n\n Args:\n dataset_id: ID of the dataset to retrieve\n\n Returns:\n A dictionary with complete dataset information\n ', 'inputSchema': {'type': 'object', 'title': 'superset_dataset_get_by_idArguments', 'required': ['dataset_id'], 'properties': {'dataset_id': {'type': 'integer', 'title': 'Dataset Id'}}}}, {'name': 'superset_dataset_create', 'description': '\n Create a new dataset in Superset\n\n Makes a request to the /api/v1/dataset/ POST endpoint to create a new dataset\n from an existing database table or view.\n\n Args:\n table_name: Name of the physical table in the database\n database_id: ID of the database where the table exists\n schema: Optional database schema name where the table is located\n owners: Optional list of user IDs who should own this dataset\n\n Returns:\n A dictionary with the created dataset information including its ID\n ', 'inputSchema': {'type': 'object', 'title': 'superset_dataset_createArguments', 'required': ['table_name', 'database_id'], 'properties': {'owners': {'type': 'array', 'items': {'type': 'integer'}, 'title': 'Owners', 'default': None}, 'schema': {'type': 'string', 'title': 'Schema', 'default': None}, 'table_name': {'type': 'string', 'title': 'Table Name'}, 'database_id': {'type': 'integer', 'title': 'Database Id'}}}}, {'name': 'superset_sqllab_execute_query', 'description': '\n Execute a SQL query in SQL Lab\n\n Makes a request to the /api/v1/sqllab/execute/ endpoint to run a SQL query\n against the specified database.\n\n Args:\n database_id: ID of the database to query\n sql: SQL query to execute\n\n Returns:\n A dictionary with query results or execution status for async queries\n ', 'inputSchema': {'type': 'object', 'title': 'superset_sqllab_execute_queryArguments', 'required': ['database_id', 'sql'], 'properties': {'sql': {'type': 'string', 'title': 'Sql'}, 'database_id': {'type': 'integer', 'title': 'Database Id'}}}}, {'name': 'superset_sqllab_get_saved_queries', 'description': '\n Get a list of saved queries from SQL Lab\n\n Makes a request to the /api/v1/saved_query/ endpoint to retrieve all saved queries\n the current user has access to. Results are paginated.\n\n Returns:\n A dictionary containing saved query information including id, label, and database\n ', 'inputSchema': {'type': 'object', 'title': 'superset_sqllab_get_saved_queriesArguments', 'properties': {}}}, {'name': 'superset_sqllab_format_sql', 'description': '\n Format a SQL query for better readability\n\n Makes a request to the /api/v1/sqllab/format_sql endpoint to apply standard\n formatting rules to the provided SQL query.\n\n Args:\n sql: SQL query to format\n\n Returns:\n A dictionary with the formatted SQL\n ', 'inputSchema': {'type': 'object', 'title': 'superset_sqllab_format_sqlArguments', 'required': ['sql'], 'properties': {'sql': {'type': 'string', 'title': 'Sql'}}}}, {'name': 'superset_sqllab_get_results', 'description': '\n Get results of a previously executed SQL query\n\n Makes a request to the /api/v1/sqllab/results/ endpoint to retrieve results\n for an asynchronous query using its result key.\n\n Args:\n key: Result key to retrieve\n\n Returns:\n A dictionary with query results including column information and data rows\n ', 'inputSchema': {'type': 'object', 'title': 'superset_sqllab_get_resultsArguments', 'required': ['key'], 'properties': {'key': {'type': 'string', 'title': 'Key'}}}}, {'name': 'superset_sqllab_estimate_query_cost', 'description': '\n Estimate the cost of executing a SQL query\n\n Makes a request to the /api/v1/sqllab/estimate endpoint to get approximate cost\n information for a query before executing it.\n\n Args:\n database_id: ID of the database\n sql: SQL query to estimate\n schema: Optional schema name\n\n Returns:\n A dictionary with estimated query cost metrics\n ', 'inputSchema': {'type': 'object', 'title': 'superset_sqllab_estimate_query_costArguments', 'required': ['database_id', 'sql'], 'properties': {'sql': {'type': 'string', 'title': 'Sql'}, 'schema': {'type': 'string', 'title': 'Schema', 'default': None}, 'database_id': {'type': 'integer', 'title': 'Database Id'}}}}, {'name': 'superset_sqllab_export_query_results', 'description': '\n Export the results of a SQL query to CSV\n\n Makes a request to the /api/v1/sqllab/export/{client_id} endpoint to download\n query results in CSV format.\n\n Args:\n client_id: Client ID of the query\n\n Returns:\n A dictionary with the exported data or error information\n ', 'inputSchema': {'type': 'object', 'title': 'superset_sqllab_export_query_resultsArguments', 'required': ['client_id'], 'properties': {'client_id': {'type': 'string', 'title': 'Client Id'}}}}, {'name': 'superset_sqllab_get_bootstrap_data', 'description': '\n Get the bootstrap data for SQL Lab\n\n Makes a request to the /api/v1/sqllab/ endpoint to retrieve configuration data\n needed for the SQL Lab interface.\n\n Returns:\n A dictionary with SQL Lab configuration including allowed databases and settings\n ', 'inputSchema': {'type': 'object', 'title': 'superset_sqllab_get_bootstrap_dataArguments', 'properties': {}}}, {'name': 'superset_saved_query_get_by_id', 'description': '\n Get details for a specific saved query\n\n Makes a request to the /api/v1/saved_query/{id} endpoint to retrieve information\n about a saved SQL query.\n\n Args:\n query_id: ID of the saved query to retrieve\n\n Returns:\n A dictionary with the saved query details including SQL text and database\n ', 'inputSchema': {'type': 'object', 'title': 'superset_saved_query_get_by_idArguments', 'required': ['query_id'], 'properties': {'query_id': {'type': 'integer', 'title': 'Query Id'}}}}, {'name': 'superset_saved_query_create', 'description': '\n Create a new saved query\n\n Makes a request to the /api/v1/saved_query/ POST endpoint to save a SQL query\n for later reuse.\n\n Args:\n query_data: Dictionary containing the query information including:\n - db_id: Database ID\n - schema: Schema name (optional)\n - sql: SQL query text\n - label: Display name for the saved query\n - description: Optional description of the query\n\n Returns:\n A dictionary with the created saved query information including its ID\n ', 'inputSchema': {'type': 'object', 'title': 'superset_saved_query_createArguments', 'required': ['query_data'], 'properties': {'query_data': {'type': 'object', 'title': 'Query Data'}}}}, {'name': 'superset_query_stop', 'description': '\n Stop a running query\n\n Makes a request to the /api/v1/query/stop endpoint to terminate a query that\n is currently running.\n\n Args:\n client_id: Client ID of the query to stop\n\n Returns:\n A dictionary with confirmation of query termination\n ', 'inputSchema': {'type': 'object', 'title': 'superset_query_stopArguments', 'required': ['client_id'], 'properties': {'client_id': {'type': 'string', 'title': 'Client Id'}}}}, {'name': 'superset_query_list', 'description': '\n Get a list of queries from Superset\n\n Makes a request to the /api/v1/query/ endpoint to retrieve query history.\n Results are paginated and include both finished and running queries.\n\n Returns:\n A dictionary containing query information including status, duration, and SQL\n ', 'inputSchema': {'type': 'object', 'title': 'superset_query_listArguments', 'properties': {}}}, {'name': 'superset_query_get_by_id', 'description': '\n Get details for a specific query\n\n Makes a request to the /api/v1/query/{id} endpoint to retrieve detailed\n information about a specific query execution.\n\n Args:\n query_id: ID of the query to retrieve\n\n Returns:\n A dictionary with complete query execution information\n ', 'inputSchema': {'type': 'object', 'title': 'superset_query_get_by_idArguments', 'required': ['query_id'], 'properties': {'query_id': {'type': 'integer', 'title': 'Query Id'}}}}, {'name': 'superset_activity_get_recent', 'description': '\n Get recent activity data for the current user\n\n Makes a request to the /api/v1/log/recent_activity/ endpoint to retrieve\n a history of actions performed by the current user.\n\n Returns:\n A dictionary with recent user activities including viewed charts and dashboards\n ', 'inputSchema': {'type': 'object', 'title': 'superset_activity_get_recentArguments', 'properties': {}}}, {'name': 'superset_user_get_current', 'description': "\n Get information about the currently authenticated user\n\n Makes a request to the /api/v1/me/ endpoint to retrieve the user's profile\n information including permissions and preferences.\n\n Returns:\n A dictionary with user profile data\n ", 'inputSchema': {'type': 'object', 'title': 'superset_user_get_currentArguments', 'properties': {}}}, {'name': 'superset_user_get_roles', 'description': '\n Get roles for the current user\n\n Makes a request to the /api/v1/me/roles/ endpoint to retrieve all roles\n assigned to the current user.\n\n Returns:\n A dictionary with user role information\n ', 'inputSchema': {'type': 'object', 'title': 'superset_user_get_rolesArguments', 'properties': {}}}, {'name': 'superset_tag_list', 'description': '\n Get a list of tags from Superset\n\n Makes a request to the /api/v1/tag/ endpoint to retrieve all tags\n defined in the Superset instance.\n\n Returns:\n A dictionary containing tag information including id and name\n ', 'inputSchema': {'type': 'object', 'title': 'superset_tag_listArguments', 'properties': {}}}, {'name': 'superset_tag_create', 'description': '\n Create a new tag in Superset\n\n Makes a request to the /api/v1/tag/ POST endpoint to create a new tag\n that can be applied to objects like charts and dashboards.\n\n Args:\n name: Name for the tag\n\n Returns:\n A dictionary with the created tag information\n ', 'inputSchema': {'type': 'object', 'title': 'superset_tag_createArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}}}}, {'name': 'superset_tag_get_by_id', 'description': '\n Get details for a specific tag\n\n Makes a request to the /api/v1/tag/{id} endpoint to retrieve information\n about a specific tag.\n\n Args:\n tag_id: ID of the tag to retrieve\n\n Returns:\n A dictionary with tag details\n ', 'inputSchema': {'type': 'object', 'title': 'superset_tag_get_by_idArguments', 'required': ['tag_id'], 'properties': {'tag_id': {'type': 'integer', 'title': 'Tag Id'}}}}, {'name': 'superset_tag_objects', 'description': '\n Get objects associated with tags\n\n Makes a request to the /api/v1/tag/get_objects/ endpoint to retrieve\n all objects that have tags assigned to them.\n\n Returns:\n A dictionary with tagged objects grouped by tag\n ', 'inputSchema': {'type': 'object', 'title': 'superset_tag_objectsArguments', 'properties': {}}}, {'name': 'superset_tag_delete', 'description': '\n Delete a tag\n\n Makes a request to the /api/v1/tag/{id} DELETE endpoint to remove a tag.\n This operation is permanent and cannot be undone.\n\n Args:\n tag_id: ID of the tag to delete\n\n Returns:\n A dictionary with deletion confirmation message\n ', 'inputSchema': {'type': 'object', 'title': 'superset_tag_deleteArguments', 'required': ['tag_id'], 'properties': {'tag_id': {'type': 'integer', 'title': 'Tag Id'}}}}, {'name': 'superset_tag_object_add', 'description': "\n Add a tag to an object\n\n Makes a request to tag an object with a specific tag. This creates an association\n between the tag and the specified object (chart, dashboard, etc.)\n\n Args:\n object_type: Type of the object ('chart', 'dashboard', etc.)\n object_id: ID of the object to tag\n tag_name: Name of the tag to apply\n\n Returns:\n A dictionary with the tagging confirmation\n ", 'inputSchema': {'type': 'object', 'title': 'superset_tag_object_addArguments', 'required': ['object_type', 'object_id', 'tag_name'], 'properties': {'tag_name': {'type': 'string', 'title': 'Tag Name'}, 'object_id': {'type': 'integer', 'title': 'Object Id'}, 'object_type': {'type': 'string', 'title': 'Object Type'}}}}, {'name': 'superset_tag_object_remove', 'description': "\n Remove a tag from an object\n\n Makes a request to remove a tag association from a specific object.\n\n Args:\n object_type: Type of the object ('chart', 'dashboard', etc.)\n object_id: ID of the object to untag\n tag_name: Name of the tag to remove\n\n Returns:\n A dictionary with the untagging confirmation message\n ", 'inputSchema': {'type': 'object', 'title': 'superset_tag_object_removeArguments', 'required': ['object_type', 'object_id', 'tag_name'], 'properties': {'tag_name': {'type': 'string', 'title': 'Tag Name'}, 'object_id': {'type': 'integer', 'title': 'Object Id'}, 'object_type': {'type': 'string', 'title': 'Object Type'}}}}, {'name': 'superset_explore_form_data_create', 'description': '\n Create form data for chart exploration\n\n Makes a request to the /api/v1/explore/form_data POST endpoint to store\n chart configuration data temporarily.\n\n Args:\n form_data: Chart configuration including datasource, metrics, and visualization settings\n\n Returns:\n A dictionary with a key that can be used to retrieve the form data\n ', 'inputSchema': {'type': 'object', 'title': 'superset_explore_form_data_createArguments', 'required': ['form_data'], 'properties': {'form_data': {'type': 'object', 'title': 'Form Data'}}}}, {'name': 'superset_explore_form_data_get', 'description': '\n Get form data for chart exploration\n\n Makes a request to the /api/v1/explore/form_data/{key} endpoint to retrieve\n previously stored chart configuration.\n\n Args:\n key: Key of the form data to retrieve\n\n Returns:\n A dictionary with the stored chart configuration\n ', 'inputSchema': {'type': 'object', 'title': 'superset_explore_form_data_getArguments', 'required': ['key'], 'properties': {'key': {'type': 'string', 'title': 'Key'}}}}, {'name': 'superset_explore_permalink_create', 'description': '\n Create a permalink for chart exploration\n\n Makes a request to the /api/v1/explore/permalink POST endpoint to generate\n a shareable link to a specific chart exploration state.\n\n Args:\n state: State data for the permalink including form_data\n\n Returns:\n A dictionary with a key that can be used to access the permalink\n ', 'inputSchema': {'type': 'object', 'title': 'superset_explore_permalink_createArguments', 'required': ['state'], 'properties': {'state': {'type': 'object', 'title': 'State'}}}}, {'name': 'superset_explore_permalink_get', 'description': '\n Get a permalink for chart exploration\n\n Makes a request to the /api/v1/explore/permalink/{key} endpoint to retrieve\n a previously saved exploration state.\n\n Args:\n key: Key of the permalink to retrieve\n\n Returns:\n A dictionary with the stored exploration state\n ', 'inputSchema': {'type': 'object', 'title': 'superset_explore_permalink_getArguments', 'required': ['key'], 'properties': {'key': {'type': 'string', 'title': 'Key'}}}}, {'name': 'superset_menu_get', 'description': '\n Get the Superset menu data\n\n Makes a request to the /api/v1/menu/ endpoint to retrieve the navigation\n menu structure based on user permissions.\n\n Returns:\n A dictionary with menu items and their configurations\n ', 'inputSchema': {'type': 'object', 'title': 'superset_menu_getArguments', 'properties': {}}}, {'name': 'superset_config_get_base_url', 'description': '\n Get the base URL of the Superset instance\n\n Returns the configured Superset base URL that this MCP server is connecting to.\n This can be useful for constructing full URLs to Superset resources or for\n displaying information about the connected instance.\n\n This tool does not require authentication as it only returns configuration information.\n\n Returns:\n A dictionary with the Superset base URL\n ', 'inputSchema': {'type': 'object', 'title': 'superset_config_get_base_urlArguments', 'properties': {}}}, {'name': 'superset_advanced_data_type_convert', 'description': '\n Convert a value to an advanced data type\n\n Makes a request to the /api/v1/advanced_data_type/convert endpoint to transform\n a value into the specified advanced data type format.\n\n Args:\n type_name: Name of the advanced data type\n value: Value to convert\n\n Returns:\n A dictionary with the converted value\n ', 'inputSchema': {'type': 'object', 'title': 'superset_advanced_data_type_convertArguments', 'required': ['type_name', 'value'], 'properties': {'value': {'title': 'Value'}, 'type_name': {'type': 'string', 'title': 'Type Name'}}}}, {'name': 'superset_advanced_data_type_list', 'description': '\n Get list of available advanced data types\n\n Makes a request to the /api/v1/advanced_data_type/types endpoint to retrieve\n all advanced data types supported by this Superset instance.\n\n Returns:\n A dictionary with available advanced data types and their configurations\n ', 'inputSchema': {'type': 'object', 'title': 'superset_advanced_data_type_listArguments', 'properties': {}}}] |
mcp-server-replicate | Replicate | Access Replicate models and predictions. | 2025-01-08T07:05:04.050Z | 106 | https://smithery.ai/server/mcp-server-replicate | true | null | {
"scanPassed": true
} | [{'name': 'search_models', 'description': 'Search for models using semantic search', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}}}}, {'name': 'list_models', 'description': 'List available models with optional filtering', 'inputSchema': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Filter by model owner'}, 'cursor': {'type': 'string', 'description': 'Pagination cursor'}}}}, {'name': 'list_collections', 'description': 'List available model collections', 'inputSchema': {'type': 'object', 'properties': {'cursor': {'type': 'string', 'description': 'Pagination cursor'}}}}, {'name': 'get_collection', 'description': 'Get details of a specific collection', 'inputSchema': {'type': 'object', 'required': ['slug'], 'properties': {'slug': {'type': 'string', 'description': 'Collection slug'}}}}, {'name': 'create_prediction', 'description': 'Create a new prediction using either a model version (for community models) or model name (for official models)', 'inputSchema': {'type': 'object', 'oneOf': [{'required': ['version', 'input']}, {'required': ['model', 'input']}], 'properties': {'input': {'type': 'object', 'description': 'Input parameters for the model', 'additionalProperties': True}, 'model': {'type': 'string', 'description': 'Model name to use (for official models)'}, 'version': {'type': 'string', 'description': 'Model version ID to use (for community models)'}, 'webhook_url': {'type': 'string', 'description': 'Optional webhook URL for notifications'}}}}, {'name': 'cancel_prediction', 'description': 'Cancel a running prediction', 'inputSchema': {'type': 'object', 'required': ['prediction_id'], 'properties': {'prediction_id': {'type': 'string', 'description': 'ID of the prediction to cancel'}}}}, {'name': 'get_prediction', 'description': 'Get details about a specific prediction', 'inputSchema': {'type': 'object', 'required': ['prediction_id'], 'properties': {'prediction_id': {'type': 'string', 'description': 'ID of the prediction to get details for'}}}}, {'name': 'list_predictions', 'description': 'List recent predictions', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'default': 10, 'description': 'Maximum number of predictions to return'}, 'cursor': {'type': 'string', 'description': 'Cursor for pagination'}}}}, {'name': 'get_model', 'description': 'Get details of a specific model including available versions', 'inputSchema': {'type': 'object', 'required': ['owner', 'name'], 'properties': {'name': {'type': 'string', 'description': 'Model name'}, 'owner': {'type': 'string', 'description': 'Model owner'}}}}, {'name': 'view_image', 'description': "Display an image in the system's default web browser", 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL of the image to display'}}}}, {'name': 'clear_image_cache', 'description': 'Clear the image viewer cache', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_image_cache_stats', 'description': 'Get statistics about the image cache', 'inputSchema': {'type': 'object', 'properties': {}}}] |
@watsonchua/poker_win_calculator | Poker Win Calculator | Calculate your chances of winning in poker games with ease. Utilize advanced algorithms to analyze your hand and make informed decisions. Enhance your poker strategy and improve your gameplay with this powerful tool. | 2025-03-08T07:05:28.905Z | 105 | https://smithery.ai/server/@watsonchua/poker_win_calculator | true | null | {
"scanPassed": true
} | [{'name': 'analyse_poker_cards', 'description': "\n Suggests poker actions based on the current game state.\n This function evaluates a poker hand and provides strategic recommendations by calculating \n win probabilities through Monte Carlo simulations.\n Parameters:\n ----------\n my_cards_input : str\n The player's two cards as a space-separated string of rank+suit where rank is one of [1,2,3,4,5,6,7,8,9,10,J,Q,K,A] suit is 'h' for hearts, 's' for spades, 'c' for clubs, and 'd' for diamonds (e.g., 'As Kh')\n community_input : str\n The community cards as a space-separated string (e.g., 'Jd 10c 7h'), or empty if none\n opponent_input : str\n The opponent's cards as a space-separated string if known, or empty if unknown\n Returns:\n -------\n dict\n A dictionary containing:\n - 'win_probability': float, the calculated probability of winning the hand\n - 'suggested_action': str, the recommended action (fold, check/call, bet/raise)\n - 'best_hand': str or None, description of the best hand currently possible with the community cards,\n or None if no community cards are present\n ", 'inputSchema': {'type': 'object', 'title': 'analyse_poker_cardsArguments', 'required': ['my_cards_input', 'community_input', 'opponent_input'], 'properties': {'my_cards_input': {'type': 'string', 'title': 'My Cards Input'}, 'opponent_input': {'type': 'string', 'title': 'Opponent Input'}, 'community_input': {'type': 'string', 'title': 'Community Input'}}}}, {'name': 'get_best_nim_move', 'description': '\n Determine the best move in a Nim game using the nim-sum strategy.\n \n Args:\n piles: A list of integers representing the number of objects in each pile.\n \n Returns:\n A tuple (pile_index, objects_to_remove) representing the best move.\n If no winning move exists, returns a safe move or the first valid move.\n ', 'inputSchema': {'type': 'object', 'title': 'get_best_nim_moveArguments', 'required': ['piles'], 'properties': {'piles': {'type': 'string', 'title': 'piles'}}}}] |
@sarayd/shopify | Shopify | Manage your Shopify store data effortlessly. Interact with products, customers, and orders. Streamline your e-commerce operations. | 2025-04-13T18:13:18.088Z | 104 | https://smithery.ai/server/@sarayd/shopify | true | {
"scanPassed": true
} | [{'name': 'get-products', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'default': 10}, 'searchTitle': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get-product-by-id', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['productId'], 'properties': {'productId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'get-customers', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'default': 10}, 'searchQuery': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get-orders', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'default': 10}, 'status': {'enum': ['any', 'open', 'closed', 'cancelled'], 'type': 'string', 'default': 'any'}}, 'additionalProperties': False}}, {'name': 'get-order-by-id', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orderId'], 'properties': {'orderId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'update-order', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'minLength': 1}, 'note': {'type': 'string'}, 'tags': {'type': 'array', 'items': {'type': 'string'}}, 'email': {'type': 'string', 'format': 'email'}, 'metafields': {'type': 'array', 'items': {'type': 'object', 'required': ['value'], 'properties': {'id': {'type': 'string'}, 'key': {'type': 'string'}, 'type': {'type': 'string'}, 'value': {'type': 'string'}, 'namespace': {'type': 'string'}}, 'additionalProperties': False}}, 'shippingAddress': {'type': 'object', 'properties': {'zip': {'type': 'string'}, 'city': {'type': 'string'}, 'phone': {'type': 'string'}, 'company': {'type': 'string'}, 'country': {'type': 'string'}, 'address1': {'type': 'string'}, 'address2': {'type': 'string'}, 'lastName': {'type': 'string'}, 'province': {'type': 'string'}, 'firstName': {'type': 'string'}}, 'additionalProperties': False}, 'customAttributes': {'type': 'array', 'items': {'type': 'object', 'required': ['key', 'value'], 'properties': {'key': {'type': 'string'}, 'value': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'get-customer-orders', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['customerId'], 'properties': {'limit': {'type': 'number', 'default': 10}, 'customerId': {'type': 'string', 'pattern': '^\\d+$', 'description': 'Shopify customer ID, numeric excluding gid prefix'}}, 'additionalProperties': False}}, {'name': 'update-customer', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'pattern': '^\\d+$', 'description': 'Shopify customer ID, numeric excluding gid prefix'}, 'note': {'type': 'string'}, 'tags': {'type': 'array', 'items': {'type': 'string'}}, 'email': {'type': 'string', 'format': 'email'}, 'phone': {'type': 'string'}, 'lastName': {'type': 'string'}, 'firstName': {'type': 'string'}, 'taxExempt': {'type': 'boolean'}, 'metafields': {'type': 'array', 'items': {'type': 'object', 'required': ['value'], 'properties': {'id': {'type': 'string'}, 'key': {'type': 'string'}, 'type': {'type': 'string'}, 'value': {'type': 'string'}, 'namespace': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'create-customer', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['email'], 'properties': {'email': {'type': 'string', 'format': 'email'}, 'phone': {'type': 'string'}, 'lastName': {'type': 'string'}, 'firstName': {'type': 'string'}, 'taxExempt': {'type': 'boolean'}, 'smsMarketingConsent': {'type': 'object', 'required': ['marketingState'], 'properties': {'marketingState': {'enum': ['SUBSCRIBED', 'NOT_SUBSCRIBED', 'PENDING', 'UNSUBSCRIBED'], 'type': 'string'}, 'marketingOptInLevel': {'enum': ['SINGLE_OPT_IN', 'CONFIRMED_OPT_IN', 'UNKNOWN'], 'type': 'string'}}, 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'create-order', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['lineItems'], 'properties': {'note': {'type': 'string'}, 'tags': {'type': 'array', 'items': {'type': 'string'}}, 'email': {'type': 'string', 'format': 'email'}, 'phone': {'type': 'string'}, 'lineItems': {'type': 'array', 'items': {'type': 'object', 'required': ['variantId', 'quantity'], 'properties': {'quantity': {'type': 'integer', 'exclusiveMinimum': 0}, 'variantId': {'type': 'string'}, 'customAttributes': {'type': 'array', 'items': {'type': 'object', 'required': ['key', 'value'], 'properties': {'key': {'type': 'string'}, 'value': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}, 'minItems': 1}, 'taxExempt': {'type': 'boolean'}, 'customerId': {'type': 'string'}, 'metafields': {'type': 'array', 'items': {'type': 'object', 'required': ['namespace', 'key', 'value', 'type'], 'properties': {'key': {'type': 'string'}, 'type': {'type': 'string'}, 'value': {'type': 'string'}, 'namespace': {'type': 'string'}}, 'additionalProperties': False}}, 'shippingLine': {'type': 'object', 'required': ['title', 'price'], 'properties': {'price': {'type': 'string'}, 'title': {'type': 'string'}}, 'additionalProperties': False}, 'billingAddress': {'type': 'object', 'properties': {'zip': {'type': 'string'}, 'city': {'type': 'string'}, 'phone': {'type': 'string'}, 'company': {'type': 'string'}, 'country': {'type': 'string'}, 'address1': {'type': 'string'}, 'address2': {'type': 'string'}, 'lastName': {'type': 'string'}, 'province': {'type': 'string'}, 'firstName': {'type': 'string'}}, 'additionalProperties': False}, 'shippingAddress': {'type': 'object', 'properties': {'zip': {'type': 'string'}, 'city': {'type': 'string'}, 'phone': {'type': 'string'}, 'company': {'type': 'string'}, 'country': {'type': 'string'}, 'address1': {'type': 'string'}, 'address2': {'type': 'string'}, 'lastName': {'type': 'string'}, 'province': {'type': 'string'}, 'firstName': {'type': 'string'}}, 'additionalProperties': False}, 'customAttributes': {'type': 'array', 'items': {'type': 'object', 'required': ['key', 'value'], 'properties': {'key': {'type': 'string'}, 'value': {'type': 'string'}}, 'additionalProperties': False}}, 'presentmentCurrencyCode': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'create-fulfillment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orderId'], 'properties': {'orderId': {'type': 'string', 'minLength': 1}, 'metadata': {'type': 'object', 'additionalProperties': {'type': ['string', 'number', 'boolean']}}, 'lineItems': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'quantity'], 'properties': {'id': {'type': 'string', 'minLength': 1}, 'quantity': {'type': 'integer', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, 'locationId': {'type': 'string'}, 'trackingInfo': {'type': 'object', 'properties': {'url': {'type': 'string'}, 'number': {'type': 'string'}, 'company': {'type': 'string'}}, 'additionalProperties': False}, 'trackingUrls': {'type': 'array', 'items': {'type': 'string'}}, 'notifyCustomer': {'type': 'boolean', 'default': True}, 'trackingNumbers': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'create-product', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title'], 'properties': {'seo': {'type': 'object', 'properties': {'title': {'type': 'string'}, 'description': {'type': 'string'}}, 'additionalProperties': False}, 'tags': {'type': 'array', 'items': {'type': 'string'}}, 'title': {'type': 'string', 'minLength': 1}, 'images': {'type': 'array', 'items': {'type': 'object', 'required': ['src'], 'properties': {'src': {'type': 'string', 'format': 'uri'}, 'altText': {'type': 'string'}}, 'additionalProperties': False}}, 'status': {'enum': ['ACTIVE', 'DRAFT', 'ARCHIVED'], 'type': 'string', 'default': 'ACTIVE'}, 'vendor': {'type': 'string'}, 'options': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'values'], 'properties': {'name': {'type': 'string', 'minLength': 1}, 'values': {'type': 'array', 'items': {'type': 'string'}, 'minItems': 1}}, 'additionalProperties': False}}, 'taxCode': {'type': 'string'}, 'giftCard': {'type': 'boolean'}, 'variants': {'type': 'array', 'items': {'type': 'object', 'required': ['options', 'price'], 'properties': {'sku': {'type': 'string'}, 'price': {'type': 'string'}, 'weight': {'type': 'number'}, 'barcode': {'type': 'string'}, 'options': {'type': 'array', 'items': {'type': 'string'}}, 'taxable': {'type': 'boolean'}, 'weightUnit': {'enum': ['KILOGRAMS', 'GRAMS', 'POUNDS', 'OUNCES'], 'type': 'string'}, 'inventoryPolicy': {'enum': ['DENY', 'CONTINUE'], 'type': 'string'}, 'requiresShipping': {'type': 'boolean'}, 'inventoryQuantity': {'type': 'integer'}, 'inventoryManagement': {'enum': ['SHOPIFY', 'NOT_MANAGED'], 'type': 'string'}}, 'additionalProperties': False}}, 'metafields': {'type': 'array', 'items': {'type': 'object', 'required': ['namespace', 'key', 'value', 'type'], 'properties': {'key': {'type': 'string'}, 'type': {'type': 'string'}, 'value': {'type': 'string'}, 'namespace': {'type': 'string'}}, 'additionalProperties': False}}, 'productType': {'type': 'string'}, 'descriptionHtml': {'type': 'string'}, 'collectionsToJoin': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'create-collection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title'], 'properties': {'seo': {'type': 'object', 'properties': {'title': {'type': 'string'}, 'description': {'type': 'string'}}, 'additionalProperties': False}, 'image': {'type': 'object', 'required': ['src'], 'properties': {'src': {'type': 'string', 'format': 'uri'}, 'altText': {'type': 'string'}}, 'additionalProperties': False}, 'title': {'type': 'string', 'minLength': 1}, 'handle': {'type': 'string'}, 'ruleSet': {'type': 'object', 'required': ['rules'], 'properties': {'rules': {'type': 'array', 'items': {'type': 'object', 'required': ['column', 'relation', 'condition'], 'properties': {'column': {'enum': ['TAG', 'TITLE', 'TYPE', 'VENDOR', 'VARIANT_PRICE', 'VARIANT_COMPARE_AT_PRICE', 'VARIANT_WEIGHT', 'VARIANT_INVENTORY', 'VARIANT_TITLE', 'IS_PRICE_REDUCED', 'VARIANT_BARCODE'], 'type': 'string'}, 'relation': {'enum': ['EQUALS', 'NOT_EQUALS', 'GREATER_THAN', 'LESS_THAN', 'STARTS_WITH', 'ENDS_WITH', 'CONTAINS', 'NOT_CONTAINS', 'IS_SET', 'IS_NOT_SET'], 'type': 'string'}, 'condition': {'type': 'string'}}, 'additionalProperties': False}}, 'appliedDisjunctively': {'type': 'boolean', 'default': True}}, 'additionalProperties': False}, 'sortOrder': {'enum': ['MANUAL', 'BEST_SELLING', 'ALPHA_ASC', 'ALPHA_DESC', 'PRICE_DESC', 'PRICE_ASC', 'CREATED', 'CREATED_DESC', 'ID_DESC', 'RELEVANCE'], 'type': 'string'}, 'metafields': {'type': 'array', 'items': {'type': 'object', 'required': ['namespace', 'key', 'value', 'type'], 'properties': {'key': {'type': 'string'}, 'type': {'type': 'string'}, 'value': {'type': 'string'}, 'namespace': {'type': 'string'}}, 'additionalProperties': False}}, 'description': {'type': 'string'}, 'isPublished': {'type': 'boolean'}, 'publications': {'type': 'array', 'items': {'type': 'object', 'required': ['publicationId'], 'properties': {'publishDate': {'type': 'string'}, 'publicationId': {'type': 'string'}}, 'additionalProperties': False}}, 'productsToAdd': {'type': 'array', 'items': {'type': 'string'}}, 'templateSuffix': {'type': 'string'}, 'descriptionHtml': {'type': 'string'}, 'privateMetafields': {'type': 'array', 'items': {'type': 'object', 'required': ['owner', 'namespace', 'key', 'value', 'valueType'], 'properties': {'key': {'type': 'string'}, 'owner': {'type': 'string'}, 'value': {'type': 'string'}, 'namespace': {'type': 'string'}, 'valueType': {'enum': ['STRING', 'INTEGER', 'JSON_STRING', 'BOOLEAN', 'FLOAT', 'COLOR', 'DIMENSION', 'RATING', 'SINGLE_LINE_TEXT_FIELD', 'MULTI_LINE_TEXT_FIELD', 'DATE', 'DATE_TIME', 'URL', 'JSON', 'VOLUME', 'WEIGHT'], 'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'create-metafield', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ownerId', 'namespace', 'key', 'value', 'type'], 'properties': {'key': {'type': 'string', 'minLength': 1}, 'type': {'type': 'string', 'minLength': 1}, 'value': {'type': 'string', 'minLength': 1}, 'ownerId': {'type': 'string', 'minLength': 1}, 'namespace': {'type': 'string', 'minLength': 1}, 'ownerType': {'enum': ['ARTICLE', 'BLOG', 'COLLECTION', 'CUSTOMER', 'DRAFTORDER', 'ORDER', 'PAGE', 'PRODUCT', 'PRODUCTIMAGE', 'PRODUCTVARIANT', 'SHOP'], 'type': 'string', 'default': 'PRODUCT'}, 'description': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get-inventory-levels', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'default': 10}, 'locationId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get-inventory-items', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'default': 10}, 'query': {'type': 'string'}, 'productId': {'type': 'string'}, 'variantId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get-locations', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'default': 10}, 'active': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'adjust-inventory', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inventoryItemId', 'availableDelta', 'locationId'], 'properties': {'reason': {'type': 'string'}, 'locationId': {'type': 'string', 'minLength': 1}, 'availableDelta': {'type': 'integer'}, 'inventoryItemId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'set-inventory-tracking', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inventoryItemId', 'tracked'], 'properties': {'tracked': {'type': 'boolean'}, 'inventoryItemId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'connect-inventory-to-location', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inventoryItemId', 'locationId', 'available'], 'properties': {'reason': {'type': 'string'}, 'available': {'type': 'integer'}, 'locationId': {'type': 'string', 'minLength': 1}, 'inventoryItemId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'disconnect-inventory-from-location', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inventoryItemId', 'locationId'], 'properties': {'reason': {'type': 'string'}, 'locationId': {'type': 'string', 'minLength': 1}, 'inventoryItemId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}] |
|
@janwilmake/openapi-mcp-server | OpenAPI MCP Server | Enable exploration and understanding of OpenAPI specifications through a simple interface. Retrieve overviews and detailed explanations of API operations in plain language to assist with API code generation and comprehension. Supports both JSON and YAML formats and integrates seamlessly with Claude Desktop and Cursor clients. | 2025-04-16T13:39:20.601Z | 104 | https://smithery.ai/server/@janwilmake/openapi-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'getApiOverview', 'description': "Get an overview of an OpenAPI specification. This should be the first step when working with any API.\n\n- github - GitHub is where one hosts their code in a central location, to collaborate with others\n- socialdata.tools\n- podscan.fm - Search through podcast transcripts, get alerts\n- x - Official Twitter/X API\n- cloudflare - Cloudflare provides content delivery network services, cloud cybersecurity, DDoS mitigation, wide area network services, Domain Name Service, and ICANN-accredited domain registration services\n- npm-registry\n- supabase - Create hosted Postgres Databases with API\n- hackernews - Readonly API for posts, comments, and profiles from news.ycombinator.com\n- stripe - Create a paywall for your app or invoices\n- slack - A very common app used for communication at work\n- vercel - Vercel is a cloud hosting solution for full stack applications\n- val-town - Host serverless APIs\n- openai - OpenAI is a large AI service provider providing state of the art models in various modalities.\n- firecrawl - API for interacting with Firecrawl services to perform web scraping and crawling tasks.\n- playht - The PlayHT's API API allows developers to Realtime Text to Speech streaming Stream audio bytes from text, Convert long form Text to Speech Generate audio from text, and Voice Cloning Instant Cloning.\n- serper - The worlds fastest and cheapest google search api\n- replicate\n- brandwatch - Watch social media about your brand\n- jina-reader - Read webpages in markdown, html, or screenshot\n- upstash-redis - Control a Redis database over API\n- upstash-qstash - Scheduling and batching API calls\n- upstash-vector - Control a Vector database over API\n- digitalocean\n- apisguru - Public API to find OpenAPIs on https://apis.guru\n- groq - Cloud AI Provider with multiple transformer LLMs and other modalities, with very fast inference\n- notion-dbs - Notion Databases API\n- posthog-capture-api - Posthog is a Product analytics platform allowing companies to track and understand their users\n- google-analytics4 - The Google Analytics Admin API allows for programmatic access to the Google Analytics 4 (GA4) configuration data and is only compatible with GA4 properties\n- google-analytics3 - Views and manages your Google Analytics data (GA3)\n- anthropic-message-api\n- probo-nl\n- whatsapp-business - The WhatsApp Business Platform gives medium to large businesses the ability to connect with customers at scale. You can start WhatsApp conversations with your customers in minutes, send them care notifications or purchase updates, offer personalized services, and provide support in the channel that your customers prefer.\n- shopify - Shopify Admin API\n- twilio-messaging\n- huggingface\n- doppio\n- multion\n- browserless - Web browsing API\n- bol-com-retailer - Dutch shopping platform\n- statusbrew - Social media planning API for facebook, instagram, twitter, linkedin, google my business, pinterest, youtube, and tiktok.\n- swagger-validator - Validators for swagger 2.0 and 3.x specifications of OpenAPIs\n- google-mail - Manage GMail\n- youtube-data - The YouTube Data API v3 is an API that provides access to YouTube data, such as videos, playlists, and channels.\n- google-sheets\n- google-drive\n- google-secret-manager\n- flyio\n- vapi\n- klippa\n- uberduck\n- twilio\n- saltedge - Bank integrations\n- google-search-console\n- aws-cloudwatch-insights\n- aws-cloudfront\n- aws-email\n- aws-s3-control\n- aws-s3\n- aws-sagemaker\n- aws-sagemaker-edge\n- aws-sagemaker-featureStore\n- bunq\n- hootsuite\n- robocorp\n- sendgrid\n- google-calendar\n- google-docs", 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'API identifier, can be a known ID from openapisearch.com or a URL leading to a raw OpenAPI file'}}}}, {'name': 'getApiOperation', 'description': "Get details about a specific operation from an OpenAPI specification. Use this after getting an overview.\n\n- github - GitHub is where one hosts their code in a central location, to collaborate with others\n- socialdata.tools\n- podscan.fm - Search through podcast transcripts, get alerts\n- x - Official Twitter/X API\n- cloudflare - Cloudflare provides content delivery network services, cloud cybersecurity, DDoS mitigation, wide area network services, Domain Name Service, and ICANN-accredited domain registration services\n- npm-registry\n- supabase - Create hosted Postgres Databases with API\n- hackernews - Readonly API for posts, comments, and profiles from news.ycombinator.com\n- stripe - Create a paywall for your app or invoices\n- slack - A very common app used for communication at work\n- vercel - Vercel is a cloud hosting solution for full stack applications\n- val-town - Host serverless APIs\n- openai - OpenAI is a large AI service provider providing state of the art models in various modalities.\n- firecrawl - API for interacting with Firecrawl services to perform web scraping and crawling tasks.\n- playht - The PlayHT's API API allows developers to Realtime Text to Speech streaming Stream audio bytes from text, Convert long form Text to Speech Generate audio from text, and Voice Cloning Instant Cloning.\n- serper - The worlds fastest and cheapest google search api\n- replicate\n- brandwatch - Watch social media about your brand\n- jina-reader - Read webpages in markdown, html, or screenshot\n- upstash-redis - Control a Redis database over API\n- upstash-qstash - Scheduling and batching API calls\n- upstash-vector - Control a Vector database over API\n- digitalocean\n- apisguru - Public API to find OpenAPIs on https://apis.guru\n- groq - Cloud AI Provider with multiple transformer LLMs and other modalities, with very fast inference\n- notion-dbs - Notion Databases API\n- posthog-capture-api - Posthog is a Product analytics platform allowing companies to track and understand their users\n- google-analytics4 - The Google Analytics Admin API allows for programmatic access to the Google Analytics 4 (GA4) configuration data and is only compatible with GA4 properties\n- google-analytics3 - Views and manages your Google Analytics data (GA3)\n- anthropic-message-api\n- probo-nl\n- whatsapp-business - The WhatsApp Business Platform gives medium to large businesses the ability to connect with customers at scale. You can start WhatsApp conversations with your customers in minutes, send them care notifications or purchase updates, offer personalized services, and provide support in the channel that your customers prefer.\n- shopify - Shopify Admin API\n- twilio-messaging\n- huggingface\n- doppio\n- multion\n- browserless - Web browsing API\n- bol-com-retailer - Dutch shopping platform\n- statusbrew - Social media planning API for facebook, instagram, twitter, linkedin, google my business, pinterest, youtube, and tiktok.\n- swagger-validator - Validators for swagger 2.0 and 3.x specifications of OpenAPIs\n- google-mail - Manage GMail\n- youtube-data - The YouTube Data API v3 is an API that provides access to YouTube data, such as videos, playlists, and channels.\n- google-sheets\n- google-drive\n- google-secret-manager\n- flyio\n- vapi\n- klippa\n- uberduck\n- twilio\n- saltedge - Bank integrations\n- google-search-console\n- aws-cloudwatch-insights\n- aws-cloudfront\n- aws-email\n- aws-s3-control\n- aws-s3\n- aws-sagemaker\n- aws-sagemaker-edge\n- aws-sagemaker-featureStore\n- bunq\n- hootsuite\n- robocorp\n- sendgrid\n- google-calendar\n- google-docs", 'inputSchema': {'type': 'object', 'required': ['id', 'operationIdOrRoute'], 'properties': {'id': {'type': 'string', 'description': 'API identifier, can be a known ID from openapisearch.com or a URL leading to a raw OpenAPI file'}, 'operationIdOrRoute': {'type': 'string', 'description': 'Operation ID or route path to retrieve'}}}}] |
@Panth1823/formula1-mcp | Formula1 MCP Server | Provide real-time and historical Formula 1 racing data through a standardized protocol. Access live telemetry, session statuses, driver and constructor standings, race results, weather, and circuit information seamlessly. Enhance your applications with comprehensive F1 data and insights for any season or event. | 2025-04-15T03:06:09.096Z | 103 | https://smithery.ai/server/@Panth1823/formula1-mcp | true | null | {
"scanPassed": true
} | [{'name': 'getLiveTimingData', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getCurrentSessionStatus', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getDriverInfo', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['driverId'], 'properties': {'driverId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getHistoricalSessions', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'year': {'type': 'number'}, 'location': {'type': 'string'}, 'country_name': {'type': 'string'}, 'session_name': {'type': 'string'}, 'circuit_short_name': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getHistoricRaceResults', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['year', 'round'], 'properties': {'year': {'type': 'number'}, 'round': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'getDriverStandings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['year'], 'properties': {'year': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'getConstructorStandings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['year'], 'properties': {'year': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'getLapTimes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['year', 'round', 'driverId'], 'properties': {'year': {'type': 'number'}, 'round': {'type': 'number'}, 'driverId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getWeatherData', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'sessionKey': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getCarData', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['driverNumber'], 'properties': {'filters': {'type': 'string'}, 'sessionKey': {'type': 'string'}, 'driverNumber': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getPitStopData', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'sessionKey': {'type': 'string'}, 'driverNumber': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getTeamRadio', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'sessionKey': {'type': 'string'}, 'driverNumber': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getRaceControlMessages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'sessionKey': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getRaceCalendar', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['year'], 'properties': {'year': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'getCircuitInfo', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['circuitId'], 'properties': {'circuitId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getSeasonList', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'getQualifyingResults', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['year', 'round'], 'properties': {'year': {'type': 'number'}, 'round': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'getDriverInformation', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['driverId'], 'properties': {'driverId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getConstructorInformation', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['constructorId'], 'properties': {'constructorId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'clearCache', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}] |
@swaroopkasaraneni/math-mcp-server | Math Operations Server | Expose mathematical operations for seamless integration with your applications. Enhance your LLM capabilities by leveraging dynamic math functionalities through a standardized protocol. Start the server and unlock powerful computation features for your projects. | 2025-04-04T19:40:44.061Z | 103 | https://smithery.ai/server/@swaroopkasaraneni/math-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'add', 'description': 'Adds two numbers.', 'inputSchema': {'type': 'object', 'title': 'MathOperation', 'required': ['a', 'b'], 'properties': {'a': {'type': 'integer', 'title': 'A', 'description': 'First number'}, 'b': {'type': 'integer', 'title': 'B', 'description': 'Second number'}}, 'description': 'Parameters for math operations.'}}, {'name': 'multiply', 'description': 'Multiplies two numbers.', 'inputSchema': {'type': 'object', 'title': 'MathOperation', 'required': ['a', 'b'], 'properties': {'a': {'type': 'integer', 'title': 'A', 'description': 'First number'}, 'b': {'type': 'integer', 'title': 'B', 'description': 'Second number'}}, 'description': 'Parameters for math operations.'}}] |
@toniellenk/imoveis_mcp_server | Real Estate API Server | Interact with a comprehensive real estate API to search, filter, and retrieve property details effortlessly. Utilize powerful tools and prompts to streamline your property management and searching tasks. Enhance your applications with real-time real estate data and insights. | 2025-04-07T15:50:47.890Z | 101 | https://smithery.ai/server/@toniellenk/imoveis_mcp_server | true | null | {
"scanPassed": true
} | [{'name': 'get_filtered_properties', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['adType'], 'properties': {'city': {'type': 'string', 'description': 'City'}, 'code': {'type': 'string', 'description': 'Property code (Number)'}, 'sort': {'enum': ['PriceAsc', 'PriceDesc', 'DateAsc', 'DateDesc'], 'type': 'string', 'description': 'Sort criteria'}, 'state': {'type': 'string', 'description': 'State'}, 'adType': {'enum': ['Sale', 'Rent', 'Both'], 'type': 'string', 'description': 'Ad type (Rent, Sale, Both)'}, 'street': {'type': 'string', 'description': 'Street'}, 'country': {'type': 'string', 'description': 'Country'}, 'purpose': {'enum': ['RESIDENCIAL', 'COMERCIAL'], 'type': 'string', 'description': 'Purpose (RESIDENCIAL, COMERCIAL) required if property_type is provided'}, 'area_max': {'type': 'number', 'description': 'Maximum area'}, 'area_min': {'type': 'number', 'description': 'Minimum area'}, 'distance': {'type': 'number', 'description': 'Distance'}, 'latitude': {'type': 'number', 'description': 'Latitude'}, 'longitude': {'type': 'number', 'description': 'Longitude'}, 'price_max': {'type': 'number', 'description': 'Maximum price'}, 'price_min': {'type': 'number', 'description': 'Minimum price'}, 'company_id': {'type': 'string', 'description': 'Company ID (UUID format)'}, 'condominium': {'type': 'string', 'description': 'Condominium (Name)'}, 'neighborhood': {'type': 'string', 'description': 'Neighborhood'}, 'property_type': {'type': 'array', 'items': {'enum': ['APARTAMENTO', 'APARTAMENTO DUPLEX', 'APARTAMENTO TRIPLEX', 'APARTAMENTO GARDEN', 'FLAT', 'COBERTURA', 'COBERTURA DUPLEX', 'COBERTURA TRIPLEX', 'CASA', 'SOBRADO', 'SOBRADO EM CONDOMÍNIO', 'CASA CONDOMÍNIO', 'TERRENO', 'TERRENO CONDOMÍNIO', 'SÍTIO', 'CHÁCARA', 'CHÁCARA EM CONDOMÍNIO', 'GALPÃO', 'TERRENO COMERCIAL', 'FAZENDA', 'GARAGEM', 'SALA COMERCIAL', 'LOJA', 'PRÉDIO'], 'type': 'string'}, 'description': 'Property types (APARTAMENTO, CASA, etc.)'}, 'parent_company_id': {'type': 'string', 'description': 'Parent company ID (UUID format)'}, 'number_of_bedrooms': {'type': 'integer', 'description': 'Number of bedrooms'}, 'number_of_bathrooms': {'type': 'integer', 'description': 'Number of bathrooms'}, 'only_regular_properties': {'type': 'boolean', 'description': 'Only regular properties'}, 'number_of_parking_spaces': {'type': 'integer', 'description': 'Number of parking spaces'}}, 'additionalProperties': False}}, {'name': 'get_property_details', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['propertyCode'], 'properties': {'propertyCode': {'type': 'string', 'description': 'Property code'}}, 'additionalProperties': False}}, {'name': 'get_similar_properties', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['adType'], 'properties': {'city': {'type': 'string', 'description': 'City'}, 'code': {'type': 'string', 'description': 'Property code (Number)'}, 'sort': {'enum': ['PriceAsc', 'PriceDesc', 'DateAsc', 'DateDesc'], 'type': 'string', 'description': 'Sort criteria'}, 'state': {'type': 'string', 'description': 'State'}, 'adType': {'enum': ['Sale', 'Rent', 'Both'], 'type': 'string', 'description': 'Ad type'}, 'street': {'type': 'string', 'description': 'Street'}, 'country': {'type': 'string', 'description': 'Country'}, 'purpose': {'enum': ['RESIDENCIAL', 'COMERCIAL'], 'type': 'string', 'description': 'Purpose (RESIDENCIAL, COMERCIAL) required if property_type is provided'}, 'area_max': {'type': 'number', 'description': 'Maximum area'}, 'area_min': {'type': 'number', 'description': 'Minimum area'}, 'distance': {'type': 'number', 'description': 'Distance'}, 'latitude': {'type': 'number', 'description': 'Latitude'}, 'longitude': {'type': 'number', 'description': 'Longitude'}, 'price_max': {'type': 'number', 'description': 'Maximum price'}, 'price_min': {'type': 'number', 'description': 'Minimum price'}, 'company_id': {'type': 'string', 'description': 'Company ID (UUID format)'}, 'condominium': {'type': 'string', 'description': 'Condominium (Name)'}, 'neighborhood': {'type': 'string', 'description': 'Neighborhood'}, 'property_type': {'type': 'array', 'items': {'enum': ['APARTAMENTO', 'APARTAMENTO DUPLEX', 'APARTAMENTO TRIPLEX', 'APARTAMENTO GARDEN', 'FLAT', 'COBERTURA', 'COBERTURA DUPLEX', 'COBERTURA TRIPLEX', 'CASA', 'SOBRADO', 'SOBRADO EM CONDOMÍNIO', 'CASA CONDOMÍNIO', 'TERRENO', 'TERRENO CONDOMÍNIO', 'SÍTIO', 'CHÁCARA', 'CHÁCARA EM CONDOMÍNIO', 'GALPÃO', 'TERRENO COMERCIAL', 'FAZENDA', 'GARAGEM', 'SALA COMERCIAL', 'LOJA', 'PRÉDIO'], 'type': 'string'}, 'description': 'Property types (APARTAMENTO, CASA, etc.)'}, 'parent_company_id': {'type': 'string', 'description': 'Parent company ID (UUID format)'}, 'number_of_bedrooms': {'type': 'integer', 'description': 'Number of bedrooms'}, 'number_of_bathrooms': {'type': 'integer', 'description': 'Number of bathrooms'}, 'only_regular_properties': {'type': 'boolean', 'description': 'Only regular properties'}, 'number_of_parking_spaces': {'type': 'integer', 'description': 'Number of parking spaces'}}, 'additionalProperties': False}}] |
@611711Dark/mcp_sympy_calculate_server | Calculate Server | Perform complex mathematical calculations effortlessly. Leverage powerful symbolic computation capabilities to solve equations, perform algebraic manipulations, and execute calculus operations with ease. | 2025-04-01T20:40:56.156Z | 100 | https://smithery.ai/server/@611711Dark/mcp_sympy_calculate_server | true | null | {
"scanPassed": true
} | [{'name': 'calculate_expression', 'description': '\ncalculate mathematical expressions using the `sympify` function from `sympy`, parse and compute the input mathematical expression string, supports direct calls to SymPy functions (automatically recognizes x, y, z as symbolic variables)\nParameters:\n expression (str): Mathematical expression, e.g., "223 - 344 * 6" or "sin(pi/2) + log(10)".Replace special symbols with approximate values, e.g., pi → 3.1415"\nExample expressions:\n "2 + 3*5" # Basic arithmetic → 17\n "expand((x + 1)**2)" # Expand → x² + 2x + 1\n "diff(sin(x), x)" # Derivative → cos(x)\n "integrate(exp(x), (x, 0, 1))" # Definite integral → E - 1\n "solve(x**2 - 4, x)" # Solve equation → [-2, 2]\n "limit(tan(x)/x, x, 0)" # Limit → 1\n "Sum(k, (k, 1, 10)).doit()" # Summation → 55\n "Matrix([[1, 2], [3, 4]]).inv()" # Matrix inverse → [[-2, 1], [3/2, -1/2]]\n "simplify((x**2 - 1)/(x + 1))" # Simplify → x - 1\n "factor(x**2 - 2*x - 15)" # Factorize → (x - 5)(x + 3)\n "series(cos(x), x, 0, 4)" # Taylor series → 1 - x²/2 + x⁴/24 + O(x⁴)\n "integrate(exp(-x**2)*sin(x), (x, -oo, oo))" # Complex integral\n "solve([x**2 + y**2 - 1, x + y - 1], [x, y])" # Solve system of equations\n "Matrix([[1, 2, 3], [4, 5, 6], [7, 8, 9]]).eigenvals()" # Matrix eigenvalues\nReturns:\n str: Calculation result. If the expression cannot be parsed or computed, returns an error message (str).\n', 'inputSchema': {'type': 'object', 'title': 'calculate_expressionArguments', 'required': ['expression'], 'properties': {'expression': {'type': 'string', 'title': 'Expression'}}}}] |
piapi-mcp-server | PiAPI MCP Server | MCP Server for PiAPI image generation, supporting media content creation through various services. | 2024-12-27T11:50:49.329Z | 100 | https://smithery.ai/server/piapi-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'generate_image', 'description': 'Generate an image from text using PiAPI Flux', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'width': {'allOf': [{'type': ['string', 'number']}, {'type': 'number', 'maximum': 1024, 'minimum': 1}], 'default': 1024}, 'height': {'allOf': [{'type': ['string', 'number']}, {'type': 'number', 'maximum': 1024, 'minimum': 1}], 'default': 1024}, 'prompt': {'type': 'string'}}, 'additionalProperties': False}}] |
@Hint-Services/mcp-private-github-search | Private GitHub Search | Enable seamless searching of private GitHub repositories with automatic handling of rate limiting, type safety, and error management. Access file contents and issues securely using your GitHub token. Integrate private repository search capabilities into your AI workflows effortlessly. | 2025-04-30T21:59:15.372Z | 100 | https://smithery.ai/server/@Hint-Services/mcp-private-github-search | true | null | {
"scanPassed": true
} | [{'name': 'getFileContents', 'description': 'Get the contents of a specific file in the configured repository (string/string).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath'], 'properties': {'filePath': {'type': 'string', 'description': 'Path to the file within the repository.'}}, 'additionalProperties': False}}, {'name': 'searchFiles', 'description': 'Search for files within the configured repository (string/string).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query (uses GitHub Code Search syntax)'}}, 'additionalProperties': False}}, {'name': 'searchIssues', 'description': 'Search for issues within the configured repository (string/string).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query (uses GitHub Issue Search syntax)'}}, 'additionalProperties': False}}] |
@EthanHenrickson/math-mcp | Math-MCP | Enable your LLMs to perform accurate numerical calculations with a simple API. Leverage basic arithmetic and statistical functions to enhance your applications. Simplify complex mathematical tasks effortlessly and improve your model's capabilities. | 2025-03-09T05:01:16.235Z | 117 | https://smithery.ai/server/@EthanHenrickson/math-mcp | true | null | {
"scanPassed": true
} | [{'name': 'add', 'description': 'Adds two numbers together', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['firstNumber', 'secondNumber'], 'properties': {'firstNumber': {'type': 'number', 'description': 'The first addend'}, 'secondNumber': {'type': 'number', 'description': 'The second addend'}}, 'additionalProperties': False}}, {'name': 'subtract', 'description': 'Subtracts the second number from the first number', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['minuend', 'subtrahend'], 'properties': {'minuend': {'type': 'number', 'description': 'The number to subtract from (minuend)'}, 'subtrahend': {'type': 'number', 'description': 'The number being subtracted (subtrahend)'}}, 'additionalProperties': False}}, {'name': 'multiply', 'description': 'Multiplies two numbers together', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['firstNumber', 'SecondNumber'], 'properties': {'firstNumber': {'type': 'number', 'description': 'The first number'}, 'SecondNumber': {'type': 'number', 'description': 'The second number'}}, 'additionalProperties': False}}, {'name': 'division', 'description': 'Divides the first number by the second number', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['numerator', 'denominator'], 'properties': {'numerator': {'type': 'number', 'description': 'The number being divided (numerator)'}, 'denominator': {'type': 'number', 'description': 'The number to divide by (denominator)'}}, 'additionalProperties': False}}, {'name': 'sum', 'description': 'Adds any number of numbers together', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['numbers'], 'properties': {'numbers': {'type': 'array', 'items': {'type': 'number'}, 'minItems': 1, 'description': 'Array of numbers to sum'}}, 'additionalProperties': False}}, {'name': 'mean', 'description': 'Calculates the arithmetic mean of a list of numbers', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['numbers'], 'properties': {'numbers': {'type': 'array', 'items': {'type': 'number'}, 'minItems': 1, 'description': 'Array of numbers to find the mean of'}}, 'additionalProperties': False}}, {'name': 'median', 'description': 'Calculates the median of a list of numbers', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['numbers'], 'properties': {'numbers': {'type': 'array', 'items': {'type': 'number'}, 'minItems': 1, 'description': 'Array of numbers to find the median of'}}, 'additionalProperties': False}}, {'name': 'mode', 'description': 'Finds the most common number in a list of numbers', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['numbers'], 'properties': {'numbers': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of numbers to find the mode of'}}, 'additionalProperties': False}}, {'name': 'min', 'description': 'Finds the minimum value from a list of numbers', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['numbers'], 'properties': {'numbers': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of numbers to find the minimum of'}}, 'additionalProperties': False}}, {'name': 'max', 'description': 'Finds the maximum value from a list of numbers', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['numbers'], 'properties': {'numbers': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of numbers to find the maximum of'}}, 'additionalProperties': False}}, {'name': 'floor', 'description': 'Rounds a number down to the nearest integer', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['number'], 'properties': {'number': {'type': 'number', 'description': 'The number to round down'}}, 'additionalProperties': False}}, {'name': 'ceiling', 'description': 'Rounds a number up to the nearest integer', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['number'], 'properties': {'number': {'type': 'number', 'description': 'The number to round up'}}, 'additionalProperties': False}}, {'name': 'round', 'description': 'Rounds a number to the nearest integer', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['number'], 'properties': {'number': {'type': 'number', 'description': 'The number to round'}}, 'additionalProperties': False}}] |
@clockworked247/flights-mcp-ts | Flight & Stay Search Server (Duffel API) | A TypeScript implementation of a flight & stay search MCP server that uses the Duffel API to search for flights. This MCP server provides tools to search for one-way, round-trip, and multi-city flights. | 2025-04-16T08:24:38.550Z | 97 | https://smithery.ai/server/@clockworked247/flights-mcp-ts | true | null | {
"scanPassed": true
} | [{'name': 'search_flights', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['type', 'origin', 'destination', 'departureDate', 'cabinClass'], 'properties': {'type': {'enum': ['one_way', 'round_trip', 'multi_city'], 'type': 'string', 'description': 'Type of flight'}, 'adults': {'type': 'number', 'default': 1, 'minimum': 1, 'description': 'Number of adult passengers'}, 'origin': {'type': 'string', 'description': 'Origin airport or city IATA code (e.g., SFO, NYC)'}, 'cabinClass': {'enum': ['economy', 'premium_economy', 'business', 'first'], 'type': 'string', 'description': 'Cabin class'}, 'returnDate': {'type': 'string', 'description': 'Return date in YYYY-MM-DD format (required for round-trip)'}, 'arrivalTime': {'$ref': '#/properties/departureTime', 'description': 'Preferred arrival time window'}, 'destination': {'type': 'string', 'description': 'Destination airport or city IATA code (e.g., LAX, LHR)'}, 'departureDate': {'type': 'string', 'description': 'Departure date in YYYY-MM-DD format'}, 'departureTime': {'type': 'object', 'required': ['fromTime', 'toTime'], 'properties': {'toTime': {'type': 'string', 'description': 'End time in 24-hour format (HH:MM)'}, 'fromTime': {'type': 'string', 'description': 'Start time in 24-hour format (HH:MM)'}}, 'description': 'Preferred departure time window', 'additionalProperties': False}, 'maxConnections': {'type': 'number', 'description': 'Maximum number of connections'}, 'additionalStops': {'type': 'array', 'items': {'type': 'object', 'required': ['origin', 'destination', 'departureDate'], 'properties': {'origin': {'type': 'string', 'description': 'Origin airport or city IATA code (e.g., SFO, NYC)'}, 'destination': {'type': 'string', 'description': 'Destination airport or city IATA code (e.g., LAX, LHR)'}, 'departureDate': {'type': 'string', 'description': 'Departure date in YYYY-MM-DD format'}}, 'additionalProperties': False}, 'description': 'Additional stops for multi-city flights'}}, 'additionalProperties': False}}, {'name': 'get_offer_details', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['offerId'], 'properties': {'offerId': {'type': 'string', 'description': 'Unique identifier for the flight offer'}}, 'additionalProperties': False}}, {'name': 'search_multi_city', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['segments', 'cabinClass'], 'properties': {'adults': {'type': 'number', 'default': 1, 'minimum': 1, 'description': 'Number of adult passengers'}, 'segments': {'type': 'array', 'items': {'type': 'object', 'required': ['origin', 'destination', 'departureDate'], 'properties': {'origin': {'type': 'string', 'description': 'Origin airport or city IATA code (e.g., SFO, NYC)'}, 'destination': {'type': 'string', 'description': 'Destination airport or city IATA code (e.g., LAX, LHR)'}, 'departureDate': {'type': 'string', 'description': 'Departure date in YYYY-MM-DD format'}}, 'additionalProperties': False}, 'minItems': 2, 'description': 'Flight segments for multi-city trip'}, 'cabinClass': {'enum': ['economy', 'premium_economy', 'business', 'first'], 'type': 'string', 'description': 'Cabin class'}, 'maxConnections': {'type': 'number', 'description': 'Maximum number of connections'}}, 'additionalProperties': False}}, {'name': 'search_stays', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['location', 'check_in_date', 'check_out_date', 'guests'], 'properties': {'rooms': {'type': 'integer', 'minimum': 1, 'description': 'Number of rooms'}, 'guests': {'type': 'integer', 'minimum': 1, 'description': 'Number of guests'}, 'location': {'type': 'string', 'description': 'City, airport code, or area to search for stays'}, 'radius_km': {'type': 'number', 'description': 'Search radius in kilometers'}, 'check_in_date': {'type': 'string', 'description': 'Check-in date (YYYY-MM-DD)'}, 'check_out_date': {'type': 'string', 'description': 'Check-out date (YYYY-MM-DD)'}}, 'additionalProperties': False}}, {'name': 'get_stay_reviews', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['stay_id'], 'properties': {'after': {'type': 'string', 'description': 'Pagination cursor: after'}, 'limit': {'type': 'integer', 'maximum': 200, 'minimum': 1, 'description': 'Max reviews to return (1-200)'}, 'before': {'type': 'string', 'description': 'Pagination cursor: before'}, 'stay_id': {'type': 'string', 'description': 'Duffel stay/hotel ID (e.g., acc_0000AWr2VsUNIF1Vl91xg0)'}}, 'additionalProperties': False}}] |
@smithery-ai/everart | Everart | Image generation server utilizing EverArt's API with multiple model options for generating images. | 2024-12-13T15:46:52.201Z | 115 | https://smithery.ai/server/@smithery-ai/everart | true | null | {
"scanPassed": true
} | [{'name': 'generate_image', 'description': 'Generate images using EverArt Models and returns a clickable link to view the generated image. The tool will return a URL that can be clicked to view the image in a browser. Available models:\n- 5000:FLUX1.1: Standard quality\n- 9000:FLUX1.1-ultra: Ultra high quality\n- 6000:SD3.5: Stable Diffusion 3.5\n- 7000:Recraft-Real: Photorealistic style\n- 8000:Recraft-Vector: Vector art style\n\nThe response will contain a direct link to view the generated image.', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'model': {'type': 'string', 'default': '5000', 'description': 'Model ID (5000:FLUX1.1, 9000:FLUX1.1-ultra, 6000:SD3.5, 7000:Recraft-Real, 8000:Recraft-Vector)'}, 'prompt': {'type': 'string', 'description': 'Text description of desired image'}, 'image_count': {'type': 'number', 'default': 1, 'description': 'Number of images to generate'}}}}] |
@NaveenBandarage/poke-mcp | Pokémcp | Poke-MCP is a Model Context Protocol (MCP) server that provides Pokémon information through a standardized interface. It connects to the [PokeAPI](https://pokeapi.co/) to fetch Pokémon data and exposes it through MCP tools that can be used by any MCP-compatible client, such as Claude Desktop App, Continue, Cline, and others. | 2025-02-26T02:32:05.948Z | 95 | https://smithery.ai/server/@NaveenBandarage/poke-mcp | true | null | {
"scanPassed": true
} | [{'name': 'random-pokemon', 'description': 'Get a random Pokémon', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'random-pokemon-from-region', 'description': 'Get a random Pokémon from a specific region', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['region'], 'properties': {'region': {'type': 'string', 'description': 'The Pokémon region (e.g., kanto, johto, hoenn, etc.)'}}, 'additionalProperties': False}}, {'name': 'random-pokemon-by-type', 'description': 'Get a random Pokémon of a specific type', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['type'], 'properties': {'type': {'type': 'string', 'description': 'The Pokémon type (e.g., fire, water, grass, etc.)'}}, 'additionalProperties': False}}, {'name': 'pokemon-query', 'description': 'Answer natural language Pokémon queries', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'A natural language query about Pokémon'}}, 'additionalProperties': False}}] |
@devabdultech/hn-mcp | Hacker News Integration | Access real-time stories, comments, and user profiles from Hacker News. Search and retrieve data effortlessly through a powerful integration with the Model Context Protocol. Enhance your LLM applications with comprehensive Hacker News functionality. | 2025-03-12T05:01:08.725Z | 94 | https://smithery.ai/server/@devabdultech/hn-mcp | true | null | {
"scanPassed": true
} | [{'name': 'search', 'description': 'Search for stories and comments on Hacker News', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'page': {'type': 'number', 'default': 0, 'description': 'The page number'}, 'type': {'enum': ['all', 'story', 'comment'], 'type': 'string', 'default': 'all', 'description': 'The type of content to search for'}, 'query': {'type': 'string', 'description': 'The search query'}, 'hitsPerPage': {'type': 'number', 'default': 20, 'description': 'The number of results per page'}}}}, {'name': 'getStory', 'description': 'Get a single story by ID', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the story'}}}}, {'name': 'getStoryWithComments', 'description': 'Get a story with its comments', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the story'}}}}, {'name': 'getStories', 'description': 'Get multiple stories by type (top, new, best, ask, show, job)', 'inputSchema': {'type': 'object', 'required': ['type'], 'properties': {'type': {'enum': ['top', 'new', 'best', 'ask', 'show', 'job'], 'type': 'string', 'description': 'The type of stories to fetch'}, 'limit': {'type': 'number', 'default': 30, 'description': 'The maximum number of stories to fetch'}}}}, {'name': 'getComment', 'description': 'Get a single comment by ID', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the comment'}}}}, {'name': 'getComments', 'description': 'Get comments for a story', 'inputSchema': {'type': 'object', 'required': ['storyId'], 'properties': {'limit': {'type': 'number', 'default': 30, 'description': 'The maximum number of comments to fetch'}, 'storyId': {'type': 'number', 'description': 'The ID of the story'}}}}, {'name': 'getCommentTree', 'description': 'Get a comment tree for a story', 'inputSchema': {'type': 'object', 'required': ['storyId'], 'properties': {'storyId': {'type': 'number', 'description': 'The ID of the story'}}}}, {'name': 'getUser', 'description': 'Get a user profile by ID', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the user'}}}}, {'name': 'getUserSubmissions', 'description': "Get a user's submissions", 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the user'}}}}] |
@askjohngeorge/mcp-doc-scraper | Doc Scraper | Scrape documentation from any web URL and convert it into markdown format. Save the converted documentation to your specified output path effortlessly. Enhance your documentation management with this easy-to-use server integration. | 2025-03-12T11:00:50.523Z | 94 | https://smithery.ai/server/@askjohngeorge/mcp-doc-scraper | true | null | {
"scanPassed": true
} | [{'name': 'scrape_docs', 'description': 'Scrape documentation from a URL and save as markdown', 'inputSchema': {'type': 'object', 'title': 'ScrapeDocsInput', 'required': ['url', 'output_path'], 'properties': {'url': {'type': 'string', 'title': 'Url'}, 'output_path': {'type': 'string', 'title': 'Output Path'}}}}] |
@effytech/freshservice_mcp | Freshservice Integration Server | Enable AI assistants to manage IT service tickets and operations by integrating directly with Freshservice. Automate ticket creation, updates, and asset management to streamline your IT support workflows. Accelerate routine IT service tasks with seamless AI-driven interactions. | 2025-04-17T07:40:06.716Z | 93 | https://smithery.ai/server/@effytech/freshservice_mcp | true | null | null | [{'name': 'get_ticket_fields', 'description': 'Get ticket fields from Freshservice.', 'inputSchema': {'type': 'object', 'title': 'get_ticket_fieldsArguments', 'properties': {}}}, {'name': 'get_tickets', 'description': 'Get tickets from Freshservice with pagination support.', 'inputSchema': {'type': 'object', 'title': 'get_ticketsArguments', 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Per Page', 'default': 30}}}}, {'name': 'create_ticket', 'description': "\nCreate a ticket in Freshservice.\n\nAccepted values for:\n\n- source (int or str):\n 'email' (1), 'portal' (2), 'phone' (3), 'yammer' (6), 'chat' (7), 'aws_cloudwatch' (7),\n 'pagerduty' (8), 'walk_up' (9), 'slack' (10), 'workplace' (12),\n 'employee_onboarding' (13), 'alerts' (14), 'ms_teams' (15), 'employee_offboarding' (18)\n\n- priority (int or str):\n 'low' (1), 'medium' (2), 'high' (3), 'urgent' (4)\n\n- status (int or str):\n 'open' (2), 'pending' (3), 'resolved' (4), 'closed' (5)\n\nEither `email` or `requester_id` must be provided.\n", 'inputSchema': {'type': 'object', 'title': 'create_ticketArguments', 'required': ['subject', 'description', 'source', 'priority', 'status'], 'properties': {'email': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Email', 'default': None}, 'source': {'anyOf': [{'type': 'integer'}, {'type': 'string'}], 'title': 'Source'}, 'status': {'anyOf': [{'type': 'integer'}, {'type': 'string'}], 'title': 'Status'}, 'subject': {'type': 'string', 'title': 'Subject'}, 'priority': {'anyOf': [{'type': 'integer'}, {'type': 'string'}], 'title': 'Priority'}, 'description': {'type': 'string', 'title': 'Description'}, 'requester_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Requester Id', 'default': None}, 'custom_fields': {'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}], 'title': 'Custom Fields', 'default': None}}}}, {'name': 'update_ticket', 'description': 'Update a ticket in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'update_ticketArguments', 'required': ['ticket_id', 'ticket_fields'], 'properties': {'ticket_id': {'type': 'integer', 'title': 'Ticket Id'}, 'ticket_fields': {'type': 'object', 'title': 'Ticket Fields', 'additionalProperties': True}}}}, {'name': 'filter_tickets', 'description': '\nFilter tickets based on a query string.\n\nNotes:\n- Query must be properly URL encoded.\n- Logical operators AND, OR can be used.\n- String values must be enclosed in single quotes.\n- Date format: \'yyyy-mm-dd\'.\n- Supported operators: =, :>, :<\n\nExample query (before encoding):\n"priority: 1 AND status: 2 OR urgency: 3"\n', 'inputSchema': {'type': 'object', 'title': 'filter_ticketsArguments', 'required': ['query'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'query': {'type': 'string', 'title': 'Query'}, 'workspace_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Workspace Id', 'default': None}}}}, {'name': 'delete_ticket', 'description': 'Delete a ticket in Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'delete_ticketArguments', 'required': ['ticket_id'], 'properties': {'ticket_id': {'type': 'integer', 'title': 'Ticket Id'}}}}, {'name': 'get_ticket_by_id', 'description': 'Get a specific ticket by its ID', 'inputSchema': {'type': 'object', 'title': 'get_ticket_by_idArguments', 'required': ['ticket_id'], 'properties': {'ticket_id': {'type': 'integer', 'title': 'Ticket Id'}}}}, {'name': 'list_service_items', 'description': 'Get list of service items from Freshservice', 'inputSchema': {'type': 'object', 'title': 'list_service_itemsArguments', 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Per Page', 'default': 30}}}}, {'name': 'get_requested_items', 'description': 'Fetch requested items for a specific ticket if the ticket is a service request.', 'inputSchema': {'type': 'object', 'title': 'get_requested_itemsArguments', 'required': ['ticket_id'], 'properties': {'ticket_id': {'type': 'integer', 'title': 'Ticket Id'}}}}, {'name': 'create_service_request', 'description': '\nPlace a service request in Freshservice.\n\nArgs:\n display_id (int): The display ID of the service catalog item.\n email (str): Email of the requester.\n requested_for (Optional[str]): Email of the person the request is for.\n quantity (int): Number of items requested (must be a positive integer).\n\nReturns:\n dict: The response from the API.\n', 'inputSchema': {'type': 'object', 'title': 'create_service_requestArguments', 'required': ['display_id', 'email'], 'properties': {'email': {'type': 'string', 'title': 'Email'}, 'quantity': {'type': 'integer', 'title': 'Quantity', 'default': 1}, 'display_id': {'type': 'integer', 'title': 'Display Id'}, 'requested_for': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Requested For', 'default': None}}}}, {'name': 'send_ticket_reply', 'description': "\nSend a reply to a ticket in Freshservice.\n\nRequired:\n - ticket_id (int): Must be >= 1\n - body (str): Message content\n\nOptional:\n - from_email (str): Sender's email\n - user_id (int): Agent user ID\n - cc_emails (list or str): List of emails to CC\n - bcc_emails (list or str): List of emails to BCC\n\nNote: Attachments are not supported in this version.\n", 'inputSchema': {'type': 'object', 'title': 'send_ticket_replyArguments', 'required': ['ticket_id', 'body'], 'properties': {'body': {'type': 'string', 'title': 'Body'}, 'user_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'User Id', 'default': None}, 'cc_emails': {'anyOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Cc Emails', 'default': None}, 'ticket_id': {'type': 'integer', 'title': 'Ticket Id'}, 'bcc_emails': {'anyOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Bcc Emails', 'default': None}, 'from_email': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'From Email', 'default': None}}}}, {'name': 'create_ticket_note', 'description': 'Create a note for a ticket in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'create_ticket_noteArguments', 'required': ['ticket_id', 'body'], 'properties': {'body': {'type': 'string', 'title': 'Body'}, 'ticket_id': {'type': 'integer', 'title': 'Ticket Id'}}}}, {'name': 'update_ticket_conversation', 'description': 'Update a conversation for a ticket in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'update_ticket_conversationArguments', 'required': ['conversation_id', 'body'], 'properties': {'body': {'type': 'string', 'title': 'Body'}, 'conversation_id': {'type': 'integer', 'title': 'Conversation Id'}}}}, {'name': 'list_all_ticket_conversation', 'description': 'List all conversation of a ticket in freshservice', 'inputSchema': {'type': 'object', 'title': 'list_all_ticket_conversationArguments', 'required': ['ticket_id'], 'properties': {'ticket_id': {'type': 'integer', 'title': 'Ticket Id'}}}}, {'name': 'get_all_products', 'description': '\nFetch one page of products from Freshservice with pagination support.\nReturns the page data and info about whether a next page exists.\n', 'inputSchema': {'type': 'object', 'title': 'get_all_productsArguments', 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Per Page', 'default': 30}}}}, {'name': 'get_products_by_id', 'description': 'List all products of a ticket in freshservice', 'inputSchema': {'type': 'object', 'title': 'get_products_by_idArguments', 'required': ['product_id'], 'properties': {'product_id': {'type': 'integer', 'title': 'Product Id'}}}}, {'name': 'create_product', 'description': "\nCreate a product in Freshservice with required and optional fields.\nValidates 'status' to be one of: 'In Production', 'In Pipeline', 'Retired' or corresponding integer values.\n", 'inputSchema': {'type': 'object', 'title': 'create_productArguments', 'required': ['name', 'asset_type_id'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'status': {'anyOf': [{'type': 'string'}, {'type': 'integer'}, {'type': 'null'}], 'title': 'Status', 'default': None}, 'description': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description', 'default': None}, 'manufacturer': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Manufacturer', 'default': None}, 'asset_type_id': {'type': 'integer', 'title': 'Asset Type Id'}, 'description_text': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description Text', 'default': None}, 'mode_of_procurement': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Mode Of Procurement', 'default': None}, 'depreciation_type_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Depreciation Type Id', 'default': None}}}}, {'name': 'update_product', 'description': "\nUpdate a product in Freshservice. Requires 'id', 'name', and 'asset_type_id'.\nOptional fields: manufacturer, status, mode_of_procurement, depreciation_type_id, description, description_text.\n", 'inputSchema': {'type': 'object', 'title': 'update_productArguments', 'required': ['id', 'name', 'asset_type_id'], 'properties': {'id': {'type': 'integer', 'title': 'Id'}, 'name': {'type': 'string', 'title': 'Name'}, 'status': {'anyOf': [{'type': 'string'}, {'type': 'integer'}, {'type': 'null'}], 'title': 'Status', 'default': None}, 'description': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description', 'default': None}, 'manufacturer': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Manufacturer', 'default': None}, 'asset_type_id': {'type': 'integer', 'title': 'Asset Type Id'}, 'description_text': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description Text', 'default': None}, 'mode_of_procurement': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Mode Of Procurement', 'default': None}, 'depreciation_type_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Depreciation Type Id', 'default': None}}}}, {'name': 'create_requester', 'description': "\nCreates a requester in Freshservice.\n'first_name' is required. Also requires at least one of: 'primary_email', 'work_phone_number', or 'mobile_phone_number'.\n", 'inputSchema': {'type': 'object', 'title': 'create_requesterArguments', 'required': ['first_name'], 'properties': {'address': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Address', 'default': None}, 'language': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Language', 'default': None}, 'job_title': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Job Title', 'default': None}, 'last_name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Last Name', 'default': None}, 'time_zone': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Time Zone', 'default': None}, 'first_name': {'type': 'string', 'title': 'First Name'}, 'location_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Location Id', 'default': None}, 'time_format': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Time Format', 'default': None}, 'custom_fields': {'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}], 'title': 'Custom Fields', 'default': None}, 'primary_email': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Primary Email', 'default': None}, 'department_ids': {'anyOf': [{'type': 'array', 'items': {'type': 'integer'}}, {'type': 'null'}], 'title': 'Department Ids', 'default': None}, 'secondary_emails': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Secondary Emails', 'default': None}, 'work_phone_number': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Work Phone Number', 'default': None}, 'mobile_phone_number': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Mobile Phone Number', 'default': None}, 'reporting_manager_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Reporting Manager Id', 'default': None}, 'background_information': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Background Information', 'default': None}, 'can_see_all_tickets_from_associated_departments': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Can See All Tickets From Associated Departments', 'default': None}}}}, {'name': 'get_all_requesters', 'description': 'Fetch all requesters from Freshservice.', 'inputSchema': {'type': 'object', 'title': 'get_all_requestersArguments', 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'per_page': {'type': 'integer', 'title': 'Per Page', 'default': 30}}}}, {'name': 'get_requester_id', 'description': 'Get requester by ID in Freshservice', 'inputSchema': {'type': 'object', 'title': 'get_requester_idArguments', 'required': ['requester_id'], 'properties': {'requester_id': {'type': 'integer', 'title': 'Requester Id'}}}}, {'name': 'list_all_requester_fields', 'description': 'List all requester fields in Freshservice', 'inputSchema': {'type': 'object', 'title': 'list_all_requester_fieldsArguments', 'properties': {}}}, {'name': 'update_requester', 'description': 'Update a requester in Freshservice', 'inputSchema': {'type': 'object', 'title': 'update_requesterArguments', 'required': ['requester_id'], 'properties': {'address': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Address', 'default': None}, 'language': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Language', 'default': None}, 'job_title': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Job Title', 'default': None}, 'last_name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Last Name', 'default': None}, 'time_zone': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Time Zone', 'default': None}, 'first_name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'First Name', 'default': None}, 'location_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Location Id', 'default': None}, 'time_format': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Time Format', 'default': None}, 'requester_id': {'type': 'integer', 'title': 'Requester Id'}, 'custom_fields': {'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}], 'title': 'Custom Fields', 'default': None}, 'primary_email': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Primary Email', 'default': None}, 'department_ids': {'anyOf': [{'type': 'array', 'items': {'type': 'integer'}}, {'type': 'null'}], 'title': 'Department Ids', 'default': None}, 'secondary_emails': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Secondary Emails', 'default': None}, 'work_phone_number': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Work Phone Number', 'default': None}, 'mobile_phone_number': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Mobile Phone Number', 'default': None}, 'reporting_manager_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Reporting Manager Id', 'default': None}, 'background_information': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Background Information', 'default': None}, 'can_see_all_tickets_from_associated_departments': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Can See All Tickets From Associated Departments', 'default': False}}}}, {'name': 'filter_requesters', 'description': '\nFilter requesters based on requester attributes and custom fields.\n\nNotes:\n- Query must be URL encoded.\n- Logical operators AND, OR can be used.\n- To filter for empty fields, use `null`.\n- Use `~` for "starts with" text searches.\n- `include_agents=true` will include agents in the results (requires permissions).\n\nExample query (before encoding):\n"~name:\'john\' AND created_at:> \'2024-01-01\'"\n', 'inputSchema': {'type': 'object', 'title': 'filter_requestersArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'include_agents': {'type': 'boolean', 'title': 'Include Agents', 'default': False}}}}, {'name': 'create_agent', 'description': 'Create a new agent in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'create_agentArguments', 'required': ['first_name'], 'properties': {'email': {'type': 'string', 'title': 'Email', 'default': None}, 'job_title': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Job Title', 'default': None}, 'last_name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Last Name', 'default': None}, 'first_name': {'type': 'string', 'title': 'First Name'}, 'occasional': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Occasional', 'default': False}, 'work_phone_number': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Work Phone Number', 'default': None}, 'mobile_phone_number': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Mobile Phone Number', 'default': None}}}}, {'name': 'get_agent', 'description': 'Get agent by id in Freshservice', 'inputSchema': {'type': 'object', 'title': 'get_agentArguments', 'required': ['agent_id'], 'properties': {'agent_id': {'type': 'integer', 'title': 'Agent Id'}}}}, {'name': 'get_all_agents', 'description': 'Fetch agents from Freshservice.', 'inputSchema': {'type': 'object', 'title': 'get_all_agentsArguments', 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'per_page': {'type': 'integer', 'title': 'Per Page', 'default': 30}}}}, {'name': 'filter_agents', 'description': '\nFilter Freshservice agents based on a query.\n\nArgs:\n query: The filter query in URL-encoded format (e.g., "department_id:123 AND created_at:>\'2024-01-01\'")\n\nReturns:\n A list of matching agent records.\n', 'inputSchema': {'type': 'object', 'title': 'filter_agentsArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'update_agent', 'description': 'Update the agent details in the Freshservice', 'inputSchema': {'type': 'object', 'title': 'update_agentArguments', 'required': ['agent_id'], 'properties': {'email': {'type': 'string', 'title': 'email', 'default': None}, 'address': {'type': 'string', 'title': 'address', 'default': None}, 'agent_id': {'type': 'string', 'title': 'agent_id'}, 'language': {'type': 'string', 'title': 'language', 'default': None}, 'time_zone': {'type': 'string', 'title': 'time_zone', 'default': None}, 'occasional': {'type': 'string', 'title': 'occasional', 'default': None}, 'location_id': {'type': 'string', 'title': 'location_id', 'default': None}, 'time_format': {'type': 'string', 'title': 'time_format', 'default': None}, 'department_ids': {'type': 'string', 'title': 'department_ids', 'default': None}, 'scoreboard_level_id': {'type': 'string', 'title': 'scoreboard_level_id', 'default': None}, 'reporting_manager_id': {'type': 'string', 'title': 'reporting_manager_id', 'default': None}, 'background_information': {'type': 'string', 'title': 'background_information', 'default': None}, 'can_see_all_tickets_from_associated_departments': {'type': 'string', 'title': 'can_see_all_tickets_from_associated_departments', 'default': None}}}}, {'name': 'get_agent_fields', 'description': 'Get all agent fields in Freshservice', 'inputSchema': {'type': 'object', 'title': 'get_agent_fieldsArguments', 'properties': {}}}, {'name': 'get_all_agent_groups', 'description': 'Get all agent groups in Freshservice', 'inputSchema': {'type': 'object', 'title': 'get_all_agent_groupsArguments', 'properties': {}}}, {'name': 'getAgentGroupById', 'description': 'Get agent groups by its group id in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'getAgentGroupByIdArguments', 'required': ['group_id'], 'properties': {'group_id': {'type': 'integer', 'title': 'Group Id'}}}}, {'name': 'add_requester_to_group', 'description': 'Add a requester to a manual requester group in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'add_requester_to_groupArguments', 'required': ['group_id', 'requester_id'], 'properties': {'group_id': {'type': 'integer', 'title': 'Group Id'}, 'requester_id': {'type': 'integer', 'title': 'Requester Id'}}}}, {'name': 'create_group', 'description': '\nCreate a group in Freshservice using a plain dictionary.\n\nRequired:\n - name: str\nOptional:\n - description: str\n - agent_ids: List[int]\n - auto_ticket_assign: bool\n - escalate_to: int\n - unassigned_for: str (e.g. "thirty_minutes")\n', 'inputSchema': {'type': 'object', 'title': 'create_groupArguments', 'required': ['group_data'], 'properties': {'group_data': {'type': 'object', 'title': 'Group Data', 'additionalProperties': True}}}}, {'name': 'update_group', 'description': 'Update a group in Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'update_groupArguments', 'required': ['group_id', 'group_fields'], 'properties': {'group_id': {'type': 'integer', 'title': 'Group Id'}, 'group_fields': {'type': 'object', 'title': 'Group Fields', 'additionalProperties': True}}}}, {'name': 'get_all_requester_groups', 'description': 'Get all requester groups in Freshservice with pagination support.', 'inputSchema': {'type': 'object', 'title': 'get_all_requester_groupsArguments', 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Per Page', 'default': 30}}}}, {'name': 'get_requester_groups_by_id', 'description': 'Get requester groups by ID', 'inputSchema': {'type': 'object', 'title': 'get_requester_groups_by_idArguments', 'required': ['requester_group_id'], 'properties': {'requester_group_id': {'type': 'integer', 'title': 'Requester Group Id'}}}}, {'name': 'create_requester_group', 'description': 'Create a requester group in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'create_requester_groupArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'description': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description', 'default': None}}}}, {'name': 'update_requester_group', 'description': 'Update an existing requester group in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'update_requester_groupArguments', 'required': ['id'], 'properties': {'id': {'type': 'integer', 'title': 'Id'}, 'name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Name', 'default': None}, 'description': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description', 'default': None}}}}, {'name': 'list_requester_group_members', 'description': 'List all members of a requester group in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'list_requester_group_membersArguments', 'required': ['group_id'], 'properties': {'group_id': {'type': 'integer', 'title': 'Group Id'}}}}, {'name': 'get_all_canned_response', 'description': 'List all canned response in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'get_all_canned_responseArguments', 'properties': {}}}, {'name': 'get_canned_response', 'description': 'Get a canned response in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'get_canned_responseArguments', 'required': ['id'], 'properties': {'id': {'type': 'integer', 'title': 'Id'}}}}, {'name': 'list_all_canned_response_folder', 'description': 'List all canned response of a folder in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'list_all_canned_response_folderArguments', 'properties': {}}}, {'name': 'list_canned_response_folder', 'description': 'List canned response folder in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'list_canned_response_folderArguments', 'required': ['id'], 'properties': {'id': {'type': 'integer', 'title': 'Id'}}}}, {'name': 'list_all_workspaces', 'description': 'List all workspaces in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'list_all_workspacesArguments', 'properties': {}}}, {'name': 'get_workspace', 'description': 'Get a workspace by its ID in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'get_workspaceArguments', 'required': ['id'], 'properties': {'id': {'type': 'integer', 'title': 'Id'}}}}, {'name': 'get_all_solution_category', 'description': 'Get all solution category in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'get_all_solution_categoryArguments', 'properties': {}}}, {'name': 'get_solution_category', 'description': 'Get solution category by its ID in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'get_solution_categoryArguments', 'required': ['id'], 'properties': {'id': {'type': 'integer', 'title': 'Id'}}}}, {'name': 'create_solution_category', 'description': 'Create a new solution category in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'create_solution_categoryArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'description': {'type': 'string', 'title': 'Description', 'default': None}, 'workspace_id': {'type': 'integer', 'title': 'Workspace Id', 'default': None}}}}, {'name': 'update_solution_category', 'description': 'Update a solution category in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'update_solution_categoryArguments', 'required': ['category_id', 'name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'category_id': {'type': 'integer', 'title': 'Category Id'}, 'description': {'type': 'string', 'title': 'Description', 'default': None}, 'workspace_id': {'type': 'integer', 'title': 'Workspace Id', 'default': None}, 'default_category': {'type': 'boolean', 'title': 'Default Category', 'default': None}}}}, {'name': 'get_list_of_solution_folder', 'description': 'Get list of solution folder by its ID in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'get_list_of_solution_folderArguments', 'required': ['id'], 'properties': {'id': {'type': 'integer', 'title': 'Id'}}}}, {'name': 'get_solution_folder', 'description': 'Get solution folder by its ID in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'get_solution_folderArguments', 'required': ['id'], 'properties': {'id': {'type': 'integer', 'title': 'Id'}}}}, {'name': 'get_list_of_solution_article', 'description': 'Get list of solution article in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'get_list_of_solution_articleArguments', 'required': ['id'], 'properties': {'id': {'type': 'integer', 'title': 'Id'}}}}, {'name': 'get_solution_article', 'description': 'Get solution article by id in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'get_solution_articleArguments', 'required': ['id'], 'properties': {'id': {'type': 'integer', 'title': 'Id'}}}}, {'name': 'create_solution_article', 'description': 'Create a new solution article in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'create_solution_articleArguments', 'required': ['title', 'description', 'folder_id'], 'properties': {'tags': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Tags', 'default': None}, 'title': {'type': 'string', 'title': 'Title'}, 'status': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Status', 'default': 1}, 'keywords': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Keywords', 'default': None}, 'folder_id': {'type': 'integer', 'title': 'Folder Id'}, 'description': {'type': 'string', 'title': 'Description'}, 'review_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Review Date', 'default': None}, 'article_type': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Article Type', 'default': 1}}}}, {'name': 'update_solution_article', 'description': 'Update a solution article in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'update_solution_articleArguments', 'required': ['article_id'], 'properties': {'tags': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Tags', 'default': None}, 'title': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Title', 'default': None}, 'status': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Status', 'default': None}, 'keywords': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Keywords', 'default': None}, 'folder_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Folder Id', 'default': None}, 'article_id': {'type': 'integer', 'title': 'Article Id'}, 'description': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description', 'default': None}, 'review_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Review Date', 'default': None}, 'article_type': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Article Type', 'default': None}}}}, {'name': 'create_solution_folder', 'description': 'Create a new folder under a solution category in Freshservice.', 'inputSchema': {'type': 'object', 'title': 'create_solution_folderArguments', 'required': ['name', 'category_id', 'department_ids'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'visibility': {'type': 'integer', 'title': 'Visibility', 'default': 4}, 'category_id': {'type': 'integer', 'title': 'Category Id'}, 'description': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description', 'default': None}, 'department_ids': {'type': 'array', 'items': {'type': 'integer'}, 'title': 'Department Ids'}}}}, {'name': 'update_solution_folder', 'description': "Update an existing solution folder's details in Freshservice.", 'inputSchema': {'type': 'object', 'title': 'update_solution_folderArguments', 'required': ['id'], 'properties': {'id': {'type': 'integer', 'title': 'Id'}, 'name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Name', 'default': None}, 'visibility': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Visibility', 'default': None}, 'description': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description', 'default': None}}}}, {'name': 'publish_solution_article', 'description': 'Publish a solution article in Freshservice (status = 2).', 'inputSchema': {'type': 'object', 'title': 'publish_solution_articleArguments', 'required': ['article_id'], 'properties': {'article_id': {'type': 'integer', 'title': 'Article Id'}}}}] |
@ErickWendel/erickwendel-contributions-mcp | Erick Wendel Contributions | A Model Context Protocol (MCP) server that provides tools to query Erick Wendel's contributions across different platforms.
See full docs in the repo for examples and more! | 2025-03-14T15:16:44.691Z | 93 | https://smithery.ai/server/@ErickWendel/erickwendel-contributions-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_talks', 'description': 'Get a list of talks with optional filtering and pagination.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'id': {'type': 'string', 'description': 'Filter talks by ID'}, 'city': {'type': 'string', 'description': 'Filter talks by city'}, 'skip': {'type': 'number', 'default': 0, 'description': 'Number of talks to skip'}, 'year': {'type': 'number', 'description': 'Filter talks by year'}, 'limit': {'type': 'number', 'default': 10, 'description': 'Maximum number of talks to return'}, 'title': {'type': 'string', 'description': 'Filter talks by title'}, 'country': {'type': 'string', 'description': 'Filter talks by country'}, 'group_by': {'type': 'string', 'description': 'Group counts by a specific field (language, country, city)'}, 'language': {'type': 'string', 'description': "Filter talks by language (e.g., 'spanish', 'english', 'portuguese' or direct codes like 'es', 'en', 'pt-br')"}, 'count_only': {'type': 'boolean', 'default': False, 'description': 'If true, returns only the count without talk details'}}, 'additionalProperties': False}}, {'name': 'get_posts', 'description': 'Get a list of posts with optional filtering and pagination.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'id': {'type': 'string', 'description': 'Filter posts by ID'}, 'skip': {'type': 'number', 'default': 0, 'description': 'Number of posts to skip'}, 'limit': {'type': 'number', 'default': 10, 'description': 'Maximum number of posts to return'}, 'title': {'type': 'string', 'description': 'Filter posts by title'}, 'portal': {'type': 'string', 'description': 'Filter posts by portal'}, 'language': {'type': 'string', 'description': 'Filter posts by language'}}, 'additionalProperties': False}}, {'name': 'get_videos', 'description': 'Get a list of videos with optional filtering and pagination.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'id': {'type': 'string', 'description': 'Filter videos by ID'}, 'skip': {'type': 'number', 'default': 0, 'description': 'Number of videos to skip'}, 'limit': {'type': 'number', 'default': 10, 'description': 'Maximum number of videos to return'}, 'title': {'type': 'string', 'description': 'Filter videos by title'}, 'language': {'type': 'string', 'description': 'Filter videos by language'}}, 'additionalProperties': False}}, {'name': 'check_status', 'description': 'Check if the API is alive and responding.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}] |
@CodeByWaqas/weather-mcp-server | Weather MCP Server | Retrieve real-time weather data effortlessly. Get detailed weather information including temperature, humidity, and wind speed using the OpenWeatherMap API. Enhance your applications with accurate weather insights in metric units. | 2025-03-31T04:00:33.682Z | 92 | https://smithery.ai/server/@CodeByWaqas/weather-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'weather', 'description': ' It fetches the latest weather reports for the given city. \n Args:\n city (str): The city name for which weather reports are required.\n Returns:\n dict: The weather reports for the given city.\n ', 'inputSchema': {'type': 'object', 'title': 'weatherArguments', 'required': ['city'], 'properties': {'city': {'type': 'string', 'title': 'City'}}}}] |
@mdwoicke/mcp-dominos-pizza | Domino's Pizza API Integration Server | Integrate Domino's Pizza ordering capabilities directly into your applications. Enable seamless interaction with Domino's API to browse menus, place orders, and track deliveries. Enhance your user experience by automating pizza ordering workflows. | 2025-05-02T13:36:26.372Z | 92 | https://smithery.ai/server/@mdwoicke/mcp-dominos-pizza | true | null | {
"scanPassed": true
} | [{'name': 'findNearbyStores', 'description': "Find Domino's Pizza stores near an address", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'Full address to search for nearby stores'}}, 'additionalProperties': False}}, {'name': 'getMenu', 'description': "Get the menu for a specific Domino's store", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['storeId'], 'properties': {'storeId': {'type': 'string', 'description': 'ID of the store to get menu from'}}, 'additionalProperties': False}}, {'name': 'createOrder', 'description': 'Create a new pizza order', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['storeId', 'customer', 'address'], 'properties': {'address': {'type': 'object', 'required': ['street', 'city', 'region', 'postalCode'], 'properties': {'city': {'type': 'string'}, 'region': {'type': 'string'}, 'street': {'type': 'string'}, 'postalCode': {'type': 'string'}, 'deliveryInstructions': {'type': 'string'}}, 'description': 'Address object. Required for delivery orders. For carryout orders paid by credit card, this address is used as the billing address and is required.', 'additionalProperties': False}, 'storeId': {'type': 'string', 'description': 'ID of the store to order from'}, 'customer': {'type': 'object', 'required': ['firstName', 'lastName', 'phone'], 'properties': {'email': {'type': 'string'}, 'phone': {'type': 'string'}, 'lastName': {'type': 'string'}, 'firstName': {'type': 'string'}}, 'description': 'Customer information', 'additionalProperties': False}, 'orderType': {'enum': ['delivery', 'carryout'], 'type': 'string', 'default': 'delivery', 'description': 'Type of order - delivery or carryout'}}, 'additionalProperties': False}}, {'name': 'addItemToOrder', 'description': 'Add an item to an existing order', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orderId', 'item'], 'properties': {'item': {'type': 'object', 'required': ['code'], 'properties': {'code': {'type': 'string', 'description': 'Menu code for the item'}, 'options': {'type': 'object', 'description': "Customization options using single-letter codes (e.g., 'P' for Pepperoni). Format: { 'ToppingCode': { 'Portion': 'Quantity' } }. Portions: '1/1' (whole), '1/2' (left), '2/2' (right). Quantities: '0.5' (light), '1' (normal), '1.5' (extra), '2' (double). Example: { 'P': { '1/2': '1.5' } } for extra pepperoni on the left half.", 'additionalProperties': {}}, 'quantity': {'type': 'integer', 'default': 1, 'description': 'Number of this item to add'}}, 'description': 'Item to add to the order', 'additionalProperties': False}, 'orderId': {'type': 'string', 'description': 'ID of the order to add item to'}}, 'additionalProperties': False}}, {'name': 'removeItemFromOrder', 'description': 'Remove an item from an existing order', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orderId', 'itemIndex'], 'properties': {'orderId': {'type': 'string', 'description': 'ID of the order to remove item from'}, 'itemIndex': {'type': 'integer', 'minimum': 0, 'description': "Zero-based index of the item to remove from the order's list"}}, 'additionalProperties': False}}, {'name': 'getOrderState', 'description': 'Get the current state of an order from the session', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orderId'], 'properties': {'orderId': {'type': 'string', 'description': 'ID of the order to retrieve state for'}}, 'additionalProperties': False}}, {'name': 'validateOrder', 'description': 'Validate an order before placing it', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orderId'], 'properties': {'orderId': {'type': 'string', 'description': 'ID of the order to validate'}}, 'additionalProperties': False}}, {'name': 'priceOrder', 'description': 'Price an order to get total cost', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orderId'], 'properties': {'orderId': {'type': 'string', 'description': 'ID of the order to price'}}, 'additionalProperties': False}}, {'name': 'placeOrder', 'description': 'Place an order with payment information', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orderId', 'payment'], 'properties': {'orderId': {'type': 'string', 'description': 'ID of the order to place'}, 'payment': {'type': 'object', 'required': ['type'], 'properties': {'type': {'enum': ['credit', 'cash'], 'type': 'string', 'description': 'Payment method'}, 'tipAmount': {'type': 'number'}, 'cardNumber': {'type': 'string'}, 'expiration': {'type': 'string'}, 'postalCode': {'type': 'string', 'description': 'Billing postal code for credit card payments.'}, 'securityCode': {'type': 'string'}}, 'description': 'Payment information', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'trackOrder', 'description': 'Track the status of an order', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['phoneNumber', 'storeId'], 'properties': {'orderId': {'type': 'string', 'description': 'Optional order ID if available'}, 'storeId': {'type': 'string', 'description': 'ID of the store the order was placed at'}, 'phoneNumber': {'type': 'string', 'description': 'Phone number used for the order'}}, 'additionalProperties': False}}] |
@GongRzhe/Image-Generation-MCP-Server | Image Generation Server | Generate stunning images from text prompts using advanced AI models. Leverage the power of the Replicate Flux model to create unique visuals tailored to your specifications. Enhance your projects with high-quality image generation capabilities effortlessly. | 2025-03-14T17:00:31.424Z | 91 | https://smithery.ai/server/@GongRzhe/Image-Generation-MCP-Server | true | null | {
"scanPassed": true
} | [{'name': 'generate_image', 'description': 'Generate an image using the Flux model', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'seed': {'type': 'integer', 'description': 'Random seed for reproducible generation'}, 'prompt': {'type': 'string', 'description': 'Prompt for generated image'}, 'num_outputs': {'type': 'integer', 'default': 1, 'maximum': 4, 'minimum': 1, 'description': 'Number of outputs to generate (1-4)'}, 'aspect_ratio': {'enum': ['1:1', '16:9', '21:9', '3:2', '2:3', '4:5', '5:4', '3:4', '4:3', '9:16', '9:21'], 'type': 'string', 'default': '1:1', 'description': 'Aspect ratio for the generated image'}, 'output_format': {'enum': ['webp', 'jpg', 'png'], 'type': 'string', 'default': 'webp', 'description': 'Format of the output images'}}}}] |
@graphlit/graphlit-mcp-server | Graphlit | Integrate MCP clients with the Graphlit service.
Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client. | 2025-03-02T03:03:37.441Z | 45 | https://smithery.ai/server/@graphlit/graphlit-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'retrieveContent', 'description': 'Retrieve content from Graphlit knowledge base.\n Accepts a search prompt, optional recency filter (defaults to last 30 days), and optional content type and file type filters.\n Prompt should be optimized for vector search, via text embeddings. Rewrite prompt as appropriate for higher relevance to search results.\n Returns the content sources in XML format, including metadata and Markdown text.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'inLast': {'type': 'string', 'default': 'P30D', 'description': "Recency filter for content 'in last' timespan, optional. Should be ISO 8601 format, for example, 'PT1H' for last hour, 'P1D' for last day, 'P7D' for last week, 'P30D' for last month. Doesn't support weeks or months explicitly."}, 'prompt': {'type': 'string', 'description': 'Search prompt for content retrieval.'}, 'fileType': {'enum': ['ANIMATION', 'AUDIO', 'CODE', 'DATA', 'DOCUMENT', 'DRAWING', 'EMAIL', 'GEOMETRY', 'IMAGE', 'MANIFEST', 'PACKAGE', 'POINT_CLOUD', 'SHAPE', 'UNKNOWN', 'VIDEO'], 'type': 'string', 'description': 'File type filter, optional. One of: Animation, Audio, Code, Data, Document, Drawing, Email, Geometry, Image, Package, PointCloud, Shape, Video.'}, 'contentType': {'enum': ['EMAIL', 'EVENT', 'FILE', 'ISSUE', 'MESSAGE', 'PAGE', 'POST', 'TEXT'], 'type': 'string', 'description': 'Content type filter, optional. One of: Email, Event, File, Issue, Message, Page, Post, Text.'}}, 'additionalProperties': False}}, {'name': 'queryFeeds', 'description': 'Query feeds by name and/or feed type.\n Returns the feed name, identifier and other feed properties.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'name': {'type': 'string', 'description': 'Feed name.'}, 'feedType': {'enum': ['DISCORD', 'EMAIL', 'INTERCOM', 'ISSUE', 'MICROSOFT_TEAMS', 'NOTION', 'REDDIT', 'RSS', 'SEARCH', 'SITE', 'SLACK', 'WEB', 'YOU_TUBE', 'ZENDESK'], 'type': 'string', 'description': 'Feed type filter, optional. One of: Discord, Email, Intercom, Issue, MicrosoftTeams, Notion, Reddit, Rss, Search, Site, Slack, Web, YouTube, Zendesk.'}}, 'additionalProperties': False}}, {'name': 'deleteFeed', 'description': 'Delete a feed and all of its ingested content.\n Accepts a feed identifier which was returned from one of the ingestion tools, like ingestGoogleDriveFiles.\n Content deletion will happen asynchronously.\n Returns the feed identifier and feed state, i.e. Deleted.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Feed identifier.'}}, 'additionalProperties': False}}, {'name': 'isFeedDone', 'description': 'Check if an asynchronous feed has completed ingesting all the available content.\n Accepts a feed identifier which was returned from one of the ingestion tools, like ingestGoogleDriveFiles.\n Returns whether the feed is done or not.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Feed identifier.'}}, 'additionalProperties': False}}, {'name': 'listMicrosoftTeamsTeams', 'description': 'Lists available Microsoft Teams teams.\n Returns a list of Microsoft Teams teams, where the team identifier can be used with listMicrosoftTeamsChannels to enumerate Microsoft Teams channels.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'listMicrosoftTeamsChannels', 'description': 'Lists available Microsoft Teams channels.\n Returns a list of Microsoft Teams channels, where the channel identifier can be used with ingestMicrosoftTeamsMessages to ingest messages into Graphlit knowledge base.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['teamId'], 'properties': {'teamId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'listSlackChannels', 'description': 'Lists available Slack channels.\n Returns a list of Slack channels, where the channel name can be used with ingestSlackMessages to ingest messages into Graphlit knowledge base.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'listSharePointLibraries', 'description': 'Lists available SharePoint libraries.\n Returns a list of SharePoint libraries, where the selected libraryId can be used with listSharePointFolders to enumerate SharePoint folders in a library.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'listSharePointFolders', 'description': 'Lists available SharePoint folders.\n Returns a list of SharePoint folders, which can be used with ingestSharePointFiles to ingest files into Graphlit knowledge base.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['libraryId'], 'properties': {'libraryId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'ingestSharePointFiles', 'description': 'Ingests files from SharePoint library into Graphlit knowledge base.\n Accepts a SharePoint libraryId and an optional folderId to ingest files from a specific SharePoint folder.\n Libraries can be enumerated with listSharePointLibraries and library folders with listSharePointFolders.\n Accepts an optional read limit for the number of files to ingest.\n Executes asynchonously and returns the feed identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['libraryId'], 'properties': {'folderId': {'type': 'string'}, 'libraryId': {'type': 'string'}, 'readLimit': {'type': 'number', 'description': 'Number of files to ingest, optional. Defaults to 100.'}}, 'additionalProperties': False}}, {'name': 'ingestOneDriveFiles', 'description': 'Ingests files from OneDrive folder into Graphlit knowledge base.\n Accepts an optional read limit for the number of files to ingest.\n Executes asynchonously and returns the feed identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'readLimit': {'type': 'number', 'description': 'Number of files to ingest, optional. Defaults to 100.'}}, 'additionalProperties': False}}, {'name': 'ingestGoogleDriveFiles', 'description': 'Ingests files from Google Drive folder into Graphlit knowledge base.\n Accepts an optional read limit for the number of files to ingest.\n Executes asynchonously and returns the feed identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'readLimit': {'type': 'number', 'description': 'Number of files to ingest, optional. Defaults to 100.'}}, 'additionalProperties': False}}, {'name': 'ingestDropboxFiles', 'description': 'Ingests files from Dropbox folder into Graphlit knowledge base.\n Accepts optional relative path to Dropbox folder (i.e. /Pictures), and an optional read limit for the number of files to ingest.\n If no path provided, ingests files from root Dropbox folder.\n Executes asynchonously and returns the feed identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'path': {'type': 'string'}, 'readLimit': {'type': 'number', 'description': 'Number of files to ingest, optional. Defaults to 100.'}}, 'additionalProperties': False}}, {'name': 'ingestBoxFiles', 'description': 'Ingests files from Box folder into Graphlit knowledge base.\n Accepts optional Box folder identifier, and an optional read limit for the number of files to ingest.\n If no folder identifier provided, ingests files from root Box folder (i.e. "0").\n Folder identifier can be inferred from Box URL. https://app.box.com/folder/123456 -> folder identifier is "123456".\n Executes asynchonously and returns the feed identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'folderId': {'type': 'string', 'default': '0'}, 'readLimit': {'type': 'number', 'description': 'Number of files to ingest, optional. Defaults to 100.'}}, 'additionalProperties': False}}, {'name': 'ingestGitHubFiles', 'description': "Ingests files from GitHub repository into Graphlit knowledge base.\n Accepts GitHub repository owner and repository name and an optional read limit for the number of files to ingest.\n For example, for GitHub repository (https://github.com/openai/tiktoken), 'openai' is the repository owner, and 'tiktoken' is the repository name.\n Executes asynchonously and returns the feed identifier.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryName', 'repositoryOwner'], 'properties': {'readLimit': {'type': 'number', 'description': 'Number of files to ingest, optional. Defaults to 100.'}, 'repositoryName': {'type': 'string', 'description': 'GitHub repository name.'}, 'repositoryOwner': {'type': 'string', 'description': 'GitHub repository owner.'}}, 'additionalProperties': False}}, {'name': 'ingestNotionPages', 'description': 'Ingests pages from Notion database into Graphlit knowledge base.\n Accepts an optional read limit for the number of messages to ingest.\n Executes asynchonously and returns the feed identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'readLimit': {'type': 'number', 'description': 'Number of pages to ingest, optional. Defaults to 100.'}}, 'additionalProperties': False}}, {'name': 'ingestMicrosoftTeamsMessages', 'description': 'Ingests messages from Microsoft Teams channel into Graphlit knowledge base.\n Accepts Microsoft Teams team identifier and channel identifier, and an optional read limit for the number of messages to ingest.\n Executes asynchonously and returns the feed identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['teamId', 'channelId'], 'properties': {'teamId': {'type': 'string'}, 'channelId': {'type': 'string'}, 'readLimit': {'type': 'number', 'description': 'Number of messages to ingest, optional. Defaults to 100.'}}, 'additionalProperties': False}}, {'name': 'ingestSlackMessages', 'description': 'Ingests messages from Slack channel into Graphlit knowledge base.\n Accepts Slack channel name and an optional read limit for the number of messages to ingest.\n Executes asynchonously and returns the feed identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['channelName'], 'properties': {'readLimit': {'type': 'number', 'description': 'Number of messages to ingest, optional. Defaults to 100.'}, 'channelName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'ingestDiscordMessages', 'description': 'Ingests messages from Discord channel into Graphlit knowledge base.\n Accepts Discord channel name and an optional read limit for the number of messages to ingest.\n Executes asynchonously and returns the feed identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['channelName'], 'properties': {'readLimit': {'type': 'number', 'description': 'Number of messages to ingest, optional. Defaults to 100.'}, 'channelName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'ingestRedditPosts', 'description': 'Ingests posts from Reddit subreddit into Graphlit knowledge base.\n Accepts a subreddit name and an optional read limit for the number of posts to ingest.\n Executes asynchonously and returns the feed identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['subredditName'], 'properties': {'readLimit': {'type': 'number', 'description': 'Number of posts to ingest, optional. Defaults to 100.'}, 'subredditName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'ingestGoogleEmail', 'description': 'Ingests emails from Google Email account into Graphlit knowledge base.\n Accepts an optional read limit for the number of emails to ingest.\n Executes asynchonously and returns the feed identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'readLimit': {'type': 'number', 'description': 'Number of emails to ingest, optional. Defaults to 100.'}}, 'additionalProperties': False}}, {'name': 'ingestMicrosoftEmail', 'description': 'Ingests emails from Microsoft Email account into Graphlit knowledge base.\n Accepts an optional read limit for the number of emails to ingest.\n Executes asynchonously and returns the feed identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'readLimit': {'type': 'number', 'description': 'Number of emails to ingest, optional. Defaults to 100.'}}, 'additionalProperties': False}}, {'name': 'ingestLinearIssues', 'description': 'Ingests issues from Linear project into Graphlit knowledge base.\n Accepts Linear project name and an optional read limit for the number of issues to ingest.\n Executes asynchonously and returns the feed identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectName'], 'properties': {'readLimit': {'type': 'number', 'description': 'Number of issues to ingest, optional. Defaults to 100.'}, 'projectName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'ingestGitHubIssues', 'description': "Ingests issues from GitHub repository into Graphlit knowledge base.\n Accepts GitHub repository owner and repository name and an optional read limit for the number of issues to ingest.\n For example, for GitHub repository (https://github.com/openai/tiktoken), 'openai' is the repository owner, and 'tiktoken' is the repository name.\n Executes asynchonously and returns the feed identifier.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryName', 'repositoryOwner'], 'properties': {'readLimit': {'type': 'number', 'description': 'Number of issues to ingest, optional. Defaults to 100.'}, 'repositoryName': {'type': 'string', 'description': 'GitHub repository name.'}, 'repositoryOwner': {'type': 'string', 'description': 'GitHub repository owner.'}}, 'additionalProperties': False}}, {'name': 'ingestJiraIssues', 'description': 'Ingests issues from Atlassian Jira repository into Graphlit knowledge base.\n Accepts Atlassian Jira server URL and project name, and an optional read limit for the number of issues to ingest.\n Executes asynchonously and returns the feed identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url', 'projectName'], 'properties': {'url': {'type': 'string'}, 'readLimit': {'type': 'number', 'description': 'Number of issues to ingest, optional. Defaults to 100.'}, 'projectName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'webCrawl', 'description': 'Crawls web pages from web site into Graphlit knowledge base.\n Accepts a URL and an optional read limit for the number of pages to crawl.\n Uses sitemap.xml to discover pages to be crawled from website.\n Executes asynchonously and returns the feed identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string'}, 'readLimit': {'type': 'number', 'description': 'Number of web pages to ingest, optional. Defaults to 100.'}}, 'additionalProperties': False}}, {'name': 'webScrape', 'description': 'Scrapes web page into Graphlit knowledge base.\n Returns Markdown text and metadata extracted from web page.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'webMap', 'description': 'Enumerates the web pages at or beneath the provided URL using web sitemap.\n Accepts web page URL as string.\n Returns list of mapped URIs from web site.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'webSearch', 'description': 'Performs web search based on search query. Format the search query as what would be entered into a Google search.\n Accepts search query as string, and optional search service type.\n Search service types: Tavily, Exa. Defaults to Tavily.\n Returns URL, title and relevant Markdown text from resulting web pages.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['search'], 'properties': {'search': {'type': 'string'}, 'searchService': {'enum': ['EXA', 'TAVILY'], 'type': 'string', 'default': 'TAVILY'}}, 'additionalProperties': False}}, {'name': 'ingestRSS', 'description': 'Ingests posts from RSS feed into Graphlit knowledge base.\n For podcast RSS feeds, audio will be downloaded, transcribed and ingested into Graphlit knowledge base.\n Accepts RSS URL and an optional read limit for the number of posts to read.\n Executes asynchonously and returns the feed identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string'}, 'readLimit': {'type': 'number', 'description': 'Number of issues to posts, optional. Defaults to 25.'}}, 'additionalProperties': False}}, {'name': 'ingestUrl', 'description': 'Ingests content from URL into Graphlit knowledge base.\n Can ingest individual Word documents, PDFs, audio recordings, videos, images, or any other unstructured data.\n Executes asynchonously and returns the content identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string'}}, 'additionalProperties': False}}] |
@miguelyad26/alpaca-mcp-server | Alpaca MCP Server | Interact with the Alpaca trading API using natural language. Manage your stock trading, check positions, and fetch market data effortlessly. Empower your trading experience with real-time insights and order management capabilities. | 2025-03-20T15:30:15.029Z | 88 | https://smithery.ai/server/@miguelyad26/alpaca-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'get_account_info', 'description': 'Get the current account information including balances and status.', 'inputSchema': {'type': 'object', 'title': 'get_account_infoArguments', 'properties': {}}}, {'name': 'get_positions', 'description': 'Get all current positions in the portfolio.', 'inputSchema': {'type': 'object', 'title': 'get_positionsArguments', 'properties': {}}}, {'name': 'get_stock_quote', 'description': '\n Get the latest quote for a stock.\n \n Args:\n symbol: Stock ticker symbol (e.g., AAPL, MSFT)\n ', 'inputSchema': {'type': 'object', 'title': 'get_stock_quoteArguments', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol'}}}}, {'name': 'get_stock_bars', 'description': '\n Get historical price bars for a stock.\n \n Args:\n symbol: Stock ticker symbol (e.g., AAPL, MSFT)\n days: Number of trading days to look back (default: 5)\n ', 'inputSchema': {'type': 'object', 'title': 'get_stock_barsArguments', 'required': ['symbol'], 'properties': {'days': {'type': 'integer', 'title': 'Days', 'default': 5}, 'symbol': {'type': 'string', 'title': 'Symbol'}}}}, {'name': 'get_orders', 'description': '\n Get orders with the specified status.\n \n Args:\n status: Order status to filter by (open, closed, all)\n limit: Maximum number of orders to return (default: 10)\n ', 'inputSchema': {'type': 'object', 'title': 'get_ordersArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'status': {'type': 'string', 'title': 'Status', 'default': 'all'}}}}, {'name': 'place_market_order', 'description': '\n Place a market order.\n \n Args:\n symbol: Stock ticker symbol (e.g., AAPL, MSFT)\n side: Order side (buy or sell)\n quantity: Number of shares to buy or sell\n ', 'inputSchema': {'type': 'object', 'title': 'place_market_orderArguments', 'required': ['symbol', 'side', 'quantity'], 'properties': {'side': {'type': 'string', 'title': 'Side'}, 'symbol': {'type': 'string', 'title': 'Symbol'}, 'quantity': {'type': 'number', 'title': 'Quantity'}}}}, {'name': 'place_limit_order', 'description': '\n Place a limit order.\n \n Args:\n symbol: Stock ticker symbol (e.g., AAPL, MSFT)\n side: Order side (buy or sell)\n quantity: Number of shares to buy or sell\n limit_price: Limit price for the order\n ', 'inputSchema': {'type': 'object', 'title': 'place_limit_orderArguments', 'required': ['symbol', 'side', 'quantity', 'limit_price'], 'properties': {'side': {'type': 'string', 'title': 'Side'}, 'symbol': {'type': 'string', 'title': 'Symbol'}, 'quantity': {'type': 'number', 'title': 'Quantity'}, 'limit_price': {'type': 'number', 'title': 'Limit Price'}}}}, {'name': 'cancel_all_orders', 'description': 'Cancel all open orders.', 'inputSchema': {'type': 'object', 'title': 'cancel_all_ordersArguments', 'properties': {}}}, {'name': 'close_all_positions', 'description': '\n Close all open positions.\n \n Args:\n cancel_orders: Whether to cancel all open orders before closing positions (default: True)\n ', 'inputSchema': {'type': 'object', 'title': 'close_all_positionsArguments', 'properties': {'cancel_orders': {'type': 'boolean', 'title': 'Cancel Orders', 'default': True}}}}] |
@InstantMCP/midjourneyserver | Midjourney MCP Server | Enable your AI assistant to generate stunning images and perform various actions using Midjourney's capabilities. Interact seamlessly with the MCP to create, modify, and check prompts for your creative projects. | 2025-04-08T20:51:24.932Z | 88 | https://smithery.ai/server/@InstantMCP/midjourneyserver | true | null | {
"scanPassed": true
} | [{'name': 'midjourney_imagine', 'description': "Generate up to 4 images from a text prompt using Midjourney's image generation capabilities.", 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'mode': {'enum': ['fast', 'relax', 'turbo'], 'type': 'string', 'description': "The task mode for generating images. Default is 'fast' if not specified."}, 'prompt': {'type': 'string', 'description': "Text prompt to generate the image from. Example: 'a cat --ar 1:1'"}, 'hookUrl': {'type': 'string', 'description': "URL for task completion or failure notification. If not set, you'll need to request the result separately."}, 'timeout': {'type': 'number', 'description': "Queue timeout in seconds (300-1200). Default is 300 seconds for 'fast' and 'turbo' modes, 600 seconds for 'relax' mode."}, 'getUrImages': {'type': 'boolean', 'description': 'Whether to obtain four small pictures. Default is false.'}}}}, {'name': 'midjourney_action', 'description': 'Perform operations like upsampling, variations, zoom out, etc. on Midjourney-generated images.', 'inputSchema': {'type': 'object', 'required': ['jobId', 'action'], 'properties': {'jobId': {'type': 'string', 'description': 'The jobId returned in a previous Midjourney request'}, 'action': {'enum': ['upsample1', 'upsample2', 'upsample3', 'upsample4', 'variation1', 'variation2', 'variation3', 'variation4', 'high_variation', 'low_variation', 'upscale2', 'upscale4', 'upscale_creative', 'upscale_subtle', 'zoom_out_2', 'zoom_out_1_5', 'pan_left', 'pan_right', 'pan_up', 'pan_down', 'reroll', 'redo_upscale2', 'redo_upscale4', 'make_square', 'redo_upscale_subtle', 'redo_upscale_creative'], 'type': 'string', 'description': 'The action to perform on the image. Each corresponds to a Midjourney button operation.'}, 'hookUrl': {'type': 'string', 'description': "URL for task completion or failure notification. If not set, you'll need to request the result separately."}, 'timeout': {'type': 'number', 'description': 'Request timeout in seconds. Default is 300 seconds.'}, 'getUrImages': {'type': 'boolean', 'description': 'Whether to obtain four small pictures. Default is false.'}}}}, {'name': 'midjourney_seed', 'description': 'Get the seed value from a Midjourney-generated image, which can be used for reproducibility.', 'inputSchema': {'type': 'object', 'required': ['jobId'], 'properties': {'jobId': {'type': 'string', 'description': 'The jobId returned in a previous Midjourney request'}, 'hookUrl': {'type': 'string', 'description': "URL for task completion or failure notification. If not set, you'll need to request the result separately."}, 'timeout': {'type': 'number', 'description': 'Request timeout in seconds. Default is 300 seconds.'}}}}, {'name': 'midjourney_blend', 'description': 'Upload 2-5 images and combine them into a new image based on the concept and aesthetic of each image.', 'inputSchema': {'type': 'object', 'required': ['imgBase64Array'], 'properties': {'mode': {'enum': ['fast', 'relax', 'turbo'], 'type': 'string', 'description': "The task mode for generating images. Default is 'fast' if not specified."}, 'hookUrl': {'type': 'string', 'description': "URL for task completion or failure notification. If not set, you'll need to request the result separately."}, 'timeout': {'type': 'number', 'description': 'Request timeout in seconds. Default is 300 seconds.'}, 'dimensions': {'enum': ['PORTRAIT', 'SQUARE', 'LANDSCAPE'], 'type': 'string', 'description': 'Scale of generated image. PORTRAIT (2:3), SQUARE (1:1), or LANDSCAPE (3:2). Default is SQUARE.'}, 'imgBase64Array': {'type': 'array', 'items': {'type': 'string'}, 'maxItems': 5, 'minItems': 2, 'description': "Array of base64-encoded images (2-5 images required). Each string should include the data URL prefix (e.g., 'data:image/png;base64,xxx')."}}}}, {'name': 'midjourney_describe', 'description': 'Upload an image and generate four prompts based on the image.', 'inputSchema': {'type': 'object', 'required': ['base64'], 'properties': {'base64': {'type': 'string', 'description': "Base64 encoding of image. Example: 'data:image/png;base64,xxx1'"}, 'hookUrl': {'type': 'string', 'description': "URL for task completion or failed notification. If not set, you'll need to request the result separately."}, 'timeout': {'type': 'number', 'description': 'Request timeout in seconds. Default is 300 seconds.'}}}}, {'name': 'midjourney_inpaint', 'description': 'Modify specific regions of an image using a mask and optional prompt.', 'inputSchema': {'type': 'object', 'required': ['jobId', 'mask'], 'properties': {'mask': {'type': 'string', 'description': 'Base64 encoded mask image where white areas indicate regions to be redrawn and black areas remain unchanged'}, 'jobId': {'type': 'string', 'description': 'The jobId of a previous Midjourney request to be modified'}, 'prompt': {'type': 'string', 'description': 'Optional drawing prompt for the selected areas'}, 'hookUrl': {'type': 'string', 'description': "URL for task completion or failed notification. If not set, you'll need to request the result separately."}, 'timeout': {'type': 'number', 'description': 'Request timeout in seconds. Default is 300 seconds.'}}}}, {'name': 'midjourney_fetch_job', 'description': 'Fetches the result status and details of a previously submitted Midjourney job using its Job ID.', 'inputSchema': {'type': 'object', 'required': ['jobId'], 'properties': {'jobId': {'type': 'string', 'description': 'The unique identifier of the Midjourney job to fetch the results for.'}}}}, {'name': 'midjourney_prompt_check', 'description': 'Checks if a given text prompt is compliant with Midjourney rules before potentially using it for generation. This is a free check.', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'description': 'The text prompt to check for compliance.'}}}}] |
@lieyanqzu/sbwsz-mcp | MTG Chinese Card Database - 大学院废墟(sbwsz.com) | Provide seamless access to Magic: The Gathering Chinese card data through a set of powerful query tools. Search cards by complex criteria, retrieve card sets, and get detailed card information to enhance your applications or workflows. Easily integrate via stdio or Streamable HTTP modes for flexible usage. | 2025-04-19T09:35:11.838Z | 88 | https://smithery.ai/server/@lieyanqzu/sbwsz-mcp | true | {
"scanPassed": true
} | [{'name': 'get_card_by_set_and_number', 'annotations': {'title': '由系列代码和收集编号获取单张卡牌', 'readOnlyHint': True, 'openWorldHint': True}, 'description': '通过系列代码和收集编号获取单张卡牌。', 'inputSchema': {'type': 'object', 'required': ['set', 'collector_number'], 'properties': {'set': {'type': 'string', 'description': "系列代码,例如 'NEO'、'MOM'"}, 'collector_number': {'type': 'string', 'description': "收集编号,例如 '1'、'112'、'1a'"}}}}, {'name': 'search_cards', 'annotations': {'title': '通过查询字符串搜索卡牌', 'readOnlyHint': True, 'openWorldHint': True}, 'description': '通过查询字符串搜索卡牌,支持分页和排序。\n\n**查询语法示例:**\n- `t:creature c:r` (红色生物)\n- `pow>=5 or mv<2` (力量大于等于5或法术力值小于2)\n- `o:"draw a card" -c:u` (包含"抓一张牌"的非蓝色牌)\n- `(t:instant or t:sorcery) mv<=3` (3费或以下的瞬间或法术)\n\n**分页参数:**\n- `page`: 页码 (整数, 默认 1)\n- `page_size`: 每页数量 (整数, 默认 20, 最大 100)\n\n**排序参数:**\n- `order`: 按字段排序,逗号分隔。前缀 `-` 表示降序\n (例如: `name`, `-mv`, `name,-rarity`)\n 默认排序: `name`\n\n**其他参数:**\n- `unique`: 去重方式 (id, oracle_id, illustration_id)\n- `priority_chinese`: 是否优先显示中文卡牌', 'inputSchema': {'type': 'object', 'required': ['q'], 'properties': {'q': {'type': 'string', 'description': "查询字符串,例如 't:creature c:r'、'pow>=5 or mv<2'、's:TDM -t:creature'"}, 'page': {'type': 'integer', 'description': '页码 (默认 1)'}, 'order': {'type': 'string', 'description': '排序字段 (例如: name, -mv, rarity)'}, 'unique': {'type': 'string', 'description': '去重方式: id(不去重), oracle_id(按卡牌名去重), illustration_id(按插图去重)'}, 'page_size': {'type': 'integer', 'description': '每页数量 (默认 20,最大 100)'}, 'priority_chinese': {'type': 'boolean', 'description': '是否优先显示中文卡牌 (默认 true)'}}}}, {'name': 'get_sets', 'annotations': {'title': '获取所有卡牌系列', 'readOnlyHint': True, 'openWorldHint': True}, 'description': '返回所有MTG卡牌系列的完整数据,按发布日期降序排列', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'get_set', 'annotations': {'title': '获取单个系列的详细信息', 'readOnlyHint': True, 'openWorldHint': True}, 'description': '根据系列代码获取单个系列的详细信息', 'inputSchema': {'type': 'object', 'required': ['set_code'], 'properties': {'set_code': {'type': 'string', 'description': "系列代码,例如 'NEO'、'MOM'"}}}}, {'name': 'get_set_cards', 'annotations': {'title': '获取特定系列的所有卡牌', 'readOnlyHint': True, 'openWorldHint': True}, 'description': '获取特定系列的所有卡牌,支持分页和排序。', 'inputSchema': {'type': 'object', 'required': ['set_code'], 'properties': {'page': {'type': 'integer', 'description': '页码 (默认 1)'}, 'order': {'type': 'string', 'description': '排序字段 (例如: collector_number, name, -mv)'}, 'set_code': {'type': 'string', 'description': "系列代码,例如 'NEO'、'MOM'"}, 'page_size': {'type': 'integer', 'description': '每页数量 (默认 20,最大 100)'}, 'priority_chinese': {'type': 'boolean', 'description': '是否优先显示中文卡牌 (默认 true)'}}}}, {'name': 'hzls', 'annotations': {'title': '使用卡牌图像拼接句子', 'readOnlyHint': True, 'openWorldHint': True}, 'description': '活字乱刷(使用卡牌图像拼接句子),将输入的文本使用魔法卡牌图像拼接成图片', 'inputSchema': {'type': 'object', 'required': ['target_sentence'], 'properties': {'with_link': {'type': 'boolean', 'description': '是否包含链接水印 (默认 true)'}, 'cut_full_image': {'type': 'boolean', 'description': '是否使用卡牌完整图像 (默认 true)'}, 'target_sentence': {'type': 'string', 'description': '要拼接的目标句子/文本'}}}}] |
|
@arjunkmrm/contentful-mcp | Contentful Management Server | Manage your Contentful content, spaces, and content types efficiently through a comprehensive MCP server. Perform full CRUD operations, bulk publishing, and environment management with smart pagination to optimize LLM context usage. Streamline content workflows and maintain control over publishing and localization seamlessly. | 2025-04-26T21:55:40.713Z | 87 | https://smithery.ai/server/@arjunkmrm/contentful-mcp | true | null | {
"scanPassed": true
} | [{'name': 'search_entries', 'description': 'Search for entries using query parameters. Returns a maximum of 3 items per request. Use skip parameter to paginate through results.', 'inputSchema': {'type': 'object', 'required': ['query', 'spaceId', 'environmentId'], 'properties': {'query': {'type': 'object', 'required': ['limit', 'skip'], 'properties': {'skip': {'type': 'number', 'default': 0, 'description': 'Number of items to skip for pagination'}, 'limit': {'type': 'number', 'default': 3, 'maximum': 3, 'description': 'Maximum number of items to return (max: 3)'}, 'order': {'type': 'string'}, 'query': {'type': 'string'}, 'select': {'type': 'string'}, 'content_type': {'type': 'string'}}, 'description': 'Query parameters for searching entries'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'create_entry', 'description': 'Create a new entry in Contentful, before executing this function, you need to know the contentTypeId (not the content type NAME) and the fields of that contentType, you can get the fields definition by using the GET_CONTENT_TYPE tool. ', 'inputSchema': {'type': 'object', 'required': ['contentTypeId', 'fields', 'spaceId', 'environmentId'], 'properties': {'fields': {'type': 'object', 'description': 'The fields of the entry'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'contentTypeId': {'type': 'string', 'description': 'The ID of the content type for the new entry'}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'get_entry', 'description': 'Retrieve an existing entry', 'inputSchema': {'type': 'object', 'required': ['entryId', 'spaceId', 'environmentId'], 'properties': {'entryId': {'type': 'string'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'update_entry', 'description': 'Update an existing entry, very important: always send all field values and all values related to locales, also the fields values that have not been updated', 'inputSchema': {'type': 'object', 'required': ['entryId', 'fields', 'spaceId', 'environmentId'], 'properties': {'fields': {'type': 'object'}, 'entryId': {'type': 'string'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'delete_entry', 'description': 'Delete an entry', 'inputSchema': {'type': 'object', 'required': ['entryId', 'spaceId', 'environmentId'], 'properties': {'entryId': {'type': 'string'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'publish_entry', 'description': 'Publish an entry or multiple entries. Accepts either a single entryId (string) or an array of entryIds (up to 100 entries). For a single entry, it uses the standard publish operation. For multiple entries, it automatically uses bulk publishing.', 'inputSchema': {'type': 'object', 'required': ['entryId', 'spaceId', 'environmentId'], 'properties': {'entryId': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}, 'maxItems': 100, 'description': 'Array of entry IDs to publish (max: 100)'}], 'description': 'ID of the entry to publish, or an array of entry IDs (max: 100)'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'unpublish_entry', 'description': 'Unpublish an entry or multiple entries. Accepts either a single entryId (string) or an array of entryIds (up to 100 entries). For a single entry, it uses the standard unpublish operation. For multiple entries, it automatically uses bulk unpublishing.', 'inputSchema': {'type': 'object', 'required': ['entryId', 'spaceId', 'environmentId'], 'properties': {'entryId': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}, 'maxItems': 100, 'description': 'Array of entry IDs to unpublish (max: 100)'}], 'description': 'ID of the entry to unpublish, or an array of entry IDs (max: 100)'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'list_assets', 'description': 'List assets in a space. Returns a maximum of 3 items per request. Use skip parameter to paginate through results.', 'inputSchema': {'type': 'object', 'required': ['limit', 'skip', 'spaceId', 'environmentId'], 'properties': {'skip': {'type': 'number', 'default': 0, 'description': 'Number of items to skip for pagination'}, 'limit': {'type': 'number', 'default': 3, 'maximum': 3, 'description': 'Maximum number of items to return (max: 3)'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'upload_asset', 'description': 'Upload a new asset', 'inputSchema': {'type': 'object', 'required': ['title', 'file', 'spaceId', 'environmentId'], 'properties': {'file': {'type': 'object', 'required': ['upload', 'fileName', 'contentType'], 'properties': {'upload': {'type': 'string'}, 'fileName': {'type': 'string'}, 'contentType': {'type': 'string'}}}, 'title': {'type': 'string'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'description': {'type': 'string'}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'get_asset', 'description': 'Retrieve an asset', 'inputSchema': {'type': 'object', 'required': ['assetId', 'spaceId', 'environmentId'], 'properties': {'assetId': {'type': 'string'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'update_asset', 'description': 'Update an asset', 'inputSchema': {'type': 'object', 'required': ['assetId', 'spaceId', 'environmentId'], 'properties': {'file': {'type': 'object', 'required': ['url', 'fileName', 'contentType'], 'properties': {'url': {'type': 'string'}, 'fileName': {'type': 'string'}, 'contentType': {'type': 'string'}}}, 'title': {'type': 'string'}, 'assetId': {'type': 'string'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'description': {'type': 'string'}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'delete_asset', 'description': 'Delete an asset', 'inputSchema': {'type': 'object', 'required': ['assetId', 'spaceId', 'environmentId'], 'properties': {'assetId': {'type': 'string'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'publish_asset', 'description': 'Publish an asset', 'inputSchema': {'type': 'object', 'required': ['assetId', 'spaceId', 'environmentId'], 'properties': {'assetId': {'type': 'string'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'unpublish_asset', 'description': 'Unpublish an asset', 'inputSchema': {'type': 'object', 'required': ['assetId', 'spaceId', 'environmentId'], 'properties': {'assetId': {'type': 'string'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'list_content_types', 'description': 'List content types in a space. Returns a maximum of 10 items per request. Use skip parameter to paginate through results.', 'inputSchema': {'type': 'object', 'required': ['limit', 'skip', 'spaceId', 'environmentId'], 'properties': {'skip': {'type': 'number', 'default': 0, 'description': 'Number of items to skip for pagination'}, 'limit': {'type': 'number', 'default': 10, 'maximum': 20, 'description': 'Maximum number of items to return (max: 3)'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'get_content_type', 'description': 'Get details of a specific content type', 'inputSchema': {'type': 'object', 'required': ['contentTypeId', 'spaceId', 'environmentId'], 'properties': {'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'contentTypeId': {'type': 'string'}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'create_content_type', 'description': 'Create a new content type', 'inputSchema': {'type': 'object', 'required': ['name', 'fields', 'spaceId', 'environmentId'], 'properties': {'name': {'type': 'string'}, 'fields': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'name', 'type'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the field'}, 'name': {'type': 'string', 'description': 'Display name of the field'}, 'type': {'enum': ['Symbol', 'Text', 'Integer', 'Number', 'Date', 'Location', 'Object', 'Boolean', 'Link', 'Array'], 'type': 'string', 'description': 'Type of the field (Text, Number, Date, Location, Media, Boolean, JSON, Link, Array, etc)'}, 'items': {'type': 'object', 'properties': {'type': {'enum': ['Symbol', 'Link'], 'type': 'string'}, 'linkType': {'enum': ['Entry', 'Asset'], 'type': 'string'}, 'validations': {'type': 'array', 'items': {'type': 'object'}}}, 'description': 'Required for Array fields. Specifies the type of items in the array'}, 'linkType': {'enum': ['Entry', 'Asset'], 'type': 'string', 'description': 'Required for Link fields. Specifies what type of resource this field links to'}, 'required': {'type': 'boolean', 'default': False, 'description': 'Whether this field is required'}, 'localized': {'type': 'boolean', 'default': False, 'description': 'Whether this field can be localized'}, 'validations': {'type': 'array', 'items': {'type': 'object'}, 'description': 'Array of validation rules for the field'}}}, 'description': 'Array of field definitions for the content type'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'description': {'type': 'string'}, 'displayField': {'type': 'string'}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'update_content_type', 'description': 'Update an existing content type', 'inputSchema': {'type': 'object', 'required': ['contentTypeId', 'name', 'fields', 'spaceId', 'environmentId'], 'properties': {'name': {'type': 'string'}, 'fields': {'type': 'array', 'items': {'type': 'object'}}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'description': {'type': 'string'}, 'displayField': {'type': 'string'}, 'contentTypeId': {'type': 'string'}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'delete_content_type', 'description': 'Delete a content type', 'inputSchema': {'type': 'object', 'required': ['contentTypeId', 'spaceId', 'environmentId'], 'properties': {'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'contentTypeId': {'type': 'string'}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'publish_content_type', 'description': 'Publish a content type', 'inputSchema': {'type': 'object', 'required': ['contentTypeId', 'spaceId', 'environmentId'], 'properties': {'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'contentTypeId': {'type': 'string'}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'list_spaces', 'description': 'List all available spaces', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_space', 'description': 'Get details of a space', 'inputSchema': {'type': 'object', 'required': ['spaceId'], 'properties': {'spaceId': {'type': 'string'}}}}, {'name': 'list_environments', 'description': 'List all environments in a space', 'inputSchema': {'type': 'object', 'required': ['spaceId'], 'properties': {'spaceId': {'type': 'string'}}}}, {'name': 'create_environment', 'description': 'Create a new environment', 'inputSchema': {'type': 'object', 'required': ['spaceId', 'environmentId', 'name'], 'properties': {'name': {'type': 'string'}, 'spaceId': {'type': 'string'}, 'environmentId': {'type': 'string'}}}}, {'name': 'delete_environment', 'description': 'Delete an environment', 'inputSchema': {'type': 'object', 'required': ['spaceId', 'environmentId'], 'properties': {'spaceId': {'type': 'string'}, 'environmentId': {'type': 'string'}}}}, {'name': 'bulk_validate', 'description': 'Validate multiple entries at once', 'inputSchema': {'type': 'object', 'required': ['entryIds', 'spaceId', 'environmentId'], 'properties': {'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'entryIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of entry IDs to validate'}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'list_ai_actions', 'description': 'List all AI Actions in a space', 'inputSchema': {'type': 'object', 'required': ['spaceId', 'environmentId'], 'properties': {'skip': {'type': 'number', 'default': 0, 'description': 'Number of AI Actions to skip for pagination'}, 'limit': {'type': 'number', 'default': 100, 'description': 'Maximum number of AI Actions to return'}, 'status': {'enum': ['all', 'published'], 'type': 'string', 'description': 'Filter AI Actions by status'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'get_ai_action', 'description': 'Get a specific AI Action by ID', 'inputSchema': {'type': 'object', 'required': ['aiActionId', 'spaceId', 'environmentId'], 'properties': {'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'aiActionId': {'type': 'string', 'description': 'The ID of the AI Action to retrieve'}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'create_ai_action', 'description': 'Create a new AI Action', 'inputSchema': {'type': 'object', 'required': ['name', 'description', 'instruction', 'configuration', 'spaceId', 'environmentId'], 'properties': {'name': {'type': 'string', 'description': 'The name of the AI Action'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'testCases': {'type': 'array', 'items': {'type': 'object'}, 'description': 'Optional array of test cases for the AI Action'}, 'description': {'type': 'string', 'description': 'The description of the AI Action'}, 'instruction': {'type': 'object', 'required': ['template', 'variables'], 'properties': {'template': {'type': 'string', 'description': 'The prompt template with variable placeholders'}, 'variables': {'type': 'array', 'items': {'type': 'object'}, 'description': 'Array of variable definitions'}, 'conditions': {'type': 'array', 'items': {'type': 'object'}, 'description': 'Optional array of conditions for the template'}}, 'description': 'The instruction object containing the template and variables'}, 'configuration': {'type': 'object', 'required': ['modelType', 'modelTemperature'], 'properties': {'modelType': {'type': 'string', 'description': 'The type of model to use (e.g., gpt-4)'}, 'modelTemperature': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'The temperature setting for the model (0.0 to 1.0)'}}, 'description': 'The model configuration'}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'update_ai_action', 'description': 'Update an existing AI Action', 'inputSchema': {'type': 'object', 'required': ['aiActionId', 'name', 'description', 'instruction', 'configuration', 'spaceId', 'environmentId'], 'properties': {'name': {'type': 'string', 'description': 'The name of the AI Action'}, 'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'testCases': {'type': 'array', 'items': {'type': 'object'}, 'description': 'Optional array of test cases for the AI Action'}, 'aiActionId': {'type': 'string', 'description': 'The ID of the AI Action to update'}, 'description': {'type': 'string', 'description': 'The description of the AI Action'}, 'instruction': {'type': 'object', 'required': ['template', 'variables'], 'properties': {'template': {'type': 'string', 'description': 'The prompt template with variable placeholders'}, 'variables': {'type': 'array', 'items': {'type': 'object'}, 'description': 'Array of variable definitions'}, 'conditions': {'type': 'array', 'items': {'type': 'object'}, 'description': 'Optional array of conditions for the template'}}, 'description': 'The instruction object containing the template and variables'}, 'configuration': {'type': 'object', 'required': ['modelType', 'modelTemperature'], 'properties': {'modelType': {'type': 'string', 'description': 'The type of model to use (e.g., gpt-4)'}, 'modelTemperature': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'The temperature setting for the model (0.0 to 1.0)'}}, 'description': 'The model configuration'}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'delete_ai_action', 'description': 'Delete an AI Action', 'inputSchema': {'type': 'object', 'required': ['aiActionId', 'spaceId', 'environmentId'], 'properties': {'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'aiActionId': {'type': 'string', 'description': 'The ID of the AI Action to delete'}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'publish_ai_action', 'description': 'Publish an AI Action', 'inputSchema': {'type': 'object', 'required': ['aiActionId', 'spaceId', 'environmentId'], 'properties': {'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'aiActionId': {'type': 'string', 'description': 'The ID of the AI Action to publish'}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'unpublish_ai_action', 'description': 'Unpublish an AI Action', 'inputSchema': {'type': 'object', 'required': ['aiActionId', 'spaceId', 'environmentId'], 'properties': {'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'aiActionId': {'type': 'string', 'description': 'The ID of the AI Action to unpublish'}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}, {'name': 'invoke_ai_action', 'description': 'Invoke an AI Action with variables', 'inputSchema': {'type': 'object', 'required': ['aiActionId', 'spaceId', 'environmentId'], 'properties': {'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'variables': {'type': 'object', 'description': 'Key-value pairs of variable IDs and their values', 'additionalProperties': {'type': 'string'}}, 'aiActionId': {'type': 'string', 'description': 'The ID of the AI Action to invoke'}, 'outputFormat': {'enum': ['Markdown', 'RichText', 'PlainText'], 'type': 'string', 'default': 'Markdown', 'description': 'The format of the output content'}, 'rawVariables': {'type': 'array', 'items': {'type': 'object'}, 'description': 'Array of raw variable objects (for complex variable types like references)'}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}, 'waitForCompletion': {'type': 'boolean', 'default': True, 'description': 'Whether to wait for the AI Action to complete before returning'}}}}, {'name': 'get_ai_action_invocation', 'description': 'Get the result of a previous AI Action invocation', 'inputSchema': {'type': 'object', 'required': ['aiActionId', 'invocationId', 'spaceId', 'environmentId'], 'properties': {'spaceId': {'type': 'string', 'description': "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear."}, 'aiActionId': {'type': 'string', 'description': 'The ID of the AI Action'}, 'invocationId': {'type': 'string', 'description': 'The ID of the specific invocation to retrieve'}, 'environmentId': {'type': 'string', 'default': 'master', 'description': 'The ID of the environment within the space, by default this will be called Master'}}}}] |
@dinhogehm/mcp-piperun | Piperun | Integrate your applications with real-time data and tools seamlessly. Enhance your workflows by leveraging external resources and executing actions dynamically. Experience a streamlined connection between your LLM and various data sources. | 2025-04-10T12:04:23.549Z | 87 | https://smithery.ai/server/@dinhogehm/mcp-piperun | true | {
"scanPassed": true
} | [{'name': 'list_deals', 'description': 'Recupera uma lista de oportunidades do PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token'], 'properties': {'page': {'type': 'number', 'description': '(Opcional) Número da página (padrão: 1)'}, 'show': {'type': 'number', 'description': '(Opcional) Quantidade por página (padrão: 20, máx: 200)'}, 'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}, 'person_id': {'type': 'number', 'description': '(Opcional) ID da pessoa para filtrar oportunidades'}, 'pipeline_id': {'type': 'number', 'description': '(Opcional) ID do funil para filtrar oportunidades'}}}}, {'name': 'create_person', 'description': 'Cria uma nova pessoa (lead/contato) no PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token', 'name', 'owner_id'], 'properties': {'name': {'type': 'string', 'description': 'Nome da pessoa'}, 'email': {'type': 'string', 'description': '(Opcional) Email da pessoa'}, 'phone': {'type': 'string', 'description': '(Opcional) Telefone da pessoa'}, 'owner_id': {'type': 'integer', 'description': 'ID do usuário responsável'}, 'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}, 'company_id': {'type': 'integer', 'description': '(Opcional) ID da empresa associada'}}}}, {'name': 'list_pipelines', 'description': 'Recupera uma lista de funis do PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token'], 'properties': {'page': {'type': 'number', 'description': '(Opcional) Número da página (padrão: 1)'}, 'show': {'type': 'number', 'description': '(Opcional) Quantidade por página (padrão: 20, máx: 200)'}, 'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}}}}, {'name': 'list_stages', 'description': 'Recupera uma lista de etapas de funil do PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token'], 'properties': {'page': {'type': 'number', 'description': '(Opcional) Número da página (padrão: 1)'}, 'show': {'type': 'number', 'description': '(Opcional) Quantidade por página (padrão: 20, máx: 200)'}, 'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}, 'pipeline_id': {'type': 'number', 'description': '(Opcional) ID do funil para filtrar etapas'}}}}, {'name': 'list_items', 'description': 'Recupera uma lista de produtos do PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token'], 'properties': {'page': {'type': 'number', 'description': '(Opcional) Número da página (padrão: 1)'}, 'show': {'type': 'number', 'description': '(Opcional) Quantidade por página (padrão: 20, máx: 200)'}, 'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}}}}, {'name': 'list_users', 'description': 'Recupera uma lista de usuários (vendedores) do PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token'], 'properties': {'page': {'type': 'number', 'description': '(Opcional) Número da página (padrão: 1)'}, 'show': {'type': 'number', 'description': '(Opcional) Quantidade por página (padrão: 20, máx: 200)'}, 'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}}}}, {'name': 'list_activities', 'description': 'Recupera uma lista de atividades do PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token'], 'properties': {'desc': {'type': 'boolean', 'description': '(Opcional) Ordenar decrescente (true) ou crescente (false)'}, 'page': {'type': 'number', 'description': '(Opcional) Número da página (padrão: 1)'}, 'show': {'type': 'number', 'description': '(Opcional) Quantidade por página (padrão: 15, máx: 200)'}, 'sort': {'type': 'string', 'description': '(Opcional) Coluna para ordenar'}, 'with': {'type': 'string', 'description': "(Opcional) Entidades relacionadas a incluir (ex: 'deal,owner')"}, 'title': {'type': 'string', 'description': '(Opcional) Filtrar por título'}, 'status': {'type': 'number', 'description': '(Opcional) Filtrar por status (0=Aberta, 2=Concluída, 4=No Show)'}, 'deal_id': {'type': 'number', 'description': '(Opcional) Filtrar por ID da oportunidade'}, 'owner_id': {'type': 'number', 'description': '(Opcional) Filtrar por ID do responsável'}, 'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}, 'end_at_end': {'type': 'string', 'format': 'date-time', 'description': '(Opcional) Data/hora fim (fim período)'}, 'end_at_start': {'type': 'string', 'format': 'date-time', 'description': '(Opcional) Data/hora fim (início período)'}, 'requester_id': {'type': 'number', 'description': '(Opcional) Filtrar por ID do criador'}, 'start_at_end': {'type': 'string', 'format': 'date-time', 'description': '(Opcional) Data/hora início (fim período)'}, 'created_at_end': {'type': 'string', 'format': 'date-time', 'description': '(Opcional) Data/hora criação (fim período)'}, 'start_at_start': {'type': 'string', 'format': 'date-time', 'description': '(Opcional) Data/hora início (início período)'}, 'updated_at_end': {'type': 'string', 'format': 'date-time', 'description': '(Opcional) Data/hora atualização (fim período)'}, 'activity_type_id': {'type': 'number', 'description': '(Opcional) Filtrar por ID do tipo de atividade'}, 'created_at_start': {'type': 'string', 'format': 'date-time', 'description': '(Opcional) Data/hora criação (início período)'}, 'updated_at_start': {'type': 'string', 'format': 'date-time', 'description': '(Opcional) Data/hora atualização (início período)'}}}}, {'name': 'list_companies', 'description': 'Recupera uma lista de empresas do PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token'], 'properties': {'page': {'type': 'number', 'description': '(Opcional) Número da página (padrão: 1)'}, 'show': {'type': 'number', 'description': '(Opcional) Quantidade por página (padrão: 20, máx: 200)'}, 'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}}}}, {'name': 'get_company', 'description': 'Recupera os detalhes de uma empresa específica do PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token', 'company_id'], 'properties': {'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}, 'company_id': {'type': 'integer', 'description': 'ID da empresa a ser recuperada'}}}}, {'name': 'create_company', 'description': 'Cria uma nova empresa no PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token', 'name', 'owner_id'], 'properties': {'name': {'type': 'string', 'description': 'Nome da empresa'}, 'email': {'type': 'string', 'description': '(Opcional) Email principal da empresa'}, 'phone': {'type': 'string', 'description': '(Opcional) Telefone principal da empresa'}, 'owner_id': {'type': 'integer', 'description': 'ID do usuário responsável'}, 'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}}}}, {'name': 'update_company', 'description': 'Atualiza os dados de uma empresa existente no PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token', 'company_id'], 'properties': {'name': {'type': 'string', 'description': '(Opcional) Novo nome da empresa'}, 'email': {'type': 'string', 'description': '(Opcional) Novo email principal da empresa'}, 'phone': {'type': 'string', 'description': '(Opcional) Novo telefone principal da empresa'}, 'owner_id': {'type': 'integer', 'description': '(Opcional) Novo ID do usuário responsável'}, 'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}, 'company_id': {'type': 'integer', 'description': 'ID da empresa a ser atualizada'}}}}, {'name': 'list_custom_fields', 'description': 'Recupera uma lista de campos customizados do PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token'], 'properties': {'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}}}}, {'name': 'list_tags', 'description': 'Recupera uma lista de tags do PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token'], 'properties': {'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}}}}, {'name': 'list_loss_reasons', 'description': 'Recupera uma lista de motivos de perda do PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token'], 'properties': {'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}}}}, {'name': 'list_deal_sources', 'description': 'Recupera uma lista de origens de oportunidades do PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token'], 'properties': {'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}}}}, {'name': 'list_activity_types', 'description': 'Recupera uma lista de tipos de atividades do PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token'], 'properties': {'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}}}}, {'name': 'list_notes', 'description': 'Recupera uma lista de notas do PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token'], 'properties': {'page': {'type': 'number', 'description': '(Opcional) Número da página (padrão: 1)'}, 'show': {'type': 'number', 'description': '(Opcional) Quantidade por página (padrão: 20, máx: 200)'}, 'deal_id': {'type': 'number', 'description': '(Opcional) Filtrar por ID da oportunidade'}, 'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}, 'person_id': {'type': 'number', 'description': '(Opcional) Filtrar por ID da pessoa'}, 'company_id': {'type': 'number', 'description': '(Opcional) Filtrar por ID da empresa'}}}}, {'name': 'create_note', 'description': 'Cria uma nova nota associada a uma oportunidade, pessoa ou empresa no PipeRun CRM.', 'inputSchema': {'type': 'object', 'required': ['api_token', 'content'], 'properties': {'content': {'type': 'string', 'description': 'Conteúdo da nota'}, 'deal_id': {'type': 'number', 'description': '(Opcional) ID da oportunidade para associar a nota'}, 'api_token': {'type': 'string', 'description': 'Token da API do PipeRun'}, 'person_id': {'type': 'number', 'description': '(Opcional) ID da pessoa para associar a nota'}, 'company_id': {'type': 'number', 'description': '(Opcional) ID da empresa para associar a nota'}}}}] |
|
@lfpicoloto1/mcp-vm-server | MCP VM Server | Provide a virtual machine environment accessible via the Model Context Protocol to enable execution of code and interaction with virtualized resources. Facilitate integration of LLMs with a sandboxed VM for running tools and accessing resources securely. Enhance agent capabilities by offering a programmable and isolated execution context. | 2025-04-16T00:35:43.598Z | 86 | https://smithery.ai/server/@lfpicoloto1/mcp-vm-server | true | null | {
"scanPassed": true
} | [{'name': 'list_machine_types', 'description': '\n List all available machine types.\n \n Returns:\n Dict containing the list of machine types and pagination info\n ', 'inputSchema': {'type': 'object', 'title': 'list_machine_typesArguments', 'properties': {}}}, {'name': 'list_images', 'description': '\n List all available images.\n \n Returns:\n Dict containing the list of images and pagination info\n ', 'inputSchema': {'type': 'object', 'title': 'list_imagesArguments', 'properties': {}}}, {'name': 'list_vms', 'description': '\n List all virtual machines in the current tenant.\n \n Returns:\n Dict containing the list of VMs and pagination info\n ', 'inputSchema': {'type': 'object', 'title': 'list_vmsArguments', 'properties': {}}}, {'name': 'get_vm', 'description': '\n Get details of a specific virtual machine.\n \n Args:\n vm_id: ID of the virtual machine to get details for\n \n Returns:\n Dict containing the VM details\n ', 'inputSchema': {'type': 'object', 'title': 'get_vmArguments', 'required': ['vm_id'], 'properties': {'vm_id': {'type': 'string', 'title': 'Vm Id'}}}}, {'name': 'create_vm', 'description': '\n Create a new virtual machine.\n \n Args:\n name: Name of the VM\n machine_type_name: Name of the machine type\n ssh_key_name: Name of the SSH key to use\n image_name: Name of the image to use\n availability_zone: Optional availability zone\n vpc_id: Optional VPC ID\n user_data: Optional user data script (base64 encoded)\n \n Returns:\n Dict containing the VM creation response\n ', 'inputSchema': {'type': 'object', 'title': 'create_vmArguments', 'required': ['name', 'machine_type_name', 'ssh_key_name', 'image_name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'vpc_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Vpc Id', 'default': None}, 'user_data': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'User Data', 'default': None}, 'image_name': {'type': 'string', 'title': 'Image Name'}, 'ssh_key_name': {'type': 'string', 'title': 'Ssh Key Name'}, 'availability_zone': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Availability Zone', 'default': None}, 'machine_type_name': {'type': 'string', 'title': 'Machine Type Name'}}}}] |
@donghyun-chae/mcp-amadeus | Amadeus MCP Server | Enable seamless flight searches using natural language. Retrieve flight options between locations and dates effortlessly with the power of large language models and the Amadeus API. | 2025-04-11T14:01:08.022Z | 85 | https://smithery.ai/server/@donghyun-chae/mcp-amadeus | true | null | {
"scanPassed": true
} | [{'name': 'search_flight_offers', 'description': 'Search for flight offers using the Amadeus API', 'inputSchema': {'type': 'object', 'required': ['originLocationCode', 'destinationLocationCode', 'departureDate', 'adults'], 'properties': {'max': {'type': 'integer', 'default': 30, 'maximum': 30, 'minimum': 1, 'description': 'Maximum number of flight offers to return.'}, 'adults': {'type': 'integer', 'maximum': 9, 'minimum': 1, 'description': 'Number of adult travelers (age 12+), must be 1-9.'}, 'infants': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'Number of infant travelers (age <= 2).'}, 'nonStop': {'enum': ['true', 'false'], 'type': 'string', 'default': 'false', 'description': 'If true, only non-stop flights are returned.'}, 'children': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'Number of child travelers (age 2-11).'}, 'maxPrice': {'type': 'integer', 'minimum': 1, 'description': 'Maximum price per traveler, positive integer with no decimals.'}, 'returnDate': {'type': 'string', 'description': 'Return date in ISO 8601 format (YYYY-MM-DD), if round-trip is desired.'}, 'travelClass': {'enum': ['ECONOMY', 'PREMIUM_ECONOMY', 'BUSINESS', 'FIRST'], 'type': 'string', 'description': 'Travel class'}, 'currencyCode': {'type': 'string', 'description': 'ISO 4217 currency code (e.g., EUR for Euro).'}, 'departureDate': {'type': 'string', 'description': 'Departure date in ISO 8601 format (YYYY-MM-DD, e.g., 2023-05-02).'}, 'originLocationCode': {'type': 'string', 'description': 'IATA code of the departure city/airport (e.g., SYD for Sydney).'}, 'excludedAirlineCodes': {'type': 'string', 'description': "Comma-separated IATA airline codes to exclude (e.g., '6X,7X')."}, 'includedAirlineCodes': {'type': 'string', 'description': "Comma-separated IATA airline codes to include (e.g., '6X,7X')."}, 'destinationLocationCode': {'type': 'string', 'description': 'IATA code of the destination city/airport (e.g., BKK for Bangkok).'}}}}] |
@Bob-lance/instagram-engagement-mcp | Instagram Engagement Analysis | Analyze Instagram engagement metrics, extract demographic insights, and identify potential leads from posts and accounts. Gain actionable insights to enhance your social media strategy and marketing efforts. | 2025-03-27T00:00:59.448Z | 85 | https://smithery.ai/server/@Bob-lance/instagram-engagement-mcp | true | null | {
"scanPassed": true
} | [{'name': 'analyze_post_comments', 'description': 'Analyze comments on an Instagram post to identify sentiment, themes, and potential leads', 'inputSchema': {'type': 'object', 'required': ['postUrl'], 'properties': {'postUrl': {'type': 'string', 'description': 'URL of the Instagram post to analyze'}, 'maxComments': {'type': 'number', 'description': 'Maximum number of comments to analyze (default: 100)'}}}}, {'name': 'compare_accounts', 'description': 'Compare engagement metrics across different Instagram accounts', 'inputSchema': {'type': 'object', 'required': ['accounts'], 'properties': {'metrics': {'type': 'array', 'items': {'enum': ['followers', 'engagement', 'posts', 'comments', 'likes'], 'type': 'string'}, 'description': 'Metrics to compare (default: all)'}, 'accounts': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of Instagram account handles to compare'}}}}, {'name': 'extract_demographics', 'description': 'Extract demographic insights from users engaged with a post or account', 'inputSchema': {'type': 'object', 'required': ['accountOrPostUrl'], 'properties': {'sampleSize': {'type': 'number', 'description': 'Number of users to sample for demographic analysis (default: 50)'}, 'accountOrPostUrl': {'type': 'string', 'description': 'Instagram account handle or post URL to analyze'}}}}, {'name': 'identify_leads', 'description': 'Identify potential leads based on engagement patterns', 'inputSchema': {'type': 'object', 'required': ['accountOrPostUrl'], 'properties': {'criteria': {'type': 'object', 'properties': {'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Keywords to look for in user comments or bio'}, 'minComments': {'type': 'number', 'description': 'Minimum number of comments from a user'}, 'minFollowers': {'type': 'number', 'description': 'Minimum number of followers a user should have'}}, 'description': 'Criteria for identifying leads'}, 'accountOrPostUrl': {'type': 'string', 'description': 'Instagram account handle or post URL to analyze'}}}}, {'name': 'generate_engagement_report', 'description': 'Generate a comprehensive engagement report for an Instagram account', 'inputSchema': {'type': 'object', 'required': ['account'], 'properties': {'account': {'type': 'string', 'description': 'Instagram account handle'}, 'endDate': {'type': 'string', 'description': 'End date for the report (YYYY-MM-DD)'}, 'startDate': {'type': 'string', 'description': 'Start date for the report (YYYY-MM-DD)'}}}}] |
@ymadd/shadcn-ui-mcp-server | shadcn/ui Component Reference Server | Access comprehensive documentation and examples for shadcn/ui components. Retrieve detailed information, installation instructions, and usage examples to enhance your development experience. Streamline your workflow by leveraging structured data for efficient component integration. | 2025-04-14T06:52:41.820Z | 83 | https://smithery.ai/server/@ymadd/shadcn-ui-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'list_shadcn_components', 'description': 'Get a list of all available shadcn/ui components', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'get_component_details', 'description': 'Get detailed information about a specific shadcn/ui component', 'inputSchema': {'type': 'object', 'required': ['componentName'], 'properties': {'componentName': {'type': 'string', 'description': 'Name of the shadcn/ui component (e.g., "accordion", "button")'}}}}, {'name': 'get_component_examples', 'description': 'Get usage examples for a specific shadcn/ui component', 'inputSchema': {'type': 'object', 'required': ['componentName'], 'properties': {'componentName': {'type': 'string', 'description': 'Name of the shadcn/ui component (e.g., "accordion", "button")'}}}}, {'name': 'search_components', 'description': 'Search for shadcn/ui components by keyword', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query to find relevant components'}}}}] |
@Fibery-inc/fibery-mcp-server | Fibery MCP Server | Integrate your Fibery workspace with any LLM provider using natural language. Query, create, and update Fibery entities seamlessly through conversational interfaces. Enhance your productivity by interacting with your data effortlessly. | 2025-03-18T10:00:48.936Z | 82 | https://smithery.ai/server/@Fibery-inc/fibery-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'current_date', 'description': "Get today's date in ISO 8601 format (YYYY-mm-dd.HH:MM:SS.000Z)", 'inputSchema': {'type': 'object'}}, {'name': 'list_databases', 'description': "Get list of all databases (their names) in user's Fibery workspace (schema)", 'inputSchema': {'type': 'object'}}, {'name': 'describe_database', 'description': "Get list of all fields (in format of 'Title [name]: type') in the selected Fibery database and for all related databases.", 'inputSchema': {'type': 'object', 'required': ['database_name'], 'properties': {'database_name': {'type': 'string', 'description': 'Database name as defined in Fibery schema'}}}}, {'name': 'query_database', 'description': 'Run any Fibery API command. This gives tremendous flexibility, but requires a bit of experience with the low-level Fibery API. In case query succeeded, return value contains a list of records with fields you specified in select. If request failed, will return detailed error message.\nExamples (note, that these databases are non-existent, use databases only from user\'s schema!):\nQuery: What newly created Features do we have for the past 2 months?\nTool use:\n{\n "q_from": "Dev/Feature",\n "q_select": {\n "Name": ["Dev/Name"],\n "Public Id": ["fibery/public-id"],\n "Creation Date": ["fibery/creation-date"]\n },\n "q_where": [">", ["fibery/creation-date"], "$twoMonthsAgo"],\n "q_order_by": {"fibery/creation-date": "q/desc"},\n "q_limit": 100,\n "q_offset": 0,\n "q_params": {\n $twoMonthsAgo: "2025-01-16T00:00:00.000Z"\n }\n}\n\nQuery: What Admin Tasks for the past week are Approval or Done?\nTool use:\n{\n "q_from": "Administrative/Admin Task",\n "q_select": {\n "Name": ["Administrative/Name"],\n "Public Id": ["fibery/public-id"],\n "Creation Date": ["fibery/creation-date"],\n "State": ["workflow/state", "enum/name"]\n },\n "q_where": [\n "q/and", # satisfy time AND states condition\n [">", ["fibery/creation-date"], "$oneWeekAgo"],\n [\n "q/or", # nested or, since entity can be in either of these states\n ["=", ["workflow/state", "enum/name"], "$state1"],\n ["=", ["workflow/state", "enum/name"], "$state2"]\n ]\n ],\n "q_order_by": {"fibery/creation-date": "q/desc"},\n "q_limit": 100,\n "q_offset": 0,\n "q_params": { # notice that parameters used in "where" are always passed in params!\n $oneWeekAgo: "2025-03-07T00:00:00.000Z",\n $state1: "Approval",\n $state2: "Done"\n }\n}\n\nQuery: What Admin Tasks for the past week are Approval or Done?\nTool use:\n{\n "q_from": "Administrative/Admin Task",\n "q_select": {\n "State": ["workflow/state", "enum/name"],\n "Public Id": ["fibery/public-id"],\n "Creation Date": ["fibery/creation-date"],\n "Modification Date": ["fibery/modification-date"],\n "Deadline": ["Administrative/Deadline"],\n "Group": ["Administrative/Group", "Administrative/name"],\n "Name": ["Administrative/Name"],\n "Priority": ["Administrative/Priority_Administrative/Admin Task", "enum/name"]\n },\n "q_where": ["!=", ["workflow/state", "workflow/Final"], "$stateType"], # Administrative/Admin Task is not "Finished" yet\n "q_order_by": {"fibery/creation-date": "q/desc"},\n "q_limit": 100,\n "q_offset": 0,\n "q_params: {\n "$stateType": true\n }\n}\n\nQuery: Summarize acc contacts with public id 1.\nTool use:\n{\n "q_from": "Accounting/Acc Contacts",\n "q_select": {\n "Name": ["Accounting/Name"],\n "Public Id": ["fibery/public-id"],\n "Creation Date": ["fibery/creation-date"],\n "Description": ["Accounting/Description"]\n },\n "q_where": ["=", ["fibery/public-id"], "$publicId"],\n "q_limit": 1,\n "q_params": {\n $publicId: "1",\n }\n}', 'inputSchema': {'type': 'object', 'required': ['q_from', 'q_select'], 'properties': {'q_from': {'type': 'string', 'description': 'Specifies the entity type in "Space/Type" format (e.g., "Product Management/feature", "Product Management/Insight")'}, 'q_limit': {'type': 'integer', 'description': 'Number of results per page (defaults to 50). Maximum allowed value is 1000'}, 'q_where': {'type': 'object', 'description': 'Filter conditions in format [operator, [field_path], value] or ["q/and"|"q/or", ...conditions]. Common usages:\n- Simple comparison: ["=", ["field", "path"], "$param"]. You cannot pass value of $param directly in where clause. Use params object instead. Pay really close attention to it as it is not common practice, but that\'s how it works in our case!\n- Logical combinations: ["q/and", ["<", ["field1"], "$param1"], ["=", ["field2"], "$param2"]]\n- Available operators: =, !=, <, <=, >, >=, q/contains, q/not-contains, q/in, q/not-in'}, 'q_offset': {'type': 'integer', 'description': 'Number of results to skip. Mainly used in combination with limit and orderBy for pagination.'}, 'q_params': {'type': 'object', 'description': 'Dictionary of parameter values referenced in where using "$param" syntax. For example, {$fromDate: "2025-01-01"}'}, 'q_select': {'type': 'object', 'description': 'Defines what fields to retrieve. Can include:\n - Primitive fields using format {"AliasName": "FieldName"} (i.e. {"Name": "Product Management/Name"})\n - Related entity fields using format {"AliasName": ["Related entity", "related entity field"]} (i.e. {"Secret": ["Product Management/Description", "Collaboration~Documents/secret"]}). Careful, does not work with 1-* connection!\nTo work with 1-* relationships, you can use sub-querying: {"AliasName": {"q/from": "Related type", "q/select": {"AliasName 2": "fibery/id"}, "q/limit": 50}}\nAliasName can be of any arbitrary value.'}, 'q_order_by': {'type': 'object', 'description': 'List of sorting criteria in format {"field1": "q/asc", "field2": "q/desc"}'}}}}, {'name': 'create_entity', 'description': 'Create Fibery entity with specified fields.\nExamples (note, that these databases are non-existent, use databases only from user\'s schema!):\nQuery: Create a feature\nTool use:\n{\n "database": "Product Management/Feature",\n "entity": {\n "Product Management/Name": "New Feature",\n "Product Management/Description": "Description of the new feature",\n "workflow/state": "To Do"\n }\n}\nIn case of successful execution, you will get a link to created entity. Make sure to give that link to the user.', 'inputSchema': {'type': 'object', 'required': ['database', 'entity'], 'properties': {'entity': {'type': 'object', 'description': 'Dictionary that defines what fields to set in format {"FieldName": value} (i.e. {"Product Management/Name": "My new entity"}).'}, 'database': {'type': 'string', 'description': 'Fibery Database where to create an entity.'}}}}, {'name': 'update_entity', 'description': 'Update Fibery entity with specified fields.\nExamples (note, that these databases are non-existent, use databases only from user\'s schema!):\nQuery: Update a feature we talked about\nTool use:\n{\n "database": "Product Management/Feature",\n "entity": {\n "fibery/id": "12345678-1234-5678-1234-567812345678",\n "Product Management/Name": "New Feature 2",\n "Product Management/Description": {"append": true, "content": "Notes: some notes"},\n "workflow/state": "In Progress"\n }\n}\nIn case of successful execution, you will get a link to updated entity. Make sure to give that link to the user.', 'inputSchema': {'type': 'object', 'required': ['database', 'entity'], 'properties': {'entity': {'type': 'object', 'description': 'Dictionary that defines what fields to set in format {"FieldName": value} (i.e. {"Product Management/Name": "My new entity"}).\nException are document fields. For them you must specify append (boolean, whether to append to current content) and content itself: {"Product Management/Description": {"append": true, "content": "Additional info"}}'}, 'database': {'type': 'string', 'description': 'Fibery Database where to update an entity.'}}}}] |
@Badhansen/notion-mcp | Notion MCP | Manage your personal todo list seamlessly with Notion's API. Add, update, and view tasks directly from your workspace using a simple and efficient interface. Enhance your productivity by integrating your tasks with a powerful Model Context Protocol server. | 2025-03-13T02:01:26.557Z | 82 | https://smithery.ai/server/@Badhansen/notion-mcp | true | null | {
"scanPassed": true
} | [{'name': 'add_todo', 'description': 'Add a new todo item', 'inputSchema': {'type': 'object', 'required': ['task'], 'properties': {'task': {'type': 'string', 'description': 'The todo task description'}}}}, {'name': 'show_all_todos', 'description': 'Show all todo items from Notion.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'complete_todo', 'description': 'Mark a todo item as completed.', 'inputSchema': {'type': 'object', 'required': ['task_id'], 'properties': {'task_id': {'type': 'string', 'description': 'The task_id of the todo task to mark as complete.'}}}}] |
@ndevvy/mcp-server-datadog | Datadog API Integration Server | Enable seamless interaction with Datadog's monitoring and incident management features through a standardized MCP server interface. Retrieve and manage incidents, monitors, logs, dashboards, metrics, traces, hosts, and downtimes efficiently. Extend your observability workflows by integrating Datadog data and actions directly into your LLM-powered applications. | 2025-04-15T17:07:24.174Z | 81 | https://smithery.ai/server/@ndevvy/mcp-server-datadog | true | null | {
"scanPassed": true
} | [{'name': 'list_incidents', 'description': 'Get incidents from Datadog', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'pageSize': {'type': 'number', 'default': 10, 'maximum': 100, 'minimum': 1}, 'pageOffset': {'type': 'number', 'default': 0, 'minimum': 0}}}}, {'name': 'get_incident', 'description': 'Get an incident from Datadog', 'inputSchema': {'type': 'object', 'required': ['incidentId'], 'properties': {'incidentId': {'type': 'string', 'minLength': 1}}}}, {'name': 'query_metrics', 'description': 'Query timeseries points of metrics from Datadog', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'to': {'type': 'number', 'description': 'End of the queried time period, seconds since the Unix epoch. (default: now)'}, 'from': {'type': 'number', 'description': 'Start of the queried time period, seconds since the Unix epoch. (default: 24 hours ago)'}, 'query': {'type': 'string', 'description': 'Datadog metrics query string. e.g. "avg:system.cpu.user{*}'}}}}, {'name': 'get_metric_metadata', 'description': 'Get metadata for a specific metric from Datadog', 'inputSchema': {'type': 'object', 'required': ['metricName'], 'properties': {'metricName': {'type': 'string', 'description': 'Name of the metric to get metadata for'}}}}, {'name': 'get_active_metrics', 'description': 'Get a list of active metrics with optional filtering by host, tags, search query, and time range', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'from': {'type': 'number', 'description': 'Unix timestamp from which to start the query (default: 24 hours ago)'}, 'host': {'type': 'string', 'description': 'Filter metrics by host'}, 'query': {'type': 'string', 'description': 'Search query string to find metrics'}, 'tagFilter': {'type': 'string', 'description': 'Filter metrics by tags (e.g. "env:prod,region:us-east")'}}}}, {'name': 'get_logs', 'description': 'Search and retrieve logs from Datadog', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'to': {'type': 'string', 'default': 'now', 'description': 'End time as string (e.g., "now" or timestamp)'}, 'from': {'type': 'string', 'default': 'now-24h', 'description': 'Start time as string (e.g., "now-40m" or timestamp)'}, 'limit': {'type': 'number', 'default': 100, 'description': 'Maximum number of logs to return. Default is 100.'}, 'query': {'type': 'string', 'default': '', 'description': 'Datadog logs query string'}}}}, {'name': 'get_all_services', 'description': 'Extract all unique service names from logs', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'to': {'type': 'string', 'default': '1744766254', 'description': 'End time as string - either epoch seconds or relative time (e.g., "now")'}, 'from': {'type': 'string', 'default': '1744679854', 'description': 'Start time as string - either epoch seconds or relative time (e.g., "now-40m")'}, 'limit': {'type': 'number', 'default': 1000, 'description': 'Maximum number of logs to search through. Default is 1000.'}, 'query': {'type': 'string', 'default': '*', 'description': 'Optional query filter for log search'}}}}, {'name': 'get_monitors', 'description': 'Get monitors status from Datadog', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'name': {'type': 'string', 'description': 'Filter monitors by name'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter monitors by tags'}, 'groupStates': {'type': 'array', 'items': {'enum': ['alert', 'warn', 'no data', 'ok'], 'type': 'string'}, 'description': 'Filter monitors by their states'}}}}, {'name': 'list_dashboards', 'description': 'Get list of dashboards from Datadog', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'name': {'type': 'string', 'description': 'Filter dashboards by name'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter dashboards by tags'}}}}, {'name': 'get_dashboard', 'description': 'Get a dashboard from Datadog', 'inputSchema': {'type': 'object', 'required': ['dashboardId'], 'properties': {'dashboardId': {'type': 'string'}}}}, {'name': 'create_dashboard', 'description': 'Create a new dashboard in Datadog', 'inputSchema': {'type': 'object', 'required': ['title'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'A list of tags to associate with the dashboard'}, 'title': {'type': 'string', 'description': 'The title of the dashboard'}, 'widgets': {'type': 'array', 'items': {'type': 'object', 'required': ['definition'], 'properties': {'id': {'type': 'number'}, 'layout': {'type': 'object', 'properties': {'x': {'type': 'number'}, 'y': {'type': 'number'}, 'width': {'type': 'number'}, 'height': {'type': 'number'}}, 'additionalProperties': False}, 'definition': {'type': 'object', 'required': ['type'], 'properties': {'type': {'type': 'string'}, 'title': {'type': 'string'}}, 'additionalProperties': True}}, 'additionalProperties': True}, 'description': 'The widgets to add to the dashboard'}, 'layoutType': {'enum': ['ordered', 'free'], 'type': 'string', 'default': 'ordered', 'description': 'The layout type of the dashboard'}, 'description': {'type': 'string', 'description': 'The description of the dashboard'}}}}, {'name': 'list_notebooks', 'description': 'Get list of notebooks from Datadog', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'type': {'type': 'string', 'description': 'Return only notebooks with that metadata type'}, 'count': {'type': 'number', 'description': 'The number of notebooks to be returned'}, 'query': {'type': 'string', 'description': 'Return only notebooks with this query string in notebook name or author handle'}, 'start': {'type': 'number', 'description': 'The index of the first notebook to return'}, 'sortDir': {'enum': ['asc', 'desc'], 'type': 'string', 'description': 'Sort direction'}, 'sortField': {'enum': ['modified', 'name', 'created'], 'type': 'string', 'description': 'Sort by field'}, 'isTemplate': {'type': 'boolean', 'description': 'True value returns only template notebooks'}, 'authorHandle': {'type': 'string', 'description': 'Return notebooks created by the given author handle'}, 'includeCells': {'type': 'boolean', 'description': 'Value of false excludes the cells and global time for each notebook'}, 'excludeAuthorHandle': {'type': 'string', 'description': 'Return notebooks not created by the given author handle'}}}}, {'name': 'get_notebook', 'description': 'Get a notebook from Datadog', 'inputSchema': {'type': 'object', 'required': ['notebookId'], 'properties': {'notebookId': {'type': 'number', 'description': 'Unique ID, assigned when the notebook was created'}}}}, {'name': 'create_notebook', 'description': 'Create a new notebook in Datadog', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the notebook'}, 'time': {'type': 'string', 'default': '1h', 'description': 'Time settings for the notebook'}, 'cells': {'type': 'array', 'items': {'type': 'object', 'required': ['type'], 'properties': {'type': {'type': 'string'}, 'content': {'type': 'string'}, 'definition': {'type': 'object', 'additionalProperties': {}}}, 'additionalProperties': True}, 'description': 'Cells to include in the notebook'}, 'metadata': {'type': 'object', 'description': 'Additional metadata for the notebook', 'additionalProperties': {}}}}}, {'name': 'add_cell_to_notebook', 'description': 'Add a cell to an existing Datadog notebook', 'inputSchema': {'type': 'object', 'required': ['notebookId', 'cell'], 'properties': {'cell': {'type': 'object', 'required': ['type'], 'properties': {'type': {'type': 'string'}, 'content': {'type': 'string'}, 'definition': {'type': 'object', 'additionalProperties': {}}}, 'description': 'The cell definition to add', 'additionalProperties': True}, 'notebookId': {'type': 'number', 'description': 'The ID of the notebook to add the cell to'}}}}, {'name': 'list_traces', 'description': 'Get APM traces from Datadog', 'inputSchema': {'type': 'object', 'required': ['query', 'from', 'to'], 'properties': {'to': {'type': 'number', 'description': 'End time in epoch seconds'}, 'from': {'type': 'number', 'description': 'Start time in epoch seconds'}, 'sort': {'enum': ['timestamp', '-timestamp'], 'type': 'string', 'default': '-timestamp', 'description': 'Sort order for traces'}, 'limit': {'type': 'number', 'default': 100, 'description': 'Maximum number of traces to return'}, 'query': {'type': 'string', 'description': 'Datadog APM trace query string'}, 'service': {'type': 'string', 'description': 'Filter by service name'}, 'operation': {'type': 'string', 'description': 'Filter by operation name'}}}}, {'name': 'mute_host', 'description': 'Mute a host in Datadog', 'inputSchema': {'type': 'object', 'required': ['hostname'], 'properties': {'end': {'type': 'integer', 'description': 'POSIX timestamp for when the mute should end'}, 'message': {'type': 'string', 'description': 'Message to associate with the muting of this host'}, 'hostname': {'type': 'string', 'description': 'The name of the host to mute'}, 'override': {'type': 'boolean', 'default': False, 'description': 'If true and the host is already muted, replaces existing end time'}}}}, {'name': 'unmute_host', 'description': 'Unmute a host in Datadog', 'inputSchema': {'type': 'object', 'required': ['hostname'], 'properties': {'hostname': {'type': 'string', 'description': 'The name of the host to unmute'}}}}, {'name': 'list_hosts', 'description': 'Get list of hosts from Datadog', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'from': {'type': 'integer', 'description': 'Search hosts from this UNIX timestamp'}, 'count': {'type': 'integer', 'maximum': 1000, 'description': 'Max number of hosts to return (max: 1000)'}, 'start': {'type': 'integer', 'description': 'Starting offset for pagination'}, 'filter': {'type': 'string', 'description': 'Filter string for search results'}, 'sort_dir': {'type': 'string', 'description': 'Sort direction (asc/desc)'}, 'sort_field': {'type': 'string', 'description': 'Field to sort hosts by'}, 'include_hosts_metadata': {'type': 'boolean', 'description': 'Include host metadata (version, platform, etc)'}, 'include_muted_hosts_data': {'type': 'boolean', 'description': 'Include muted hosts status and expiry'}}}}, {'name': 'get_active_hosts_count', 'description': 'Get the total number of active hosts in Datadog (defaults to last 5 minutes)', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'from': {'type': 'integer', 'default': 7200, 'description': 'Number of seconds from which you want to get total number of active hosts (defaults to 2h)'}}}}, {'name': 'list_downtimes', 'description': 'List scheduled downtimes from Datadog', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'currentOnly': {'type': 'boolean'}}}}, {'name': 'schedule_downtime', 'description': 'Schedule a downtime in Datadog', 'inputSchema': {'type': 'object', 'required': ['scope'], 'properties': {'end': {'type': 'number'}, 'scope': {'type': 'string', 'minLength': 1}, 'start': {'type': 'number'}, 'message': {'type': 'string'}, 'timezone': {'type': 'string'}, 'monitorId': {'type': 'number'}, 'recurrence': {'type': 'object', 'required': ['type', 'period'], 'properties': {'type': {'enum': ['days', 'weeks', 'months', 'years'], 'type': 'string'}, 'until': {'type': 'number'}, 'period': {'type': 'number', 'minimum': 1}, 'weekDays': {'type': 'array', 'items': {'enum': ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'], 'type': 'string'}}}, 'additionalProperties': False}, 'monitorTags': {'type': 'array', 'items': {'type': 'string'}}}}}, {'name': 'cancel_downtime', 'description': 'Cancel a scheduled downtime in Datadog', 'inputSchema': {'type': 'object', 'required': ['downtimeId'], 'properties': {'downtimeId': {'type': 'number'}}}}, {'name': 'list_apm_services', 'description': 'Get list of service names from Datadog', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'limit': {'type': 'number', 'default': 100, 'description': 'Maximum number of services to return'}}}}, {'name': 'list_apm_resources', 'description': 'Get list of APM resources for a specific service from Datadog, optionally filtered by operation name', 'inputSchema': {'type': 'object', 'required': ['service'], 'properties': {'limit': {'type': 'number', 'default': 100, 'description': 'Maximum number of resources to return'}, 'service': {'type': 'string', 'description': 'Service name to filter resources by'}, 'search_query': {'type': 'string', 'description': 'Search query to filter resource names by'}, 'entry_spans_only': {'type': 'boolean', 'default': False, 'description': 'Filter to only show service entry spans (span.kind:server)'}}}}, {'name': 'list_apm_operations', 'description': 'Get list of top operation names for a specific service from Datadog', 'inputSchema': {'type': 'object', 'required': ['service'], 'properties': {'limit': {'type': 'number', 'default': 100, 'description': 'Maximum number of operations to return'}, 'service': {'type': 'string', 'description': 'Service name to filter operations by'}, 'entry_spans_only': {'type': 'boolean', 'default': False, 'description': 'Filter to only show service entry spans (span.kind:server)'}}}}, {'name': 'get_resource_hash', 'description': 'Get the resource hash for a specific resource name within a service', 'inputSchema': {'type': 'object', 'required': ['service', 'resource_name'], 'properties': {'service': {'type': 'string', 'description': 'Service name the resource belongs to'}, 'resource_name': {'type': 'string', 'description': 'Resource name to get the hash for'}}}}, {'name': 'search_events', 'description': 'Search for events in Datadog', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'to': {'type': 'string', 'default': 'now', 'description': 'End time as string - either epoch seconds or relative time (e.g., "now")'}, 'from': {'type': 'string', 'default': 'now-24h', 'description': 'Start time as string - either epoch seconds or relative time (e.g., "now-40m")'}, 'sort': {'enum': ['timestamp', '-timestamp'], 'type': 'string', 'default': '-timestamp', 'description': 'Sort order for events'}, 'limit': {'type': 'number', 'default': 100, 'description': 'Maximum number of events to return. Default is 100.'}, 'query': {'type': 'string', 'description': 'Datadog events query string'}}}}] |
mcp-timeserver | Time Server | Provide the current date and time in various timezones. | 2025-01-01T08:55:35.326Z | 81 | https://smithery.ai/server/mcp-timeserver | true | null | {
"scanPassed": true
} | [{'name': 'get-current-time', 'description': 'Get the current time in the configured local timezone', 'inputSchema': {'type': 'object'}}] |
@himanshusanecha/mcp-osint-server | OSINT Server | Leverage powerful open-source intelligence tools to gather and analyze data from various sources. Enhance your investigations with automated data retrieval and processing capabilities. Simplify your research workflow and make informed decisions faster. | 2025-03-12T16:23:40.980Z | 81 | https://smithery.ai/server/@himanshusanecha/mcp-osint-server | true | null | {
"scanPassed": true
} | [{'name': 'whois_lookup', 'description': '', 'inputSchema': {'type': 'object', 'title': 'whois_lookupArguments', 'required': ['target'], 'properties': {'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'nmap_scan', 'description': '', 'inputSchema': {'type': 'object', 'title': 'nmap_scanArguments', 'required': ['target'], 'properties': {'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'dnsrecon_lookup', 'description': '', 'inputSchema': {'type': 'object', 'title': 'dnsrecon_lookupArguments', 'required': ['target'], 'properties': {'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'dnstwist_lookup', 'description': '', 'inputSchema': {'type': 'object', 'title': 'dnstwist_lookupArguments', 'required': ['domain'], 'properties': {'domain': {'type': 'string', 'title': 'Domain'}}}}, {'name': 'dig_lookup', 'description': '', 'inputSchema': {'type': 'object', 'title': 'dig_lookupArguments', 'required': ['target'], 'properties': {'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'host_lookup', 'description': '', 'inputSchema': {'type': 'object', 'title': 'host_lookupArguments', 'required': ['target'], 'properties': {'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'osint_overview', 'description': '', 'inputSchema': {'type': 'object', 'title': 'osint_overviewArguments', 'required': ['target'], 'properties': {'target': {'type': 'string', 'title': 'Target'}}}}] |
kagi-server | Kagi Search | Access Kagi's powerful search engine functionality. Enables web searches with high-quality, ad-free results from Kagi's search API. | 2024-12-13T15:46:57.329Z | 80 | https://smithery.ai/server/kagi-server | true | null | {
"scanPassed": true
} | [{'name': 'kagi_search', 'description': 'Perform web search using Kagi', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'limit': {'type': 'number', 'default': 10, 'maximum': 100, 'minimum': 1}, 'query': {'type': 'string'}}}}] |
@PawNzZi/image-server | text2image | Transform text prompts into stunning images effortlessly. Leverage advanced AI capabilities to create visuals that match your creative vision. Enhance your projects with unique imagery generated from your descriptions. | 2025-04-08T04:04:08.356Z | 80 | https://smithery.ai/server/@PawNzZi/image-server | true | null | {
"scanPassed": true
} | [{'name': 'image_generation', 'description': '\n Image generation assistant, please imagine and describe a complete picture in detail based on my simple description. Then translate your detailed description into English\n\n :param width: 图片宽度,默认1024\n :param height: 图片高度,默认1024\n :param image_prompt:图片描述,需要英文\n :return:图片的url地址\n ', 'inputSchema': {'type': 'object', 'title': 'image_generationArguments', 'required': ['image_prompt'], 'properties': {'width': {'type': 'integer', 'title': 'Width', 'default': 1024}, 'height': {'type': 'integer', 'title': 'Height', 'default': 1024}, 'image_prompt': {'type': 'string', 'title': 'Image Prompt'}}}}] |
@kopfrechner/gitlab-mr-mcp | GitLab Merge Request Integration | Interact seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease. | 2025-03-28T20:08:39.996Z | 99 | https://smithery.ai/server/@kopfrechner/gitlab-mr-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_projects', 'description': 'Get a list of projects with id, name, description, web_url and other useful information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'verbose': {'type': 'boolean', 'default': False, 'description': 'By default a filtered version is returned, suitable for most cases. Only set true if more information is needed.'}}, 'additionalProperties': False}}, {'name': 'list_open_merge_requests', 'description': 'Lists all open merge requests in the project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_id'], 'properties': {'verbose': {'type': 'boolean', 'default': False, 'description': 'By default a filtered version is returned, suitable for most cases. Only set true if more information is needed.'}, 'project_id': {'type': 'number', 'description': 'The project ID of the merge request'}}, 'additionalProperties': False}}, {'name': 'get_merge_request_details', 'description': 'Get details about a specific merge request of a project like title, source-branch, target-branch, web_url, ...', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_id', 'merge_request_iid'], 'properties': {'verbose': {'type': 'boolean', 'default': False, 'description': 'By default a filtered version is returned, suitable for most cases. Only set true if more information is needed.'}, 'project_id': {'type': 'number', 'description': 'The project ID of the merge request'}, 'merge_request_iid': {'type': 'number', 'description': 'The internal ID of the merge request within the project'}}, 'additionalProperties': False}}, {'name': 'get_merge_request_comments', 'description': 'Get general and file diff comments of a certain merge request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_id', 'merge_request_iid'], 'properties': {'verbose': {'type': 'boolean', 'default': False, 'description': 'By default a filtered version is returned, suitable for most cases. Only set true if more information is needed.'}, 'project_id': {'type': 'number', 'description': 'The project ID of the merge request'}, 'merge_request_iid': {'type': 'number', 'description': 'The internal ID of the merge request within the project'}}, 'additionalProperties': False}}, {'name': 'add_merge_request_comment', 'description': 'Add a general comment to a merge request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_id', 'merge_request_iid', 'comment'], 'properties': {'comment': {'type': 'string', 'description': 'The comment text'}, 'project_id': {'type': 'number', 'description': 'The project ID of the merge request'}, 'merge_request_iid': {'type': 'number', 'description': 'The internal ID of the merge request within the project'}}, 'additionalProperties': False}}, {'name': 'add_merge_request_diff_comment', 'description': 'Add a comment of a merge request at a specific line in a file diff', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_id', 'merge_request_iid', 'comment', 'base_sha', 'start_sha', 'head_sha', 'file_path', 'line_number'], 'properties': {'comment': {'type': 'string', 'description': 'The comment text'}, 'base_sha': {'type': 'string', 'description': 'The SHA of the base commit'}, 'head_sha': {'type': 'string', 'description': 'The SHA of the head commit'}, 'file_path': {'type': 'string', 'description': 'The path to the file being commented on'}, 'start_sha': {'type': 'string', 'description': 'The SHA of the start commit'}, 'project_id': {'type': 'number', 'description': 'The project ID of the merge request'}, 'line_number': {'type': 'number', 'description': 'The line number in the new version of the file'}, 'merge_request_iid': {'type': 'number', 'description': 'The internal ID of the merge request within the project'}}, 'additionalProperties': False}}, {'name': 'get_merge_request_diff', 'description': 'Get the file diffs of a certain merge request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_id', 'merge_request_iid'], 'properties': {'project_id': {'type': 'number', 'description': 'The project ID of the merge request'}, 'merge_request_iid': {'type': 'number', 'description': 'The internal ID of the merge request within the project'}}, 'additionalProperties': False}}, {'name': 'get_issue_details', 'description': 'Get details of an issue within a certain project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_id', 'issue_iid'], 'properties': {'verbose': {'type': 'boolean', 'default': False, 'description': 'By default a filtered version is returned, suitable for most cases. Only set true if more information is needed.'}, 'issue_iid': {'type': 'number', 'description': 'The internal ID of the issue within the project'}, 'project_id': {'type': 'number', 'description': 'The project ID of the issue'}}, 'additionalProperties': False}}] |
@sker65/testrail-mcp | TestRail Server | Enable seamless interaction with TestRail's core entities through a standardized protocol. Authenticate and access projects, cases, runs, results, and datasets directly from your MCP client. Integrate TestRail functionality into your workflows with ease and full MCP compatibility. | 2025-04-15T20:12:56.959Z | 78 | https://smithery.ai/server/@sker65/testrail-mcp | true | null | {
"scanPassed": true
} | [{'name': 'Get a project by ID', 'description': 'Get a project by ID.', 'inputSchema': {'type': 'object', 'title': 'get_projectArguments', 'required': ['project_id'], 'properties': {'project_id': {'type': 'integer', 'title': 'Project Id'}}}}, {'name': 'Get all projects', 'description': 'Get all projects.', 'inputSchema': {'type': 'object', 'title': 'get_projectsArguments', 'properties': {}}}, {'name': 'Add a new project', 'description': '\n Add a new project.\n \n Args:\n name: The name of the project\n announcement: The announcement of the project (optional)\n show_announcement: Whether to show the announcement (optional)\n suite_mode: The suite mode: 1 for single suite mode, 2 for single suite + baselines, 3 for multiple suites (optional)\n ', 'inputSchema': {'type': 'object', 'title': 'add_projectArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'suite_mode': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Suite Mode', 'default': None}, 'announcement': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Announcement', 'default': None}, 'show_announcement': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Show Announcement', 'default': None}}}}, {'name': 'Update an existing project', 'description': '\n Update an existing project.\n \n Args:\n project_id: The ID of the project\n name: The name of the project (optional)\n announcement: The announcement of the project (optional)\n show_announcement: Whether to show the announcement (optional)\n is_completed: Whether the project is completed (optional)\n ', 'inputSchema': {'type': 'object', 'title': 'update_projectArguments', 'required': ['project_id'], 'properties': {'name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Name', 'default': None}, 'project_id': {'type': 'integer', 'title': 'Project Id'}, 'announcement': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Announcement', 'default': None}, 'is_completed': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Is Completed', 'default': None}, 'show_announcement': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Show Announcement', 'default': None}}}}, {'name': 'Delete a project', 'description': '\n Delete a project.\n \n Args:\n project_id: The ID of the project\n ', 'inputSchema': {'type': 'object', 'title': 'delete_projectArguments', 'required': ['project_id'], 'properties': {'project_id': {'type': 'integer', 'title': 'Project Id'}}}}, {'name': 'Get a test case by ID', 'description': '\n Get a test case by ID.\n \n Args:\n case_id: The ID of the test case\n ', 'inputSchema': {'type': 'object', 'title': 'get_caseArguments', 'required': ['case_id'], 'properties': {'case_id': {'type': 'integer', 'title': 'Case Id'}}}}, {'name': 'Get all test cases for a project/suite', 'description': '\n Get all test cases for a project/suite.\n \n Args:\n project_id: The ID of the project\n suite_id: The ID of the test suite (optional)\n ', 'inputSchema': {'type': 'object', 'title': 'get_casesArguments', 'required': ['project_id'], 'properties': {'suite_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Suite Id', 'default': None}, 'project_id': {'type': 'integer', 'title': 'Project Id'}}}}, {'name': 'Add a new test case', 'description': "\n Add a new test case.\n \n Args:\n section_id: The ID of the section\n title: The title of the test case\n type_id: The ID of the case type (optional)\n priority_id: The ID of the priority (optional)\n estimate: The estimate, e.g. '30s' or '1m 45s' (optional)\n milestone_id: The ID of the milestone (optional)\n refs: A comma-separated list of references (optional)\n ", 'inputSchema': {'type': 'object', 'title': 'add_caseArguments', 'required': ['section_id', 'title'], 'properties': {'refs': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Refs', 'default': None}, 'title': {'type': 'string', 'title': 'Title'}, 'type_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Type Id', 'default': None}, 'estimate': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Estimate', 'default': None}, 'section_id': {'type': 'integer', 'title': 'Section Id'}, 'priority_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Priority Id', 'default': None}, 'milestone_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Milestone Id', 'default': None}}}}, {'name': 'Update an existing test case', 'description': "\n Update an existing test case.\n \n Args:\n case_id: The ID of the test case\n title: The title of the test case (optional)\n type_id: The ID of the case type (optional)\n priority_id: The ID of the priority (optional)\n estimate: The estimate, e.g. '30s' or '1m 45s' (optional)\n milestone_id: The ID of the milestone (optional)\n refs: A comma-separated list of references (optional)\n ", 'inputSchema': {'type': 'object', 'title': 'update_caseArguments', 'required': ['case_id'], 'properties': {'refs': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Refs', 'default': None}, 'title': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Title', 'default': None}, 'case_id': {'type': 'integer', 'title': 'Case Id'}, 'type_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Type Id', 'default': None}, 'estimate': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Estimate', 'default': None}, 'priority_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Priority Id', 'default': None}, 'milestone_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Milestone Id', 'default': None}}}}, {'name': 'Delete a test case', 'description': '\n Delete a test case.\n \n Args:\n case_id: The ID of the test case\n ', 'inputSchema': {'type': 'object', 'title': 'delete_caseArguments', 'required': ['case_id'], 'properties': {'case_id': {'type': 'integer', 'title': 'Case Id'}}}}, {'name': 'Get a test run by ID', 'description': '\n Get a test run by ID.\n \n Args:\n run_id: The ID of the test run\n ', 'inputSchema': {'type': 'object', 'title': 'get_runArguments', 'required': ['run_id'], 'properties': {'run_id': {'type': 'integer', 'title': 'Run Id'}}}}, {'name': 'Get all test runs for a project', 'description': '\n Get all test runs for a project.\n \n Args:\n project_id: The ID of the project\n ', 'inputSchema': {'type': 'object', 'title': 'get_runsArguments', 'required': ['project_id'], 'properties': {'project_id': {'type': 'integer', 'title': 'Project Id'}}}}, {'name': 'Add a new test run', 'description': '\n Add a new test run.\n \n Args:\n project_id: The ID of the project\n suite_id: The ID of the test suite\n name: The name of the test run\n description: The description of the test run (optional)\n milestone_id: The ID of the milestone (optional)\n assignedto_id: The ID of the user the test run should be assigned to (optional)\n include_all: True for including all test cases of the test suite and false for a custom case selection (default: true) (optional)\n case_ids: An array of case IDs for the custom case selection (optional)\n ', 'inputSchema': {'type': 'object', 'title': 'add_runArguments', 'required': ['project_id', 'suite_id', 'name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'case_ids': {'anyOf': [{'type': 'array', 'items': {'type': 'integer'}}, {'type': 'null'}], 'title': 'Case Ids', 'default': None}, 'suite_id': {'type': 'integer', 'title': 'Suite Id'}, 'project_id': {'type': 'integer', 'title': 'Project Id'}, 'description': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description', 'default': None}, 'include_all': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Include All', 'default': None}, 'milestone_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Milestone Id', 'default': None}, 'assignedto_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Assignedto Id', 'default': None}}}}, {'name': 'Update an existing test run', 'description': '\n Update an existing test run.\n \n Args:\n run_id: The ID of the test run\n name: The name of the test run (optional)\n description: The description of the test run (optional)\n milestone_id: The ID of the milestone (optional)\n assignedto_id: The ID of the user the test run should be assigned to (optional)\n include_all: True for including all test cases of the test suite and false for a custom case selection (default: true) (optional)\n case_ids: An array of case IDs for the custom case selection (optional)\n ', 'inputSchema': {'type': 'object', 'title': 'update_runArguments', 'required': ['run_id'], 'properties': {'name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Name', 'default': None}, 'run_id': {'type': 'integer', 'title': 'Run Id'}, 'case_ids': {'anyOf': [{'type': 'array', 'items': {'type': 'integer'}}, {'type': 'null'}], 'title': 'Case Ids', 'default': None}, 'description': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description', 'default': None}, 'include_all': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Include All', 'default': None}, 'milestone_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Milestone Id', 'default': None}, 'assignedto_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Assignedto Id', 'default': None}}}}, {'name': 'Close an existing test run', 'description': '\n Close an existing test run.\n \n Args:\n run_id: The ID of the test run\n ', 'inputSchema': {'type': 'object', 'title': 'close_runArguments', 'required': ['run_id'], 'properties': {'run_id': {'type': 'integer', 'title': 'Run Id'}}}}, {'name': 'Delete a test run', 'description': '\n Delete a test run.\n \n Args:\n run_id: The ID of the test run\n ', 'inputSchema': {'type': 'object', 'title': 'delete_runArguments', 'required': ['run_id'], 'properties': {'run_id': {'type': 'integer', 'title': 'Run Id'}}}}, {'name': 'Get all test results for a test', 'description': '\n Get all test results for a test.\n \n Args:\n test_id: The ID of the test\n ', 'inputSchema': {'type': 'object', 'title': 'get_resultsArguments', 'required': ['test_id'], 'properties': {'test_id': {'type': 'integer', 'title': 'Test Id'}}}}, {'name': 'Add a new test result', 'description': "\n Add a new test result.\n \n Args:\n test_id: The ID of the test\n status_id: The ID of the test status\n comment: The comment / description for the test result (optional)\n version: The version or build you tested against (optional)\n elapsed: The time it took to execute the test, e.g. '30s' or '1m 45s' (optional)\n defects: A comma-separated list of defects to link to the test result (optional)\n assignedto_id: The ID of a user the test should be assigned to (optional)\n ", 'inputSchema': {'type': 'object', 'title': 'add_resultArguments', 'required': ['test_id', 'status_id'], 'properties': {'comment': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Comment', 'default': None}, 'defects': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Defects', 'default': None}, 'elapsed': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Elapsed', 'default': None}, 'test_id': {'type': 'integer', 'title': 'Test Id'}, 'version': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Version', 'default': None}, 'status_id': {'type': 'integer', 'title': 'Status Id'}, 'assignedto_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Assignedto Id', 'default': None}}}}, {'name': 'Get a dataset by ID', 'description': '\n Get a dataset by ID.\n \n Args:\n dataset_id: The ID of the dataset\n ', 'inputSchema': {'type': 'object', 'title': 'get_datasetArguments', 'required': ['dataset_id'], 'properties': {'dataset_id': {'type': 'integer', 'title': 'Dataset Id'}}}}, {'name': 'Get all datasets for a project', 'description': '\n Get all datasets for a project.\n \n Args:\n project_id: The ID of the project\n ', 'inputSchema': {'type': 'object', 'title': 'get_datasetsArguments', 'required': ['project_id'], 'properties': {'project_id': {'type': 'integer', 'title': 'Project Id'}}}}, {'name': 'Add a new dataset', 'description': '\n Add a new dataset.\n \n Args:\n project_id: The ID of the project\n name: The name of the dataset\n description: The description of the dataset (optional)\n ', 'inputSchema': {'type': 'object', 'title': 'add_datasetArguments', 'required': ['project_id', 'name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'project_id': {'type': 'integer', 'title': 'Project Id'}, 'description': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description', 'default': None}}}}, {'name': 'Update an existing dataset', 'description': '\n Update an existing dataset.\n \n Args:\n dataset_id: The ID of the dataset\n name: The name of the dataset (optional)\n description: The description of the dataset (optional)\n ', 'inputSchema': {'type': 'object', 'title': 'update_datasetArguments', 'required': ['dataset_id'], 'properties': {'name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Name', 'default': None}, 'dataset_id': {'type': 'integer', 'title': 'Dataset Id'}, 'description': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description', 'default': None}}}}, {'name': 'Delete a dataset', 'description': '\n Delete a dataset.\n \n Args:\n dataset_id: The ID of the dataset\n ', 'inputSchema': {'type': 'object', 'title': 'delete_datasetArguments', 'required': ['dataset_id'], 'properties': {'dataset_id': {'type': 'integer', 'title': 'Dataset Id'}}}}] |
@DynamicEndpoints/Netlify-MCP-Server | Netlify MCP Server | Manage and deploy your Netlify sites effortlessly. | 2025-02-21T20:00:29.916Z | 78 | https://smithery.ai/server/@DynamicEndpoints/Netlify-MCP-Server | true | null | {
"scanPassed": true
} | [{'name': 'deploy-site', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Path to the site directory'}, 'prod': {'type': 'boolean', 'description': 'Deploy to production'}, 'message': {'type': 'string', 'description': 'Deploy message'}}, 'additionalProperties': False}}, {'name': 'list-sites', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'set-env-vars', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['siteId', 'envVars'], 'properties': {'siteId': {'type': 'string', 'description': 'Site ID or name'}, 'envVars': {'type': 'object', 'description': 'Environment variables to set (key-value pairs)', 'additionalProperties': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'get-logs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['siteId'], 'properties': {'siteId': {'type': 'string', 'description': 'Site ID or name'}, 'function': {'type': 'string', 'description': 'Optional: Specific function name to filter logs'}}, 'additionalProperties': False}}, {'name': 'trigger-build', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['siteId'], 'properties': {'siteId': {'type': 'string', 'description': 'Site ID or name'}, 'message': {'type': 'string', 'description': 'Optional: Deploy message'}}, 'additionalProperties': False}}, {'name': 'link-site', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'siteId': {'type': 'string', 'description': 'Optional: Site ID to link to (otherwise interactive)'}}, 'additionalProperties': False}}, {'name': 'unlink-site', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-status', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'import-env', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['siteId', 'filePath'], 'properties': {'siteId': {'type': 'string', 'description': 'Site ID or name'}, 'replace': {'type': 'boolean', 'description': 'Replace existing variables instead of merging'}, 'filePath': {'type': 'string', 'description': 'Path to the .env file to import'}}, 'additionalProperties': False}}, {'name': 'build-site', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'dry': {'type': 'boolean', 'description': 'Optional: Run a dry build without executing commands'}, 'siteId': {'type': 'string', 'description': 'Optional: Site ID (if not linked)'}, 'context': {'type': 'string', 'description': "Optional: Build context (e.g., 'production', 'deploy-preview')"}}, 'additionalProperties': False}}, {'name': 'get-env-var', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['key'], 'properties': {'key': {'type': 'string', 'description': 'The environment variable key to retrieve'}, 'scope': {'type': 'string', 'description': "Optional: Specific scope (e.g., 'builds', 'functions')"}, 'siteId': {'type': 'string', 'description': 'Optional: Site ID (if not linked)'}, 'context': {'type': 'string', 'description': 'Optional: Specific context to get the value from'}}, 'additionalProperties': False}}, {'name': 'unset-env-var', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['key'], 'properties': {'key': {'type': 'string', 'description': 'The environment variable key to unset'}, 'siteId': {'type': 'string', 'description': 'Optional: Site ID (if not linked)'}, 'context': {'type': 'string', 'description': 'Optional: Specific context to unset the value from (otherwise all)'}}, 'additionalProperties': False}}, {'name': 'clone-env-vars', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fromSiteId', 'toSiteId'], 'properties': {'toSiteId': {'type': 'string', 'description': 'Destination Site ID'}, 'fromSiteId': {'type': 'string', 'description': 'Source Site ID'}}, 'additionalProperties': False}}, {'name': 'create-site', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'name': {'type': 'string', 'description': 'Optional: Site name (subdomain)'}, 'accountSlug': {'type': 'string', 'description': 'Optional: Account slug for the team'}}, 'additionalProperties': False}}, {'name': 'delete-site', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['siteId'], 'properties': {'force': {'type': 'boolean', 'default': True, 'description': 'Force deletion without confirmation (default: true)'}, 'siteId': {'type': 'string', 'description': 'Site ID to delete'}}, 'additionalProperties': False}}] |
@aliyun/alibabacloud-adb-mysql-mcp-server | Adb MySQL MCP Server | Facilitate seamless communication between AI Agents and Adb MySQL databases. Retrieve database metadata and execute SQL operations effortlessly, enhancing your AI capabilities with real-time data access. | 2025-03-31T13:01:03.918Z | 118 | https://smithery.ai/server/@aliyun/alibabacloud-adb-mysql-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'execute_sql', 'description': 'Execute a SQL query in the Adb MySQL Cluster', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The SQL query to execute'}}}}, {'name': 'get_query_plan', 'description': 'Get the query plan for a SQL query', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The SQL query to analyze'}}}}, {'name': 'get_execution_plan', 'description': 'Get the actual execution plan with runtime statistics for a SQL query', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The SQL query to analyze'}}}}] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.