Skip to main content
Glama

Attio MCP Server

by kesslerio

batch-operations

Perform bulk create, update, delete, get, and search operations on Attio CRM resources including companies, people, lists, records, and tasks in a single batch request.

Instructions

Perform bulk operations (create, update, delete, get, search)

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return
offsetNoNumber of results to skip for pagination
operation_typeNoBatch operation type (legacy format)
operationsNoArray of operations to perform
record_idsNoRecord IDs for delete/get (legacy format)
recordsNoRecord data for create/update (legacy format)
resource_typeYesType of resource to operate on (companies, people, lists, records, tasks)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Maximum number of results to return", "maximum": 100, "minimum": 1, "type": "number" }, "offset": { "default": 0, "description": "Number of results to skip for pagination", "minimum": 0, "type": "number" }, "operation_type": { "description": "Batch operation type (legacy format)", "enum": [ "create", "update", "delete", "search", "get" ], "type": "string" }, "operations": { "description": "Array of operations to perform", "items": { "additionalProperties": false, "properties": { "operation": { "description": "Operation type for this specific operation", "enum": [ "create", "update", "delete" ], "type": "string" }, "record_data": { "additionalProperties": true, "description": "Record data for the operation", "type": "object" } }, "required": [ "operation", "record_data" ], "type": "object" }, "type": "array" }, "record_ids": { "description": "Record IDs for delete/get (legacy format)", "items": { "type": "string" }, "type": "array" }, "records": { "description": "Record data for create/update (legacy format)", "items": { "additionalProperties": true, "type": "object" }, "type": "array" }, "resource_type": { "description": "Type of resource to operate on (companies, people, lists, records, tasks)", "enum": [ "companies", "people", "lists", "records", "tasks", "deals", "notes" ], "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