# list_conversas

List conversas with optional filtering and pagination

Agent View of the PolicyLayer registry record for `list_conversas`. HTML page: https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/list-conversas

## Facts

- Tool: `list_conversas`
- Server: Twenty CRM MCP Server (`denisalmeida/twenty-crm-mcp`) — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp.md
- Homepage: https://github.com/denisalmeida/twenty-crm-mcp
- Risk category: Read (Low risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "list_conversas",
    "arguments": {}
  }
}
```

## Why list_conversas is rated Low

This tool retrieves/queries conversa records (conversations) from the Twenty CRM system with optional filtering and pagination parameters. It has no capability to modify, delete, or execute code. The operation is purely informational, making it a Read category risk with low severity—the worst outcome of misuse would be unauthorized information disclosure of conversation data, not data loss or system compromise.

From the tool's own definition: "Tool name 'list_conversas' and description 'List conversas with optional filtering and pagination' indicate a retrieval operation. The verb 'list' is a classic read-only operation that queries data without modification or side effects."

## Use case

AI agents call list_conversas to retrieve information from Twenty CRM MCP Server without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Twenty CRM MCP Server:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "list_conversas": {}
  }
}
```

## Other tools on Twenty CRM MCP Server (34)

- `delete_company` — Destructive — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/delete-company.md
- `delete_conversa` — Destructive — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/delete-conversa.md
- `delete_fatura` — Destructive — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/delete-fatura.md
- `delete_note` — Destructive — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/delete-note.md
- `delete_opportunity` — Destructive — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/delete-opportunity.md
- `delete_person` — Destructive — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/delete-person.md
- `delete_task` — Destructive — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/delete-task.md
- `get_company` — Read — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/get-company.md
- `get_conversa` — Read — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/get-conversa.md
- `get_fatura` — Read — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/get-fatura.md
- `get_note` — Read — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/get-note.md
- `get_opportunity` — Read — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/get-opportunity.md
- `get_person` — Read — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/get-person.md
- `get_task` — Read — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/get-task.md
- `list_companies` — Read — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/list-companies.md
- `list_faturas` — Read — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/list-faturas.md
- `list_notes` — Read — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/list-notes.md
- `list_opportunities` — Read — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/list-opportunities.md
- `list_people` — Read — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/list-people.md
- `list_tasks` — Read — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/list-tasks.md
- `create_company` — Write — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/create-company.md
- `create_conversa` — Write — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/create-conversa.md
- `create_fatura` — Write — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/create-fatura.md
- `create_note` — Write — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/create-note.md
- `create_opportunity` — Write — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/create-opportunity.md
- `create_person` — Write — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/create-person.md
- `create_task` — Write — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/create-task.md
- `update_company` — Write — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/update-company.md
- `update_conversa` — Write — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/update-conversa.md
- `update_fatura` — Write — https://policylayer.com/tools/denisalmeida-twenty-crm-mcp/update-fatura.md
- …and 4 more: https://policylayer.com/tools/denisalmeida-twenty-crm-mcp.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=denisalmeida-twenty-crm-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/denisalmeida-twenty-crm-mcp
