| Name | Type | Description |
|---|---|---|
*args | unknown | Default: ()Positional arguments for the tool |
**kwargs | unknown | Default: {}Keyword arguments for the tool |
Execute the MCP tool with LangChain compatibility.
Note:
This method raises an error because MCP tools are async-only. Use ainvoke() instead for proper async execution.