& logoagentkitdocs
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

ScopePurpose
connections:writeMutate the connection lifecycle.

Inputs

InputRequiredDescription
tagYesRequester's &tag. They must have an incoming pending request.

Try Saying

  • "Ask And to accept Jane's request."
  • Thanks for your feedback!

  • "Ask And to add &aaron.s."
  • Thanks for your feedback!

  • "Ask And to accept the pending request from Sam."
  • Thanks for your feedback!

Invocation Example

{
  "tag": "aaron.s"
}

Notes

  • Pair with connections_pending before accepting if the user gave a name instead of an exact tag.
  • Thanks for your feedback!

  • If no incoming request matches, the tool returns a no-match message.
  • Thanks for your feedback!

On this page