MCPcopy Create free account

hub / github.com/awslabs/mcp / functions

Functions30,950 in github.com/awslabs/mcp

↓ 20 callersFunctionbuild_and_push_image
Builds and pushes a Docker image to ECR. Args: app_path: Path to the application directory containing the Dockerfile reposit
src/ecs-mcp-server/awslabs/ecs_mcp_server/utils/docker.py:72
↓ 20 callersMethodbuild_pk_for_lookup
Build partition key for lookups
src/dynamodb-mcp-server/tests/repo_generation_tool/fixtures/expected_outputs/python/saas/base_repository.py:72
↓ 20 callersMethodbuild_sk_for_lookup
Build sort key for lookups
src/dynamodb-mcp-server/tests/repo_generation_tool/fixtures/expected_outputs/python/saas/base_repository.py:80
↓ 20 callersMethodconfigure
Authenticate and connect to AWS Transform. Use when the user needs to set up or re-establish a connection. Two modes: - "cookie": imm
src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/tools/configure.py:211
↓ 20 callersFunctionexecute_training_action
Execute a training action for anomaly detection models in AWS IoT SiteWise. This specialized function handles training actions on anomaly detecti
src/aws-iot-sitewise-mcp-server/awslabs/aws_iot_sitewise_mcp_server/tools/sitewise_executions.py:301
↓ 20 callersFunctionexpand_service_wildcard_patterns
Expand wildcard patterns for service targets with pagination support. Args: targets: List of target dictionaries unix_start: Star
src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/audit_utils.py:433
↓ 20 callersMethodfind
Mock find operation that applies actual filtering. Args: query: Query filter projection: Fields to include/exclude
src/documentdb-mcp-server/tests/conftest.py:50
↓ 20 callersMethodgenerate_chart
Generate SVG Gantt chart for tasks. Args: tasks: List of task dictionaries with timing data. Each task should have:
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/visualization/gantt_generator.py:56
↓ 20 callersFunctionget_anomalies
Retrieves cost anomalies using the AWS Cost Explorer GetAnomalies API. Args: ctx: The MCP context ce_client: Cost Explorer client
src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/tools/cost_anomaly_tools.py:229
↓ 20 callersMethodget_language_metrics
Get usage metrics for language operations. Args: language_pair: Specific language pair (e.g., "en-es") or None for all
src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/language_operations.py:150
↓ 20 callersMethodmanage_aws_glue_classifiers
r"""Manage AWS Glue classifiers to determine data formats and schemas. This tool provides operations for AWS Glue classifiers, which help det
src/aws-dataprocessing-mcp-server/awslabs/aws_dataprocessing_mcp_server/handlers/glue/crawler_handler.py:510
↓ 20 callersMethodreadonly_mode
Check if the server is running in readonly mode. Returns: True if readonly mode is enabled, False otherwise
src/elasticache-mcp-server/awslabs/elasticache_mcp_server/context.py:33
↓ 20 callersFunctionresolve_single_content
Resolve a single content input to its content. Detects the input type and dispatches to the appropriate reader. For inline content in text mo
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/content_resolver.py:198
↓ 20 callersMethodsmart_translate_workflow
Execute smart translation workflow with automatic language detection and quality validation. Workflow Steps: 1. Detect source languag
src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/workflow_orchestrator.py:326
↓ 20 callersFunctionvalidate_asset_id
Validate asset ID format - accepts UUID or external ID format.
src/aws-iot-sitewise-mcp-server/awslabs/aws_iot_sitewise_mcp_server/validation.py:33
↓ 20 callersFunctionvalidate_aws_config
Validate AWS configuration.
src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/config.py:184
↓ 20 callersFunctionvalkey_write
Execute a mutating Valkey command. Write tier — allowlisted mutations only. Destructive commands (FLUSHALL, SHUTDOWN, etc.) are blocked. Disa
src/valkey-mcp-server/awslabs/valkey_mcp_server/tools/valkey_write.py:142
↓ 19 callersFunction_config
Build a ServerConfig for tests.
src/aws-healthomics-mcp-server/tests/test_server_multitenant_wiring.py:36
↓ 19 callersFunction_normalize_run_ids
Normalize run_ids parameter to a list of strings. Handles various input formats: - List of strings: ["run1", "run2"] - JSON string: '["ru
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/tools/run_analysis.py:64
↓ 19 callersFunction_parse
Extract the parsed JSON payload from an MCP result envelope.
src/aws-transform-mcp-server/tests/test_hitl.py:39
↓ 19 callersFunction_parse_time
Parse ISO 8601 time string to datetime. Assumes UTC if no timezone.
src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/rum_tools.py:424
↓ 19 callersFunction_reload_ce_with_identity_decorator
Reload cost_explorer_tools with FastMCP.tool patched to return the original function unchanged (identity decorator). This exposes a callable 'cos
src/billing-cost-management-mcp-server/tests/tools/test_cost_explorer_tools.py:838
↓ 19 callersFunction_run_operation
Invoke get_charge_summary for one billing month against a stubbed client. Every case that reaches AWS shares this shape, so it lives here rather
src/billing-cost-management-mcp-server/tests/tools/test_enterprise_support_operations.py:135
↓ 19 callersFunctionconvert_temporal_fields
Convert string temporal fields to appropriate datetime objects based on Arrow schema. Args: rows: List of row dictionaries with string te
src/s3-tables-mcp-server/awslabs/s3_tables_mcp_server/engines/pyiceberg.py:28
↓ 19 callersFunctioncreate_operation_prompt
Create and register an operation prompt with the server. Args: server: MCP server instance api_name: Name of the API oper
src/openapi-mcp-server/awslabs/openapi_mcp_server/prompts/generators/operation_prompts.py:443
↓ 19 callersMethodcreate_test_file
Helper method to create test GenomicsFile objects.
src/aws-healthomics-mcp-server/tests/test_scoring_engine.py:34
↓ 19 callersFunctionformat_and_validate
Validate LLM-provided content against the component's output schema. Normalize the structure (preprocess) and auto-fill boilerplate.
src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/hitl_schemas.py:969
↓ 19 callersFunctionget_status_guidance
Get guidance message based on connection status. This function returns appropriate guidance messages for users based on the current status of
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/tools/codeconnections.py:57
↓ 19 callersMethodget_translate_client
Get Amazon Translate client. Returns: boto3 Translate client instance Raises: AuthenticationError: If creden
src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/aws_client.py:300
↓ 19 callersFunctionhandle_client_error
Handle boto3 ClientError exceptions. Args: ctx: The MCP context e: The ClientError exception operation: The operation tha
src/aws-support-mcp-server/awslabs/aws_support_mcp_server/errors.py:24
↓ 19 callersFunctioninternal_create_connection
Create or retrieve a cached database connection.
src/mssql-mcp-server/awslabs/mssql_mcp_server/server.py:447
↓ 19 callersFunctionlog_with_request_id
Log a message with the request ID from the context. Args: ctx: The MCP context containing the request ID level: The log level (fr
src/sagemaker-ai-mcp-server/awslabs/sagemaker_ai_mcp_server/logging_helper.py:33
↓ 19 callersMethodmanage_aws_athena_named_queries
Manage saved SQL queries in AWS Athena. This tool provides operations for creating, retrieving, updating, and deleting named queries
src/aws-dataprocessing-mcp-server/awslabs/aws_dataprocessing_mcp_server/handlers/athena/athena_query_handler.py:481
↓ 19 callersMethodmanage_aws_emr_ec2_steps
Manage AWS EMR EC2 steps for processing data on EMR clusters. This tool provides comprehensive operations for managing EMR steps, which are u
src/aws-dataprocessing-mcp-server/awslabs/aws_dataprocessing_mcp_server/handlers/emr/emr_ec2_steps_handler.py:56
↓ 19 callersFunctionnormalize_exception
Normalize exceptions to structured error responses. This function ensures that all exceptions are properly normalized to prevent leaking inte
src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/server.py:271
↓ 19 callersMethodset
Set a database connection in the map.
src/oracle-mcp-server/awslabs/oracle_mcp_server/connection/db_connection_map.py:80
↓ 19 callersMethodupdate_config
Update config for the current region. None values are ignored. Use clear_config_keys() to explicitly remove keys.
src/security-agent-mcp-server/awslabs/security_agent_mcp_server/state.py:103
↓ 19 callersMethodwait
(self, **_kwargs)
src/aws-healthomics-mcp-server/integration/harness_tests/test_iam_provisioning.py:44
↓ 18 callersMethod_client
Get a fresh securityagent boto3 client with custom user-agent.
src/security-agent-mcp-server/awslabs/security_agent_mcp_server/aws_client.py:92
↓ 18 callersMethod_get_all_s3_bucket_paths
Get all S3 bucket paths including configured and validated adhoc buckets. Args: request: Search request containing potential adho
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/search/genomics_search_orchestrator.py:686
↓ 18 callersFunction_parse
(result: dict)
src/aws-transform-mcp-server/tests/test_load_instructions.py:47
↓ 18 callersFunctionadd_documents
Add documents to a Valkey Search index with optional embedding generation. Stores documents as Valkey hashes. When embedding_field and text_field
src/valkey-mcp-server/awslabs/valkey_mcp_server/tools/search_add_documents.py:91
↓ 18 callersFunctionaws_pricing
Mock implementation of aws_pricing for testing.
src/billing-cost-management-mcp-server/tests/tools/test_aws_pricing_tools.py:45
↓ 18 callersMethodcreate
Create one resource and record it in the inventory immediately. Args: resource_type: The category of resource to create.
src/aws-healthomics-mcp-server/integration/deploy/common.py:153
↓ 18 callersMethoddelete
Delete a value from the cache. Args: key: Cache key Returns: bool: True if the key was found and deleted, Fa
src/openapi-mcp-server/awslabs/openapi_mcp_server/auth/auth_cache.py:91
↓ 18 callersFunctiondetect_content_input_type
Detect the type of content input. Detection order: 1. If starts with 's3://' -> S3_URI 2. If path passes security checks and exists on fi
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/content_resolver.py:87
↓ 18 callersMethoddetect_file_type
Detect the genomics file type from a file path. Args: file_path: The file path to analyze Returns: GenomicsF
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/search/file_type_detector.py:104
↓ 18 callersFunctiondiagnose_run_failure
Provides comprehensive diagnostic information for a failed workflow run. This function collects multiple sources of diagnostic information includ
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/tools/troubleshooting.py:84
↓ 18 callersFunctionexecute_command
Execute a command and return the result. This is a utility function that handles the execution of CLI commands. It sets up the proper environ
src/finch-mcp-server/awslabs/finch_mcp_server/utils/common.py:94
↓ 18 callersMethodgenerate_all_files
Generate all Markdown files and manifest. Returns: Tuple of (list of generated file paths, list of errors) Errors are
src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/markdown_formatter.py:420
↓ 18 callersFunctionget_active_resolver
Return the currently active credential resolver. Returns: CredentialResolver: The resolver used to produce ``boto3.Session`` instances.
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/aws_utils.py:323
↓ 18 callersFunctionget_aws_client
Create and return an AWS service client using boto3's default credential chain. Args: service_name: AWS service name (e.g., 'cloudcontrol
src/ccapi-mcp-server/awslabs/ccapi_mcp_server/aws_client.py:27
↓ 18 callersFunctionhandle_gateway_error
Convert an exception into a structured ErrorResponse. Extracts error code, message, and HTTP status from botocore ClientError. Falls back to
src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/gateway/error_handler.py:22
↓ 18 callersFunctionhandle_policy_error
Convert an exception into a structured ErrorResponse. Extracts error code, message, and HTTP status from botocore ClientError. Falls back to
src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/policy/error_handler.py:22
↓ 18 callersFunctioninitiate_pull_through_cache
Initiate a pull-through cache by calling batch_get_image. When an image is not found in a pull-through cache repository, calling batch_get_im
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/ecr_utils.py:430
↓ 18 callersFunctionis_valid_bucket_name
Perform basic validation of S3 bucket name format. Args: bucket_name: Bucket name to validate Returns: True if bucket name a
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/s3_utils.py:71
↓ 18 callersMethodlist_terminologies
List all available terminologies. Args: max_results: Maximum number of terminologies to return (1-500) next_token: To
src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/terminology_manager.py:86
↓ 18 callersMethodmanage_aws_athena_data_catalogs
Manage AWS Athena data catalogs with both read and write operations. This tool provides operations for managing Athena data catalogs, includi
src/aws-dataprocessing-mcp-server/awslabs/aws_dataprocessing_mcp_server/handlers/athena/athena_data_catalog_handler.py:61
↓ 18 callersMethodmanage_aws_glue_resource_policies
r"""Manage AWS Glue Resource Policies for access control. This tool allows you to retrieve, create, update, and delete AWS Glue Resource Poli
src/aws-dataprocessing-mcp-server/awslabs/aws_dataprocessing_mcp_server/handlers/glue/glue_commons_handler.py:689
↓ 18 callersFunctionreview_cluster
Execute a full cluster review. Args: cluster_identifier: The cluster identifier to review. execute_query_func: Async callable mat
src/redshift-mcp-server/awslabs/redshift_mcp_server/review/executor.py:31
↓ 18 callersFunctionsend_message
Send a chat message to the AWS Transform assistant and poll for a response. Polls up to 60s for the assistant's reply. On timeout the result incl
src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/tools/chat/send_message.py:40
↓ 18 callersFunctionsource_db_analyzer
Analyzes source database to extract schema and access patterns for DynamoDB modeling. WHEN TO USE: Call this tool when the user selects "Existing
src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/server.py:332
↓ 18 callersMethodstop_application
Stop an SAP application registered with AWS Systems Manager for SAP. For HANA applications with associated NetWeaver (SAP_ABAP) applications,
src/aws-for-sap-management-mcp-server/awslabs/aws_for_sap_management_mcp_server/ssm_sap_applications/tools.py:517
↓ 18 callersFunctionvalidate_write_path
Validate and resolve a file path before writing a download. Prevents path traversal by stripping directory components from *file_name* via os
src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/file_validation.py:114
↓ 17 callersFunction_compile_wildcard_pattern
Compile wildcard pattern once for reuse. Args: pattern: Wildcard pattern with * for any characters Returns: Compiled regex p
src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/audit_utils.py:888
↓ 17 callersFunction_create_sample_ptc_rule
Create a sample pull-through cache rule response object.
src/aws-healthomics-mcp-server/tests/test_ecr_tools.py:2882
↓ 17 callersMethod_format_as_markdown_table
Format query result data as Markdown table. Args: data: List of row dictionaries Returns: Markdown table str
src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/markdown_formatter.py:55
↓ 17 callersFunction_matches_wildcard_pattern
Check if text matches pre-compiled wildcard pattern. Args: text: Text to test compiled_pattern: Pre-compiled regex pattern from _
src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/audit_utils.py:919
↓ 17 callersFunction_require_confirmation
Raise an error requesting user confirmation for write operations.
src/iam-mcp-server/awslabs/iam_mcp_server/server.py:144
↓ 17 callersFunction_run_logs_insights_query
Async wrapper around the sync Logs Insights poll loop. Wrapping in ``asyncio.to_thread`` keeps the event loop free while the blocking boto3 c
src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/rum_tools.py:398
↓ 17 callersMethodadd
Add a document to the search index. Args: doc: Document to add to the index Note: Extracts and weights diffe
src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/utils/indexer.py:80
↓ 17 callersFunctionaudited_tool
Register an MCP tool with automatic audit logging. Usage: audited_tool(mcp, 'create_job')(self.create_job)
src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/audit.py:51
↓ 17 callersFunctioncreate_mcp_server
Create and configure the FastMCP server (synchronous wrapper). This is a synchronous convenience wrapper that calls :func:`create_mcp_server_
src/openapi-mcp-server/awslabs/openapi_mcp_server/server.py:541
↓ 17 callersMethodcreate_terminology
Create a new custom terminology. Args: name: Terminology name (must be unique) description: Terminology description
src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/terminology_manager.py:179
↓ 17 callersFunctiondetect_readme_input_type
Detect the type of README input. Detection rules (in order): 1. If starts with 's3://' -> S3_URI 2. If path exists and ends with '.md' ->
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/validation_utils.py:45
↓ 17 callersFunctionfetch_task_failures
Task-level diagnostics for ECS task failures. Parameters ---------- cluster_name : str The name of the ECS Cluster time_
src/ecs-mcp-server/awslabs/ecs_mcp_server/api/troubleshooting_tools/fetch_task_failures.py:181
↓ 17 callersFunctionformat_result
Format a result dictionary with status and message. This utility function creates a standardized response format used by all the MCP tools. I
src/finch-mcp-server/awslabs/finch_mcp_server/utils/common.py:161
↓ 17 callersFunctionformat_usage_item_response
Formats a single usage item object from the list_workload_estimate_usage API response. Args: usage_item: Single usage item object from AW
src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/tools/bcm_pricing_calculator_tools.py:742
↓ 17 callersMethodgenerate_health_report
Generate a detailed, downloadable health report for SAP systems managed by SSM for SAP. Produces a comprehensive Markdown-formatted report co
src/aws-for-sap-management-mcp-server/awslabs/aws_for_sap_management_mcp_server/ssm_sap_health/tools.py:2654
↓ 17 callersFunctiongenerate_infrastructure_code
Generate infrastructure code for security scanning before resource creation or update.
src/ccapi-mcp-server/awslabs/ccapi_mcp_server/infrastructure_generator.py:25
↓ 17 callersFunctiongenerate_startup_script
Generate a startup script based on runtime and entry point. This script starts up your web server so that beings listening for requests. Args:
src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/tools/webapps/utils/startup_script_generator.py:49
↓ 17 callersFunctionget_client
Get or create the GLIDE client singleton (thread-safe via asyncio.Lock).
src/valkey-mcp-server/awslabs/valkey_mcp_server/common/connection.py:93
↓ 17 callersFunctionget_enablement_guide
Get enablement guide for AWS Application Signals. Use this tool when the user wants to: - Enable observability, monitoring, or Application Si
src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/enablement_tools.py:28
↓ 17 callersMethodget_query_results
Get the results of a completed CloudTrail Lake query with pagination support. This tool retrieves the results of a previously executed CloudT
src/cloudtrail-mcp-server/awslabs/cloudtrail_mcp_server/tools.py:480
↓ 17 callersFunctionhandle_runtime_error
Convert an exception into a structured ``ErrorResponse``. Args: operation: Friendly name of the API operation that failed. error:
src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/runtime/error_handler.py:22
↓ 17 callersMethodmake_request
Make a SigV4-signed request to the CloudWatch PromQL API. Args: endpoint: API endpoint path (e.g., 'query', 'query_range', 'label
src/cloudwatch-mcp-server/awslabs/cloudwatch_mcp_server/cloudwatch_metrics/promql_client.py:43
↓ 17 callersMethodmock_aws_clients
Create a mock for boto3.client that returns specified clients.
src/ecs-mcp-server/tests/unit/troubleshooting_tools/test_fetch_task_failures.py:37
↓ 17 callersMethodopen
Open the connection pool asynchronously. Args: wait: Whether to wait for connections to be established timeout: Timeo
src/postgres-mcp-server/tests/conftest.py:314
↓ 17 callersFunctionpaginate_all
Auto-paginate a FES list call, collecting all items. Args: operation: FES operation name. body: Request body (not mutated).
src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/transform_api_client.py:248
↓ 17 callersFunctionrecommend_indexes_loggroup
Recommend field indexes for a specific CloudWatch log group. Analyzes the last 30 days of completed Logs Insights queries (CWLI, SQL, PPL), i
src/cloudwatch-mcp-server/awslabs/cloudwatch_mcp_server/cloudwatch_logs/index_recommender.py:358
↓ 17 callersFunctionrequest_consent
Request explicit user consent before executing a mutating operation. Raises ValueError if the user rejects or the client doesn't support elicitat
src/aws-for-sap-management-mcp-server/awslabs/aws_for_sap_management_mcp_server/common.py:49
↓ 17 callersFunctionrun_query
Run a SQL query against Oracle Database.
src/oracle-mcp-server/awslabs/oracle_mcp_server/server.py:102
↓ 17 callersFunctionsearch_table_impl
The implementation of the search_table tool.
src/aws-documentation-mcp-server/awslabs/aws_documentation_mcp_server/server_utils.py:245
↓ 17 callersMethodstart_browser_session
Start a cloud browser session via Amazon Bedrock AgentCore. Creates an isolated browser session running in a Firecracker microVM. Ret
src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/browser/session.py:75
↓ 17 callersMethodstart_diff_scan
Run a diff scan — analyzes only changed code with full repo context. Uploads the committed state at base_ref as the baseline source, and the
src/security-agent-mcp-server/awslabs/security_agent_mcp_server/scanner.py:235
↓ 17 callersFunctionstart_run
Start a workflow run. Args: ctx: MCP context for error reporting workflow_id: ID of the workflow to run role_arn: ARN of
src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/tools/workflow_execution.py:125
↓ 17 callersMethodstrftime
(self, fmt)
src/aws-for-sap-management-mcp-server/tests/test_common.py:64
↓ 16 callersMethod_calculate_seasonal_strength
Calculate seasonal strength and extract deseasonalized data for trend. Returns: Tuple of (strength, deseasonalized_values) where
src/cloudwatch-mcp-server/awslabs/cloudwatch_mcp_server/cloudwatch_metrics/metric_data_decomposer.py:135
↓ 16 callersFunction_filter_instrumented_services
Filter out uninstrumented and aws native services. Args: all_services: List of service summaries from list_services API Returns:
src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/audit_utils.py:239
↓ 16 callersFunction_find_ref
Extract the element ref for a given role and name from snapshot text. Args: snapshot_text: Accessibility tree text from browser_snapshot.
src/amazon-bedrock-agentcore-mcp-server/tests/browser/test_integ_browser_session.py:169
← previousnext →301–400 of 30,950, ranked by callers