Skip to main content
Glama

Attio MCP Server

by kesslerio

list-workspace-members

Retrieve all workspace members to identify team contacts for task assignment and collaboration. Search by name or email and paginate results for efficient team management.

Instructions

List all workspace members for task assignment

Input Schema

NameRequiredDescriptionDefault
pageNoPage number for pagination
pageSizeNoNumber of results per page
searchNoSearch by name or email

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "description": "Page number for pagination", "type": "number" }, "pageSize": { "default": 25, "description": "Number of results per page", "type": "number" }, "search": { "description": "Search by name or email", "type": "string" } }, "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