DevelopersMCPTools
1 min read
Connections Read
List the authenticated andee's active connections.
What It Does
connections_read lists active connections for the authenticated andee. It returns names, tags, photo URLs, and connection timestamps, but no signal content.
Thanks for your feedback!
When To Use It
Use this when the user asks who they are connected to, when a named person needs to be resolved to an &tag, or before referencing another andee as a connection.
Thanks for your feedback!
Required Scope
| Scope | Purpose |
|---|---|
connections:read | Read active connections. |
Inputs
| Input | Required | Description |
|---|---|---|
limit | No | Maximum number of active connections to return, 1-100. |
Try Saying
- "Ask And who I'm connected to."
- "Ask And to check whether Jane is one of my connections."
- "Ask And to list my first 10 connections."
Thanks for your feedback!
Thanks for your feedback!
Thanks for your feedback!
Invocation Example
{
"limit": 10
}Notes
- If multiple connections match a name, ask the user to disambiguate.
- If no connection matches, do not infer from public web data that they are connected.
Thanks for your feedback!
Thanks for your feedback!