call_gateway_tool
Call any tool from enabled Docker MCP servers via a central gateway. Provide tool name and arguments to get execution results.
Instructions
Call a tool from enabled Docker MCP servers
Args: tool_name: Name of the tool to call (e.g., 'create_issue', 'search_repositories') arguments: Dictionary of arguments to pass to the tool
Returns: Dictionary with tool execution result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | Yes | ||
| tool_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||