Skip to content

Attio

Attio CRM — query people, companies, deals, lists, notes and tasks, and log notes onto records

Connect with: API key · Type: attio · Tools: 11

ToolWhat it does
attio_create_notewriteCreate a note on a record (e.g.
attio_get_attributesreadList the attributes (fields) defined on an object or a list, with their slugs and types.
attio_get_notereadGet a single note by id with its full, untruncated body (markdown when available, plaintext otherwise) plus title, parent record, timestamp and tags.
attio_get_recordreadGet a single record by object slug and record id, with its attribute values flattened to current values (record references come back as { target_object, target_
attio_list_listsreadList the workspace's lists (curated subsets of records used for pipelines/workflows, e.g.
attio_list_notesreadList the notes attached to a record (newest first).
attio_list_objectsreadList the workspace's objects (people, companies, deals, custom objects) with their api_slug ids.
attio_list_tasksreadList CRM tasks, optionally filtered to a linked record (pass linkedObject + linkedRecordId), an assignee (workspace member id or email), and/or completion state.
attio_query_entriesreadQuery the entries of a list with optional filter/sorts.
attio_query_recordsreadQuery records of one object (people, companies, deals, …) with optional filter/sorts.
attio_search_recordsreadFull-text search records across one or more objects (beta endpoint: max 25 results, eventually consistent — new records can lag).

Tool names are suffixed with the connection they run against when you have more than one — attio_create_note@production. With a single connection the bare name works.

Docs as of 2026-08-31.