datarobot_genai.drmcp.core.dynamic_tools.register
register
register_external_tool
async
Create and register a generic HTTP tool in the MCP server.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
config
|
ExternalToolRegistrationConfig
|
ExternalToolRegistrationConfig object containing all tool parameters. |
required |
**kwargs
|
Any
|
Additional keyword arguments to pass to tools registration. |
{}
|
Returns
The registered Tool instance with full MCP integration.