DevelopersMCPTools
1 min read
Connections Remove
Remove an active connection by tag.
What It Does
connections_remove unilaterally disconnects from an active connection identified by the connected andee's &tag.
Thanks for your feedback!
Destructive and silent
Both sides lose connection-only visibility. Reconnecting requires a new connections_request, and
no push notification is sent to the removed andee.
When To Use It
Use this only when the user explicitly asks to disconnect, unfriend, remove, or cut ties with an active connection.
Thanks for your feedback!
Required Scope
| Scope | Purpose |
|---|---|
connections:write | Mutate the connection lifecycle. |
Inputs
| Input | Required | Description |
|---|---|---|
tag | Yes | &tag of the active connection to remove. |
Try Saying
- "Ask And to remove &jane from my connections."
- "Ask And to disconnect me from Sam."
- "Ask And to unfriend Aaron."
Thanks for your feedback!
Thanks for your feedback!
Thanks for your feedback!
Invocation Example
{
"tag": "jane"
}Notes
- The tool returns a no-match message if the caller is not actively connected to the tag.
- Confirm destructive intent before calling this tool.
Thanks for your feedback!
Thanks for your feedback!