Skip to main content
Glama

Attio MCP Server

by kesslerio

filter-list-entries-by-parent-id

Filter CRM list entries to find all lists containing a specific company or person by their parent record ID, enabling targeted data retrieval from your Attio database.

Instructions

Filter CRM list entries by parent record ID (find all lists containing a specific company or person)

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of entries to fetch (default: 20)
listIdYesID of the list to filter entries from
offsetNoNumber of entries to skip for pagination (default: 0)
recordIdYesID of the parent record to filter by

Input Schema (JSON Schema)

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