Automate Attio CRM queries, record management, and relationship data navigation in natural language.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "Attio Automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/attio-automation/SKILL.md 2. Save it as ~/.claude/skills/attio-automation/SKILL.md 3. Reload skills and tell me it's ready
Manage your Attio CRM workspace -- fuzzy search across people and companies, run complex filtered queries, browse notes, discover object schemas, and list records -- all through natural language commands.
Toolkit docs: composio.dev/toolkits/attio
https://rube.app/mcp
Search for people, companies, deals, or any object by name, domain, email, phone, or social handle.
Tool: ATTIO_SEARCH_RECORDS
Example prompt:
"Search Attio for anyone named Alan Mathis"
Key parameters (all required):
query -- Search string (max 256 characters). Empty string returns default results.objects -- Array of object slugs to search (e.g., ["people"], ["people", "companies"], ["deals"])request_as -- Context: use {"type": "workspace"} for full workspace search, or specify a workspace memberQuery records with server-side filtering, sorting, and complex conditions -- far more powerful than fuzzy search.
Tool: ATTIO_QUERY_RECORDS
Example prompt:
"Find all companies in Attio created after January 2025 sorted by name"
Key parameters:
object (required) -- Object slug or UUID (e.g., "people", "companies", "deals")filter -- Attio filter object with operators like $eq, $contains, $gte, $and, $orsorts -- Array of sort specifications with direction ("asc"/"desc") and attributelimit -- Max records to return (up to 500)offset -- Pagination offsetFilter examples:
{"name": {"first_name": {"$contains": "John"}}}
{"email_addresses": {"$contains": "@example.com"}}
{"created_at": {"$gte": "2025-01-01T00:00:00.000Z"}}
Look up a specific record by its unique ID or search by unique attribute values.
Tool: ATTIO_FIND_RECORD
Example prompt:
"Find the Attio company with domain example.com"
Key parameters:
object_id (required) -- Object type slug: "people", "companies", "deals", "users", "workspaces"record_id -- Direct lookup by UUID (optional)attributes -- Dictionary of attribute filters (e.g., {"email_addresses": "[email protected]"})limit -- Max records (up to 1000)offset -- Pagination offsetList notes across the workspace or filter by specific parent objects and records.
Tool: ATTIO_LIST_NOTES
Example prompt:
"Show the last 10 notes on the Acme Corp company record in Attio"
Key parameters:
parent_object -- Object slug (e.g., "people", "companies", "deals") -- requires parent_record_idparent_record_id -- UUID of the parent record -- requires parent_objectlimit -- Max notes to return (1-50, default 10)offset -- Number of results to skipUnderstand your workspace structure by listing objects and their attribute definitions.
Tools: ATTIO_GET_OBJECT, ATTIO_LIST_ATTRIBUTES
Example prompt:
"What attributes does the companies object have in Attio?"
Key parameters for Get Object:
object_id -- Object slug or UUIDKey parameters for List Attributes:
target -- "objects" or "lists"identifier -- Object or list ID/slugRetrieve records from a specific object type with simple pagination, returned in creation order.
Tool: ATTIO_LIST_RECORDS
Example prompt:
"List the first 100 people records in Attio"
Key parameters:
…
Automate Insighto AI tasks through Rube MCP after checking current tool schemas.
Automate Gagelist tasks and check current tool schemas through Rube MCP.
Automate Leiga project and task workflows through Rube MCP.
Automate Foursquare tasks via Rube MCP with schema-aware tool discovery first.
Automate Identitycheck verification workflows and actions through Rube MCP tools.
Automate Bench workflows through Rube MCP using up-to-date tool schemas.
Manage Attio CRM contacts, companies, tasks, and notes using natural language.
Automate noCRM.io lead and sales workflow tasks with up-to-date tool schemas.
Automate Kommo CRM leads, pipelines, tasks, and fields with natural language.
Automate Atlassian tasks and workflows through Rube MCP integrations.
Automate Capsule CRM contacts, tasks, projects, and organizations with natural language.
Query company, contact, and pipeline CRM records through natural language.