Skip to main content
Glama
index.ts1.36 kB
/** * People module - Central export point * Maintains backward compatibility while organizing people operations into focused modules */ // Export all types export * from './types.js'; // Export basic CRUD operations export { createPerson, updatePerson, updatePersonAttribute, deletePerson, getPersonDetails, listPeople, } from './basic.js'; // Export search functionality export { searchPeople, searchPeopleByQuery, searchPeopleByEmail, searchPeopleByPhone, getPersonByEmail, advancedSearchPeople, searchPeopleByCreationDate, searchPeopleByModificationDate, searchPeopleByLastInteraction, searchPeopleByActivity, } from './search.js'; // Export relationship queries export { searchPeopleByCompany, searchPeopleByCompanyList, searchPeopleByNotes, } from './relationships.js'; // Export batch operations export { batchSearchPeople, batchGetPeopleDetails } from './batch.js'; // Export note operations export { getPersonNotes, createPersonNote } from './notes.js'; // Export attribute operations and field validation export { isStandardPersonField, getStandardPersonFields, isCustomPersonField, getPersonFields, getPersonBasicInfo, getPersonContactInfo, getPersonProfessionalInfo, getPersonSocialInfo, validateAndCategorizePersonFields, getPersonWithFieldAnalysis, } from './attributes.js';

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/kesslerio/attio-mcp-server'

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