Skip to main content
Glama

Attio MCP Server

by kesslerio

search

Search Attio CRM data using natural language queries to find companies, people, lists, and tasks. Filter results by resource type and control the number of returned items.

Instructions

Search Attio data by query for OpenAI MCP clients.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default 10).
queryYesSearch query string (required).
typeNoOptional resource filter (defaults to all).

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of results to return (default 10).", "maximum": 25, "minimum": 1, "type": "integer" }, "query": { "description": "Search query string (required).", "type": "string" }, "type": { "description": "Optional resource filter (defaults to all).", "enum": [ "companies", "people", "lists", "tasks", "all" ], "type": "string" } }, "required": [ "query" ], "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