Appearance
Attio
Attio CRM — query people, companies, deals, lists, notes and tasks, and log notes onto records
Connect with: API key · Type: attio · Tools: 11
| Tool | What it does | |
|---|---|---|
attio_create_note | write | Create a note on a record (e.g. |
attio_get_attributes | read | List the attributes (fields) defined on an object or a list, with their slugs and types. |
attio_get_note | read | Get a single note by id with its full, untruncated body (markdown when available, plaintext otherwise) plus title, parent record, timestamp and tags. |
attio_get_record | read | Get 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_lists | read | List the workspace's lists (curated subsets of records used for pipelines/workflows, e.g. |
attio_list_notes | read | List the notes attached to a record (newest first). |
attio_list_objects | read | List the workspace's objects (people, companies, deals, custom objects) with their api_slug ids. |
attio_list_tasks | read | List CRM tasks, optionally filtered to a linked record (pass linkedObject + linkedRecordId), an assignee (workspace member id or email), and/or completion state. |
attio_query_entries | read | Query the entries of a list with optional filter/sorts. |
attio_query_records | read | Query records of one object (people, companies, deals, …) with optional filter/sorts. |
attio_search_records | read | Full-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.