server_name stringclasses 156
values | category stringclasses 1
value | tool stringlengths 176 38.2k |
|---|---|---|
tembo | other | {'type': 'function', 'name': 'get_instance_schema', 'description': 'Get the json-schema for an instance', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True} |
tembo | other | {'type': 'function', 'name': 'patch_instance', 'description': 'Update attributes on an existing Tembo instance', 'parameters': {'type': 'object', 'properties': {'cpu': {'type': 'string', 'enum': ['0.25', '0.5', '1', '2', '4', '6', '8', '12', '16', '32']}, 'environment': {'type': 'string', 'enum': ['dev', 'test', 'prod'... |
tembo | other | {'type': 'function', 'name': 'restore_instance', 'description': 'Restore a Tembo instance', 'parameters': {'type': 'object', 'properties': {'instance_name': {'type': 'string'}, 'org_id': {'type': 'string', 'description': 'Organization ID that owns the Tembo instance'}, 'restore': {'type': 'object', 'required': ['instan... |
terraform | other | {'type': 'function', 'name': 'get_latest_module_version', 'description': 'Fetches the latest version of a Terraform module from the public registry', 'parameters': {'type': 'object', 'properties': {'module_name': {'type': 'string', 'description': "The name of the module, this is usually the service or group of service ... |
terraform | other | {'type': 'function', 'name': 'get_latest_provider_version', 'description': 'Fetches the latest version of a Terraform provider from the public registry', 'parameters': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': "The name of the Terraform provider, e.g., 'aws', 'azurerm', 'google', etc."... |
terraform | other | {'type': 'function', 'name': 'get_module_details', 'description': "Fetches up-to-date documentation on how to use a Terraform module. You must call 'search_modules' first to obtain the exact valid and compatible module_id required to use this tool.", 'parameters': {'type': 'object', 'properties': {'module_id': {'type':... |
terraform | other | {'type': 'function', 'name': 'get_policy_details', 'description': "Fetches up-to-date documentation for a specific policy from the Terraform registry. You must call 'search_policies' first to obtain the exact terraform_policy_id required to use this tool.", 'parameters': {'type': 'object', 'properties': {'terraform_pol... |
terraform | other | {'type': 'function', 'name': 'get_provider_details', 'description': "Fetches up-to-date documentation for a specific service from a Terraform provider. \nYou must call 'search_providers' tool first to obtain the exact tfprovider-compatible provider_doc_id required to use this tool.", 'parameters': {'type': 'object', 'p... |
terraform | other | {'type': 'function', 'name': 'search_modules', 'description': "Resolves a Terraform module name to obtain a compatible module_id for the get_module_details tool and returns a list of matching Terraform modules.\nYou MUST call this function before 'get_module_details' to obtain a valid and compatible module_id.\nWhen se... |
terraform | other | {'type': 'function', 'name': 'search_policies', 'description': "Searches for Terraform policies based on a query string.\nThis tool returns a list of matching policies, which can be used to retrieve detailed policy information using the 'get_policy_details' tool.\nYou MUST call this function before 'get_policy_details'... |
terraform | other | {'type': 'function', 'name': 'search_providers', 'description': "This tool retrieves a list of potential documents based on the service_slug and provider_data_type provided.\nYou MUST call this function before 'get_provider_details' to obtain a valid tfprovider-compatible provider_doc_id.\nUse the most relevant single ... |
text-to-graphql | other | {'type': 'function', 'name': 'execute_graphql_query', 'description': 'Execute a GraphQL query and optionally visualize the results\n\nArgs:\n graphql_query: The GraphQL query to execute\n natural_language_query: The original natural language query for context\n history_id: Optional history ID to update\n va... |
text-to-graphql | other | {'type': 'function', 'name': 'generate_graphql_query', 'description': 'Generate a GraphQL query from natural language description\n\nArgs:\n query: Natural language description of the desired GraphQL query\n history_id: Optional history ID to associate with this query\n\nReturns:\n JSON string containing the g... |
text-to-graphql | other | {'type': 'function', 'name': 'get_query_examples', 'description': 'Get example queries to help users understand what they can ask for\n\nReturns:\n JSON string containing example queries', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True} |
text-to-graphql | other | {'type': 'function', 'name': 'get_query_history', 'description': 'Retrieve the history of all queries\n\nReturns:\n JSON string containing all query history', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True} |
text-to-graphql | other | {'type': 'function', 'name': 'validate_graphql_query', 'description': 'Validate and update a GraphQL query\n\nArgs:\n graphql_query: The GraphQL query to validate\n natural_language_query: The original natural language query for context\n history_id: Optional history ID to update\n\nReturns:\n JSON string c... |
tigris | other | {'type': 'function', 'name': 'tigris_create_bucket', 'description': 'Create a Tigris bucket in your account', 'parameters': {'type': 'object', 'properties': {'bucketName': {'type': 'string', 'description': 'Name of the bucket to create'}, 'isPublic': {'type': 'boolean', 'description': 'Set your bucket as public or priv... |
tigris | other | {'type': 'function', 'name': 'tigris_delete_bucket', 'description': 'Delete a Tigris bucket in your account', 'parameters': {'type': 'object', 'properties': {'bucketName': {'type': 'string', 'description': 'Name of the bucket to delete'}}, 'required': ['bucketName'], 'additionalProperties': False}, 'strict': True} |
tigris | other | {'type': 'function', 'name': 'tigris_delete_object', 'description': 'Delete an object in a bucket', 'parameters': {'type': 'object', 'properties': {'bucketName': {'type': 'string', 'description': 'Name of the bucket'}, 'key': {'type': 'string', 'description': 'Key of the object to put'}}, 'required': ['bucketName', 'ke... |
tigris | other | {'type': 'function', 'name': 'tigris_get_object', 'description': 'Get an object in a bucket', 'parameters': {'type': 'object', 'properties': {'bucketName': {'type': 'string', 'description': 'Name of the bucket'}, 'key': {'type': 'string', 'description': 'Key of the object to delete'}}, 'required': ['bucketName', 'key']... |
tigris | other | {'type': 'function', 'name': 'tigris_get_signed_url_object', 'description': 'Get an signed url of an object from a bucket', 'parameters': {'type': 'object', 'properties': {'bucketName': {'type': 'string', 'description': 'Name of the bucket'}, 'expiresIn': {'type': 'number', 'description': 'Expiration time in seconds'},... |
tigris | other | {'type': 'function', 'name': 'tigris_list_buckets', 'description': 'List all Tigris buckets in your account', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True} |
tigris | other | {'type': 'function', 'name': 'tigris_list_objects', 'description': 'List all objects in a buckets', 'parameters': {'type': 'object', 'properties': {'bucketName': {'type': 'string', 'description': 'Name of the bucket'}}, 'required': ['bucketName'], 'additionalProperties': False}, 'strict': True} |
tigris | other | {'type': 'function', 'name': 'tigris_put_object', 'description': 'Creates an object in bucket', 'parameters': {'type': 'object', 'properties': {'bucketName': {'type': 'string', 'description': 'Name of the bucket'}, 'content': {'type': 'string', 'description': 'Content to store in the object'}, 'contentType': {'type': '... |
tigris | other | {'type': 'function', 'name': 'tigris_put_object_from_path', 'description': 'Creates an object in bucket from a path on the filesystem', 'parameters': {'type': 'object', 'properties': {'bucketName': {'type': 'string', 'description': 'Name of the bucket'}, 'key': {'type': 'string', 'description': 'Key of the object to pu... |
tigris | other | {'type': 'function', 'name': 'tigris_upload_file_and_get_url', 'description': 'Upload a file and get a public url for it', 'parameters': {'type': 'object', 'properties': {'bucketName': {'type': 'string', 'description': 'Name of the bucket'}, 'expiresIn': {'type': 'number', 'description': 'Expiration time in seconds'}, ... |
time | other | {'type': 'function', 'name': 'convert_time', 'description': 'Convert time between timezones', 'parameters': {'type': 'object', 'properties': {'source_timezone': {'type': 'string', 'description': "Source IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'UTC' as local timezone if no source timezone pro... |
time | other | {'type': 'function', 'name': 'get_current_time', 'description': 'Get current time in a specific timezones', 'parameters': {'type': 'object', 'properties': {'timezone': {'type': 'string', 'description': "IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'UTC' as local timezone if no timezone provided b... |
triplewhale | other | {'type': 'function', 'name': 'moby', 'description': '<background>\n moby tool helps users access e-commerce performance data.\n the tool prompts the user to enter their **shopId**, which is then used for tool as input, shopId is must for this tool.\n \n </background>\n\n <response-handling>\n \n <response... |
unreal-engine-mcp-server | other | {'type': 'function', 'name': 'animation_physics', 'description': 'Animation and physics systems', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'description': 'Action type', 'enum': ['create_animation_bp', 'play_montage', 'setup_ragdoll']}, 'actorName': {'type': 'string', 'description': '... |
unreal-engine-mcp-server | other | {'type': 'function', 'name': 'build_environment', 'description': 'Build environment - landscape, foliage', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'description': 'Environment action', 'enum': ['create_landscape', 'sculpt', 'add_foliage', 'paint_foliage']}, 'brushSize': {'type': 'num... |
unreal-engine-mcp-server | other | {'type': 'function', 'name': 'console_command', 'description': 'Execute any console command in Unreal Engine', 'parameters': {'type': 'object', 'properties': {'command': {'type': 'string', 'description': 'Console command to execute'}}, 'required': ['command'], 'additionalProperties': False}, 'strict': True} |
unreal-engine-mcp-server | other | {'type': 'function', 'name': 'control_actor', 'description': 'Control actors - spawn, delete, apply physics. For spawning, supports both actor classes (e.g., StaticMeshActor, CameraActor) and asset paths (e.g., /Engine/BasicShapes/Cube) which will auto-spawn as StaticMeshActor', 'parameters': {'type': 'object', 'proper... |
unreal-engine-mcp-server | other | {'type': 'function', 'name': 'control_editor', 'description': 'Control editor - PIE mode, camera, viewport', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'description': 'Editor action', 'enum': ['play', 'stop', 'set_camera', 'set_view_mode']}, 'location': {'type': 'object', 'properties':... |
unreal-engine-mcp-server | other | {'type': 'function', 'name': 'create_effect', 'description': 'Create visual effects - particles, Niagara', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'description': 'Effect type', 'enum': ['particle', 'niagara', 'debug_shape']}, 'color': {'type': 'array', 'description': 'RGBA color', '... |
unreal-engine-mcp-server | other | {'type': 'function', 'name': 'inspect', 'description': 'Inspect objects and set properties safely', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'description': 'Inspection action', 'enum': ['inspect_object', 'set_property']}, 'objectPath': {'type': 'string', 'description': 'Object path'}... |
unreal-engine-mcp-server | other | {'type': 'function', 'name': 'manage_asset', 'description': 'Manage assets - list, import, create materials', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'description': 'Action to perform', 'enum': ['list', 'import', 'create_material']}, 'destinationPath': {'type': 'string', 'descriptio... |
unreal-engine-mcp-server | other | {'type': 'function', 'name': 'manage_blueprint', 'description': 'Create and modify blueprints', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'description': 'Blueprint action', 'enum': ['create', 'add_component']}, 'blueprintType': {'type': 'string', 'description': 'Type (Actor, Pawn, Cha... |
unreal-engine-mcp-server | other | {'type': 'function', 'name': 'manage_level', 'description': 'Manage levels and lighting', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'description': 'Level action', 'enum': ['load', 'save', 'stream', 'create_light', 'build_lighting']}, 'intensity': {'type': 'number', 'description': 'Lig... |
unreal-engine-mcp-server | other | {'type': 'function', 'name': 'manage_rc', 'description': 'Manage Remote Control presets: create, expose, list fields, set/get values', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'description': 'RC action', 'enum': ['create_preset', 'expose_actor', 'expose_property', 'list_fields', 'set... |
unreal-engine-mcp-server | other | {'type': 'function', 'name': 'manage_sequence', 'description': 'Create/open sequences, add cameras/actors, manage bindings, control playback, and set properties', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'description': 'Sequence action', 'enum': ['create', 'open', 'add_camera', 'add_... |
unreal-engine-mcp-server | other | {'type': 'function', 'name': 'system_control', 'description': 'Control performance, audio, UI, screenshots, and engine lifecycle', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'description': 'System action', 'enum': ['profile', 'show_fps', 'set_quality', 'play_sound', 'create_widget', 's... |
veyrax | other | {'type': 'function', 'name': 'get_flow', 'description': '"Use this tool to retrieve a specific workflow by its ID.\n\nWorkflow is sequence of steps that are executed in order to get some result. Flow comes with description, steps and input schema of all methods to call.\n\nYou can call this tool once you have a flowId ... |
veyrax | other | {'type': 'function', 'name': 'get_tools', 'description': '"Use this tool to retrieve a list of available tools from the Veyrax API.\nThis will return dynamic tools that user has access to.\nYou can use this tool to get the list of tools, method names and parameters, and then use tool_call tool to call the tool with the... |
veyrax | other | {'type': 'function', 'name': 'tool_call', 'description': '"Use this tool to execute a specific method of another tool with the provided parameters based on get-tools tool response.\nYou need to specify the tool name, method name, and any required parameters for that method."', 'parameters': {'type': 'object', 'properti... |
vizro | other | {'type': 'function', 'name': 'get_model_json_schema', 'description': 'Get the JSON schema for the specified Vizro model.\n\n Returns:\n JSON schema of the requested Vizro model', 'parameters': {'type': 'object', 'properties': {'model_name': {'type': 'string', 'title': 'Model Name', 'description': "Name of the... |
vizro | other | {'type': 'function', 'name': 'get_sample_data_info', 'description': 'If user provides no data, use this tool to get sample data information.\n\n Use the following data for the below purposes:\n - iris: mostly numerical with one categorical column, good for scatter, histogram, boxplot, etc.\n - tips: co... |
vizro | other | {'type': 'function', 'name': 'get_vizro_chart_or_dashboard_plan', 'description': 'Get instructions for creating a Vizro chart or dashboard. Call FIRST when asked to create Vizro things.\n\n Must be ALWAYS called FIRST with advanced_mode=False, then call again with advanced_mode=True\n if the JSON config does not ... |
vizro | other | {'type': 'function', 'name': 'load_and_analyze_data', 'description': 'Use to understand local or remote data files. Must be called with absolute paths or URLs.\n\n Supported formats:\n - CSV (.csv)\n - JSON (.json)\n - HTML (.html, .htm)\n - Excel (.xls, .xlsx)\n - OpenDocument Spreadsheet (.ods)\n ... |
vizro | other | {'type': 'function', 'name': 'validate_chart_code', 'description': 'Validate the chart code created by the user and optionally open the PyCafe link in a browser.\n\n Returns:\n ValidationResults object with status and dashboard details', 'parameters': {'type': 'object', 'properties': {'auto_open': {'type': 'b... |
vizro | other | {'type': 'function', 'name': 'validate_dashboard_config', 'description': 'Validate Vizro model configuration. Run ALWAYS when you have a complete dashboard configuration.\n\n If successful, the tool will return the python code and, if it is a remote file, the py.cafe link to the chart.\n The PyCafe link will be a... |
vuln-nist-mcp-server | other | {'type': 'function', 'name': 'cve_change_history', 'description': 'Retrieve change history for a CVE or a time window.\n If no cve_id is provided and the date range exceeds 120 days,\n the query is split into multiple chunks (max 120 days each) and results aggregated.', 'parameters': {'type': 'object', 'propertie... |
vuln-nist-mcp-server | other | {'type': 'function', 'name': 'cves_by_cpe', 'description': 'List CVEs associated with a specific CPE', 'parameters': {'type': 'object', 'properties': {'cpe_name': {'type': 'string', 'title': 'Cpe Name', 'default': ''}, 'is_vulnerable': {'type': 'string', 'title': 'Is Vulnerable', 'default': ''}}, 'required': [], 'addit... |
vuln-nist-mcp-server | other | {'type': 'function', 'name': 'get_cve_by_id', 'description': 'Retrieve a CVE by its CVE-ID', 'parameters': {'type': 'object', 'properties': {'cve_id': {'type': 'string', 'title': 'Cve Id', 'default': ''}}, 'required': [], 'additionalProperties': False}, 'strict': True} |
vuln-nist-mcp-server | other | {'type': 'function', 'name': 'kevs_between', 'description': 'List CVEs added to CISA KEV catalog in a date window.\n If the requested window exceeds 90 days, the query is automatically\n split into multiple chunks (max 90 days each) and results are aggregated.', 'parameters': {'type': 'object', 'properties': {'ke... |
vuln-nist-mcp-server | other | {'type': 'function', 'name': 'search_cves', 'description': 'Search CVEs by keyword in description, optionally filtering by recent days.\n If recent_days > 120, the period is chunked into multiple queries (max 120 days each)\n and results are aggregated. Queries are executed in parallel.', 'parameters': {'type': '... |
webflow | other | {'type': 'function', 'name': 'collection_fields_create_option', 'description': '', 'parameters': {'type': 'object', 'properties': {'collection_id': {'type': 'string'}, 'request': {'type': 'object', 'required': ['type', 'displayName', 'metadata'], 'properties': {'displayName': {'type': 'string'}, 'helpText': {'type': 's... |
webflow | other | {'type': 'function', 'name': 'collection_fields_create_reference', 'description': '', 'parameters': {'type': 'object', 'properties': {'collection_id': {'type': 'string'}, 'request': {'type': 'object', 'required': ['type', 'displayName', 'metadata'], 'properties': {'displayName': {'type': 'string'}, 'helpText': {'type':... |
webflow | other | {'type': 'function', 'name': 'collection_fields_create_static', 'description': '', 'parameters': {'type': 'object', 'properties': {'collection_id': {'type': 'string'}, 'request': {'type': 'object', 'required': ['type', 'displayName'], 'properties': {'displayName': {'type': 'string'}, 'helpText': {'type': 'string'}, 'id... |
webflow | other | {'type': 'function', 'name': 'collection_fields_update', 'description': '', 'parameters': {'type': 'object', 'properties': {'collection_id': {'type': 'string'}, 'field_id': {'type': 'string'}, 'request': {'type': 'object', 'properties': {'displayName': {'type': 'string'}, 'helpText': {'type': 'string'}, 'isRequired': {... |
webflow | other | {'type': 'function', 'name': 'collections_create', 'description': '', 'parameters': {'type': 'object', 'properties': {'request': {'type': 'object', 'required': ['displayName', 'singularName'], 'properties': {'displayName': {'type': 'string'}, 'singularName': {'type': 'string'}, 'slug': {'type': 'string'}}, 'additionalP... |
webflow | other | {'type': 'function', 'name': 'collections_get', 'description': '', 'parameters': {'type': 'object', 'properties': {'collection_id': {'type': 'string'}}, 'required': ['collection_id'], 'additionalProperties': False}, 'strict': True} |
webflow | other | {'type': 'function', 'name': 'collections_items_create_item', 'description': '', 'parameters': {'type': 'object', 'properties': {'collection_id': {'type': 'string'}, 'request': {'type': 'object', 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['fieldData'], 'properties': {'cmsLocaleId... |
webflow | other | {'type': 'function', 'name': 'collections_items_create_item_live', 'description': '', 'parameters': {'type': 'object', 'properties': {'collection_id': {'type': 'string'}, 'request': {'type': 'object', 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['fieldData'], 'properties': {'cmsLoc... |
webflow | other | {'type': 'function', 'name': 'collections_items_list_items', 'description': '', 'parameters': {'type': 'object', 'properties': {'cmsLocaleId': {'type': 'string'}, 'collection_id': {'type': 'string'}, 'limit': {'type': 'number'}, 'name': {'type': 'string'}, 'offset': {'type': 'number'}, 'slug': {'type': 'string'}, 'sort... |
webflow | other | {'type': 'function', 'name': 'collections_items_publish_items', 'description': '', 'parameters': {'type': 'object', 'properties': {'collection_id': {'type': 'string'}, 'itemIds': {'type': 'array', 'items': {'type': 'string'}}}, 'required': ['collection_id', 'itemIds'], 'additionalProperties': False}, 'strict': True} |
webflow | other | {'type': 'function', 'name': 'collections_items_update_items', 'description': '', 'parameters': {'type': 'object', 'properties': {'collection_id': {'type': 'string'}, 'request': {'type': 'object', 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'fieldData'], 'properties': {'cmsL... |
webflow | other | {'type': 'function', 'name': 'collections_items_update_items_live', 'description': '', 'parameters': {'type': 'object', 'properties': {'collection_id': {'type': 'string'}, 'request': {'type': 'object', 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['id'], 'properties': {'cmsLocaleId'... |
webflow | other | {'type': 'function', 'name': 'collections_list', 'description': '', 'parameters': {'type': 'object', 'properties': {'site_id': {'type': 'string'}}, 'required': ['site_id'], 'additionalProperties': False}, 'strict': True} |
webflow | other | {'type': 'function', 'name': 'pages_get_content', 'description': '', 'parameters': {'type': 'object', 'properties': {'limit': {'type': 'number'}, 'localeId': {'type': 'string'}, 'offset': {'type': 'number'}, 'page_id': {'type': 'string'}}, 'required': ['page_id'], 'additionalProperties': False}, 'strict': True} |
webflow | other | {'type': 'function', 'name': 'pages_get_metadata', 'description': '', 'parameters': {'type': 'object', 'properties': {'localeId': {'type': 'string'}, 'page_id': {'type': 'string'}}, 'required': ['page_id'], 'additionalProperties': False}, 'strict': True} |
webflow | other | {'type': 'function', 'name': 'pages_list', 'description': '', 'parameters': {'type': 'object', 'properties': {'limit': {'type': 'number'}, 'localeId': {'type': 'string'}, 'offset': {'type': 'number'}, 'site_id': {'type': 'string'}}, 'required': ['site_id'], 'additionalProperties': False}, 'strict': True} |
webflow | other | {'type': 'function', 'name': 'pages_update_page_settings', 'description': '', 'parameters': {'type': 'object', 'properties': {'body': {'type': 'object', 'required': ['id'], 'properties': {'archived': {'type': 'boolean'}, 'canBranch': {'type': 'boolean'}, 'collectionId': {'type': 'string'}, 'createdOn': {'type': 'string... |
webflow | other | {'type': 'function', 'name': 'pages_update_static_content', 'description': '', 'parameters': {'type': 'object', 'properties': {'localeId': {'type': 'string'}, 'nodes': {'type': 'array', 'items': {'anyOf': [{'type': 'object', 'required': ['nodeId', 'text'], 'properties': {'nodeId': {'type': 'string'}, 'text': {'type': '... |
webflow | other | {'type': 'function', 'name': 'sites_get', 'description': '', 'parameters': {'type': 'object', 'properties': {'site_id': {'type': 'string'}}, 'required': ['site_id'], 'additionalProperties': False}, 'strict': True} |
webflow | other | {'type': 'function', 'name': 'sites_list', 'description': '', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True} |
webflow | other | {'type': 'function', 'name': 'sites_publish', 'description': '', 'parameters': {'type': 'object', 'properties': {'customDomains': {'type': 'array', 'items': {'type': 'string'}}, 'publishToWebflowSubdomain': {'type': 'boolean', 'default': False}, 'site_id': {'type': 'string'}}, 'required': ['site_id'], 'additionalProper... |
wikipedia-mcp | other | {'type': 'function', 'name': 'extract_key_facts', 'description': 'Extract key facts from a Wikipedia article, optionally focused on a topic.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'title': 'Count', 'default': 5}, 'title': {'type': 'string', 'title': 'Title'}, 'topic_within_articl... |
wikipedia-mcp | other | {'type': 'function', 'name': 'get_article', 'description': 'Get the full content of a Wikipedia article.', 'parameters': {'type': 'object', 'properties': {'title': {'type': 'string', 'title': 'Title'}}, 'required': ['title'], 'additionalProperties': False}, 'strict': True} |
wikipedia-mcp | other | {'type': 'function', 'name': 'get_coordinates', 'description': 'Get the coordinates of a Wikipedia article.', 'parameters': {'type': 'object', 'properties': {'title': {'type': 'string', 'title': 'Title'}}, 'required': ['title'], 'additionalProperties': False}, 'strict': True} |
wikipedia-mcp | other | {'type': 'function', 'name': 'get_links', 'description': 'Get the links contained within a Wikipedia article.', 'parameters': {'type': 'object', 'properties': {'title': {'type': 'string', 'title': 'Title'}}, 'required': ['title'], 'additionalProperties': False}, 'strict': True} |
wikipedia-mcp | other | {'type': 'function', 'name': 'get_related_topics', 'description': 'Get topics related to a Wikipedia article based on links and categories.', 'parameters': {'type': 'object', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'title': {'type': 'string', 'title': 'Title'}}, 'required': ['title... |
wikipedia-mcp | other | {'type': 'function', 'name': 'get_sections', 'description': 'Get the sections of a Wikipedia article.', 'parameters': {'type': 'object', 'properties': {'title': {'type': 'string', 'title': 'Title'}}, 'required': ['title'], 'additionalProperties': False}, 'strict': True} |
wikipedia-mcp | other | {'type': 'function', 'name': 'get_summary', 'description': 'Get a summary of a Wikipedia article.', 'parameters': {'type': 'object', 'properties': {'title': {'type': 'string', 'title': 'Title'}}, 'required': ['title'], 'additionalProperties': False}, 'strict': True} |
wikipedia-mcp | other | {'type': 'function', 'name': 'search_wikipedia', 'description': 'Search Wikipedia for articles matching a query.', 'parameters': {'type': 'object', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'query': {'type': 'string', 'title': 'Query'}}, 'required': ['query'], 'additionalProperties':... |
wikipedia-mcp | other | {'type': 'function', 'name': 'summarize_article_for_query', 'description': 'Get a summary of a Wikipedia article tailored to a specific query.', 'parameters': {'type': 'object', 'properties': {'max_length': {'type': 'integer', 'title': 'Max Length', 'default': 250}, 'query': {'type': 'string', 'title': 'Query'}, 'title... |
wikipedia-mcp | other | {'type': 'function', 'name': 'summarize_article_section', 'description': 'Get a summary of a specific section of a Wikipedia article.', 'parameters': {'type': 'object', 'properties': {'max_length': {'type': 'integer', 'title': 'Max Length', 'default': 150}, 'section_title': {'type': 'string', 'title': 'Section Title'},... |
wolfram-alpha | other | {'type': 'function', 'name': 'query-wolfram-alpha', 'description': 'Use Wolfram Alpha to answer a question. This tool should be used when you need complex math or symbolic intelligence.', 'parameters': {'type': 'object', 'properties': {'query': {'type': 'string'}}, 'required': ['query'], 'additionalProperties': False},... |
youtube_transcript | other | {'type': 'function', 'name': 'get_transcript', 'description': 'Retrieves the transcript of a YouTube video.', 'parameters': {'type': 'object', 'properties': {'lang': {'type': 'string', 'title': 'Lang', 'description': 'The preferred language for the transcript', 'default': 'en'}, 'next_cursor': {'title': 'Next Cursor', ... |
youtube_transcript | other | {'type': 'function', 'name': 'get_video_info', 'description': 'Retrieves the video information.', 'parameters': {'type': 'object', 'properties': {'url': {'type': 'string', 'title': 'Url', 'description': 'The URL of the YouTube video'}}, 'required': ['url'], 'additionalProperties': False}, 'strict': True} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.