Skip to main content
Glama

Attio MCP Server

by kesslerio

add-record-to-list

Add companies or people to CRM lists like sales pipelines and lead lists to organize customer data and track business relationships.

Instructions

Add a company or person to a CRM list (sales pipeline, lead list, etc.)

Input Schema

NameRequiredDescriptionDefault
initialValuesNoInitial values for the list entry (e.g., {"stage": "Prospect"})
listIdYesID of the list to add the record to
objectTypeYesType of record (e.g., "companies", "people")
recordIdYesID of the record to add to the list

Input Schema (JSON Schema)

{ "properties": { "initialValues": { "description": "Initial values for the list entry (e.g., {\"stage\": \"Prospect\"})", "type": "object" }, "listId": { "description": "ID of the list to add the record to", "type": "string" }, "objectType": { "description": "Type of record (e.g., \"companies\", \"people\")", "enum": [ "companies", "people" ], "type": "string" }, "recordId": { "description": "ID of the record to add to the list", "type": "string" } }, "required": [ "listId", "recordId", "objectType" ], "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