Skip to main content
Glama

Attio MCP Server

by kesslerio

list-notes

Retrieve notes for any CRM record type including companies, people, deals, or tasks by specifying the record ID and resource type.

Instructions

Get notes for any record type (companies, people, deals)

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return
offsetNoNumber of results to skip for pagination
parent_record_idNoAlias for record_id (backward compatibility)
record_idNoRecord ID to list notes for
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" }, "parent_record_id": { "description": "Alias for record_id (backward compatibility)", "type": "string" }, "record_id": { "description": "Record ID to list notes for", "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" ], "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