Skip to main content
Glama

Attio MCP Server

by kesslerio

get-detailed-info

Retrieve comprehensive details for Attio CRM records including contacts, companies, lists, tasks, deals, and notes using specific record identifiers.

Instructions

Get specific types of detailed information (contact, business, social)

Input Schema

NameRequiredDescriptionDefault
record_idYesUnique identifier of the record
resource_typeYesType of resource

Input Schema (JSON Schema)

{ "properties": { "record_id": { "description": "Unique identifier of the record", "type": "string" }, "resource_type": { "description": "Type of resource", "enum": [ "companies", "people", "lists", "records", "tasks", "deals", "notes" ], "type": "string" } }, "required": [ "resource_type", "record_id" ], "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