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.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_crm_companies_id | DELETE /v1/crm/companies/{id} | 1 | DeleteCompany removes one of the caller org's companies and answers 204. |
delete_v1_crm_contacts_id | DELETE /v1/crm/contacts/{id} | 1 | DeleteContact removes one of the caller org's contacts and answers 204. |
delete_v1_crm_opportunities_id | DELETE /v1/crm/opportunities/{id} | 1 | DeleteOpportunity removes one of the caller org's deals and answers 204. |
get_v1_crm_applications | GET /v1/crm/applications | 2 | ListApplications returns the org's Startup Program applications, newest first. |
get_v1_crm_applications_id | GET /v1/crm/applications/{id} | 1 | GetApplication returns one Startup Program application with its AI screen and stage history. |
get_v1_crm_companies | GET /v1/crm/companies | 1 | ListCompanies returns the caller org's companies, most recently updated first. |
get_v1_crm_companies_id | GET /v1/crm/companies/{id} | 1 | GetCompany returns one of the caller org's companies. |
get_v1_crm_contacts | GET /v1/crm/contacts | 2 | ListContacts returns the caller org's contacts, most recently updated first. |
get_v1_crm_contacts_id | GET /v1/crm/contacts/{id} | 1 | GetContact returns one of the caller org's contacts. |
get_v1_crm_opportunities | GET /v1/crm/opportunities | 2 | ListOpportunities returns the caller org's deals, most recently updated first. |
get_v1_crm_opportunities_id | GET /v1/crm/opportunities/{id} | 1 | GetOpportunity returns one of the caller org's deals. |
get_v1_crm_summary | GET /v1/crm/summary | 0 | Summary counts the caller org's CRM records: companies, contacts, opportunities. |
patch_v1_crm_applications_id | PATCH /v1/crm/applications/{id} | 4 | PatchApplication moves one Startup Program application through the pipeline. |
post_v1_crm_companies | POST /v1/crm/companies | 11 | CreateCompany adds a company to the caller's org and answers 201 with the stored record. |
post_v1_crm_contacts | POST /v1/crm/contacts | 10 | CreateContact adds a person to the caller's org and answers 201 with the stored record. |
post_v1_crm_opportunities | POST /v1/crm/opportunities | 8 | CreateOpportunity adds a deal to the caller's org and answers 201 with the stored record. |
put_v1_crm_companies_id | PUT /v1/crm/companies/{id} | 11 | UpdateCompany replaces one of the caller org's companies. |
put_v1_crm_contacts_id | PUT /v1/crm/contacts/{id} | 10 | UpdateContact replaces one of the caller org's contacts. |
put_v1_crm_opportunities_id | PUT /v1/crm/opportunities/{id} | 8 | UpdateOpportunity replaces one of the caller org's deals. |
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?