Skip to main content
Glama

search_people

Find and filter people in Attio CRM by name, email, company, tags, or creation date to retrieve contact details and relationships.

Instructions

Search for people in Attio CRM. Supports filtering by text (name or email), company, tags, and date ranges. Supports sorting by various fields. All filters are optional. Returns person details including name, email addresses, description, LinkedIn URL, tags, web_url, and created_at.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoText search in person name or email (e.g., "john", "smith", "john@acme.com"). Case-insensitive partial matching.
company_idNoFilter by company record_id (from search_companies or get_company). Returns people associated with this company.
tagsNoFilter people containing ANY of these tags (OR logic within tags). Example: ["VIP", "Investor"] matches people with VIP OR Investor tags.
tags_excludeNoFilter people NOT containing ANY of these tags (NOR logic within tags). Example: ["Inactive", "Archived"] excludes people with Inactive OR Archived tags.
created_afterNoFilter by creation date - only records created after this date (ISO 8601 format, e.g., "2024-01-01" or "2024-01-01T00:00:00Z").
created_beforeNoFilter by creation date - only records created before this date (ISO 8601 format, e.g., "2024-12-31" or "2024-12-31T23:59:59Z").
sort_byNoField to sort results by. Options: "created_at", "name".
sort_directionNoSort direction. Options: "asc" (ascending), "desc" (descending). Default: "desc".desc
limitNoMaximum number of results to return (default: 50, max: 500)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mlemos/attio-simple-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server