DevelopersMCPTools
2 min read
Find Andees
Find a non-connected andee by name plus public-info constraints.
What It Does
find_andees resolves a non-connected andee to an &tag using their name and optional public-info constraints. Constraints are matched only against public signals.
Thanks for your feedback!
When To Use It
Use this before connections_request or ask_question when the user mentions someone they are not already connected to and you need an exact &tag.
Thanks for your feedback!
Required Scope
| Scope | Purpose |
|---|---|
signals:ask | Match candidates against public identity signals. |
Inputs
| Input | Required | Description |
|---|---|---|
name | Yes | Single-token or full name, 1-120 characters. Multi-token names are split and each token must match a name field. |
constraints | No | Free-form public-info filters. Max 5 constraints, each 1-60 characters. |
Try Saying
- "Ask And to find Aaron in Kansas City."
- "Ask And to find Dan Carroll."
- "Ask And to find the Jane who works in design."
Thanks for your feedback!
Thanks for your feedback!
Thanks for your feedback!
Invocation Example
{
"name": "Aaron",
"constraints": ["Kansas City"]
}Notes
- A bare name search across the whole platform can be ambiguous, so constraints are useful.
- If multiple candidates match, the tool returns a disambiguation prompt.
- If one candidate matches, use the returned
&tagin the next tool call.
Thanks for your feedback!
Thanks for your feedback!
Thanks for your feedback!