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

ScopePurpose
signals:askMatch candidates against public identity signals.

Inputs

InputRequiredDescription
nameYesSingle-token or full name, 1-120 characters. Multi-token names are split and each token must match a name field.
constraintsNoFree-form public-info filters. Max 5 constraints, each 1-60 characters.

Try Saying

  • "Ask And to find Aaron in Kansas City."
  • Thanks for your feedback!

  • "Ask And to find Dan Carroll."
  • Thanks for your feedback!

  • "Ask And to find the Jane who works in design."
  • 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.
  • Thanks for your feedback!

  • If multiple candidates match, the tool returns a disambiguation prompt.
  • Thanks for your feedback!

  • If one candidate matches, use the returned &tag in the next tool call.
  • Thanks for your feedback!

On this page