Skip to main content
Glama
kesslerio

Attio MCP Server

by kesslerio

advanced-search

Read-onlyIdempotent

Search and filter Attio CRM data across companies, people, lists, records, tasks, deals, and notes using complex query conditions and sorting options to find specific information.

Instructions

Advanced search with complex filtering across all resource types

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filtersNoComplex filter conditions with nested array structure. Required format: { "filters": [ { "attribute": {"slug": "field_name"}, "condition": "operator", "value": "search_value" } ] } Examples: - Single filter: {"filters": [{"attribute": {"slug": "name"}, "condition": "contains", "value": "Tech"}]} - Multiple filters: {"filters": [{"attribute": {"slug": "name"}, "condition": "contains", "value": "Tech"}, {"attribute": {"slug": "categories"}, "condition": "equals", "value": "Technology"}]} - OR logic: {"filters": [...], "matchAny": true} Supported conditions: contains, equals, starts_with, ends_with, greater_than, less_than, is_empty, is_not_empty
limitNoMaximum number of results to return
offsetNoNumber of results to skip for pagination
queryNoSearch query string
resource_typeYesType of resource to operate on (companies, people, lists, records, tasks)
sort_byNoField to sort results by
sort_orderNoSort orderasc
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and idempotentHint=true, so the agent knows this is a safe, repeatable read operation. The description adds some context about 'complex filtering across all resource types', which helps understand scope, but doesn't provide additional behavioral details like rate limits, authentication requirements, or performance characteristics. No contradiction with annotations exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that communicates the core functionality without unnecessary words. It's appropriately sized for a tool with comprehensive schema documentation and gets straight to the point with zero wasted verbiage.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (7 parameters, nested objects) and lack of output schema, the description provides minimal but adequate context. With annotations covering safety/idempotency and schema covering parameters, the description's main gap is distinguishing from sibling tools. For a search tool without output schema, more guidance on result format would be helpful but isn't critical.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema description coverage, the input schema thoroughly documents all 7 parameters including examples and constraints. The description adds no parameter-specific information beyond what's already in the schema. The baseline score of 3 reflects adequate parameter documentation coming entirely from the schema rather than the description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool performs 'advanced search with complex filtering across all resource types', which specifies the verb (search), scope (advanced/complex), and resource coverage (all resource types). However, it doesn't explicitly differentiate from sibling tools like 'search', 'search-records', or 'batch-search', which reduces the score from a perfect 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. With multiple search-related sibling tools (search, search-records, batch-search, search-by-content, etc.), the agent receives no indication of when this 'advanced search' is preferable or what distinguishes it from simpler search tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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