Skip to main content
Glama

Attio MCP Server

by kesslerio

create-note

Create and attach notes to records in Attio CRM for companies, people, deals, tasks, and other resource types to document important information and updates.

Instructions

Create a note for any record type (companies, people, deals)

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the note
record_idYesID of the record to attach the note to
resource_typeYesTarget resource type
titleYesTitle of the note

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the note", "type": "string" }, "record_id": { "description": "ID of the record to attach the note to", "type": "string" }, "resource_type": { "description": "Target resource type", "enum": [ "companies", "people", "lists", "records", "tasks", "deals", "notes" ], "type": "string" }, "title": { "description": "Title of the note", "type": "string" } }, "required": [ "resource_type", "record_id", "title", "content" ], "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