Skip to main content
Glama

Attio MCP Server

by kesslerio

get-list-entries

Retrieve CRM list entries such as companies and people from sales pipelines. Fetch specific records with pagination support to manage large datasets effectively.

Instructions

Get entries for a specific CRM list (companies, people, etc. in sales pipelines)

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of entries to fetch (default: 20)
listIdYesID of the list to get entries for
offsetNoNumber of entries to skip for pagination (default: 0)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of entries to fetch (default: 20)", "type": "number" }, "listId": { "description": "ID of the list to get entries for", "type": "string" }, "offset": { "description": "Number of entries to skip for pagination (default: 0)", "type": "number" } }, "required": [ "listId" ], "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