Search people
search_peopleSearch public Foundaree profiles by free-text query and/or structured filters; give at least one. Free-text matches name, headline, bio, location, skills, experiences and projects. Structured filters: location (substring), area (neighbourhood substring), workType (exact: local_service = blue-collar, hands-on work; professional = white-collar work), category (comma-separated trades/professions, OR semantics), availability (exact: available, open_to_offers, not_looking, unspecified), skills (comma-separated, AND semantics), lookingFor (comma-separated, AND semantics). Only the first 100 results can be paged through (offset + limit ≤ 100); add filters to narrow the search. Returns JSON with a results array of structured people summaries. Results never include phone numbers or emails: use get_person for one profile's public contact details. Each answer has two views: the text content is the JSON described above, and the structured content is a profile-card list (people, total, query). In apps that support MCP Apps (ChatGPT, Claude) the cards render as Foundaree profile cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Optional neighbourhood filter within the city (case-insensitive substring), e.g. "Kakkanad" | |
| limit | No | Maximum number of results. Defaults to 20. | |
| query | No | Optional free-text search query, e.g. "postgres engineer" or "technical co-founder" | |
| offset | No | Pagination offset. Defaults to 0. Paging stops after the first 100 results. | |
| skills | No | Optional comma-separated skills filter (AND semantics), e.g. "AI,ML" or "React,TypeScript" | |
| category | No | Optional comma-separated trade/profession filter (OR semantics), e.g. "electrician" or "electrician,carpenter" | |
| location | No | Optional location filter (case-insensitive substring), e.g. "Bangalore" or "San Francisco" | |
| workType | No | Optional audience filter: local_service = blue-collar jobs, hands-on work (electricians, carpenters, drivers, cleaners, carers...); professional = white-collar jobs, office and professional work (developers, designers, accountants...) | |
| lookingFor | No | Optional comma-separated looking-for filter (AND semantics), e.g. "cofounder" or "job,freelance" | |
| availability | No | Optional availability filter (exact match) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| total | Yes | ||
| people | Yes |