Skip to main content
Glama

Attio MCP Server

by kesslerio

search-records

Search across companies, people, records, tasks, deals, notes and lists in Attio CRM using queries, filters, date ranges and sorting options to find specific information.

Instructions

Universal search across all resource types (companies, people, records, tasks)

Input Schema

NameRequiredDescriptionDefault
created_afterNoFilter records created after this date (ISO 8601)
created_beforeNoFilter records created before this date (ISO 8601)
date_fieldNoWhich date field to filter oncreated_at
date_fromNoStart date for filtering (ISO 8601 format)
date_toNoEnd date for filtering (ISO 8601 format)
fieldsNoFields to search (content)
filtersNoAdvanced filter conditions
limitNoMaximum number of results to return
match_typeNoString matching
offsetNoNumber of results to skip for pagination
queryNoSearch query string
resource_typeYesType of resource to operate on (companies, people, lists, records, tasks)
search_typeNoType of search
sortNoSort order
timeframeNoRelative timeframe filter
updated_afterNoFilter records updated after this date (ISO 8601)
updated_beforeNoFilter records updated before this date (ISO 8601)

Input Schema (JSON Schema)

{ "properties": { "created_after": { "description": "Filter records created after this date (ISO 8601)", "format": "date-time", "type": "string" }, "created_before": { "description": "Filter records created before this date (ISO 8601)", "format": "date-time", "type": "string" }, "date_field": { "default": "created_at", "description": "Which date field to filter on", "enum": [ "created_at", "updated_at" ], "type": "string" }, "date_from": { "description": "Start date for filtering (ISO 8601 format)", "format": "date-time", "type": "string" }, "date_to": { "description": "End date for filtering (ISO 8601 format)", "format": "date-time", "type": "string" }, "fields": { "description": "Fields to search (content)", "items": { "type": "string" }, "type": "array" }, "filters": { "additionalProperties": true, "description": "Advanced filter conditions", "type": "object" }, "limit": { "default": 10, "description": "Maximum number of results to return", "maximum": 100, "minimum": 1, "type": "number" }, "match_type": { "description": "String matching", "enum": [ "exact", "partial", "fuzzy" ], "type": "string" }, "offset": { "default": 0, "description": "Number of results to skip for pagination", "minimum": 0, "type": "number" }, "query": { "description": "Search query string", "type": "string" }, "resource_type": { "description": "Type of resource to operate on (companies, people, lists, records, tasks)", "enum": [ "companies", "people", "lists", "records", "tasks", "deals", "notes" ], "type": "string" }, "search_type": { "description": "Type of search", "enum": [ "basic", "content", "timeframe" ], "type": "string" }, "sort": { "description": "Sort order", "enum": [ "relevance", "created", "modified", "name" ], "type": "string" }, "timeframe": { "description": "Relative timeframe filter", "enum": [ "today", "yesterday", "this_week", "last_week", "this_month", "last_month", "last_7_days", "last_30_days", "last_90_days" ], "type": "string" }, "updated_after": { "description": "Filter records updated after this date (ISO 8601)", "format": "date-time", "type": "string" }, "updated_before": { "description": "Filter records updated before this date (ISO 8601)", "format": "date-time", "type": "string" } }, "required": [ "resource_type" ], "type": "object" }

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