server_name
stringclasses
156 values
category
stringclasses
1 value
tool
stringlengths
176
38.2k
hostinger-mcp-server
other
{'type': 'function', 'name': 'domains_enablePrivacyProtectionV1', 'description': "Enable privacy protection for the domain.\n\nWhen privacy protection is enabled, domain owner's personal information is hidden from public WHOIS database.\n\nUse this endpoint to protect domain owner's personal information from public view.", 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name'}}, 'required': ['domain'], 'additionalProperties': False}, 'strict': True}
hostinger-mcp-server
other
{'type': 'function', 'name': 'domains_getDomainDetailsV1', 'description': 'Retrieve detailed information for specified domain.\n\nUse this endpoint to view comprehensive domain configuration and status.', 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name'}}, 'required': ['domain'], 'additionalProperties': False}, 'strict': True}
hostinger-mcp-server
other
{'type': 'function', 'name': 'domains_getDomainForwardingV1', 'description': 'Retrieve domain forwarding data.\n\nUse this endpoint to view current redirect configuration for domains.', 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name'}}, 'required': ['domain'], 'additionalProperties': False}, 'strict': True}
hostinger-mcp-server
other
{'type': 'function', 'name': 'domains_getDomainListV1', 'description': "Retrieve all domains associated with your account.\n\nUse this endpoint to view user's domain portfolio.", 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
hostinger-mcp-server
other
{'type': 'function', 'name': 'domains_getWHOISProfileListV1', 'description': 'Retrieve WHOIS contact profiles.\n\nUse this endpoint to view available contact profiles for domain registration.', 'parameters': {'type': 'object', 'properties': {'tld': {'type': 'string', 'description': 'Filter by TLD (without leading dot)'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
hostinger-mcp-server
other
{'type': 'function', 'name': 'domains_getWHOISProfileUsageV1', 'description': 'Retrieve domain list where provided WHOIS contact profile is used.\n\nUse this endpoint to view which domains use specific contact profiles.', 'parameters': {'type': 'object', 'properties': {'whoisId': {'type': 'integer', 'description': 'WHOIS ID'}}, 'required': ['whoisId'], 'additionalProperties': False}, 'strict': True}
hostinger-mcp-server
other
{'type': 'function', 'name': 'domains_getWHOISProfileV1', 'description': 'Retrieve a WHOIS contact profile.\n\nUse this endpoint to view domain registration contact information.', 'parameters': {'type': 'object', 'properties': {'whoisId': {'type': 'integer', 'description': 'WHOIS ID'}}, 'required': ['whoisId'], 'additionalProperties': False}, 'strict': True}
hostinger-mcp-server
other
{'type': 'function', 'name': 'domains_purchaseNewDomainV1', 'description': 'Purchase and register a new domain name.\n\nIf registration fails, login to [hPanel](https://hpanel.hostinger.com/) and check domain registration status.\n\nIf no payment method is provided, your default payment method will be used automatically.\n\nIf no WHOIS information is provided, default contact information for that TLD will be used. \nBefore making request, ensure WHOIS information for desired TLD exists in your account.\n\nSome TLDs require `additional_details` to be provided and these will be validated before completing purchase.\n\nUse this endpoint to register new domains for users.', 'parameters': {'type': 'object', 'properties': {'additional_details': {'type': 'object', 'description': 'Additional registration data, possible values depends on TLD'}, 'coupons': {'type': 'array', 'description': 'Discount coupon codes', 'items': {'type': 'string', 'description': 'coupons parameter'}}, 'domain': {'type': 'string', 'description': 'Domain name'}, 'domain_contacts': {'type': 'object', 'description': 'Domain contact information', 'properties': {'admin_id': {'type': 'integer', 'description': 'Administrative contact WHOIS record ID'}, 'billing_id': {'type': 'integer', 'description': 'Billing contact WHOIS record ID'}, 'owner_id': {'type': 'integer', 'description': 'Owner contact WHOIS record ID'}, 'tech_id': {'type': 'integer', 'description': 'Technical contact WHOIS record ID'}}}, 'item_id': {'type': 'string', 'description': 'Catalog price item ID'}, 'payment_method_id': {'type': 'integer', 'description': 'Payment method ID, default will be used if not provided'}}, 'required': ['domain', 'item_id'], 'additionalProperties': False}, 'strict': True}
hostinger-mcp-server
other
{'type': 'function', 'name': 'domains_updateDomainNameserversV1', 'description': 'Set nameservers for a specified domain.\n\nBe aware, that improper nameserver configuration can lead to the domain being unresolvable or unavailable.\n\nUse this endpoint to configure custom DNS hosting for domains.', 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name'}, 'ns1': {'type': 'string', 'description': 'First name server'}, 'ns2': {'type': 'string', 'description': 'Second name server'}, 'ns3': {'type': 'string', 'description': 'Third name server'}, 'ns4': {'type': 'string', 'description': 'Fourth name server'}}, 'required': ['domain', 'ns1', 'ns2'], 'additionalProperties': False}, 'strict': True}
hostinger-mcp-server
other
{'type': 'function', 'name': 'reach_createANewContactV1', 'description': 'Create a new contact in the email marketing system.\n\nThis endpoint allows you to create a new contact with basic information like name, email, and surname.\nYou can optionally assign the contact to specific groups and add notes.\n\nThe contact will be automatically subscribed to email communications.', 'parameters': {'type': 'object', 'properties': {'email': {'type': 'string', 'description': 'email parameter'}, 'group_uuids': {'type': 'array', 'description': 'group_uuids parameter', 'items': {'type': 'string', 'description': 'Group UUID'}}, 'name': {'type': 'string', 'description': 'name parameter'}, 'note': {'type': 'string', 'description': 'note parameter'}, 'surname': {'type': 'string', 'description': 'surname parameter'}}, 'required': ['email'], 'additionalProperties': False}, 'strict': True}
hostinger-mcp-server
other
{'type': 'function', 'name': 'reach_deleteAContactV1', 'description': 'Delete a contact with the specified UUID.\n\nThis endpoint permanently removes a contact from the email marketing system.', 'parameters': {'type': 'object', 'properties': {'uuid': {'type': 'string', 'description': 'UUID of the contact to delete'}}, 'required': ['uuid'], 'additionalProperties': False}, 'strict': True}
hostinger-mcp-server
other
{'type': 'function', 'name': 'reach_listContactGroupsV1', 'description': 'Get a list of all contact groups.\n\nThis endpoint returns a list of contact groups that can be used to organize contacts.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
hostinger-mcp-server
other
{'type': 'function', 'name': 'reach_listContactsV1', 'description': 'Get a list of contacts, optionally filtered by group and subscription status.\n\nThis endpoint returns a paginated list of contacts with their basic information.\nYou can filter contacts by group UUID and subscription status.', 'parameters': {'type': 'object', 'properties': {'group_uuid': {'type': 'string', 'description': 'Filter contacts by group UUID'}, 'page': {'type': 'integer', 'description': 'Page number'}, 'subscription_status': {'type': 'string', 'description': 'Filter contacts by subscription status', 'enum': ['subscribed', 'unsubscribed']}}, 'required': [], 'additionalProperties': False}, 'strict': True}
hugging-face
other
{'type': 'function', 'name': 'dataset_search', 'description': 'Find Datasets hosted on the Hugging Face hub. Returns comprehensive information about matching datasets including downloads, likes, tags, and direct links. Include links to the datasets in your response', 'parameters': {'type': 'object', 'properties': {'author': {'type': 'string', 'description': "Organization or user who created the dataset (e.g., 'google', 'facebook', 'allenai')"}, 'limit': {'type': 'number', 'description': 'Maximum number of results to return', 'default': 20, 'minimum': 1, 'maximum': 100}, 'query': {'type': 'string', 'description': 'Search term. Leave blank and specify "sort" and "limit" to get e.g. "Top 20 trending datasets", "Top 10 most recent datasets" etc" '}, 'sort': {'type': 'string', 'description': 'Sort order: trendingScore, downloads, likes, createdAt, lastModified', 'enum': ['trendingScore', 'downloads', 'likes', 'createdAt', 'lastModified']}, 'tags': {'type': 'array', 'description': "Tags to filter datasets (e.g., ['language:en', 'size_categories:1M<n<10M', 'task_categories:text-classification'])", 'items': {'type': 'string'}}}, 'required': [], 'additionalProperties': False}, 'strict': True}
hugging-face
other
{'type': 'function', 'name': 'gr1_flux1_schnell_infer', 'description': 'Generate an image using the Flux 1 Schnell Image Generator. (from evalstate/flux1_schnell)', 'parameters': {'type': 'object', 'properties': {'height': {'type': 'number', 'description': 'numeric value between 256 and 2048', 'default': 1024}, 'num_inference_steps': {'type': 'number', 'description': 'numeric value between 1 and 16', 'default': 4}, 'prompt': {'type': 'string', 'description': 'Approximately 60-70 words max - description of the image to generate.'}, 'randomize_seed': {'type': 'boolean', 'default': True}, 'seed': {'type': 'number', 'description': 'numeric value between 0 and 2147483647'}, 'width': {'type': 'number', 'description': 'numeric value between 256 and 2048', 'default': 1024}}, 'required': [], 'additionalProperties': False}, 'strict': True}
hugging-face
other
{'type': 'function', 'name': 'hf_doc_fetch', 'description': 'Fetch a document from the Hugging Face or Gradio documentation library. For large documents, use offset to get subsequent chunks.', 'parameters': {'type': 'object', 'properties': {'doc_url': {'type': 'string', 'description': 'Documentation URL (Hugging Face or Gradio)', 'maxLength': 200}, 'offset': {'type': 'number', 'description': 'Token offset for large documents (use the offset from truncation message)', 'minimum': 0}}, 'required': ['doc_url'], 'additionalProperties': False}, 'strict': True}
hugging-face
other
{'type': 'function', 'name': 'hf_doc_search', 'description': 'Search documentation about all of Hugging Face products and libraries (Transformers, Datasets, Diffusers, Gradio, Hub, and more). Use this for the most up-to-date information Returns excerpts grouped by Product and Document.', 'parameters': {'type': 'object', 'properties': {'product': {'type': 'string', 'description': 'Filter by Product (e.g., "hub", "dataset-viewer", "transformers"). Supply when known for focused results'}, 'query': {'type': 'string', 'description': 'Semantic search query', 'minLength': 3, 'maxLength': 200}}, 'required': ['query'], 'additionalProperties': False}, 'strict': True}
hugging-face
other
{'type': 'function', 'name': 'hf_whoami', 'description': 'Hugging Face tools are being used anonymously and may be rate limited. Call this tool for instructions on joining and authenticating.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
hugging-face
other
{'type': 'function', 'name': 'hub_repo_details', 'description': 'Get details for one or more Hugging Face repos (model, dataset, or space). Auto-detects type unless specified.', 'parameters': {'type': 'object', 'properties': {'repo_ids': {'type': 'array', 'description': 'Repo IDs for (models|dataset/space) - usually in author/name format (e.g. openai/gpt-oss-120b)', 'items': {'type': 'string', 'minLength': 1}, 'minItems': 1, 'maxItems': 10}, 'repo_type': {'type': 'string', 'description': 'Specify lookup type; otherwise auto-detects', 'enum': ['model', 'dataset', 'space']}}, 'required': ['repo_ids'], 'additionalProperties': False}, 'strict': True}
hugging-face
other
{'type': 'function', 'name': 'model_search', 'description': 'Find Machine Learning models hosted on Hugging Face. Returns comprehensive information about matching models including downloads, likes, tags, and direct links. Include links to the models in your response', 'parameters': {'type': 'object', 'properties': {'author': {'type': 'string', 'description': "Organization or user who created the model (e.g., 'google', 'meta-llama', 'microsoft')"}, 'library': {'type': 'string', 'description': "Framework the model uses (e.g., 'transformers', 'diffusers', 'timm')"}, 'limit': {'type': 'number', 'description': 'Maximum number of results to return', 'default': 20, 'minimum': 1, 'maximum': 100}, 'query': {'type': 'string', 'description': 'Search term. Leave blank and specify "sort" and "limit" to get e.g. "Top 20 trending models", "Top 10 most recent models" etc" '}, 'sort': {'type': 'string', 'description': 'Sort order: trendingScore, downloads , likes, createdAt, lastModified', 'enum': ['trendingScore', 'downloads', 'likes', 'createdAt', 'lastModified']}, 'task': {'type': 'string', 'description': "Model task type (e.g., 'text-generation', 'image-classification', 'translation')"}}, 'required': [], 'additionalProperties': False}, 'strict': True}
hugging-face
other
{'type': 'function', 'name': 'paper_search', 'description': "Find Machine Learning research papers on the Hugging Face hub. Include 'Link to paper' When presenting the results. Consider whether tabulating results matches user intent.", 'parameters': {'type': 'object', 'properties': {'concise_only': {'type': 'boolean', 'description': 'Return a 2 sentence summary of the abstract. Use for broad search terms which may return a lot of results. Check with User if unsure.', 'default': False}, 'query': {'type': 'string', 'description': 'Semantic Search query', 'minLength': 3, 'maxLength': 200}, 'results_limit': {'type': 'number', 'description': 'Number of results to return', 'default': 12}}, 'required': ['query'], 'additionalProperties': False}, 'strict': True}
hugging-face
other
{'type': 'function', 'name': 'space_search', 'description': 'Find Hugging Face Spaces using semantic search. Include links to the Space when presenting the results.', 'parameters': {'type': 'object', 'properties': {'limit': {'type': 'number', 'description': 'Number of results to return', 'default': 10}, 'mcp': {'type': 'boolean', 'description': 'Only return MCP Server enabled Spaces', 'default': False}, 'query': {'type': 'string', 'description': 'Semantic Search Query', 'minLength': 1, 'maxLength': 100}}, 'required': ['query'], 'additionalProperties': False}, 'strict': True}
hummingbot-mcp
other
{'type': 'function', 'name': 'deploy_bot_with_controllers', 'description': 'Deploy a bot with specified controller configurations.\n Args:\n bot_name: Name of the bot to deploy\n controllers_config: List of controller configs to use for the bot deployment.\n account_name: Account name to use for the bot (default: master_account)\n max_global_drawdown_quote: Maximum global drawdown in quote currency (optional) defaults to None.\n max_controller_drawdown_quote: Maximum drawdown per controller in quote currency (optional) defaults to None.\n image: Docker image to use for the bot (default: "hummingbot/hummingbot:latest")', 'parameters': {'type': 'object', 'properties': {'account_name': {'title': 'Account Name', 'default': 'master_account', 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'bot_name': {'type': 'string', 'title': 'Bot Name'}, 'controllers_config': {'type': 'array', 'title': 'Controllers Config', 'items': {'type': 'string'}}, 'image': {'type': 'string', 'title': 'Image', 'default': 'hummingbot/hummingbot:latest'}, 'max_controller_drawdown_quote': {'title': 'Max Controller Drawdown Quote', 'default': None, 'anyOf': [{'type': 'number'}, {'type': 'null'}]}, 'max_global_drawdown_quote': {'title': 'Max Global Drawdown Quote', 'default': None, 'anyOf': [{'type': 'number'}, {'type': 'null'}]}}, 'required': ['bot_name', 'controllers_config'], 'additionalProperties': False}, 'strict': True}
hummingbot-mcp
other
{'type': 'function', 'name': 'explore_controllers', 'description': 'Explore and understand controllers and their configs.\n \n Use this tool to discover what\'s available and understand how things work.\n \n Progressive flow:\n 1. action="list" → List all controllers and their configs\n 2. action="list" + controller_type → List controllers of that type with config counts\n 3. action="describe" + controller_name → Show controller code + list its configs + explain parameters\n 4. action="describe" + config_name → Show specific config details + which controller it uses\n\n Common Enum Values for Controller Configs:\n \n Position Mode (position_mode):\n - "HEDGE" - Allows holding both long and short positions simultaneously\n - "ONEWAY" - Allows only one direction position at a time\n - Note: Use as string value, e.g., position_mode: "HEDGE"\n \n Trade Side (side):\n - 1 or "BUY" - For long/buy positions\n - 2 or "SELL" - For short/sell positions \n - 3 - Other trade types\n - Note: Numeric values are required for controller configs\n \n Order Type (order_type, open_order_type, take_profit_order_type, etc.):\n - 1 or "MARKET" - Market order\n - 2 or "LIMIT" - Limit order\n - 3 or "LIMIT_MAKER" - Limit maker order (post-only)\n - 4 - Other order types\n - Note: Numeric values are required for controller configs\n\n Args:\n action: "list" to list controllers or "describe" to show details of a specific controller or config.\n controller_type: Type of controller to filter by (optional, e.g., \'directional_trading\', \'market_making\', \'generic\').\n controller_name: Name of the controller to describe (optional, only required for describe specific controller).\n config_name: Name of the config to describe (optional, only required for describe specific config).', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'title': 'Action', 'enum': ['list', 'describe']}, 'config_name': {'title': 'Config Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'controller_name': {'title': 'Controller Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'controller_type': {'title': 'Controller Type', 'default': None, 'anyOf': [{'type': 'string', 'enum': ['directional_trading', 'market_making', 'generic']}, {'type': 'null'}]}}, 'required': ['action'], 'additionalProperties': False}, 'strict': True}
hummingbot-mcp
other
{'type': 'function', 'name': 'get_active_bots_status', 'description': 'Get the status of all active bots. Including the unrealized PnL, realized PnL, volume traded, latest logs, etc.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
hummingbot-mcp
other
{'type': 'function', 'name': 'get_candles', 'description': "Get the real-time candles for a trading pair on a specific exchange connector.\n Args:\n connector_name: Exchange connector name (e.g., 'binance', 'binance_perpetual')\n trading_pair: Trading pair to get candles for (e.g., 'BTC-USDT')\n interval: Candle interval (default: '1h'). Options include '1m', '5m', '15m', '30m', '1h', '4h', '1d'.\n days: Number of days of historical data to retrieve (default: 30).", 'parameters': {'type': 'object', 'properties': {'connector_name': {'type': 'string', 'title': 'Connector Name'}, 'days': {'type': 'integer', 'title': 'Days', 'default': 30}, 'interval': {'type': 'string', 'title': 'Interval', 'default': '1h'}, 'trading_pair': {'type': 'string', 'title': 'Trading Pair'}}, 'required': ['connector_name', 'trading_pair'], 'additionalProperties': False}, 'strict': True}
hummingbot-mcp
other
{'type': 'function', 'name': 'get_funding_rate', 'description': "Get the latest funding rate for a trading pair on a specific exchange connector. Only works for perpetual\n connectors so the connector name must have _perpetual in it.\n Args:\n connector_name: Exchange connector name (e.g., 'binance_perpetual', 'hyperliquid_perpetual')\n trading_pair: Trading pair to get funding rate for (e.g., 'BTC-USDT')", 'parameters': {'type': 'object', 'properties': {'connector_name': {'type': 'string', 'title': 'Connector Name'}, 'trading_pair': {'type': 'string', 'title': 'Trading Pair'}}, 'required': ['connector_name', 'trading_pair'], 'additionalProperties': False}, 'strict': True}
hummingbot-mcp
other
{'type': 'function', 'name': 'get_order_book', 'description': "Get order book data for a trading pair on a specific exchange connector, if the query type is different than\n snapshot, you need to provide query_value and is_buy\n Args:\n connector_name: Connector name (e.g., 'binance', 'binance_perpetual')\n trading_pair: Trading pair (e.g., BTC-USDT)\n query_type: Order book query type ('snapshot', 'volume_for_price', 'price_for_volume', 'quote_volume_for_price',\n 'price_for_quote_volume')\n query_value: Only required if query_type is not 'snapshot'. The value to query against the order book.\n is_buy: Only required if query_type is not 'snapshot'. Is important to see what orders of the book analyze.", 'parameters': {'type': 'object', 'properties': {'connector_name': {'type': 'string', 'title': 'Connector Name'}, 'is_buy': {'type': 'boolean', 'title': 'Is Buy', 'default': True}, 'query_type': {'type': 'string', 'title': 'Query Type', 'enum': ['snapshot', 'volume_for_price', 'price_for_volume', 'quote_volume_for_price', 'price_for_quote_volume']}, 'query_value': {'title': 'Query Value', 'default': None, 'anyOf': [{'type': 'number'}, {'type': 'null'}]}, 'trading_pair': {'type': 'string', 'title': 'Trading Pair'}}, 'required': ['connector_name', 'trading_pair', 'query_type'], 'additionalProperties': False}, 'strict': True}
hummingbot-mcp
other
{'type': 'function', 'name': 'get_orders', 'description': 'Get the orders manged by the connected accounts.\n\n Args:\n account_names: List of account names to filter by (optional). If empty, returns all accounts.\n connector_names: List of connector names to filter by (optional). If empty, returns all connectors.\n trading_pairs: List of trading pairs to filter by (optional). If empty, returns all trading pairs.\n status: Order status to filter by can be OPEN, PARTIALLY_FILLED, FILLED, CANCELED, FAILED (is optional).\n start_time: Start time (in seconds) to filter by (optional).\n end_time: End time (in seconds) to filter by (optional).\n limit: Number of orders to return defaults to 500, maximum is 1000.\n cursor: Cursor for pagination (optional, should be used if another request returned a cursor).', 'parameters': {'type': 'object', 'properties': {'account_names': {'title': 'Account Names', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}]}, 'connector_names': {'title': 'Connector Names', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}]}, 'cursor': {'title': 'Cursor', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'end_time': {'title': 'End Time', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'limit': {'title': 'Limit', 'default': 500, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'start_time': {'title': 'Start Time', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'status': {'title': 'Status', 'default': None, 'anyOf': [{'type': 'string', 'enum': ['OPEN', 'FILLED', 'CANCELED', 'FAILED']}, {'type': 'null'}]}, 'trading_pairs': {'title': 'Trading Pairs', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
hummingbot-mcp
other
{'type': 'function', 'name': 'get_portfolio_balances', 'description': 'Get portfolio balances and holdings across all connected exchanges.\n\n Returns detailed token balances, values, and available units for each account. Use this to check your portfolio,\n see what tokens you hold, and their current values. If passing accounts and connectors it will only return the\n filtered accounts and connectors, leave it empty to return all accounts and connectors.\n You can also get the portfolio distribution by setting `as_distribution` to True, which will return the distribution\n of tokens and their values across accounts and connectors and the percentage of each token in the portfolio.\n\n Args:\n account_names: List of account names to filter by (optional). If empty, returns all accounts.\n connector_names: List of connector names to filter by (optional). If empty, returns all connectors.\n as_distribution: If True, returns the portfolio distribution as a percentage of each token in the portfolio and\n their values across accounts and connectors. Defaults to False.', 'parameters': {'type': 'object', 'properties': {'account_names': {'title': 'Account Names', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}]}, 'as_distribution': {'type': 'boolean', 'title': 'As Distribution', 'default': False}, 'connector_names': {'title': 'Connector Names', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
hummingbot-mcp
other
{'type': 'function', 'name': 'get_positions', 'description': 'Get the positions managed by the connected accounts.\n\n Args:\n account_names: List of account names to filter by (optional). If empty, returns all accounts.\n connector_names: List of connector names to filter by (optional). If empty, returns all connectors.\n limit: Number of positions to return defaults to 100, maximum is 1000.', 'parameters': {'type': 'object', 'properties': {'account_names': {'title': 'Account Names', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}]}, 'connector_names': {'title': 'Connector Names', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}]}, 'limit': {'title': 'Limit', 'default': 100, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
hummingbot-mcp
other
{'type': 'function', 'name': 'get_prices', 'description': "Get the latest prices for the specified trading pairs on a specific exchange connector.\n Args:\n connector_name: Exchange connector name (e.g., 'binance', 'binance_perpetual')\n trading_pairs: List of trading pairs to get prices for (e.g., ['BTC-USDT', 'ETH-USD'])", 'parameters': {'type': 'object', 'properties': {'connector_name': {'type': 'string', 'title': 'Connector Name'}, 'trading_pairs': {'type': 'array', 'title': 'Trading Pairs', 'items': {'type': 'string'}}}, 'required': ['connector_name', 'trading_pairs'], 'additionalProperties': False}, 'strict': True}
hummingbot-mcp
other
{'type': 'function', 'name': 'modify_controllers', 'description': 'Create, update, or delete controllers and their configurations. If bot name is provided, it can only modify the config\n in the bot deployed with that name.\n \n IMPORTANT: When creating a config without specifying config_data details, you MUST first use the explore_controllers tool\n with action="describe" and the controller_name to understand what parameters are required. The config_data must include\n ALL relevant parameters for the controller to function properly.\n \n Controllers = are essentially strategies that can be run in Hummingbot.\n Configs = are the parameters that the controller uses to run.\n\n Args:\n action: "upsert" (create/update) or "delete"\n target: "controller" (template) or "config" (instance)\n confirm_override: Required True if overwriting existing\n config_data: For config creation, MUST contain all required controller parameters. Use explore_controllers first!\n \n Workflow for creating a config:\n 1. Use explore_controllers(action="describe", controller_name="<name>") to see required parameters\n 2. Create config_data dict with ALL required parameters from the controller template\n 3. Call modify_controllers with the complete config_data\n \n Examples:\n - Create new controller: modify_controllers("upsert", "controller", controller_type="market_making", ...)\n - Create config: modify_controllers("upsert", "config", config_name="pmm_btc", config_data={...})\n - Modify config from bot: modify_controllers("upsert", "config", config_name="pmm_btc", config_data={...}, bot_name="my_bot")\n - Delete config: modify_controllers("delete", "config", config_name="old_strategy")', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'title': 'Action', 'enum': ['upsert', 'delete']}, 'bot_name': {'title': 'Bot Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'config_data': {'title': 'Config Data', 'default': None, 'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}]}, 'config_name': {'title': 'Config Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'confirm_override': {'type': 'boolean', 'title': 'Confirm Override', 'default': False}, 'controller_code': {'title': 'Controller Code', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'controller_name': {'title': 'Controller Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'controller_type': {'title': 'Controller Type', 'default': None, 'anyOf': [{'type': 'string', 'enum': ['directional_trading', 'market_making', 'generic']}, {'type': 'null'}]}, 'target': {'type': 'string', 'title': 'Target', 'enum': ['controller', 'config']}}, 'required': ['action', 'target'], 'additionalProperties': False}, 'strict': True}
hummingbot-mcp
other
{'type': 'function', 'name': 'place_order', 'description': "Place a buy or sell order (supports USD values by adding at the start of the amount $).\n\n Args:\n connector_name: Exchange connector name (e.g., 'binance', 'binance_perpetual')\n trading_pair: Trading pair (e.g., BTC-USDT, ETH-USD)\n trade_type: Order side ('BUY' or 'SELL')\n amount: Order amount (is always in base currency, if you want to use USD values, add a dollar sign at the start, e.g., '$100')\n order_type: Order type ('MARKET' or 'LIMIT')\n price: Price for limit orders (required for limit orders)\n position_action: Position action ('OPEN', 'CLOSE'). Defaults to 'OPEN' and is useful for perpetuals with HEDGE mode where you\n can hold a long and short position at the same time.\n account_name: Account name (default: master_account)", 'parameters': {'type': 'object', 'properties': {'account_name': {'title': 'Account Name', 'default': 'master_account', 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'amount': {'type': 'string', 'title': 'Amount'}, 'connector_name': {'type': 'string', 'title': 'Connector Name'}, 'order_type': {'type': 'string', 'title': 'Order Type', 'default': 'MARKET'}, 'position_action': {'title': 'Position Action', 'default': 'OPEN', 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'price': {'title': 'Price', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'trade_type': {'type': 'string', 'title': 'Trade Type'}, 'trading_pair': {'type': 'string', 'title': 'Trading Pair'}}, 'required': ['connector_name', 'trading_pair', 'trade_type', 'amount'], 'additionalProperties': False}, 'strict': True}
hummingbot-mcp
other
{'type': 'function', 'name': 'set_account_position_mode_and_leverage', 'description': "Set position mode and leverage for an account on a specific exchange. If position mode is not specified, will only\n set the leverage. If leverage is not specified, will only set the position mode.\n\n Args:\n account_name: Account name (default: master_account)\n connector_name: Exchange connector name (e.g., 'binance_perpetual')\n trading_pair: Trading pair (e.g., ETH-USD) only required for setting leverage\n position_mode: Position mode ('HEDGE' or 'ONE-WAY')\n leverage: Leverage to set (optional, required for HEDGE mode)", 'parameters': {'type': 'object', 'properties': {'account_name': {'type': 'string', 'title': 'Account Name'}, 'connector_name': {'type': 'string', 'title': 'Connector Name'}, 'leverage': {'title': 'Leverage', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'position_mode': {'title': 'Position Mode', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'trading_pair': {'title': 'Trading Pair', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': ['account_name', 'connector_name'], 'additionalProperties': False}, 'strict': True}
hummingbot-mcp
other
{'type': 'function', 'name': 'setup_connector', 'description': "Setup a new exchange connector for an account with credentials using progressive disclosure.\n\n This tool guides you through the entire process of connecting an exchange with a four-step flow:\n 1. No parameters → List available exchanges\n 2. Connector only → Show required credential fields\n 3. Connector + credentials, no account → Select account from available accounts\n 4. All parameters → Connect the exchange (with override confirmation if needed)\n\n Args:\n connector: Exchange connector name (e.g., 'binance', 'binance_perpetual'). Leave empty to list available connectors.\n credentials: Credentials object with required fields for the connector. Leave empty to see required fields first.\n account: Account name to add credentials to. If not provided, prompts for account selection.\n confirm_override: Explicit confirmation to override existing connector. Required when connector already exists.", 'parameters': {'type': 'object', 'properties': {'account': {'title': 'Account', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'confirm_override': {'title': 'Confirm Override', 'default': None, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'connector': {'title': 'Connector', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'credentials': {'title': 'Credentials', 'default': None, 'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
hummingbot-mcp
other
{'type': 'function', 'name': 'stop_bot_or_controllers', 'description': 'Stop and archive a bot forever or stop the execution of a controller of a runnning bot. If the controllers to stop\n are not specified, it will stop the bot execution and archive it forever, if they are specified, will only stop\n the execution of those controllers and the bot will still be running with the rest of the controllers.\n Args:\n bot_name: Name of the bot to stop\n controller_names: List of controller names to stop (optional, if not provided will stop the bot execution)', 'parameters': {'type': 'object', 'properties': {'bot_name': {'type': 'string', 'title': 'Bot Name'}, 'controller_names': {'title': 'Controller Names', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}]}}, 'required': ['bot_name'], 'additionalProperties': False}, 'strict': True}
husqvarna-automower
other
{'type': 'function', 'name': 'Husqvarna Automowers Status', 'description': 'Get status of my husqvarna automowers', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
hyperbrowser
other
{'type': 'function', 'name': 'browser_use_agent', 'description': 'This tool employs an open-source browser automation agent optimized specifically for fast, efficient, and cost-effective browser tasks using a cloud browser. It requires explicit, detailed instructions to perform highly specific interactions quickly.\n\nOptimal for tasks requiring:\n- Precise, explicitly defined interactions and actions\n- Speed and efficiency with clear, unambiguous instructions\n- Cost-effective automation at scale with straightforward workflows\n\nBest suited use cases include:\n- Explicitly defined registration and login processes\n- Clearly guided navigation through web apps\n- Structured, step-by-step web scraping with detailed guidance\n- Extracting data via explicitly specified browser interactions\n\nYou must provide extremely detailed step-by-step instructions, including exact elements, actions, and explicit context. Clearly define the desired outcome for optimal results. Returns the completed result or an error message if issues arise.\n\nNote: This agent trades off flexibility for significantly faster performance and lower costs compared to Claude and OpenAI agents.', 'parameters': {'type': 'object', 'properties': {'maxSteps': {'type': 'integer', 'default': 25, 'minimum': 1, 'maximum': 100, 'exclusiveMinimum': 0}, 'returnStepInfo': {'type': 'boolean', 'description': 'Whether to return step-by-step information about the task.Should be false by default. May contain excessive information, so we strongly recommend setting this to false.', 'default': False}, 'sessionOptions': {'type': 'object', 'description': 'Options for the browser session. Avoid setting these if not mentioned explicitly', 'properties': {'acceptCookies': {'type': 'boolean', 'description': 'Whether to automatically close the accept cookies popup. Recommended false.', 'default': False}, 'profile': {'type': 'object', 'description': 'Options for using a persistent Hyperbrowser profile', 'properties': {'id': {'type': 'string', 'description': 'ID of the persistent profile to use for the session'}, 'persistChanges': {'type': 'boolean', 'description': 'Whether changes made during the session should be saved to the profile. Recommended true.', 'default': True}}, 'additionalProperties': False}, 'solveCaptchas': {'type': 'boolean', 'description': 'Whether to solve captchas. Recommended false.', 'default': False}, 'useProxy': {'type': 'boolean', 'description': 'Whether to use a proxy. Recommended false.', 'default': False}, 'useStealth': {'type': 'boolean', 'description': 'Whether to use stealth mode. Recommended false.', 'default': False}}, 'additionalProperties': False}, 'task': {'type': 'string', 'description': 'The task to perform inside the browser'}}, 'required': ['task'], 'additionalProperties': False}, 'strict': True}
hyperbrowser
other
{'type': 'function', 'name': 'claude_computer_use_agent', 'description': "This tool leverages Anthropic's Claude model to autonomously execute complex browser tasks with sophisticated reasoning capabilities using a cloud browser. It specializes in handling intricate, nuanced, or highly context-sensitive web interactions.\n\nOptimal for tasks requiring:\n- Complex reasoning over multiple web pages\n- Nuanced interpretation and flexible decision-making\n- Human-like interaction with detailed context awareness\n\nBest suited use cases include:\n- Multi-step processes requiring reasoning (e.g., detailed registrations or onboarding)\n- Interacting intelligently with advanced web apps\n- Conducting in-depth research with complex conditions\n- Extracting information from dynamic or interactive websites\n\nProvide detailed task instructions, relevant context, and clearly specify the desired outcome for best results. Returns the completed result or an error message if issues arise.", 'parameters': {'type': 'object', 'properties': {'maxSteps': {'type': 'integer', 'default': 25, 'minimum': 1, 'maximum': 100, 'exclusiveMinimum': 0}, 'returnStepInfo': {'type': 'boolean', 'description': 'Whether to return step-by-step information about the task.Should be false by default. May contain excessive information, so we strongly recommend setting this to false.', 'default': False}, 'sessionOptions': {'type': 'object', 'description': 'Options for the browser session. Avoid setting these if not mentioned explicitly', 'properties': {'acceptCookies': {'type': 'boolean', 'description': 'Whether to automatically close the accept cookies popup. Recommended false.', 'default': False}, 'profile': {'type': 'object', 'description': 'Options for using a persistent Hyperbrowser profile', 'properties': {'id': {'type': 'string', 'description': 'ID of the persistent profile to use for the session'}, 'persistChanges': {'type': 'boolean', 'description': 'Whether changes made during the session should be saved to the profile. Recommended true.', 'default': True}}, 'additionalProperties': False}, 'solveCaptchas': {'type': 'boolean', 'description': 'Whether to solve captchas. Recommended false.', 'default': False}, 'useProxy': {'type': 'boolean', 'description': 'Whether to use a proxy. Recommended false.', 'default': False}, 'useStealth': {'type': 'boolean', 'description': 'Whether to use stealth mode. Recommended false.', 'default': False}}, 'additionalProperties': False}, 'task': {'type': 'string', 'description': 'The task to perform inside the browser'}}, 'required': ['task'], 'additionalProperties': False}, 'strict': True}
hyperbrowser
other
{'type': 'function', 'name': 'crawl_webpages', 'description': 'Crawl a website starting from a URL and explore linked pages. This tool allows systematic collection of content from multiple pages within a domain. Use this for larger data collection tasks, content indexing, or site mapping.', 'parameters': {'type': 'object', 'properties': {'followLinks': {'type': 'boolean', 'description': 'Whether to follow links on the crawled webpages'}, 'ignoreSitemap': {'type': 'boolean', 'default': False}, 'maxPages': {'type': 'integer', 'default': 10, 'minimum': 1, 'maximum': 100, 'exclusiveMinimum': 0}, 'outputFormat': {'type': 'array', 'description': 'The format of the output', 'items': {'type': 'string', 'enum': ['markdown', 'html', 'links', 'screenshot']}, 'minItems': 1}, 'sessionOptions': {'type': 'object', 'description': 'Options for the browser session. Avoid setting these if not mentioned explicitly', 'properties': {'acceptCookies': {'type': 'boolean', 'description': 'Whether to automatically close the accept cookies popup. Recommended false.', 'default': False}, 'profile': {'type': 'object', 'description': 'Options for using a persistent Hyperbrowser profile', 'properties': {'id': {'type': 'string', 'description': 'ID of the persistent profile to use for the session'}, 'persistChanges': {'type': 'boolean', 'description': 'Whether changes made during the session should be saved to the profile. Recommended true.', 'default': True}}, 'additionalProperties': False}, 'solveCaptchas': {'type': 'boolean', 'description': 'Whether to solve captchas. Recommended false.', 'default': False}, 'useProxy': {'type': 'boolean', 'description': 'Whether to use a proxy. Recommended false.', 'default': False}, 'useStealth': {'type': 'boolean', 'description': 'Whether to use stealth mode. Recommended false.', 'default': False}}, 'additionalProperties': False}, 'url': {'type': 'string', 'description': 'The URL of the webpage to crawl.', 'format': 'uri'}}, 'required': ['url', 'outputFormat', 'followLinks'], 'additionalProperties': False}, 'strict': True}
hyperbrowser
other
{'type': 'function', 'name': 'create_profile', 'description': 'Creates a new persistent Hyperbrowser profile.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
hyperbrowser
other
{'type': 'function', 'name': 'delete_profile', 'description': 'Deletes an existing persistent Hyperbrowser profile.', 'parameters': {'type': 'object', 'properties': {'profileId': {'type': 'string', 'description': 'ID of the profile to delete'}}, 'required': ['profileId'], 'additionalProperties': False}, 'strict': True}
hyperbrowser
other
{'type': 'function', 'name': 'extract_structured_data', 'description': 'Extract structured data from a webpage. This tool allows you to extract structured data from a webpage using a schema.', 'parameters': {'type': 'object', 'properties': {'prompt': {'type': 'string', 'description': 'The prompt to use for the extraction'}, 'schema': {'description': 'The json schema to use for the extraction. Must provide an object describing a spec compliant json schema, any other types are invalid.'}, 'sessionOptions': {'type': 'object', 'description': 'Options for the browser session. Avoid setting these if not mentioned explicitly', 'properties': {'acceptCookies': {'type': 'boolean', 'description': 'Whether to automatically close the accept cookies popup. Recommended false.', 'default': False}, 'profile': {'type': 'object', 'description': 'Options for using a persistent Hyperbrowser profile', 'properties': {'id': {'type': 'string', 'description': 'ID of the persistent profile to use for the session'}, 'persistChanges': {'type': 'boolean', 'description': 'Whether changes made during the session should be saved to the profile. Recommended true.', 'default': True}}, 'additionalProperties': False}, 'solveCaptchas': {'type': 'boolean', 'description': 'Whether to solve captchas. Recommended false.', 'default': False}, 'useProxy': {'type': 'boolean', 'description': 'Whether to use a proxy. Recommended false.', 'default': False}, 'useStealth': {'type': 'boolean', 'description': 'Whether to use stealth mode. Recommended false.', 'default': False}}, 'additionalProperties': False}, 'urls': {'type': 'array', 'description': 'The list of URLs of the webpages to extract structured information from. Can include wildcards (e.g. https://example.com/*)', 'items': {'type': 'string', 'format': 'uri'}}}, 'required': ['urls', 'prompt'], 'additionalProperties': False}, 'strict': True}
hyperbrowser
other
{'type': 'function', 'name': 'list_profiles', 'description': 'Lists existing persistent Hyperbrowser profiles, with optional pagination.', 'parameters': {'type': 'object', 'properties': {'limit': {'type': 'integer', 'description': 'Number of profiles per page (optional)', 'exclusiveMinimum': 0}, 'page': {'type': 'integer', 'description': 'Page number for pagination (optional)', 'exclusiveMinimum': 0}}, 'required': [], 'additionalProperties': False}, 'strict': True}
hyperbrowser
other
{'type': 'function', 'name': 'openai_computer_use_agent', 'description': "This tool utilizes OpenAI's model to autonomously execute general-purpose browser-based tasks with balanced performance and reliability using a cloud browser. It handles complex interactions effectively with practical reasoning and clear execution.\n\nOptimal for tasks requiring:\n- Reliable, general-purpose browser automation\n- Clear, structured interactions with moderate complexity\n- Efficient handling of common web tasks and workflows\n\nBest suited use cases include:\n- Standard multi-step registration or form submissions\n- Navigating typical web applications requiring multiple interactions\n- Conducting structured web research tasks\n- Extracting data through interactive web processes\n\nProvide a clear step-by-step description, necessary context, and expected outcomes. Returns the completed result or an error message if issues arise.", 'parameters': {'type': 'object', 'properties': {'maxSteps': {'type': 'integer', 'default': 25, 'minimum': 1, 'maximum': 100, 'exclusiveMinimum': 0}, 'returnStepInfo': {'type': 'boolean', 'description': 'Whether to return step-by-step information about the task.Should be false by default. May contain excessive information, so we strongly recommend setting this to false.', 'default': False}, 'sessionOptions': {'type': 'object', 'description': 'Options for the browser session. Avoid setting these if not mentioned explicitly', 'properties': {'acceptCookies': {'type': 'boolean', 'description': 'Whether to automatically close the accept cookies popup. Recommended false.', 'default': False}, 'profile': {'type': 'object', 'description': 'Options for using a persistent Hyperbrowser profile', 'properties': {'id': {'type': 'string', 'description': 'ID of the persistent profile to use for the session'}, 'persistChanges': {'type': 'boolean', 'description': 'Whether changes made during the session should be saved to the profile. Recommended true.', 'default': True}}, 'additionalProperties': False}, 'solveCaptchas': {'type': 'boolean', 'description': 'Whether to solve captchas. Recommended false.', 'default': False}, 'useProxy': {'type': 'boolean', 'description': 'Whether to use a proxy. Recommended false.', 'default': False}, 'useStealth': {'type': 'boolean', 'description': 'Whether to use stealth mode. Recommended false.', 'default': False}}, 'additionalProperties': False}, 'task': {'type': 'string', 'description': 'The task to perform inside the browser'}}, 'required': ['task'], 'additionalProperties': False}, 'strict': True}
hyperbrowser
other
{'type': 'function', 'name': 'scrape_webpage', 'description': 'Scrape a webpage and extract its content in various formats. This tool allows fetching content from a single URL with configurable browser behavior options. Use this for extracting text content, HTML structure, collecting links, or capturing screenshots of webpages.', 'parameters': {'type': 'object', 'properties': {'outputFormat': {'type': 'array', 'description': 'The format of the output', 'items': {'type': 'string', 'enum': ['markdown', 'html', 'links', 'screenshot']}, 'minItems': 1}, 'sessionOptions': {'type': 'object', 'description': 'Options for the browser session. Avoid setting these if not mentioned explicitly', 'properties': {'acceptCookies': {'type': 'boolean', 'description': 'Whether to automatically close the accept cookies popup. Recommended false.', 'default': False}, 'profile': {'type': 'object', 'description': 'Options for using a persistent Hyperbrowser profile', 'properties': {'id': {'type': 'string', 'description': 'ID of the persistent profile to use for the session'}, 'persistChanges': {'type': 'boolean', 'description': 'Whether changes made during the session should be saved to the profile. Recommended true.', 'default': True}}, 'additionalProperties': False}, 'solveCaptchas': {'type': 'boolean', 'description': 'Whether to solve captchas. Recommended false.', 'default': False}, 'useProxy': {'type': 'boolean', 'description': 'Whether to use a proxy. Recommended false.', 'default': False}, 'useStealth': {'type': 'boolean', 'description': 'Whether to use stealth mode. Recommended false.', 'default': False}}, 'additionalProperties': False}, 'url': {'type': 'string', 'description': 'The URL of the webpage to scrape', 'format': 'uri'}}, 'required': ['url', 'outputFormat'], 'additionalProperties': False}, 'strict': True}
hyperbrowser
other
{'type': 'function', 'name': 'search_with_bing', 'description': 'Search the web using Bing. This tool allows you to search the web using bing.com', 'parameters': {'type': 'object', 'properties': {'numResults': {'type': 'integer', 'description': 'Number of search results to return', 'default': 10, 'minimum': 1, 'maximum': 50, 'exclusiveMinimum': 0}, 'query': {'type': 'string', 'description': 'The search query to submit to Bing'}, 'sessionOptions': {'type': 'object', 'description': 'Options for the browser session. Avoid setting these if not mentioned explicitly', 'properties': {'acceptCookies': {'type': 'boolean', 'description': 'Whether to automatically close the accept cookies popup. Recommended false.', 'default': False}, 'profile': {'type': 'object', 'description': 'Options for using a persistent Hyperbrowser profile', 'properties': {'id': {'type': 'string', 'description': 'ID of the persistent profile to use for the session'}, 'persistChanges': {'type': 'boolean', 'description': 'Whether changes made during the session should be saved to the profile. Recommended true.', 'default': True}}, 'additionalProperties': False}, 'solveCaptchas': {'type': 'boolean', 'description': 'Whether to solve captchas. Recommended false.', 'default': False}, 'useProxy': {'type': 'boolean', 'description': 'Whether to use a proxy. Recommended false.', 'default': False}, 'useStealth': {'type': 'boolean', 'description': 'Whether to use stealth mode. Recommended false.', 'default': False}}, 'additionalProperties': False}}, 'required': ['query'], 'additionalProperties': False}, 'strict': True}
hyperspell
other
{'type': 'function', 'name': 'Add File', 'description': 'Add a file or website from a URL to Hyperspell.', 'parameters': {'type': 'object', 'properties': {'url': {'type': 'string', 'title': 'Url'}}, 'required': ['url'], 'additionalProperties': False}, 'strict': True}
hyperspell
other
{'type': 'function', 'name': 'Add Memory', 'description': 'Add a plain text document or memory to Hyperspell.', 'parameters': {'type': 'object', 'properties': {'text': {'type': 'string', 'title': 'Text'}, 'title': {'title': 'Title', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': ['text'], 'additionalProperties': False}, 'strict': True}
hyperspell
other
{'type': 'function', 'name': 'Search Hyperspell', 'description': 'Search Hyperspell for documents and data.', 'parameters': {'type': 'object', 'properties': {'query': {'type': 'string', 'title': 'Query'}}, 'required': ['query'], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'create_new_file_with_text', 'description': 'Creates a new file at the specified path within the project directory and populates it with the provided text', 'parameters': {'type': 'object', 'properties': {'pathInProject': {'type': 'string', 'description': 'The relative path where the file should be created'}, 'text': {'type': 'string', 'description': 'The content to write into the new file'}}, 'required': ['pathInProject', 'text'], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'execute_action_by_id', 'description': 'Executes an action by its ID in JetBrains IDE editor', 'parameters': {'type': 'object', 'properties': {'actionId': {'type': 'string', 'description': 'The ID of the action to execute'}}, 'required': ['actionId'], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'execute_terminal_command', 'description': "Executes a specified shell command in the IDE's integrated terminal", 'parameters': {'type': 'object', 'properties': {'command': {'type': 'string', 'description': 'The shell command to execute'}}, 'required': ['command'], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'find_commit_by_message', 'description': 'Searches for a commit based on the provided text or keywords in the project history', 'parameters': {'type': 'object', 'properties': {'query': {'type': 'string', 'description': 'The text or keywords to search for in commit messages'}}, 'required': ['query'], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'find_files_by_name_substring', 'description': 'Searches for all files in the project whose names contain the specified substring', 'parameters': {'type': 'object', 'properties': {'nameSubstring': {'type': 'string', 'description': 'The substring to search for in file names'}}, 'required': ['nameSubstring'], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'get_all_open_file_paths', 'description': 'Lists full path relative paths to project root of all currently open files', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'get_all_open_file_texts', 'description': 'Returns text of all currently open files in the JetBrains IDE editor', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'get_debugger_breakpoints', 'description': 'Retrieves a list of all line breakpoints currently set in the project', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'get_file_text_by_path', 'description': 'Retrieves the text content of a file using its path relative to project root', 'parameters': {'type': 'object', 'properties': {'pathInProject': {'type': 'string', 'description': 'The file location from project root'}}, 'required': ['pathInProject'], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'get_open_in_editor_file_path', 'description': 'Retrieves the absolute path of the currently active file', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'get_open_in_editor_file_text', 'description': 'Retrieves the complete text content of the currently active file', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'get_progress_indicators', 'description': 'Retrieves the status of all running progress indicators', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'get_project_dependencies', 'description': 'Get list of all dependencies defined in the project', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'get_project_modules', 'description': 'Get list of all modules in the project with their dependencies', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'get_project_vcs_status', 'description': 'Retrieves the current version control status of files in the project', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'get_run_configurations', 'description': 'Returns a list of run configurations for the current project', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'get_selected_in_editor_text', 'description': 'Retrieves the currently selected text from the active editor', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'get_terminal_text', 'description': 'Retrieves the current text content from the first active terminal', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'list_available_actions', 'description': 'Lists all available actions in JetBrains IDE editor', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'list_directory_tree_in_folder', 'description': 'Provides a hierarchical tree view of the project directory structure', 'parameters': {'type': 'object', 'properties': {'maxDepth': {'type': 'integer', 'description': 'Maximum recursion depth (default: 5)'}, 'pathInProject': {'type': 'string', 'description': "The starting folder path (use '/' for project root)"}}, 'required': ['pathInProject'], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'list_files_in_folder', 'description': 'Lists all files and directories in the specified project folder', 'parameters': {'type': 'object', 'properties': {'pathInProject': {'type': 'string', 'description': "The folder path (use '/' for project root)"}}, 'required': ['pathInProject'], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'open_file_in_editor', 'description': 'Opens the specified file in the JetBrains IDE editor', 'parameters': {'type': 'object', 'properties': {'filePath': {'type': 'string', 'description': 'The path of file to open (can be absolute or relative)'}}, 'required': ['filePath'], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'replace_current_file_text', 'description': 'Replaces the entire content of the currently active file', 'parameters': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'The new content to write'}}, 'required': ['text'], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'replace_file_text_by_path', 'description': 'Replaces the entire content of a specified file with new text', 'parameters': {'type': 'object', 'properties': {'pathInProject': {'type': 'string', 'description': 'The path to the target file, relative to project root'}, 'text': {'type': 'string', 'description': 'The new content to write'}}, 'required': ['pathInProject', 'text'], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'replace_selected_text', 'description': 'Replaces the currently selected text in the active editor', 'parameters': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'The replacement content'}}, 'required': ['text'], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'replace_specific_text', 'description': 'Replaces specific text occurrences in a file with new text', 'parameters': {'type': 'object', 'properties': {'newText': {'type': 'string', 'description': 'The replacement text'}, 'oldText': {'type': 'string', 'description': 'The text to be replaced'}, 'pathInProject': {'type': 'string', 'description': 'The path to the target file, relative to project root'}}, 'required': ['pathInProject', 'oldText', 'newText'], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'run_configuration', 'description': 'Run a specific run configuration in the current project', 'parameters': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'The name of the run configuration to execute'}}, 'required': ['name'], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'search_in_files_content', 'description': 'Searches for a text substring within all files in the project', 'parameters': {'type': 'object', 'properties': {'searchText': {'type': 'string', 'description': 'The text to find'}}, 'required': ['searchText'], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'toggle_debugger_breakpoint', 'description': 'Toggles a debugger breakpoint at the specified line in a project file', 'parameters': {'type': 'object', 'properties': {'filePathInProject': {'type': 'string', 'description': 'The relative path to the file within the project'}, 'line': {'type': 'integer', 'description': 'The line number where to toggle the breakpoint (1-based)'}}, 'required': ['filePathInProject', 'line'], 'additionalProperties': False}, 'strict': True}
jetbrains
other
{'type': 'function', 'name': 'wait', 'description': 'Waits for a specified number of milliseconds', 'parameters': {'type': 'object', 'properties': {'milliseconds': {'type': 'integer', 'description': 'The duration to wait in milliseconds (default: 5000)'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'abort_workflow', 'description': 'Abort an active workflow', 'parameters': {'type': 'object', 'properties': {'instance_id': {'type': 'string', 'title': 'Instance Id'}}, 'required': ['instance_id'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'bulk_configuration_update', 'description': 'Update configuration settings across multiple schemas or contexts.\n\nSupports security policies, retention settings, and access controls.', 'parameters': {'type': 'object', 'properties': {'config_type': {'type': 'string', 'title': 'Config Type', 'default': 'security'}, 'dry_run': {'type': 'boolean', 'title': 'Dry Run', 'default': True}, 'pattern': {'title': 'Pattern', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'settings': {'title': 'Settings', 'default': None, 'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}]}, 'target_type': {'type': 'string', 'title': 'Target Type', 'default': 'schemas'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'bulk_operations_wizard', 'description': 'Start the interactive Bulk Operations Wizard for admin tasks.\n\nGuides through safe execution of operations across multiple schemas.\nSupports schema updates, migrations, cleanup, and configuration changes.', 'parameters': {'type': 'object', 'properties': {'dry_run': {'type': 'boolean', 'title': 'Dry Run', 'default': True}, 'operation_type': {'title': 'Operation Type', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'bulk_schema_cleanup', 'description': 'Clean up schemas in bulk with safety checks.\n\nDetects active consumers and provides options for handling them.\nSupports test schema cleanup, deprecated schema removal, and version purging.', 'parameters': {'type': 'object', 'properties': {'check_consumers': {'type': 'boolean', 'title': 'Check Consumers', 'default': True}, 'cleanup_type': {'type': 'string', 'title': 'Cleanup Type', 'default': 'test'}, 'force': {'type': 'boolean', 'title': 'Force', 'default': False}, 'keep_versions': {'type': 'integer', 'title': 'Keep Versions', 'default': 3}, 'pattern': {'title': 'Pattern', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'bulk_schema_migration', 'description': 'Migrate schemas between contexts or registries.\n\nSupports pattern-based selection and maintains schema IDs.\nIncludes preview and rollback capabilities.', 'parameters': {'type': 'object', 'properties': {'dry_run': {'type': 'boolean', 'title': 'Dry Run', 'default': True}, 'preserve_ids': {'type': 'boolean', 'title': 'Preserve Ids', 'default': True}, 'schema_pattern': {'title': 'Schema Pattern', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'source_context': {'title': 'Source Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'source_registry': {'title': 'Source Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'target_context': {'title': 'Target Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'target_registry': {'title': 'Target Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'bulk_schema_update', 'description': 'Update schemas in bulk with interactive guidance.\n\nSupports compatibility settings, naming conventions, and metadata updates.\nPattern matching supported (e.g., test-*, deprecated-*).', 'parameters': {'type': 'object', 'properties': {'batch_size': {'type': 'integer', 'title': 'Batch Size', 'default': 10}, 'dry_run': {'type': 'boolean', 'title': 'Dry Run', 'default': True}, 'pattern': {'title': 'Pattern', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'update_type': {'type': 'string', 'title': 'Update Type', 'default': 'compatibility'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'cancel_elicitation_request', 'description': 'Cancel a pending elicitation request.', 'parameters': {'type': 'object', 'properties': {'request_id': {'type': 'string', 'title': 'Request Id'}}, 'required': ['request_id'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'cancel_task', 'description': 'Cancel a running task.', 'parameters': {'type': 'object', 'properties': {'task_id': {'type': 'string', 'title': 'Task Id'}}, 'required': ['task_id'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'check_compatibility', 'description': 'Check if a schema is compatible with the latest version.', 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'schema_definition': {'type': 'object', 'title': 'Schema Definition', 'additionalProperties': True}, 'schema_type': {'type': 'string', 'title': 'Schema Type', 'default': 'AVRO'}, 'subject': {'type': 'string', 'title': 'Subject'}}, 'required': ['subject', 'schema_definition'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'check_compatibility_interactive', 'description': 'Interactive compatibility checking with elicitation for resolution options.\n\nWhen compatibility issues are found, this tool will elicit resolution\npreferences from the user.', 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'schema_definition': {'type': 'object', 'title': 'Schema Definition', 'additionalProperties': True}, 'schema_type': {'type': 'string', 'title': 'Schema Type', 'default': 'AVRO'}, 'subject': {'type': 'string', 'title': 'Subject'}}, 'required': ['subject', 'schema_definition'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'clear_context_batch', 'description': 'Clear all subjects in a context using application-level batch operations.\n\n⚠️ APPLICATION-LEVEL BATCHING: Uses individual requests per MCP 2025-06-18 compliance.', 'parameters': {'type': 'object', 'properties': {'context': {'type': 'string', 'title': 'Context'}, 'delete_context_after': {'type': 'boolean', 'title': 'Delete Context After', 'default': True}, 'dry_run': {'type': 'boolean', 'title': 'Dry Run', 'default': True}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': ['context'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'clear_multiple_contexts_batch', 'description': 'Clear multiple contexts in a registry using application-level batch operations.\n\n⚠️ APPLICATION-LEVEL BATCHING: Uses individual requests per MCP 2025-06-18 compliance.', 'parameters': {'type': 'object', 'properties': {'contexts': {'type': 'array', 'title': 'Contexts', 'items': True}, 'delete_contexts_after': {'type': 'boolean', 'title': 'Delete Contexts After', 'default': True}, 'dry_run': {'type': 'boolean', 'title': 'Dry Run', 'default': True}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': ['contexts'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'compare_contexts_across_registries', 'description': 'Compare contexts across two registries.', 'parameters': {'type': 'object', 'properties': {'source_context': {'type': 'string', 'title': 'Source Context'}, 'source_registry': {'type': 'string', 'title': 'Source Registry'}, 'target_context': {'title': 'Target Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'target_registry': {'type': 'string', 'title': 'Target Registry'}}, 'required': ['source_registry', 'target_registry', 'source_context'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'compare_registries', 'description': 'Compare two Schema Registry instances and show differences.', 'parameters': {'type': 'object', 'properties': {'include_configs': {'type': 'boolean', 'title': 'Include Configs', 'default': True}, 'include_contexts': {'type': 'boolean', 'title': 'Include Contexts', 'default': True}, 'source_registry': {'type': 'string', 'title': 'Source Registry'}, 'target_registry': {'type': 'string', 'title': 'Target Registry'}}, 'required': ['source_registry', 'target_registry'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'count_contexts', 'description': 'Count the number of contexts in a registry.', 'parameters': {'type': 'object', 'properties': {'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'count_schema_versions', 'description': 'Count the number of versions for a specific schema.', 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'subject': {'type': 'string', 'title': 'Subject'}}, 'required': ['subject'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'count_schemas', 'description': 'Count the number of schemas in a context or registry.', 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'create_context', 'description': 'Create a new schema context.', 'parameters': {'type': 'object', 'properties': {'context': {'type': 'string', 'title': 'Context'}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': ['context'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'create_context_interactive', 'description': 'Interactive context creation with elicitation for metadata.\n\nWhen context metadata is not provided, this tool will elicit\norganizational information from the user.', 'parameters': {'type': 'object', 'properties': {'context': {'type': 'string', 'title': 'Context'}, 'description': {'title': 'Description', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'environment': {'title': 'Environment', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'owner': {'title': 'Owner', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'tags': {'title': 'Tags', 'default': None, 'anyOf': [{'type': 'array', 'items': True}, {'type': 'null'}]}}, 'required': ['context'], 'additionalProperties': False}, 'strict': True}