MCPcopy Create free account

hub / github.com/awslabs/mcp / functions

Functions28,870 in github.com/awslabs/mcp

↓ 9 callersFunction_build_clause
Translate a pipeline stage dict into a GLIDE FtAggregateClause.
src/valkey-mcp-server/awslabs/valkey_mcp_server/tools/search_aggregate.py:73
↓ 9 callersMethod_can_be_assumed_by_service
Check if a role can be assumed by a specific service. Args: assume_role_policy_document: Assume role policy document
src/aws-dataprocessing-mcp-server/awslabs/aws_dataprocessing_mcp_server/handlers/commons/common_resource_handler.py:1391
↓ 9 callersFunction_check_size_limit
Check that content size does not exceed the configured maximum. Args: size: The actual content size in bytes. max_size_bytes: The
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/content_resolver.py:68
↓ 9 callersMethod_compare_with_snapshot
Compare generated files with expected snapshots.
src/dynamodb-mcp-server/tests/repo_generation_tool/integration/test_python_snapshot_generation.py:248
↓ 9 callersMethod_compute_trend
Compute trend using OLS on trend component values.
src/cloudwatch-mcp-server/awslabs/cloudwatch_mcp_server/cloudwatch_metrics/metric_data_decomposer.py:183
↓ 9 callersFunction_execute_cloudwatch_query
Execute a CloudWatch Logs Insights query and poll for results.
src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/dynamic_instrumentation/snapshot_queries.py:21
↓ 9 callersFunction_extract_ec2_ids
Extract EC2 instance IDs from a component detail response. Checks multiple paths in order: 1. Hosts[].EC2InstanceId / InstanceId (standard fo
src/aws-for-sap-management-mcp-server/awslabs/aws_for_sap_management_mcp_server/ssm_sap_health/tools.py:302
↓ 9 callersFunction_format_custom_line_items
Format custom line item objects from the AWS API response.
src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/tools/billing_conductor_operations.py:734
↓ 9 callersMethod_get_cloudtrail_client
Create a CloudTrail client for the specified region.
src/cloudtrail-mcp-server/awslabs/cloudtrail_mcp_server/tools.py:45
↓ 9 callersMethod_get_eks_vpc_config_impl
Internal implementation of get_eks_vpc_config.
src/eks-mcp-server/awslabs/eks_mcp_server/vpc_config_handler.py:330
↓ 9 callersMethod_get_real_fn
Get the real storage_lens_run_query via identity decorator reload.
src/billing-cost-management-mcp-server/tests/tools/test_storage_lens_tools.py:1243
↓ 9 callersFunction_get_task_definitions_by_family_prefix
Get task definitions by family prefix. Parameters ---------- family_prefix : str Prefix to filter task definition families.
src/ecs-mcp-server/awslabs/ecs_mcp_server/api/troubleshooting_tools/utils.py:514
↓ 9 callersMethod_get_translate_client
Get or create Amazon Translate client.
src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/terminology_manager.py:80
↓ 9 callersFunction_is_service_enabled
Check if a service should be registered based on env vars.
src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/server.py:66
↓ 9 callersFunction_make_logs_client
Build a mock logs client that returns *results* on get_query_results.
src/cloudwatch-mcp-server/tests/cloudwatch_logs/test_cwl_insights_batch.py:63
↓ 9 callersFunction_normalize_actions
Normalize IAM policy actions to a set of lowercase strings. Args: actions: Actions from IAM policy (can be string, list, or None) Re
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/ecr_utils.py:28
↓ 9 callersFunction_optional_filter
Build an optional filter clause.
src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/rum_queries.py:51
↓ 9 callersFunction_parse_identifier_parts
Parse a possibly-qualified Oracle table name into its identifier parts. Oracle uses double-quote delimited identifiers (standard ANSI SQL). R
src/oracle-mcp-server/awslabs/oracle_mcp_server/server.py:539
↓ 9 callersFunction_parse_manifest_for_analysis
Parse manifest logs to extract key metrics for analysis. Args: run_id: The run ID being analyzed run_response: Response from get_
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/tools/run_analysis.py:945
↓ 9 callersMethod_process_key_template
Process a key template (PK or SK) and return metadata. Args: template: Template string, list of templates, or None fi
src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/repo_generation_tool/generators/jinja2_generator.py:330
↓ 9 callersFunction_read_response_body
Read the response body from an invoke_agent_runtime response. Handles three boto3 response shapes: - StreamingBody (has .read()) - EventS
src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/runtime/invocation.py:25
↓ 9 callersMethod_validate_gsi_projections
Validate GSI projection configurations. Args: gsi_list_data: Raw GSI list data from schema gsi_list_path: Path contex
src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/repo_generation_tool/core/gsi_validator.py:1012
↓ 9 callersFunction_validate_output_path
Resolve and confine output_file within the permitted output directory. The base directory defaults to the current working directory and can be
src/aws-pricing-mcp-server/awslabs/aws_pricing_mcp_server/report_generator.py:58
↓ 9 callersMethod_validate_s3_access
Validate S3 access for input and output locations. Args: input_config: Input configuration to validate output_config:
src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/batch_manager.py:447
↓ 9 callersFunctionadd_default_tags
Add default tags to resource properties if DEFAULT_TAGS is enabled and resource supports tagging.
src/ccapi-mcp-server/awslabs/ccapi_mcp_server/cloud_control_utils.py:27
↓ 9 callersFunctionaggregate
Run an aggregation pipeline against a DocumentDB collection. This tool executes a DocumentDB aggregation pipeline on a specified collection.
src/documentdb-mcp-server/awslabs/documentdb_mcp_server/query_tools.py:76
↓ 9 callersFunctionassess
Run the consolidated status assessment. The caller is responsible for: * Parsing ISO inputs into ``datetime`` objects (string parsing is an
src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/dynamic_instrumentation/status_assessment.py:105
↓ 9 callersFunctionbcm_pricing_calc_core
Core business logic for BCM Pricing Calculator. Args: ctx: The MCP context object operation: The operation to perform ide
src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/tools/bcm_pricing_calculator_tools.py:44
↓ 9 callersMethodbrowser_click
Click an element identified by its accessibility ref. Use refs from the most recent browser_snapshot or navigation result. If the ref
src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/browser/interaction.py:78
↓ 9 callersMethodbrowser_evaluate
Execute a JavaScript expression in the page context. The expression is evaluated in the browser and its return value is serialized to
src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/browser/observation.py:294
↓ 9 callersMethodbrowser_wait_for
Wait for text to appear or an element to become visible. Provide either text or selector. Returns the page snapshot after the conditi
src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/browser/observation.py:146
↓ 9 callersFunctionbuild_cookie_config
Build a ConnectionConfig for cookie-based authentication. Args: origin: The origin URL (trailing slash is stripped). session_cook
src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/config_store.py:87
↓ 9 callersFunctionbuild_dynamic_output_schema
Build a dynamic JSON Schema from the agent artifact. For components whose output fields are defined at runtime (AutoForm, DynamicHITLRenderEngine
src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/hitl_schemas.py:794
↓ 9 callersFunctioncalculate_time_window
Calculate the actual start time and end time for a time window. Parameters ---------- time_window : int, optional Time windo
src/ecs-mcp-server/awslabs/ecs_mcp_server/utils/time_utils.py:23
↓ 9 callersFunctioncheck_elbv2_load_balancers
Check Application and Network Load Balancers for data-in-transit security best practices.
src/well-architected-security-mcp-server/awslabs/well_architected_security_mcp_server/util/network_security.py:491
↓ 9 callersFunctioncheck_inspector
Check if Amazon Inspector is enabled in the specified region. Args: region: AWS region to check session: boto3 Session for AWS AP
src/well-architected-security-mcp-server/awslabs/well_architected_security_mcp_server/util/security_services.py:315
↓ 9 callersFunctioncheck_resource_arns_correct
Check if all resource ARNs in IAM policies are correct.
src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/canary_utils.py:494
↓ 9 callersMethodclose_all
Close all connections and clear the map.
src/oracle-mcp-server/awslabs/oracle_mcp_server/connection/db_connection_map.py:137
↓ 9 callersFunctioncost_explorer
Mock implementation of cost_explorer for testing.
src/billing-cost-management-mcp-server/tests/tools/test_cost_explorer_tools.py:46
↓ 9 callersMethodcreate_agent_runtime
Create a new AgentCore Runtime to host an agent or tool. This is a one-time setup operation that creates AWS infrastructure (IAM role
src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/runtime/lifecycle.py:54
↓ 9 callersFunctioncreate_api_cache_operation
Execute create_api_cache operation.
src/aws-appsync-mcp-server/awslabs/aws_appsync_mcp_server/operations/create_api_cache.py:22
↓ 9 callersFunctioncreate_codeconnection
Create a new CodeConnection. This function creates a new AWS CodeConnection for connecting to a third-party Git provider. The connection will
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/tools/codeconnections.py:203
↓ 9 callersFunctioncreate_container_registry_map
Create a container registry map for HealthOmics workflows. Creates a container registry map file that can be used when creating HealthOmics w
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/tools/ecr_tools.py:1767
↓ 9 callersMethodcreate_data_processing_role
Create a new IAM role for data processing services. This tool creates a new IAM role with the appropriate trust relationship for the specifie
src/aws-dataprocessing-mcp-server/awslabs/aws_dataprocessing_mcp_server/handlers/commons/common_resource_handler.py:315
↓ 9 callersFunctioncreate_embeddings_provider
Create an embeddings provider based on environment configuration. This list of providers can be extended in the future to support additional
src/valkey-mcp-server/awslabs/valkey_mcp_server/embeddings/factory.py:24
↓ 9 callersFunctioncreate_pricing_client
Create an AWS Pricing API client. Args: profile: AWS profile name to use (default: None, uses AWS_PROFILE or default profile) reg
src/aws-pricing-mcp-server/awslabs/aws_pricing_mcp_server/pricing_client.py:86
↓ 9 callersFunctioncreate_replication_group
Create an Amazon ElastiCache replication group. This tool creates a new replication group with specified configuration including: - Basic rep
src/elasticache-mcp-server/awslabs/elasticache_mcp_server/tools/rg/create.py:287
↓ 9 callersFunctioncreate_resource_impl
Create an AWS resource implementation.
src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/resource_operations.py:79
↓ 9 callersMethoddelete
Generic delete operation
src/dynamodb-mcp-server/tests/repo_generation_tool/fixtures/expected_outputs/python/ecommerce/base_repository.py:212
↓ 9 callersMethoddelete_terminology
Delete a terminology. Args: name: Terminology name Returns: True if deletion was successful Raises:
src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/terminology_manager.py:485
↓ 9 callersFunctiondescribe_cache_engine_versions
Returns a list of the available cache engines and their versions. Parameters: engine (Optional[str]): The cache engine to return. Valid v
src/elasticache-mcp-server/awslabs/elasticache_mcp_server/tools/misc/describe_cache_engine_versions.py:26
↓ 9 callersFunctiondescribe_events
Returns events related to clusters, cache security groups, and parameter groups. Parameters: source_type (Optional[str]): The event sourc
src/elasticache-mcp-server/awslabs/elasticache_mcp_server/tools/misc/describe_events.py:27
↓ 9 callersMethoddescribe_instances
(self)
src/elasticache-mcp-server/tests/tools/rg/test_connect.py:323
↓ 9 callersFunctiondescribe_log_groups
Describe CloudWatch Logs log groups. Args: account_identifiers: List of account IDs to filter log groups log_group_name_prefix: P
src/elasticache-mcp-server/awslabs/elasticache_mcp_server/tools/cwlogs/describe_log_groups.py:26
↓ 9 callersMethoddescribe_security_groups
(self)
src/elasticache-mcp-server/tests/tools/rg/test_connect.py:326
↓ 9 callersFunctiondetect_tgw_inspection
Detect AWS Network Firewalls and 3rd party firewalls attached to a Transit Gateway. Use this tool when: - Analyzing network security architec
src/aws-network-mcp-server/awslabs/aws_network_mcp_server/tools/transit_gateway/detect_transit_gateway_inspection.py:21
↓ 9 callersMethoddetermine_policy_effect
Get policy decision for a service/operation combination. Priority: deny > elicit > default behavior
src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/security/policy.py:109
↓ 9 callersMethoddisconnect
Disconnect Playwright from a browser session. Args: session_id: AgentCore browser session identifier.
src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/browser/connection_manager.py:220
↓ 9 callersFunctiondiscover_vpcs_from_clusters
Discover VPC IDs associated with ECS clusters.
src/ecs-mcp-server/awslabs/ecs_mcp_server/api/troubleshooting_tools/fetch_network_configuration.py:172
↓ 9 callersFunctiondynamodb_data_model_validation
Validates and tests DynamoDB data models against DynamoDB Local. Use this tool to validate, test, and verify your DynamoDB data model after compl
src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/server.py:549
↓ 9 callersMethodenable
Enable diagnostics tracking.
src/aws-support-mcp-server/awslabs/aws_support_mcp_server/debug_helper.py:44
↓ 9 callersFunctionensure_s3_uri_ends_with_slash
Ensure an S3 URI begins with s3:// and ends with a slash. Args: uri: S3 URI Returns: str: S3 URI with trailing slash Ra
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/s3_utils.py:25
↓ 9 callersMethoderror
Handle error messages for DummyContext.
src/aws-location-mcp-server/tests/test_server_integration.py:30
↓ 9 callersMethoderror
Do nothing. Args: message: The error message
src/aurora-dsql-mcp-server/awslabs/aurora_dsql_mcp_server/server.py:760
↓ 9 callersFunctionexecute_query
Execute a SQL query against the database. Args: ctx: MCP context for error handling conn_to_use: Database connection to use, or N
src/aurora-dsql-mcp-server/awslabs/aurora_dsql_mcp_server/server.py:818
↓ 9 callersFunctionexecute_session_sql
Execute SQL query on the session database. Optionally adds user data to the database before querying. Args: ctx: MCP context
src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/utilities/sql_utils.py:991
↓ 9 callersFunctionextract_cell
Extract a typed value from an RDS Data API cell dict.
src/mssql-mcp-server/awslabs/mssql_mcp_server/server.py:74
↓ 9 callersFunctionextract_content_from_html
Extract and convert HTML content to Markdown format. Args: html: Raw HTML content to process Returns: Simplified markdown ve
src/aws-documentation-mcp-server/awslabs/aws_documentation_mcp_server/util.py:23
↓ 9 callersMethodextract_data_from_result
Helper function to extract structured data from MCP result.
src/aws-dataprocessing-mcp-server/tests/handlers/emr/test_emr_serverless_application_handler.py:67
↓ 9 callersFunctionextract_disk_memory_usage_metrics
Extract disk and memory usage metrics from canary log group.
src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/canary_utils.py:675
↓ 9 callersFunctionextract_region_from_origin
Extract the AWS region from a Transform application URL. Handles the ``https://{id}.transform.{region}.on.aws`` pattern. Args: origi
src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/config_store.py:34
↓ 9 callersFunctionfilter_conflicting_patterns
Filter and rename access patterns that conflict with CRUD method names. Filtering rules: - Patterns with same name AND same signature as CRUD
src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/repo_generation_tool/core/utils.py:225
↓ 9 callersFunctionformat_job_response
Extract essential fields from a GetJob response or a ListJobEntry.
src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/tool_utils.py:73
↓ 9 callersMethodfrom_seconds
Convert seconds to closest seasonality enum.
src/cloudwatch-mcp-server/awslabs/cloudwatch_mcp_server/cloudwatch_metrics/models.py:52
↓ 9 callersMethodgenerate_app_manifest
Generate Kubernetes manifest for a deployment and service. This tool generates Kubernetes manifests for deploying an application to an EKS cl
src/eks-mcp-server/awslabs/eks_mcp_server/k8s_handler.py:661
↓ 9 callersFunctiongenerate_run_timeline
Generate a Gantt-style timeline visualization for an AWS HealthOmics workflow run. This tool creates an SVG Gantt chart showing task execution ph
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/tools/run_timeline.py:51
↓ 9 callersMethodget
Generic get operation with optional consistent read
src/dynamodb-mcp-server/tests/repo_generation_tool/fixtures/expected_outputs/python/elearning/base_repository.py:149
↓ 9 callersFunctionget_all_tgw_routes
Get all Transit Gateway route tables and their routes in one call. Use this tool when: - You need a complete view of all routing in a Transit
src/aws-network-mcp-server/awslabs/aws_network_mcp_server/tools/transit_gateway/get_all_transit_gateway_routes.py:21
↓ 9 callersFunctionget_cost_forecast
Get cost forecast. Args: ctx: MCP context ce_client: AWS Cost Explorer client metric: Cost metric to forecast sta
src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/tools/cost_explorer_operations.py:354
↓ 9 callersFunctionget_endpoint_red_metrics
Return per-operation RED metric summaries for a service from Application Signals. Each summary mirrors the service_events ``get_endpoints`` shape
src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/endpoint_metrics.py:143
↓ 9 callersFunctionget_graph
Lazily initialize the Neptune graph connection. This function ensures the graph is only initialized when needed, not at import time, which he
src/amazon-neptune-mcp-server/awslabs/amazon_neptune_mcp_server/server.py:41
↓ 9 callersFunctionget_health_overview
Get a health overview of the system. **PRIMARY ENTRY POINT for general health, performance, AND error-pattern questions.** Use this FIRST for
src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/service_events/tools.py:1236
↓ 9 callersMethodget_query_results
(self, queryId)
src/cloudwatch-applicationsignals-mcp-server/tests/test_cw_logs.py:47
↓ 9 callersMethodget_recommended_metric_alarms
Gets recommended alarms for a CloudWatch metric. This tool retrieves alarm recommendations for a specific CloudWatch metric identifie
src/cloudwatch-mcp-server/awslabs/cloudwatch_mcp_server/cloudwatch_metrics/tools.py:799
↓ 9 callersFunctionget_region
Get the AWS region from environment variable or default. Returns: str: AWS region name
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/aws_utils.py:34
↓ 9 callersMethodget_runtime_guide
Get a comprehensive reference guide for AgentCore Runtime. Covers CLI commands, agentcore.json schema, protocol contracts, session li
src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/runtime/guide.py:255
↓ 9 callersMethodget_sample_value_for_field
Get a realistic sample value for a field based on the usage data. Lookup hierarchy: 1. Entity-specific sample_data or access_pattern_
src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/repo_generation_tool/core/usage_data_loader.py:54
↓ 9 callersFunctionget_savings_plans_utilization
Retrieves Savings Plans utilization data. Args: ctx: The MCP context ce_client: Cost Explorer client start_date: Start da
src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/tools/sp_performance_tools.py:193
↓ 9 callersFunctionget_savings_plans_utilization_details
Retrieves detailed Savings Plans utilization data. Args: ctx: The MCP context ce_client: Cost Explorer client start_date:
src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/tools/sp_performance_tools.py:385
↓ 9 callersFunctionget_server_auth
Configure authentication and for FastMCP server.
src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:142
↓ 9 callersMethodget_serverless_templates
Returns example SAM templates from the Serverless Land GitHub repo. Use this tool to get examples for building serverless applications with A
src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/tools/guidance/get_serverless_templates.py:31
↓ 9 callersFunctionget_ssh_tunnel_command_rg
Generates an SSH tunnel command to connect to an ElastiCache replication group through an EC2 jump host. Args: replication_group_id (str)
src/elasticache-mcp-server/awslabs/elasticache_mcp_server/tools/rg/connect.py:204
↓ 9 callersFunctionget_usage_forecast
Get usage forecast. Args: ctx: MCP context ce_client: AWS Cost Explorer client metric: Usage metric to forecast s
src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/tools/cost_explorer_operations.py:440
↓ 9 callersMethodhas_multi_partition_keys
Return True if GSI has multiple partition key attributes.
src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/cdk_generator/models.py:59
↓ 9 callersMethodinitialize_pool
Initialize the Oracle connection pool.
src/oracle-mcp-server/awslabs/oracle_mcp_server/connection/oracledb_pool_connection.py:107
↓ 9 callersFunctioninternal_delete_cluster
Delete an existing Amazon RDS (Aurora) cluster. Args: region: AWS region where the cluster is located cluster_id: The DB cluster
src/postgres-mcp-server/awslabs/postgres_mcp_server/connection/cp_api_connection.py:765
↓ 9 callersFunctioninterpret_command
Interpret the given CLI command and return an interpretation response.
src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/aws/service.py:188
↓ 9 callersFunctioninvoke_lambda_function_impl
Tool that invokes an AWS Lambda function with a JSON payload.
src/lambda-tool-mcp-server/awslabs/lambda_tool_mcp_server/server.py:107
↓ 9 callersMethodis_configured
Check if the authentication provider is properly configured.
src/openapi-mcp-server/tests/auth/test_auth_factory.py:50
↓ 9 callersMethodis_read_only_query
Check if SQL is a read-only query. This method determines if a query is safe to execute in read-only mode. It uses a whitelist approa
src/aws-dataprocessing-mcp-server/awslabs/aws_dataprocessing_mcp_server/utils/sql_analyzer.py:184
← previousnext →801–900 of 28,870, ranked by callers