Skip to main content
Glama

Attio MCP Server

by kesslerio

update-list-entry

Modify list entry attributes in Attio CRM, such as updating pipeline stages from 'Interested' to 'Demo Scheduling' or changing other entry properties.

Instructions

Update a list entry (e.g., change stage from 'Interested' to 'Demo Scheduling')

Input Schema

NameRequiredDescriptionDefault
attributesYesAttributes to update on the list entry
entryIdYesID of the list entry to update
listIdYesID of the list containing the entry

Input Schema (JSON Schema)

{ "properties": { "attributes": { "additionalProperties": true, "description": "Attributes to update on the list entry", "properties": { "stage": { "description": "New stage value (e.g., 'Demo Scheduling', 'Interested', 'Won')", "type": "string" } }, "type": "object" }, "entryId": { "description": "ID of the list entry to update", "type": "string" }, "listId": { "description": "ID of the list containing the entry", "type": "string" } }, "required": [ "listId", "entryId", "attributes" ], "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