Skip to main content
Glama

Attio MCP Server

by kesslerio

discover-attributes

Find available attributes for Attio CRM resources including companies, people, lists, records, and tasks to understand data structure and available fields.

Instructions

Discover available attributes for any resource type

Input Schema

NameRequiredDescriptionDefault
categoriesNoAttribute categories
resource_typeYesType of resource to operate on (companies, people, lists, records, tasks)

Input Schema (JSON Schema)

{ "properties": { "categories": { "description": "Attribute categories", "items": { "type": "string" }, "type": "array" }, "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