{"platforms": [{"name": "1688", "domain": "ecommerce", "available": true, "rest_base": "/v1/ecommerce/1688", "tools_endpoint": "/v1/ecommerce/1688/tools", "mcp": {"streamable_http": "/mcp/1688", "sse": "/sse/1688"}, "tools": [{"name": "ali1688_category_tree", "title": "Browse the 1688 category tree", "description": "Browse the 1688 category tree.", "inputSchema": {"properties": {"node_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}}, "title": "_category_treeArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_treeDictOutput", "type": "object"}}, {"name": "ali1688_product_search", "title": "Search 1688 offers / suppliers with multi-dimensional filters", "description": "Search 1688 offers / suppliers with multi-dimensional filters.", "inputSchema": {"properties": {"node_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "supplier_name": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Supplier Name"}, "price_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Price Min"}, "price_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Price Max"}, "cumulative_sales_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cumulative Sales Min"}, "cumulative_sales_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cumulative Sales Max"}, "recent_sales_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Recent Sales Min"}, "recent_sales_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Recent Sales Max"}, "repurchase_rate_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Repurchase Rate Min"}, "sku_count_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Sku Count Min"}, "stock_count_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Stock Count Min"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "title": "_product_searchArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_searchDictOutput", "type": "object"}}, {"name": "ali1688_product_request", "title": "Full detail record of a single 1688 offer", "description": "Full detail record of a single 1688 offer.", "inputSchema": {"properties": {"product_id": {"title": "Product Id", "type": "string"}}, "required": ["product_id"], "title": "_product_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_detailDictOutput", "type": "object"}}, {"name": "ali1688_product_variations", "title": "SKU / variation data of a 1688 offer", "description": "SKU / variation data of a 1688 offer.", "inputSchema": {"properties": {"product_id": {"title": "Product Id", "type": "string"}}, "required": ["product_id"], "title": "_product_variationsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_variationsDictOutput", "type": "object"}}, {"name": "ali1688_similar_product", "title": "Sourcing / wholesale suppliers for a product name — procurement cost view", "description": "Sourcing / wholesale suppliers for a product name — procurement cost view.", "inputSchema": {"properties": {"search_name": {"title": "Search Name", "type": "string"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "required": ["search_name"], "title": "_product_similar_sourcingArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_similar_sourcingDictOutput", "type": "object"}}]}, {"name": "amazon", "domain": "ecommerce", "available": true, "rest_base": "/v1/ecommerce/amazon", "tools_endpoint": "/v1/ecommerce/amazon/tools", "mcp": {"streamable_http": "/mcp/amazon", "sse": "/sse/amazon"}, "tools": [{"name": "category_tree", "title": "Browse the Amazon category tree; omit node_id for the top two levels", "description": "Browse the Amazon category tree; omit node_id for the top two levels.", "inputSchema": {"properties": {"site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}, "node_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}}, "title": "_category_treeArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_treeDictOutput", "type": "object"}}, {"name": "category_name_search", "title": "Find Amazon sub-categories by name and get their node ids", "description": "Find Amazon sub-categories by name and get their node ids.", "inputSchema": {"properties": {"name": {"title": "Name", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["name"], "title": "_category_searchArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_searchDictOutput", "type": "object"}}, {"name": "category_report", "title": "Top-100 best sellers of an Amazon sub-category, real time", "description": "Top-100 best sellers of an Amazon sub-category, real time.", "inputSchema": {"properties": {"node_id": {"title": "Node Id", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["node_id"], "title": "_category_reportArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_reportDictOutput", "type": "object"}}, {"name": "category_report_from_history", "title": "Top-100 best sellers of an Amazon sub-category in a past date range", "description": "Top-100 best sellers of an Amazon sub-category in a past date range.", "inputSchema": {"properties": {"node_id": {"title": "Node Id", "type": "string"}, "start_date": {"title": "Start Date", "type": "string"}, "end_date": {"title": "End Date", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["node_id", "start_date", "end_date"], "title": "_category_report_historyArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_report_historyDictOutput", "type": "object"}}, {"name": "category_trend", "title": "Historical trend of an Amazon sub-category market", "description": "Historical trend of an Amazon sub-category market.", "inputSchema": {"properties": {"node_id": {"title": "Node Id", "type": "string"}, "trend_index": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Trend Index"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["node_id"], "title": "_category_trendArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_trendDictOutput", "type": "object"}}, {"name": "category_keywords", "title": "Core keywords of an Amazon sub-category market", "description": "Core keywords of an Amazon sub-category market.", "inputSchema": {"properties": {"node_id": {"title": "Node Id", "type": "string"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["node_id"], "title": "_category_keywordsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_keywordsDictOutput", "type": "object"}}, {"name": "product_search", "title": "Search live Amazon products with multi-dimensional filters", "description": "Search live Amazon products with multi-dimensional filters.", "inputSchema": {"properties": {"search_name": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Search Name"}, "brand": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Brand"}, "seller_name": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Seller Name"}, "price_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Price Min"}, "price_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Price Max"}, "month_sales_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Month Sales Min"}, "month_sales_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Month Sales Max"}, "rating_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Rating Min"}, "rating_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Rating Max"}, "rating_count_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Rating Count Min"}, "rating_count_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Rating Count Max"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "title": "_product_searchArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_searchDictOutput", "type": "object"}}, {"name": "product_search_from_name", "title": "Search Amazon products by name; up to 20 per page", "description": "Search Amazon products by name; up to 20 per page.", "inputSchema": {"properties": {"name": {"title": "Name", "type": "string"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["name"], "title": "_product_search_from_nameArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_search_from_nameDictOutput", "type": "object"}}, {"name": "product_detail", "title": "Full detail record of a single Amazon product (one ASIN per call)", "description": "Full detail record of a single Amazon product (one ASIN per call).", "inputSchema": {"properties": {"asin": {"title": "Asin", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["asin"], "title": "_product_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_detailDictOutput", "type": "object"}}, {"name": "product_trend", "title": "Historical trend of an Amazon product (sales / price / rank)", "description": "Historical trend of an Amazon product (sales / price / rank).", "inputSchema": {"properties": {"asin": {"title": "Asin", "type": "string"}, "trend_type": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Trend Type"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["asin"], "title": "_product_trendArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_trendDictOutput", "type": "object"}}, {"name": "product_reviews", "title": "Up to 100 Amazon user reviews of a product from the last year", "description": "Up to 100 Amazon user reviews of a product from the last year.", "inputSchema": {"properties": {"asin": {"title": "Asin", "type": "string"}, "review_type": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Review Type"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["asin"], "title": "_product_reviewsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_reviewsDictOutput", "type": "object"}}, {"name": "product_customers_say", "title": "Amazon `Customers Say` summary distilled from a product's reviews", "description": "Amazon `Customers Say` summary distilled from a product's reviews.", "inputSchema": {"properties": {"asin": {"title": "Asin", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["asin"], "title": "_product_customers_sayArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_customers_sayDictOutput", "type": "object"}}, {"name": "product_variations", "title": "Child-ASIN variation breakdown of an Amazon parent product", "description": "Child-ASIN variation breakdown of an Amazon parent product.", "inputSchema": {"properties": {"asin": {"title": "Asin", "type": "string"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["asin"], "title": "_product_variationsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_variationsDictOutput", "type": "object"}}, {"name": "product_traffic_terms", "title": "Keywords an Amazon product has recently been exposed under", "description": "Keywords an Amazon product has recently been exposed under.", "inputSchema": {"properties": {"asin": {"title": "Asin", "type": "string"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["asin"], "title": "_product_traffic_termsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_traffic_termsDictOutput", "type": "object"}}, {"name": "product_ranking_trend_by_keyword", "title": "Exposure-ranking trend of an Amazon product under one keyword", "description": "Exposure-ranking trend of an Amazon product under one keyword.", "inputSchema": {"properties": {"asin": {"title": "Asin", "type": "string"}, "keyword": {"title": "Keyword", "type": "string"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["asin", "keyword"], "title": "_product_keyword_rankingArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_keyword_rankingDictOutput", "type": "object"}}, {"name": "keyword_list", "title": "Live trending keyword list for an Amazon site, by weekly search volume", "description": "Live trending keyword list for an Amazon site, by weekly search volume.", "inputSchema": {"properties": {"site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}, "rank_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Rank Min"}, "rank_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Rank Max"}, "search_volume_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Search Volume Min"}, "search_volume_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Search Volume Max"}}, "title": "_keyword_listArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_keyword_listDictOutput", "type": "object"}}, {"name": "keyword_detail", "title": "Detail record of one trending Amazon keyword", "description": "Detail record of one trending Amazon keyword.", "inputSchema": {"properties": {"keyword": {"title": "Keyword", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["keyword"], "title": "_keyword_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_keyword_detailDictOutput", "type": "object"}}, {"name": "keyword_trend", "title": "Historical trend of an Amazon keyword (volume / rank / CPC)", "description": "Historical trend of an Amazon keyword (volume / rank / CPC).", "inputSchema": {"properties": {"keyword": {"title": "Keyword", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["keyword"], "title": "_keyword_trendArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_keyword_trendDictOutput", "type": "object"}}, {"name": "keyword_extends", "title": "Extended / long-tail keywords derived from an Amazon keyword", "description": "Extended / long-tail keywords derived from an Amazon keyword.", "inputSchema": {"properties": {"keyword": {"title": "Keyword", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "required": ["keyword"], "title": "_keyword_extendsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_keyword_extendsDictOutput", "type": "object"}}, {"name": "keyword_search_results", "title": "Products holding organic positions for an Amazon keyword", "description": "Products holding organic positions for an Amazon keyword.", "inputSchema": {"properties": {"keyword": {"title": "Keyword", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}, "position_type": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Position Type"}}, "required": ["keyword"], "title": "_keyword_search_resultsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_keyword_search_resultsDictOutput", "type": "object"}}]}, {"name": "bilibili", "domain": "social", "available": true, "rest_base": "/v1/social/bilibili", "tools_endpoint": "/v1/social/bilibili/tools", "mcp": {"streamable_http": "/mcp/bilibili", "sse": "/sse/bilibili"}, "tools": [{"name": "bilibili_user_profile", "title": "Public profile of a Bilibili account", "description": "Public profile of a Bilibili account.", "inputSchema": {"properties": {"user_id": {"title": "User Id", "type": "string"}}, "required": ["user_id"], "title": "_user_profileArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_profileDictOutput", "type": "object"}}, {"name": "bilibili_user_videos", "title": "Videos published by a Bilibili account", "description": "Videos published by a Bilibili account.", "inputSchema": {"properties": {"user_id": {"title": "User Id", "type": "string"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}, "count": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Count"}}, "required": ["user_id"], "title": "_user_videosArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_videosDictOutput", "type": "object"}}, {"name": "bilibili_video_detail", "title": "Single Bilibili video with its author and counters", "description": "Single Bilibili video with its author and counters.", "inputSchema": {"properties": {"video_id": {"title": "Video Id", "type": "string"}}, "required": ["video_id"], "title": "_video_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_video_detailDictOutput", "type": "object"}}, {"name": "bilibili_video_comments", "title": "Comments of a Bilibili video", "description": "Comments of a Bilibili video.", "inputSchema": {"properties": {"video_id": {"title": "Video Id", "type": "string"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "required": ["video_id"], "title": "_video_commentsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_video_commentsDictOutput", "type": "object"}}, {"name": "bilibili_search_videos", "title": "Keyword search over Bilibili content", "description": "Keyword search over Bilibili content.", "inputSchema": {"properties": {"query": {"title": "Query", "type": "string"}, "order": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Order"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}, "count": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Count"}}, "required": ["query"], "title": "_search_videosArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_search_videosDictOutput", "type": "object"}}]}, {"name": "douyin", "domain": "social", "available": true, "rest_base": "/v1/social/douyin", "tools_endpoint": "/v1/social/douyin/tools", "mcp": {"streamable_http": "/mcp/douyin", "sse": "/sse/douyin"}, "tools": [{"name": "douyin_user_profile", "title": "Public profile of a Douyin account", "description": "Public profile of a Douyin account.", "inputSchema": {"properties": {"username": {"title": "Username", "type": "string"}}, "required": ["username"], "title": "_user_profileArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_profileDictOutput", "type": "object"}}, {"name": "douyin_post_detail", "title": "Single Douyin video with its author and counters", "description": "Single Douyin video with its author and counters.", "inputSchema": {"properties": {"post_id": {"title": "Post Id", "type": "string"}}, "required": ["post_id"], "title": "_post_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_post_detailDictOutput", "type": "object"}}, {"name": "douyin_post_comments", "title": "Top-level comments of a Douyin video", "description": "Top-level comments of a Douyin video.", "inputSchema": {"properties": {"post_id": {"title": "Post Id", "type": "string"}, "cursor": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cursor"}, "count": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Count"}}, "required": ["post_id"], "title": "_post_commentsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_post_commentsDictOutput", "type": "object"}}, {"name": "douyin_search_videos", "title": "Keyword search over Douyin videos", "description": "Keyword search over Douyin videos.", "inputSchema": {"properties": {"query": {"title": "Query", "type": "string"}, "cursor": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cursor"}, "sort_type": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Sort Type"}, "publish_time": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Publish Time"}}, "required": ["query"], "title": "_search_videosArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_search_videosDictOutput", "type": "object"}}]}, {"name": "gongzhonghao", "domain": "social", "available": true, "rest_base": "/v1/social/gongzhonghao", "tools_endpoint": "/v1/social/gongzhonghao/tools", "mcp": {"streamable_http": "/mcp/gongzhonghao", "sse": "/sse/gongzhonghao"}, "tools": [{"name": "gongzhonghao_account_profile", "title": "Public profile of a WeChat Official Account", "description": "Public profile of a WeChat Official Account.", "inputSchema": {"properties": {"username": {"title": "Username", "type": "string"}}, "required": ["username"], "title": "_account_profileArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_account_profileDictOutput", "type": "object"}}, {"name": "gongzhonghao_account_articles", "title": "Articles published by a WeChat Official Account", "description": "Articles published by a WeChat Official Account.", "inputSchema": {"properties": {"username": {"title": "Username", "type": "string"}, "cursor": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cursor"}}, "required": ["username"], "title": "_account_articlesArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_account_articlesDictOutput", "type": "object"}}, {"name": "gongzhonghao_article_detail", "title": "Single WeChat Official Account article with its body", "description": "Single WeChat Official Account article with its body.", "inputSchema": {"properties": {"url": {"title": "Url", "type": "string"}}, "required": ["url"], "title": "_article_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_article_detailDictOutput", "type": "object"}}, {"name": "gongzhonghao_article_comments", "title": "Comments of a WeChat Official Account article", "description": "Comments of a WeChat Official Account article.", "inputSchema": {"properties": {"url": {"title": "Url", "type": "string"}, "cursor": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cursor"}}, "required": ["url"], "title": "_article_commentsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_article_commentsDictOutput", "type": "object"}}]}, {"name": "instagram", "domain": "social", "available": true, "rest_base": "/v1/social/instagram", "tools_endpoint": "/v1/social/instagram/tools", "mcp": {"streamable_http": "/mcp/instagram", "sse": "/sse/instagram"}, "tools": [{"name": "instagram_user_profile", "title": "Public profile of an Instagram account", "description": "Public profile of an Instagram account.", "inputSchema": {"properties": {"username": {"title": "Username", "type": "string"}}, "required": ["username"], "title": "_user_profileArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_profileDictOutput", "type": "object"}}, {"name": "instagram_user_posts", "title": "Posts published by an Instagram account", "description": "Posts published by an Instagram account.", "inputSchema": {"properties": {"username": {"title": "Username", "type": "string"}, "count": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Count"}, "cursor": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cursor"}}, "required": ["username"], "title": "_user_postsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_postsDictOutput", "type": "object"}}, {"name": "instagram_post_detail", "title": "Single Instagram post, reel or IGTV item", "description": "Single Instagram post, reel or IGTV item.", "inputSchema": {"properties": {"post_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Post Id"}, "url": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Url"}}, "title": "_post_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_post_detailDictOutput", "type": "object"}}, {"name": "instagram_search_users", "title": "Keyword search over Instagram accounts", "description": "Keyword search over Instagram accounts.", "inputSchema": {"properties": {"query": {"title": "Query", "type": "string"}, "cursor": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cursor"}}, "required": ["query"], "title": "_search_usersArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_search_usersDictOutput", "type": "object"}}]}, {"name": "kuaishou", "domain": "social", "available": true, "rest_base": "/v1/social/kuaishou", "tools_endpoint": "/v1/social/kuaishou/tools", "mcp": {"streamable_http": "/mcp/kuaishou", "sse": "/sse/kuaishou"}, "tools": [{"name": "kuaishou_user_profile", "title": "Public profile of a Kuaishou account", "description": "Public profile of a Kuaishou account.", "inputSchema": {"properties": {"user_id": {"title": "User Id", "type": "string"}}, "required": ["user_id"], "title": "_user_profileArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_profileDictOutput", "type": "object"}}, {"name": "kuaishou_search_videos", "title": "Keyword search over Kuaishou videos", "description": "Keyword search over Kuaishou videos.", "inputSchema": {"properties": {"query": {"title": "Query", "type": "string"}, "cursor": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cursor"}}, "required": ["query"], "title": "_search_videosArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_search_videosDictOutput", "type": "object"}}]}, {"name": "lemon8", "domain": "social", "available": true, "rest_base": "/v1/social/lemon8", "tools_endpoint": "/v1/social/lemon8/tools", "mcp": {"streamable_http": "/mcp/lemon8", "sse": "/sse/lemon8"}, "tools": [{"name": "lemon8_user_profile", "title": "Public profile of a Lemon8 account", "description": "Public profile of a Lemon8 account.", "inputSchema": {"properties": {"user_id": {"title": "User Id", "type": "string"}}, "required": ["user_id"], "title": "_user_profileArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_profileDictOutput", "type": "object"}}, {"name": "lemon8_post_detail", "title": "Single Lemon8 post", "description": "Single Lemon8 post.", "inputSchema": {"properties": {"post_id": {"title": "Post Id", "type": "string"}}, "required": ["post_id"], "title": "_post_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_post_detailDictOutput", "type": "object"}}, {"name": "lemon8_search_posts", "title": "Keyword search over Lemon8 posts", "description": "Keyword search over Lemon8 posts.", "inputSchema": {"properties": {"query": {"title": "Query", "type": "string"}, "cursor": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cursor"}}, "required": ["query"], "title": "_search_postsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_search_postsDictOutput", "type": "object"}}]}, {"name": "linkedin", "domain": "social", "available": true, "rest_base": "/v1/social/linkedin", "tools_endpoint": "/v1/social/linkedin/tools", "mcp": {"streamable_http": "/mcp/linkedin", "sse": "/sse/linkedin"}, "tools": [{"name": "linkedin_user_profile", "title": "Public profile of a LinkedIn member", "description": "Public profile of a LinkedIn member.", "inputSchema": {"properties": {"url": {"title": "Url", "type": "string"}}, "required": ["url"], "title": "_user_profileArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_profileDictOutput", "type": "object"}}, {"name": "linkedin_company_profile", "title": "Public page of a LinkedIn company", "description": "Public page of a LinkedIn company.", "inputSchema": {"properties": {"url": {"title": "Url", "type": "string"}}, "required": ["url"], "title": "_company_profileArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_company_profileDictOutput", "type": "object"}}, {"name": "linkedin_post_detail", "title": "Single LinkedIn post or article", "description": "Single LinkedIn post or article.", "inputSchema": {"properties": {"url": {"title": "Url", "type": "string"}}, "required": ["url"], "title": "_post_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_post_detailDictOutput", "type": "object"}}]}, {"name": "reddit", "domain": "social", "available": true, "rest_base": "/v1/social/reddit", "tools_endpoint": "/v1/social/reddit/tools", "mcp": {"streamable_http": "/mcp/reddit", "sse": "/sse/reddit"}, "tools": [{"name": "reddit_search_posts", "title": "Search Reddit posts", "description": "Search posts in a subreddit by keyword within a time window.", "inputSchema": {"properties": {"subreddit": {"title": "Subreddit", "type": "string"}, "query": {"title": "Query", "type": "string"}, "days": {"default": 30, "title": "Days", "type": "integer"}, "limit": {"default": 100, "title": "Limit", "type": "integer"}}, "required": ["subreddit", "query"], "title": "search_postsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "search_postsDictOutput", "type": "object"}}, {"name": "reddit_get_thread", "title": "Get Reddit post comments", "description": "Fetch the comment tree of a single post, optionally only the top N.", "inputSchema": {"properties": {"post_id": {"title": "Post Id", "type": "string"}, "top_n": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Top N"}}, "required": ["post_id"], "title": "get_threadArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "get_threadDictOutput", "type": "object"}}, {"name": "reddit_search_comments", "title": "Search Reddit comments", "description": "Search comments in a subreddit by keyword within a time window.", "inputSchema": {"properties": {"subreddit": {"title": "Subreddit", "type": "string"}, "query": {"title": "Query", "type": "string"}, "days": {"default": 30, "title": "Days", "type": "integer"}, "limit": {"default": 100, "title": "Limit", "type": "integer"}}, "required": ["subreddit", "query"], "title": "search_commentsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "search_commentsDictOutput", "type": "object"}}]}, {"name": "shopee", "domain": "ecommerce", "available": true, "rest_base": "/v1/ecommerce/shopee", "tools_endpoint": "/v1/ecommerce/shopee/tools", "mcp": {"streamable_http": "/mcp/shopee", "sse": "/sse/shopee"}, "tools": [{"name": "shopee_category_tree", "title": "Browse the Shopee category tree for one site", "description": "Browse the Shopee category tree for one site.", "inputSchema": {"properties": {"site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}, "node_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}}, "title": "_category_treeArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_treeDictOutput", "type": "object"}}, {"name": "shopee_category_search_from_name", "title": "Find Shopee categories by name and get their node ids", "description": "Find Shopee categories by name and get their node ids.", "inputSchema": {"properties": {"name": {"title": "Name", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["name"], "title": "_category_searchArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_searchDictOutput", "type": "object"}}, {"name": "shopee_category_request", "title": "Best-selling products under a Shopee category (sub-categories only)", "description": "Best-selling products under a Shopee category (sub-categories only).", "inputSchema": {"properties": {"node_id": {"title": "Node Id", "type": "string"}, "query_date": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Query Date"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["node_id"], "title": "_category_reportArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_reportDictOutput", "type": "object"}}, {"name": "shopee_category_trend", "title": "Historical trend of a Shopee category market", "description": "Historical trend of a Shopee category market.", "inputSchema": {"properties": {"node_id": {"title": "Node Id", "type": "string"}, "trend_index": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Trend Index"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["node_id"], "title": "_category_trendArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_trendDictOutput", "type": "object"}}, {"name": "shopee_product_search", "title": "Search Shopee products with filters, sorted by monthly sales", "description": "Search Shopee products with filters, sorted by monthly sales.", "inputSchema": {"properties": {"node_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "price_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Price Min"}, "price_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Price Max"}, "month_sales_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Month Sales Min"}, "month_sales_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Month Sales Max"}, "star_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Star Min"}, "star_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Star Max"}, "comment_count_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Comment Count Min"}, "comment_count_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Comment Count Max"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "title": "_product_searchArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_searchDictOutput", "type": "object"}}, {"name": "shopee_product_search_from_name", "title": "Search Shopee products by name; up to 20 per page", "description": "Search Shopee products by name; up to 20 per page.", "inputSchema": {"properties": {"name": {"title": "Name", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "required": ["name"], "title": "_product_search_from_nameArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_search_from_nameDictOutput", "type": "object"}}, {"name": "shopee_product_request", "title": "Full detail record of a single Shopee product", "description": "Full detail record of a single Shopee product.", "inputSchema": {"properties": {"product_id": {"title": "Product Id", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["product_id"], "title": "_product_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_detailDictOutput", "type": "object"}}, {"name": "shopee_product_trend", "title": "Historical trend of a Shopee product (star / comments / price / sales)", "description": "Historical trend of a Shopee product (star / comments / price / sales).", "inputSchema": {"properties": {"product_id": {"title": "Product Id", "type": "string"}, "start_date": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Start Date"}, "end_date": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "End Date"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["product_id"], "title": "_product_trendArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_trendDictOutput", "type": "object"}}, {"name": "shopee_keyword_search", "title": "Trending keywords on Shopee, by monthly search volume", "description": "Trending keywords on Shopee, by monthly search volume.", "inputSchema": {"properties": {"keyword": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Keyword"}, "rank_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Rank Min"}, "rank_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Rank Max"}, "search_volume_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Search Volume Min"}, "search_volume_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Search Volume Max"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "title": "_keyword_listArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_keyword_listDictOutput", "type": "object"}}, {"name": "shopee_keyword_relation_results", "title": "Products related to a Shopee keyword, up to 20 per page", "description": "Products related to a Shopee keyword, up to 20 per page.", "inputSchema": {"properties": {"keyword": {"title": "Keyword", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "required": ["keyword"], "title": "_keyword_search_resultsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_keyword_search_resultsDictOutput", "type": "object"}}, {"name": "shopee_shop_request", "title": "Shopee seller profile plus a top-500 snapshot of its products", "description": "Shopee seller profile plus a top-500 snapshot of its products.", "inputSchema": {"properties": {"shop_id": {"title": "Shop Id", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["shop_id"], "title": "_shop_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_shop_detailDictOutput", "type": "object"}}]}, {"name": "temu", "domain": "ecommerce", "available": true, "rest_base": "/v1/ecommerce/temu", "tools_endpoint": "/v1/ecommerce/temu/tools", "mcp": {"streamable_http": "/mcp/temu", "sse": "/sse/temu"}, "tools": [{"name": "temu_category_tree", "title": "Browse the Temu category tree for one site", "description": "Browse the Temu category tree for one site.", "inputSchema": {"properties": {"site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}, "node_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}}, "title": "_category_treeArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_treeDictOutput", "type": "object"}}, {"name": "temu_category_search_from_name", "title": "Find Temu categories by name and get their node ids", "description": "Find Temu categories by name and get their node ids.", "inputSchema": {"properties": {"name": {"title": "Name", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["name"], "title": "_category_searchArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_searchDictOutput", "type": "object"}}, {"name": "temu_category_request", "title": "Best-selling products under a Temu category", "description": "Best-selling products under a Temu category.", "inputSchema": {"properties": {"node_id": {"title": "Node Id", "type": "string"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["node_id"], "title": "_category_reportArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_reportDictOutput", "type": "object"}}, {"name": "temu_product_search", "title": "Search Temu products with filters, sorted by monthly sales", "description": "Search Temu products with filters, sorted by monthly sales.", "inputSchema": {"properties": {"node_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "brand": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Brand"}, "seller_name": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Seller Name"}, "price_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Price Min"}, "price_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Price Max"}, "sales_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Sales Min"}, "sales_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Sales Max"}, "star_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Star Min"}, "star_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Star Max"}, "comment_count_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Comment Count Min"}, "comment_count_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Comment Count Max"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "title": "_product_searchArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_searchDictOutput", "type": "object"}}, {"name": "temu_product_search_from_name", "title": "Search Temu products by name; 20 per page", "description": "Search Temu products by name; 20 per page.", "inputSchema": {"properties": {"name": {"title": "Name", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "required": ["name"], "title": "_product_search_from_nameArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_search_from_nameDictOutput", "type": "object"}}, {"name": "temu_product_request", "title": "Full detail record of a single Temu product", "description": "Full detail record of a single Temu product.", "inputSchema": {"properties": {"product_id": {"title": "Product Id", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["product_id"], "title": "_product_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_detailDictOutput", "type": "object"}}, {"name": "temu_product_trend", "title": "Historical trend of a Temu product (sales / price / comments / star)", "description": "Historical trend of a Temu product (sales / price / comments / star).", "inputSchema": {"properties": {"product_id": {"title": "Product Id", "type": "string"}, "start_date": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Start Date"}, "end_date": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "End Date"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["product_id"], "title": "_product_trendArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_trendDictOutput", "type": "object"}}]}, {"name": "threads", "domain": "social", "available": true, "rest_base": "/v1/social/threads", "tools_endpoint": "/v1/social/threads/tools", "mcp": {"streamable_http": "/mcp/threads", "sse": "/sse/threads"}, "tools": [{"name": "threads_user_posts", "title": "Posts published by a Threads account", "description": "Posts published by a Threads account.", "inputSchema": {"properties": {"user_id": {"title": "User Id", "type": "string"}}, "required": ["user_id"], "title": "_user_postsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_postsDictOutput", "type": "object"}}]}, {"name": "tiktok", "domain": "social", "available": true, "rest_base": "/v1/social/tiktok", "tools_endpoint": "/v1/social/tiktok/tools", "mcp": {"streamable_http": "/mcp/tiktok", "sse": "/sse/tiktok"}, "tools": [{"name": "tiktok_user_profile", "title": "Public profile of a TikTok account", "description": "Public profile of a TikTok account.", "inputSchema": {"properties": {"username": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Username"}, "user_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "User Id"}}, "title": "_user_profileArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_profileDictOutput", "type": "object"}}, {"name": "tiktok_user_posts", "title": "Videos published by a TikTok account, newest first", "description": "Videos published by a TikTok account, newest first.", "inputSchema": {"properties": {"user_id": {"title": "User Id", "type": "string"}, "cursor": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cursor"}, "count": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Count"}}, "required": ["user_id"], "title": "_user_postsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_postsDictOutput", "type": "object"}}, {"name": "tiktok_post_detail", "title": "Single TikTok video with its author and engagement counters", "description": "Single TikTok video with its author and engagement counters.", "inputSchema": {"properties": {"post_id": {"title": "Post Id", "type": "string"}, "region": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Region"}}, "required": ["post_id"], "title": "_post_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_post_detailDictOutput", "type": "object"}}, {"name": "tiktok_post_comments", "title": "Top-level comments of a TikTok video", "description": "Top-level comments of a TikTok video.", "inputSchema": {"properties": {"post_id": {"title": "Post Id", "type": "string"}, "cursor": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cursor"}, "count": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Count"}}, "required": ["post_id"], "title": "_post_commentsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_post_commentsDictOutput", "type": "object"}}]}, {"name": "tiktokshop", "domain": "ecommerce", "available": true, "rest_base": "/v1/ecommerce/tiktokshop", "tools_endpoint": "/v1/ecommerce/tiktokshop/tools", "mcp": {"streamable_http": "/mcp/tiktokshop", "sse": "/sse/tiktokshop"}, "tools": [{"name": "tiktok_category_tree", "title": "Browse the TikTok Shop category tree for one site", "description": "Browse the TikTok Shop category tree for one site.", "inputSchema": {"properties": {"site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}, "node_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}}, "title": "_category_treeArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_treeDictOutput", "type": "object"}}, {"name": "tiktok_category_search_from_name", "title": "Find TikTok Shop categories by name and get their node ids", "description": "Find TikTok Shop categories by name and get their node ids.", "inputSchema": {"properties": {"name": {"title": "Name", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["name"], "title": "_category_searchArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_searchDictOutput", "type": "object"}}, {"name": "tiktok_category_request", "title": "Best-selling products under a TikTok Shop category", "description": "Best-selling products under a TikTok Shop category.", "inputSchema": {"properties": {"node_id": {"title": "Node Id", "type": "string"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["node_id"], "title": "_category_reportArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_reportDictOutput", "type": "object"}}, {"name": "tiktok_category_trend", "title": "Historical trend of a TikTok Shop category market", "description": "Historical trend of a TikTok Shop category market.", "inputSchema": {"properties": {"node_id": {"title": "Node Id", "type": "string"}, "trend_index": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Trend Index"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["node_id"], "title": "_category_trendArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_trendDictOutput", "type": "object"}}, {"name": "tiktok_product_search", "title": "Search TikTok Shop products with filters", "description": "Search TikTok Shop products with filters.", "inputSchema": {"properties": {"node_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "brand": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Brand"}, "seller_name": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Seller Name"}, "price_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Price Min"}, "price_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Price Max"}, "month_sales_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Month Sales Min"}, "month_sales_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Month Sales Max"}, "star_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Star Min"}, "star_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Star Max"}, "review_count_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Review Count Min"}, "review_count_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Review Count Max"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "title": "_product_searchArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_searchDictOutput", "type": "object"}}, {"name": "tiktok_product_search_from_name", "title": "Search TikTok Shop products by name", "description": "Search TikTok Shop products by name.", "inputSchema": {"properties": {"name": {"title": "Name", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "required": ["name"], "title": "_product_search_from_nameArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_search_from_nameDictOutput", "type": "object"}}, {"name": "tiktok_product_request", "title": "Full detail record of a single TikTok Shop product", "description": "Full detail record of a single TikTok Shop product.", "inputSchema": {"properties": {"product_id": {"title": "Product Id", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["product_id"], "title": "_product_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_detailDictOutput", "type": "object"}}, {"name": "tiktok_product_trend", "title": "Historical trend of a TikTok Shop product", "description": "Historical trend of a TikTok Shop product.", "inputSchema": {"properties": {"product_id": {"title": "Product Id", "type": "string"}, "trend_type": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Trend Type"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["product_id"], "title": "_product_trendArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_trendDictOutput", "type": "object"}}, {"name": "tiktok_shop_request", "title": "TikTok Shop seller details", "description": "TikTok Shop seller details.", "inputSchema": {"properties": {"shop_id": {"title": "Shop Id", "type": "string"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}}, "required": ["shop_id"], "title": "_shop_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_shop_detailDictOutput", "type": "object"}}, {"name": "tiktok_shop_search", "title": "Search TikTok Shop sellers with filters", "description": "Search TikTok Shop sellers with filters.", "inputSchema": {"properties": {"node_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "month_sales_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Month Sales Min"}, "month_sales_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Month Sales Max"}, "star_min": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Star Min"}, "star_max": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Star Max"}, "site": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Site"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "title": "_shop_searchArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_shop_searchDictOutput", "type": "object"}}]}, {"name": "toutiao", "domain": "social", "available": true, "rest_base": "/v1/social/toutiao", "tools_endpoint": "/v1/social/toutiao/tools", "mcp": {"streamable_http": "/mcp/toutiao", "sse": "/sse/toutiao"}, "tools": [{"name": "toutiao_user_profile", "title": "Public profile of a Toutiao account", "description": "Public profile of a Toutiao account.", "inputSchema": {"properties": {"user_id": {"title": "User Id", "type": "string"}}, "required": ["user_id"], "title": "_user_profileArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_profileDictOutput", "type": "object"}}, {"name": "toutiao_article_detail", "title": "Single Toutiao article", "description": "Single Toutiao article.", "inputSchema": {"properties": {"post_id": {"title": "Post Id", "type": "string"}}, "required": ["post_id"], "title": "_article_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_article_detailDictOutput", "type": "object"}}, {"name": "toutiao_video_detail", "title": "Single Toutiao video", "description": "Single Toutiao video.", "inputSchema": {"properties": {"post_id": {"title": "Post Id", "type": "string"}}, "required": ["post_id"], "title": "_video_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_video_detailDictOutput", "type": "object"}}, {"name": "toutiao_post_comments", "title": "Comments of a Toutiao article or video", "description": "Comments of a Toutiao article or video.", "inputSchema": {"properties": {"post_id": {"title": "Post Id", "type": "string"}, "offset": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Offset"}}, "required": ["post_id"], "title": "_post_commentsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_post_commentsDictOutput", "type": "object"}}]}, {"name": "walmart", "domain": "ecommerce", "available": true, "rest_base": "/v1/ecommerce/walmart", "tools_endpoint": "/v1/ecommerce/walmart/tools", "mcp": {"streamable_http": "/mcp/walmart", "sse": "/sse/walmart"}, "tools": [{"name": "walmart_category_tree", "title": "Browse the Walmart category tree (US site only)", "description": "Browse the Walmart category tree (US site only).", "inputSchema": {"properties": {"node_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}}, "title": "_category_treeArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_treeDictOutput", "type": "object"}}, {"name": "walmart_category_search_from_name", "title": "Find Walmart categories by name and get their node ids", "description": "Find Walmart categories by name and get their node ids.", "inputSchema": {"properties": {"name": {"title": "Name", "type": "string"}}, "required": ["name"], "title": "_category_searchArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_searchDictOutput", "type": "object"}}, {"name": "walmart_category_report_by_node_id", "title": "Real-time top-100 best sellers of a Walmart category", "description": "Real-time top-100 best sellers of a Walmart category.", "inputSchema": {"properties": {"node_id": {"title": "Node Id", "type": "string"}}, "required": ["node_id"], "title": "_category_reportArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_category_reportDictOutput", "type": "object"}}, {"name": "walmart_product_search_from_name", "title": "Search Walmart products by name; up to 20 per page", "description": "Search Walmart products by name; up to 20 per page.", "inputSchema": {"properties": {"name": {"title": "Name", "type": "string"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "required": ["name"], "title": "_product_search_from_nameArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_search_from_nameDictOutput", "type": "object"}}, {"name": "walmart_product_detail_by_product_id", "title": "Full detail record of a single Walmart product", "description": "Full detail record of a single Walmart product.", "inputSchema": {"properties": {"product_id": {"title": "Product Id", "type": "string"}}, "required": ["product_id"], "title": "_product_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_detailDictOutput", "type": "object"}}, {"name": "walmart_product_trend_by_product_id", "title": "Historical trend of a Walmart product (sales volume / amount and more)", "description": "Historical trend of a Walmart product (sales volume / amount and more).", "inputSchema": {"properties": {"product_id": {"title": "Product Id", "type": "string"}, "trend_type": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Trend Type"}, "start_date": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Start Date"}, "end_date": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "End Date"}}, "required": ["product_id"], "title": "_product_trendArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_trendDictOutput", "type": "object"}}, {"name": "walmart_product_variation_sales_by_product_id", "title": "Child-item sales breakdown of a Walmart product", "description": "Child-item sales breakdown of a Walmart product.", "inputSchema": {"properties": {"product_id": {"title": "Product Id", "type": "string"}, "start_date": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Start Date"}, "end_date": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "End Date"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "required": ["product_id"], "title": "_product_variationsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_variationsDictOutput", "type": "object"}}, {"name": "walmart_product_traffic_terms", "title": "Keywords a Walmart product has recently been exposed under", "description": "Keywords a Walmart product has recently been exposed under.", "inputSchema": {"properties": {"product_id": {"title": "Product Id", "type": "string"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "required": ["product_id"], "title": "_product_traffic_termsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_product_traffic_termsDictOutput", "type": "object"}}, {"name": "walmart_keyword_list", "title": "Real-time hot keyword list for Walmart, by monthly search volume", "description": "Real-time hot keyword list for Walmart, by monthly search volume.", "inputSchema": {"properties": {"rank_min": {"title": "Rank Min", "type": "integer"}, "rank_max": {"title": "Rank Max", "type": "integer"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "required": ["rank_min", "rank_max"], "title": "_keyword_listArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_keyword_listDictOutput", "type": "object"}}, {"name": "walmart_keyword_detail", "title": "Detail record of one Walmart hot keyword", "description": "Detail record of one Walmart hot keyword.", "inputSchema": {"properties": {"keyword": {"title": "Keyword", "type": "string"}}, "required": ["keyword"], "title": "_keyword_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_keyword_detailDictOutput", "type": "object"}}, {"name": "walmart_keyword_extends", "title": "Extended keywords derived from a Walmart hot keyword", "description": "Extended keywords derived from a Walmart hot keyword.", "inputSchema": {"properties": {"keyword": {"title": "Keyword", "type": "string"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "required": ["keyword"], "title": "_keyword_extendsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_keyword_extendsDictOutput", "type": "object"}}, {"name": "walmart_keyword_search_results", "title": "Natural-position product list for a Walmart hot keyword", "description": "Natural-position product list for a Walmart hot keyword.", "inputSchema": {"properties": {"keyword": {"title": "Keyword", "type": "string"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "required": ["keyword"], "title": "_keyword_search_resultsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_keyword_search_resultsDictOutput", "type": "object"}}]}, {"name": "weibo", "domain": "social", "available": true, "rest_base": "/v1/social/weibo", "tools_endpoint": "/v1/social/weibo/tools", "mcp": {"streamable_http": "/mcp/weibo", "sse": "/sse/weibo"}, "tools": [{"name": "weibo_user_profile", "title": "Public profile of a Weibo account", "description": "Public profile of a Weibo account.", "inputSchema": {"properties": {"user_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "User Id"}, "username": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Username"}}, "title": "_user_profileArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_profileDictOutput", "type": "object"}}, {"name": "weibo_post_detail", "title": "Single Weibo post", "description": "Single Weibo post.", "inputSchema": {"properties": {"post_id": {"title": "Post Id", "type": "string"}}, "required": ["post_id"], "title": "_post_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_post_detailDictOutput", "type": "object"}}, {"name": "weibo_search_posts", "title": "Keyword search over Weibo posts", "description": "Keyword search over Weibo posts.", "inputSchema": {"properties": {"query": {"title": "Query", "type": "string"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}}, "required": ["query"], "title": "_search_postsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_search_postsDictOutput", "type": "object"}}, {"name": "weibo_hot_list", "title": "Current Weibo trending list", "description": "Current Weibo trending list.", "inputSchema": {"properties": {}, "title": "_hot_listArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_hot_listDictOutput", "type": "object"}}]}, {"name": "x", "domain": "social", "available": true, "rest_base": "/v1/social/x", "tools_endpoint": "/v1/social/x/tools", "mcp": {"streamable_http": "/mcp/x", "sse": "/sse/x"}, "tools": [{"name": "x_user_profile", "title": "Public profile of an X account", "description": "Public profile of an X account.", "inputSchema": {"properties": {"username": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Username"}, "user_id": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "User Id"}}, "title": "_user_profileArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_profileDictOutput", "type": "object"}}, {"name": "x_user_posts", "title": "Posts published by an X account", "description": "Posts published by an X account.", "inputSchema": {"properties": {"username": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Username"}, "user_id": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "User Id"}, "cursor": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cursor"}}, "title": "_user_postsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_postsDictOutput", "type": "object"}}, {"name": "x_post_detail", "title": "Single X post with its author and counters", "description": "Single X post with its author and counters.", "inputSchema": {"properties": {"post_id": {"title": "Post Id", "type": "string"}}, "required": ["post_id"], "title": "_post_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_post_detailDictOutput", "type": "object"}}, {"name": "x_search_posts", "title": "Keyword search over X posts", "description": "Keyword search over X posts.", "inputSchema": {"properties": {"query": {"title": "Query", "type": "string"}, "cursor": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cursor"}}, "required": ["query"], "title": "_search_postsArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_search_postsDictOutput", "type": "object"}}]}, {"name": "xiaohongshu", "domain": "social", "available": true, "rest_base": "/v1/social/xiaohongshu", "tools_endpoint": "/v1/social/xiaohongshu/tools", "mcp": {"streamable_http": "/mcp/xiaohongshu", "sse": "/sse/xiaohongshu"}, "tools": [{"name": "xiaohongshu_search_notes", "title": "Keyword search over Xiaohongshu notes", "description": "Keyword search over Xiaohongshu notes.", "inputSchema": {"properties": {"query": {"title": "Query", "type": "string"}, "page": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Page"}, "sort_type": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Sort Type"}, "note_type": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Note Type"}}, "required": ["query"], "title": "_search_notesArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_search_notesDictOutput", "type": "object"}}, {"name": "xiaohongshu_user_profile", "title": "Public profile of a Xiaohongshu account", "description": "Public profile of a Xiaohongshu account.", "inputSchema": {"properties": {"user_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "User Id"}, "url": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Url"}}, "title": "_user_profileArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_profileDictOutput", "type": "object"}}, {"name": "xiaohongshu_user_notes", "title": "Notes published by a Xiaohongshu account", "description": "Notes published by a Xiaohongshu account.", "inputSchema": {"properties": {"user_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "User Id"}, "url": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Url"}, "cursor": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cursor"}}, "title": "_user_notesArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_notesDictOutput", "type": "object"}}, {"name": "xiaohongshu_note_detail", "title": "Single Xiaohongshu note (image or video)", "description": "Single Xiaohongshu note (image or video).", "inputSchema": {"properties": {"note_id": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Note Id"}, "url": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Url"}}, "title": "_note_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_note_detailDictOutput", "type": "object"}}]}, {"name": "xigua", "domain": "social", "available": true, "rest_base": "/v1/social/xigua", "tools_endpoint": "/v1/social/xigua/tools", "mcp": {"streamable_http": "/mcp/xigua", "sse": "/sse/xigua"}, "tools": [{"name": "xigua_user_videos", "title": "Videos published by an Xigua account", "description": "Videos published by an Xigua account.", "inputSchema": {"properties": {"user_id": {"title": "User Id", "type": "string"}, "cursor": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cursor"}}, "required": ["user_id"], "title": "_user_videosArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_videosDictOutput", "type": "object"}}, {"name": "xigua_search_videos", "title": "Keyword search over Xigua videos", "description": "Keyword search over Xigua videos.", "inputSchema": {"properties": {"query": {"title": "Query", "type": "string"}, "offset": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Offset"}}, "required": ["query"], "title": "_search_videosArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_search_videosDictOutput", "type": "object"}}]}, {"name": "youtube", "domain": "social", "available": true, "rest_base": "/v1/social/youtube", "tools_endpoint": "/v1/social/youtube/tools", "mcp": {"streamable_http": "/mcp/youtube", "sse": "/sse/youtube"}, "tools": [{"name": "youtube_video_detail", "title": "Single YouTube video with description and counters", "description": "Single YouTube video with description and counters.", "inputSchema": {"properties": {"video_id": {"title": "Video Id", "type": "string"}}, "required": ["video_id"], "title": "_video_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_video_detailDictOutput", "type": "object"}}, {"name": "youtube_channel_profile", "title": "Public profile of a YouTube channel", "description": "Public profile of a YouTube channel.", "inputSchema": {"properties": {"channel_id": {"title": "Channel Id", "type": "string"}}, "required": ["channel_id"], "title": "_channel_profileArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_channel_profileDictOutput", "type": "object"}}, {"name": "youtube_channel_videos", "title": "Videos published by a YouTube channel", "description": "Videos published by a YouTube channel.", "inputSchema": {"properties": {"channel_id": {"title": "Channel Id", "type": "string"}, "cursor": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cursor"}}, "required": ["channel_id"], "title": "_channel_videosArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_channel_videosDictOutput", "type": "object"}}, {"name": "youtube_search_videos", "title": "Keyword search over YouTube videos", "description": "Keyword search over YouTube videos.", "inputSchema": {"properties": {"query": {"title": "Query", "type": "string"}, "cursor": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cursor"}, "order_by": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Order By"}}, "required": ["query"], "title": "_search_videosArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_search_videosDictOutput", "type": "object"}}]}, {"name": "zhihu", "domain": "social", "available": true, "rest_base": "/v1/social/zhihu", "tools_endpoint": "/v1/social/zhihu/tools", "mcp": {"streamable_http": "/mcp/zhihu", "sse": "/sse/zhihu"}, "tools": [{"name": "zhihu_user_profile", "title": "Public profile of a Zhihu account", "description": "Public profile of a Zhihu account.", "inputSchema": {"properties": {"user_id": {"title": "User Id", "type": "string"}}, "required": ["user_id"], "title": "_user_profileArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_user_profileDictOutput", "type": "object"}}, {"name": "zhihu_answer_detail", "title": "Single Zhihu answer", "description": "Single Zhihu answer.", "inputSchema": {"properties": {"answer_id": {"title": "Answer Id", "type": "string"}}, "required": ["answer_id"], "title": "_answer_detailArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_answer_detailDictOutput", "type": "object"}}, {"name": "zhihu_question_answers", "title": "Answers under a Zhihu question", "description": "Answers under a Zhihu question.", "inputSchema": {"properties": {"question_id": {"title": "Question Id", "type": "string"}, "cursor": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Cursor"}, "count": {"anyOf": [{"type": "integer"}, {"type": "null"}], "default": null, "title": "Count"}}, "required": ["question_id"], "title": "_question_answersArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_question_answersDictOutput", "type": "object"}}, {"name": "zhihu_hot_list", "title": "Current Zhihu trending list", "description": "Current Zhihu trending list.", "inputSchema": {"properties": {"count": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null, "title": "Count"}}, "title": "_hot_listArguments", "type": "object"}, "outputSchema": {"additionalProperties": true, "title": "_hot_listDictOutput", "type": "object"}}]}], "count": 23, "tool_count": 124, "note": "工具名即 REST 路径末段：POST /v1/{domain}/{platform}/tools/{tool}。"}