toflow.ai Logo
MCP Docs

CRM Records

19 tools for managing people, companies, and deals.

ToolDescription
record_schemaAttribute schema for a CRM resource type.
filter_guideFilter, sort, and list_id reference for all CRM list_* tools.
list_recordsList CRM records for any resource type.
create_recordCreate a new CRM record (person, company, or deal).
update_recordUpdate fields on an existing CRM record — PATCH, only provided fields are changed.
bulk_createBulk create CRM records (companies, people, or deals).
get_resource_schemaGet the attribute schema for a resource type (company, person, deal).
get_personGet a single person (contact) by ID with full CRM profile including all attributes.
delete_personSoft-delete a person from the workspace.
get_companyGet a single company by ID with full profile.
delete_companySoft-delete a company from the workspace.
list_company_categoriesList all company categories available in the workspace.
get_or_create_categoryGet an existing category by name or create it if it doesn't exist.
get_dealGet a single deal by ID with full profile.
delete_dealSoft-delete a deal from the workspace.
list_pipelinesList all sales pipelines in the workspace.
list_stagesList all stages for a given pipeline.
add_person_to_dealAssociate a person (contact) with a deal.
remove_person_from_dealRemove a person's association with a deal.