Skip to main content
Glama

Attio MCP Server

by kesslerio

delete-record

Remove specific records from your Attio CRM system, including companies, people, lists, tasks, deals, and notes by providing the record ID and resource type.

Instructions

Delete a record of any supported type

Input Schema

NameRequiredDescriptionDefault
record_idYesRecord ID to delete
resource_typeYesType of resource to operate on (companies, people, lists, records, tasks)

Input Schema (JSON Schema)

{ "properties": { "record_id": { "description": "Record ID to delete", "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" } }, "required": [ "resource_type", "record_id" ], "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