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
| Scope | Purpose |
|---|---|
connections:write | Mutate the connection lifecycle. |
Inputs
| Input | Required | Description |
|---|---|---|
tag | Yes | Recipient andee's &tag. Must be non-empty. |
note | No | Optional message attached to the request, max 280 characters. |
Try Saying
- "Ask And to connect me with &jane."
- "Ask And to send Sam a connection request with a note."
- "Ask And to invite the Aaron we found in Kansas City."
Thanks for your feedback!
Thanks for your feedback!
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.
- The server can reject requests when email verification, blocking, or rate limits apply.
Thanks for your feedback!
Thanks for your feedback!