synonym_remove
Removes one alias from a term, or removes the entire term and all its aliases.
Input schema
{
"type": "object",
"required": ["term"],
"properties": {
"term": {
"type": "string",
"description": "The canonical term."
},
"alias": {
"type": "string",
"description": "The specific alias to remove. Omit to remove the entire term and all its aliases."
},
"repo": { "type": "string" }
}
}
Output
Remove a specific alias:
removed: payment → charge
Remove the entire term:
removed all aliases for: payment