Skip to main content
Glama

Attio MCP Server

by kesslerio

search-by-content

Search within notes, activity, and interaction content across Attio CRM resources to find specific information using targeted queries.

Instructions

Search within notes, activity, and interaction content

Input Schema

NameRequiredDescriptionDefault
content_typeYesType of content to search
limitNoMaximum number of results to return
offsetNoNumber of results to skip for pagination
resource_typeYesType of resource to operate on (companies, people, lists, records, tasks)
search_queryYesQuery to search within content

Input Schema (JSON Schema)

{ "properties": { "content_type": { "description": "Type of content to search", "enum": [ "notes", "activity", "interactions" ], "type": "string" }, "limit": { "default": 10, "description": "Maximum number of results to return", "maximum": 100, "minimum": 1, "type": "number" }, "offset": { "default": 0, "description": "Number of results to skip for pagination", "minimum": 0, "type": "number" }, "resource_type": { "description": "Type of resource to operate on (companies, people, lists, records, tasks)", "enum": [ "companies", "people", "lists", "records", "tasks", "deals", "notes" ], "type": "string" }, "search_query": { "description": "Query to search within content", "type": "string" } }, "required": [ "resource_type", "content_type", "search_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