Sanka

Sanka is the extension company.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Connect Sanka: Start or resume the Sanka OAuth connection flow. Use this when the user explicitly asks to connect or reconnect Sanka.
  • Auth Status: Debug whether the Sanka CRM connector is authenticated. Do not use this as a preflight before company or contact lookup tools.
  • List Private Messages: Review the authenticated user private inbox in Sanka. This covers account-level inbox threads, not the shared group inbox.

What data it sees

Do you need an account

No: the server works without sign-in

Sanka is the extension company. Plug AI into your sales lifecycle — deals, quotes, billing, and 100+ CRM/commerce integrations — directly from Claude or Codex.

Server tool list (60)

Raw names from tools/list. Only developers need these.

connect_sankaStart or resume the Sanka OAuth connection flow. Use this when the user explicitly asks to connect or reconnect Sanka.
auth_statusDebug whether the Sanka CRM connector is authenticated. Do not use this as a preflight before company or contact lookup tools.
list_private_messagesReview the authenticated user private inbox in Sanka. This covers account-level inbox threads, not the shared group inbox.
sync_private_messagesPull the latest private inbox messages into Sanka for the authenticated user account-level inbox.
get_private_message_threadLoad one private inbox thread from Sanka, including message history and reply metadata for the authenticated user.
reply_private_message_threadSend a reply on a private inbox thread in Sanka. This is for the authenticated user account-level inbox, not the shared group inbox.
archive_private_message_threadArchive a private inbox thread in Sanka for the authenticated user account-level inbox.
list_companiesSearch and review companies in Sanka. Use this when the user wants to find or inspect companies, not to create or update them.
get_companyLoad one company from Sanka by company id, numeric id, or external reference.
create_companyCreate a company in Sanka. `external_id` is required so repeated calls can upsert safely against the same external reference.
update_companyUpdate an existing company in Sanka.
delete_companyArchive or delete a company in Sanka by company id or external reference.
get_company_price_tableLoad company-level item pricing for one company. Use `search` to answer questions like "what price is item X set to for company Y?"
update_company_price_table_companyUpdate the company-wide price-table mode or default company percentage for one company.
update_company_price_table_itemSet or clear a company-specific price override for one item. Use `clear_override` to remove the item-specific override.
apply_company_price_table_itemsApply one company-level percentage override across all items for a company.
list_contactsSearch and review contacts in Sanka. Use this when the user wants to find or inspect contacts, not to create or update them.
get_contactLoad one contact from Sanka by contact id, numeric id, or external reference.
create_contactCreate a contact in Sanka. `external_id` is required so repeated calls can upsert safely against the same external reference.
update_contactUpdate an existing contact in Sanka.
delete_contactArchive or delete a contact in Sanka by contact id or external reference.
list_dealsReview deals (sales pipeline records) in Sanka. Use this when the user wants to inspect their pipeline, find open deals, or review deal stages in the current workspace.
get_dealLoad one deal from Sanka by case id, deal numeric id, or external reference.
create_dealCreate a deal in Sanka. `external_id` is required so repeated calls can upsert safely against the same external reference.
update_dealUpdate an existing deal in Sanka. Use `lookup_external_id` when the path identifier is not the external reference you want to resolve by.
delete_dealArchive or delete a deal in Sanka by case id, numeric id, or external reference.
list_deal_pipelinesDiscover the deal pipelines and stages defined in the current workspace. Use this when the user wants to understand pipeline structure, list available stages, or describe deal positions in context.
list_itemsReview items in Sanka.
get_itemLoad one item from Sanka by item id, numeric id, or external reference.
create_itemCreate an item in Sanka. `external_id` is required so repeated calls can upsert safely against the same external reference.
update_itemUpdate an existing item in Sanka.
delete_itemArchive or delete an item in Sanka by item id or external reference.
list_ordersSearch and review orders in Sanka.
get_orderLoad one order from Sanka by order id, numeric id, or external reference.
download_order_pdfDownload an order from Sanka as a PDF document.
create_orderCreate an order in Sanka. Provide the nested `order` payload with line items and optional workflow flags.
update_orderUpdate an existing order in Sanka.
delete_orderDelete an order in Sanka by order id, numeric id, or external reference.
list_purchase_ordersReview purchase orders in Sanka.
get_purchase_orderLoad one purchase order from Sanka by purchase order id, numeric id, or external reference.
create_purchase_orderCreate a purchase order in Sanka.
update_purchase_orderUpdate an existing purchase order in Sanka.
delete_purchase_orderDelete a purchase order in Sanka by purchase order id or external reference.
list_tasksSearch and review tasks in Sanka.
get_taskLoad one task from Sanka by task id, numeric id, or external reference.
create_taskCreate a task in Sanka.
update_taskUpdate an existing task in Sanka. When you need to append to a description, load the task first and then send the full updated description.
delete_taskArchive or delete a task in Sanka by task id or external reference.
list_estimatesReview estimates in Sanka.
get_estimateLoad one estimate from Sanka by estimate id, numeric id, or external reference.
download_estimate_pdfDownload an estimate from Sanka as a PDF document.
create_estimateCreate an estimate in Sanka.
update_estimateUpdate an existing estimate in Sanka.
delete_estimateDelete an estimate in Sanka by estimate id or external reference.
list_invoicesReview invoices in Sanka.
list_overdue_invoicesReview overdue invoices in Sanka that still have outstanding balance.
get_invoiceLoad one invoice from Sanka by invoice id, numeric id, or external reference.
download_invoice_pdfDownload an invoice from Sanka as a PDF document.
create_invoiceCreate an invoice in Sanka.
update_invoiceUpdate an existing invoice in Sanka.