Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.seamless.ai/llms.txt

Use this file to discover all available pages before exploring further.

Manage contact lists for organizing saved contacts.
ToolDescriptionRiskSchema
get_listsList all contact lists, or get one by ID.read#get_lists
create_listCreate a new contact list.write#create_list
update_listRename an existing list.write#update_list
delete_listPermanently delete a list (not the contacts).destructive#delete_list

create_list

Example

{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "create_list",
    "arguments": {
      "name": "Q2 prospects"
    }
  },
  "id": 1
}

delete_list

Permanent deletion. Requires explicit approval in agent workflows.