DevelopersMCPTools
1 min read
Connections Accept
Accept a pending incoming connection request.
What It Does
connections_accept accepts a pending incoming connection request identified by the requester's &tag.
Thanks for your feedback!
Sends a push notification
The original requester receives a push notification in the & app.
When To Use It
Use this when the user explicitly asks to accept or add someone who has an incoming pending request.
Thanks for your feedback!
Required Scope
| Scope | Purpose |
|---|---|
connections:write | Mutate the connection lifecycle. |
Inputs
| Input | Required | Description |
|---|---|---|
tag | Yes | Requester's &tag. They must have an incoming pending request. |
Try Saying
- "Ask And to accept Jane's request."
- "Ask And to add &aaron.s."
- "Ask And to accept the pending request from Sam."
Thanks for your feedback!
Thanks for your feedback!
Thanks for your feedback!
Invocation Example
{
"tag": "aaron.s"
}Notes
- Pair with
connections_pendingbefore accepting if the user gave a name instead of an exact tag. - If no incoming request matches, the tool returns a no-match message.
Thanks for your feedback!
Thanks for your feedback!