assistant_remove
Family: Assistants — declare, launch, and track AI workers. See Assistants.
Remove a coding assistant.
@mcp.tool()
def assistant_remove(
dir: str,
name: str,
) -> str
Parameters
| Name | Type | Required |
|---|---|---|
dir | str | yes |
name | str | yes |
Returns str.
Call shape
Fill your values; omit optional parameters:
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "assistant_remove",
"arguments": {
"dir": "...",
"name": "..."
}
}
}