Skip to main content
Glama

Attio MCP Server

by kesslerio

remove-record-from-list

Remove companies or people from CRM lists such as sales pipelines and lead lists by specifying the list and entry IDs.

Instructions

Remove a company or person from a CRM list (sales pipeline, lead list, etc.)

Input Schema

NameRequiredDescriptionDefault
entryIdYesID of the list entry to remove
listIdYesID of the list to remove the record from

Input Schema (JSON Schema)

{ "properties": { "entryId": { "description": "ID of the list entry to remove", "type": "string" }, "listId": { "description": "ID of the list to remove the record from", "type": "string" } }, "required": [ "listId", "entryId" ], "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