Skip to main content
Glama
index.ts700 B
/** * Deal module - Central export point * Re-exports all deal-related functionality from modular files */ // Note operations export { getDealNotes, createDealNote } from './notes.js'; // Relationship-based queries export { searchDealsByCompany, searchDealsByPerson } from './relationships.js'; // Search operations export { advancedSearchDeals } from './search.js'; // Export attribute operations and field validation export { isStandardDealField, getStandardDealFields, isCustomDealField, getDealFields, getDealBasicInfo, getDealSalesInfo, getDealRelationshipInfo, getDealMetadataInfo, validateAndCategorizeDealFields, getDealWithFieldAnalysis, } 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