Skip to main content
Glama
0xfabrica

Twenty CRM MCP

by 0xfabrica

List Twenty CRM records

twenty_list_records
Read-onlyIdempotent

Retrieve records from any supported Twenty CRM object using filters, ordering, relation depth, and cursor pagination. Read-only access for data exploration.

Instructions

List records from any supported Twenty object with filters, ordering, relation depth, and cursor pagination. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNoRelation depth: 0 for the record only, 1 for direct relations.
limitNo
entityYesTwenty object name. Prefer companies, people, opportunities, tasks, and notes for normal CRM work.
filterNoTwenty filter, for example name[ilike]:"%acme%" or createdAt[gte]:"2026-01-01".
order_byNo
ending_beforeNo
starting_afterNo
response_formatNoOutput format. JSON is best for follow-up tool calls; markdown is easier to read.json
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. Description adds behavioral details about filters, ordering, depth, and pagination, but these are limited and partially redundant with annotations. No contradictions, but the additional context is moderate.

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?

Single sentence of 13 words, front-loaded with the core action and followed by key capabilities. No filler or redundant content. Efficiently communicates the tool's essence.

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 8 parameters, no output schema, and moderate annotations, the description covers the basic purpose but omits details like pagination parameters (ending_before, starting_after), response_format options, and return structure. Leaves several aspects unexplained, leaving gaps for an agent.

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?

Schema description coverage is 50%, leaving half of parameters without schema descriptions. The description mentions 'filters, ordering, relation depth, and cursor pagination' which loosely cover filter, order_by, depth, and pagination parameters, but does not provide explicit semantics or details for individual parameters. Baseline is 3 given moderate coverage.

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 action 'List records' and the resource 'any supported Twenty object', with specific features like filters, ordering, relation depth, and cursor pagination. It distinguishes from mutation siblings by noting it's read-only, but does not explicitly differentiate from twenty_search_records which may also list/search, preventing a top score.

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?

No guidance on when to use this tool versus alternatives like twenty_search_records. Does not specify use cases, prerequisites, or when not to use it. The description lacks explicit context for choosing this tool over siblings.

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/0xfabrica/twentycrm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server