proxy_tool
Invoke any tool on an MCP server using current environment variables, enabling context switching between multiple AWS accounts or Kubernetes clusters.
Instructions
Call a tool on the current context's MCP server.
This forwards the tool call to the underlying MCP server (EKS, ECS, CloudWatch, etc.) with the current context's environment variables.
Args: tool_name: Name of the tool to call on the proxied server arguments: Arguments to pass to the tool
Returns: Result from the proxied tool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| tool_name | Yes |