datarobot_genai.drmcp.core.dynamic_tools.deployment.controllers
controllers
register_tool_for_deployment_id
async
Register a tool for a specific deployment ID.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
deployment_id
|
str
|
The ID of the DataRobot deployment to register as a tool. |
required |
Raises
DynamicToolRegistrationError: If registration fails at any step.
Returns
The registered Tool instance.
Source code in datarobot_genai/drmcp/core/dynamic_tools/deployment/controllers.py
get_registered_tool_deployments
async
Get the tool registered for the deployment in the MCP instance.
delete_registered_tool_deployment
async
Delete the tool registered for the deployment in the MCP instance.