Hanzo
Cloud MCPcrm

crm

19 MCP tools on the Hanzo cloud door that call the crm API.

The 19 tools tools/list names for crm. Each dispatches to an operation in the crm API reference.

ToolRouteArgumentsDescription
delete_v1_crm_companies_idDELETE /v1/crm/companies/{id}1DeleteCompany removes one of the caller org's companies and answers 204.
delete_v1_crm_contacts_idDELETE /v1/crm/contacts/{id}1DeleteContact removes one of the caller org's contacts and answers 204.
delete_v1_crm_opportunities_idDELETE /v1/crm/opportunities/{id}1DeleteOpportunity removes one of the caller org's deals and answers 204.
get_v1_crm_applicationsGET /v1/crm/applications2ListApplications returns the org's Startup Program applications, newest first.
get_v1_crm_applications_idGET /v1/crm/applications/{id}1GetApplication returns one Startup Program application with its AI screen and stage history.
get_v1_crm_companiesGET /v1/crm/companies1ListCompanies returns the caller org's companies, most recently updated first.
get_v1_crm_companies_idGET /v1/crm/companies/{id}1GetCompany returns one of the caller org's companies.
get_v1_crm_contactsGET /v1/crm/contacts2ListContacts returns the caller org's contacts, most recently updated first.
get_v1_crm_contacts_idGET /v1/crm/contacts/{id}1GetContact returns one of the caller org's contacts.
get_v1_crm_opportunitiesGET /v1/crm/opportunities2ListOpportunities returns the caller org's deals, most recently updated first.
get_v1_crm_opportunities_idGET /v1/crm/opportunities/{id}1GetOpportunity returns one of the caller org's deals.
get_v1_crm_summaryGET /v1/crm/summary0Summary counts the caller org's CRM records: companies, contacts, opportunities.
patch_v1_crm_applications_idPATCH /v1/crm/applications/{id}4PatchApplication moves one Startup Program application through the pipeline.
post_v1_crm_companiesPOST /v1/crm/companies11CreateCompany adds a company to the caller's org and answers 201 with the stored record.
post_v1_crm_contactsPOST /v1/crm/contacts10CreateContact adds a person to the caller's org and answers 201 with the stored record.
post_v1_crm_opportunitiesPOST /v1/crm/opportunities8CreateOpportunity adds a deal to the caller's org and answers 201 with the stored record.
put_v1_crm_companies_idPUT /v1/crm/companies/{id}11UpdateCompany replaces one of the caller org's companies.
put_v1_crm_contacts_idPUT /v1/crm/contacts/{id}10UpdateContact replaces one of the caller org's contacts.
put_v1_crm_opportunities_idPUT /v1/crm/opportunities/{id}8UpdateOpportunity replaces one of the caller org's deals.

All 834 tools · The door

Generated from tools/list on https://api.hanzo.ai/v1/mcp — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).

How is this guide?