& logoagentkitdocs
DevelopersMCPTools

1 min read

Connections Request

Send a connection request to another andee by tag.

What It Does

connections_request sends a connection request from the caller to another andee by &tag.

Thanks for your feedback!

Sends a push notification

The recipient receives a push notification in the & app.

When To Use It

Use this when the user explicitly asks to connect with someone. Resolve names to exact tags first with connections_read for active connections or find_andees for non-connections.

Thanks for your feedback!

Required Scope

ScopePurpose
connections:writeMutate the connection lifecycle.

Inputs

InputRequiredDescription
tagYesRecipient andee's &tag. Must be non-empty.
noteNoOptional message attached to the request, max 280 characters.

Try Saying

  • "Ask And to connect me with &jane."
  • Thanks for your feedback!

  • "Ask And to send Sam a connection request with a note."
  • Thanks for your feedback!

  • "Ask And to invite the Aaron we found in Kansas City."
  • Thanks for your feedback!

Invocation Example

{
  "tag": "jane",
  "note": "Met at the JS meetup last week and would love to stay in touch."
}

Notes

  • The tool is not idempotent; do not auto-retry duplicate requests.
  • Thanks for your feedback!

  • The server can reject requests when email verification, blocking, or rate limits apply.
  • Thanks for your feedback!

On this page