Skip to main content
Glama

Attio MCP Server

by kesslerio

filter-list-entries

Filter CRM list entries by specific attributes like stage or status using conditions such as equals, contains, or greater than to find targeted records.

Instructions

Filter entries in a CRM list by a specific attribute (e.g., stage, status)

Input Schema

NameRequiredDescriptionDefault
attributeSlugYesSlug of the attribute to filter by (e.g., 'stage', 'status')
conditionYesFilter condition (e.g., 'equals', 'contains', 'greater_than')
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)
valueYesValue to filter by (type depends on the attribute)

Input Schema (JSON Schema)

{ "properties": { "attributeSlug": { "description": "Slug of the attribute to filter by (e.g., 'stage', 'status')", "type": "string" }, "condition": { "description": "Filter condition (e.g., 'equals', 'contains', 'greater_than')", "enum": [ "equals", "not_equals", "contains", "not_contains", "starts_with", "ends_with", "greater_than", "less_than", "greater_than_or_equals", "less_than_or_equals", "is_empty", "is_not_empty", "is_set", "is_not_set" ], "type": "string" }, "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" }, "value": { "description": "Value to filter by (type depends on the attribute)" } }, "required": [ "listId", "attributeSlug", "condition", "value" ], "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