Tools
Lists
Contact list CRUD MCP tools.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Contact list CRUD MCP tools.
| Tool | Description | Risk | Schema |
|---|---|---|---|
get_lists | List all contact lists, or get one by ID. | read | #get_lists |
create_list | Create a new contact list. | write | #create_list |
update_list | Rename an existing list. | write | #update_list |
delete_list | Permanently delete a list (not the contacts). | destructive | #delete_list |
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "create_list",
"arguments": {
"name": "Q2 prospects"
}
},
"id": 1
}
Was this page helpful?