{
  "status": "ok",
  "service": "chatwoot-mcp-http",
  "version": "1.0.0",
  "endpoints": [
    "GET /contacts",
    "POST /contacts",
    "GET /contacts/:id",
    "PATCH /contacts/:id",
    "DELETE /contacts/:id",
    "GET /contacts/search",
    "POST /contacts/filter",
    "GET /contacts/:id/conversations",
    "GET /contacts/:id/appointments",
    "GET /conversations",
    "POST /conversations",
    "GET /conversations/:id",
    "PATCH /conversations/:id",
    "POST /conversations/:id/toggle_status",
    "POST /conversations/:id/assignments",
    "GET /conversations/:id/messages",
    "POST /conversations/:id/messages",
    "GET /agents",
    "GET /agents/:id",
    "GET /inboxes",
    "GET /inboxes/:id",
    "GET /inboxes/:id/agents",
    "GET /teams",
    "POST /teams",
    "GET /teams/:id",
    "PATCH /teams/:id",
    "DELETE /teams/:id",
    "GET /contact_categories",
    "POST /contact_categories",
    "GET /contact_categories/:id",
    "PATCH /contact_categories/:id",
    "DELETE /contact_categories/:id",
    "GET /specialists",
    "POST /specialists",
    "GET /specialists/:id",
    "PATCH /specialists/:id",
    "DELETE /specialists/:id",
    "GET /specialists/:id/availabilities",
    "PUT /specialists/:id/availabilities",
    "GET /specialists/:id/available_slots",
    "GET /appointments",
    "POST /appointments",
    "GET /appointments/:id",
    "PATCH /appointments/:id",
    "DELETE /appointments/:id",
    "POST /appointments/:id/confirm_by_contact",
    "POST /appointments/:id/decline_by_contact",
    "GET /appointments/:id/attachments",
    "GET /appointments/:id/attachments/:attachment_id",
    "DELETE /appointments/:id/attachments/:attachment_id",
    "GET /appointment_waitlist_entries",
    "POST /appointment_waitlist_entries",
    "GET /appointment_waitlist_entries/:id",
    "PATCH /appointment_waitlist_entries/:id",
    "DELETE /appointment_waitlist_entries/:id",
    "POST /appointment_waitlist_entries/:id/accept",
    "POST /appointment_waitlist_entries/:id/decline",
    "GET /specialists/:id/waitlist_notification_setting",
    "POST /specialists/:id/waitlist_notification_setting",
    "PATCH /specialists/:id/waitlist_notification_setting",
    "DELETE /specialists/:id/waitlist_notification_setting",
    "GET /webhooks",
    "POST /webhooks",
    "PATCH /webhooks/:id",
    "DELETE /webhooks/:id",
    "GET /canned_responses",
    "POST /canned_responses",
    "GET /custom_attribute_definitions",
    "POST /custom_attribute_definitions",
    "GET /automation_rules",
    "POST /automation_rules",
    "GET /automation_rules/:id",
    "PATCH /automation_rules/:id",
    "DELETE /automation_rules/:id",
    "GET /reports/summary",
    "GET /reports",
    "GET /labels",
    "POST /labels",
    "GET /portals",
    "POST /portals",
    "GET /integrations/apps",
    "GET /csat_survey_responses",
    "GET /csat_survey_responses/metrics",
    "GET /document_templates",
    "POST /document_templates",
    "GET /document_templates/:id",
    "PATCH /document_templates/:id",
    "DELETE /document_templates/:id",
    "POST /document_templates/:id/generate",
    "POST /document_templates/:id/preview_stamped",
    "GET /document_templates/:id/fields",
    "POST /document_templates/:id/fields",
    "PATCH /document_templates/:id/fields/:field_id",
    "DELETE /document_templates/:id/fields/:field_id",
    "POST /document_templates/:id/fields/reorder",
    "GET /document_templates/:id/stages",
    "POST /document_templates/:id/stages",
    "PATCH /document_templates/:id/stages/:stage_id",
    "DELETE /document_templates/:id/stages/:stage_id",
    "POST /document_templates/:id/stages/reorder",
    "GET /document_templates/:id/stages/:stage_id/field_permissions",
    "PUT /document_templates/:id/stages/:stage_id/field_permissions",
    "GET /generated_documents",
    "GET /generated_documents/:id",
    "DELETE /generated_documents/:id",
    "GET /generated_documents/kanban",
    "POST /generated_documents/:id/advance_stage",
    "POST /generated_documents/:id/reject_stage",
    "POST /generated_documents/:id/update_fields",
    "GET /generated_documents/:id/history",
    "POST /documents/send_to_conversation",
    "GET /marketing/channels",
    "POST /marketing/channels/sync",
    "GET /marketing/posts",
    "POST /marketing/posts",
    "GET /marketing/posts/:id",
    "PATCH /marketing/posts/:id",
    "DELETE /marketing/posts/:id",
    "POST /marketing/posts/:id/publish",
    "POST /marketing/posts/:id/schedule",
    "GET /marketing/campaigns",
    "POST /marketing/campaigns",
    "GET /marketing/campaigns/:id",
    "PATCH /marketing/campaigns/:id",
    "GET /marketing/templates",
    "GET /captain/assistants",
    "GET /captain/assistants/:id",
    "PUT /captain/assistants/:id",
    "POST /captain/assistants/:id/playground",
    "GET /captain/assistants/:id/scenarios",
    "POST /captain/assistants/:id/scenarios",
    "PUT /captain/assistants/:id/scenarios/:scenario_id",
    "DELETE /captain/assistants/:id/scenarios/:scenario_id",
    "POST /captain/assistants/:id/scenarios/check_similar",
    "GET /captain/assistants/:id/responses",
    "POST /captain/assistants/:id/responses",
    "GET /captain/assistants/:id/documents",
    "POST /captain/assistants/:id/documents",
    "GET /captain/assistants/:id/collections",
    "GET /captain/assistants/:id/websites",
    "GET /captain/assistants/:id/tools",
    "GET /sla_policies",
    "POST /sla_policies",
    "PUT /sla_policies/:id",
    "GET /scheduled_automations",
    "POST /scheduled_automations",
    "PUT /scheduled_automations/:id",
    "DELETE /scheduled_automations/:id",
    "GET /internal_chats",
    "POST /internal_chats",
    "POST /internal_chats/captain",
    "GET /internal_chats/:id/messages",
    "POST /internal_chats/:id/messages"
  ]
}