MCP Server for Intercom

by raoulbia-ai
Verified

search_tickets_by_status

Filter and retrieve Intercom support tickets by status (open, pending, or resolved) with optional date range for efficient workload analysis and issue resolution tracking.

Instructions

Searches for tickets by status with optional date filtering.

Required: status (one of: open, pending, resolved) Optional: startDate, endDate (DD/MM/YYYY format)

Use when analyzing support workload or tracking issue resolution.

Input Schema

NameRequiredDescriptionDefault
endDateNoOptional end date in DD/MM/YYYY format (e.g., '21/01/2025')
startDateNoOptional start date in DD/MM/YYYY format (e.g., '15/01/2025')
statusYesTicket status to search for (open, pending, or resolved)

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "Optional end date in DD/MM/YYYY format (e.g., '21/01/2025')", "type": "string" }, "startDate": { "description": "Optional start date in DD/MM/YYYY format (e.g., '15/01/2025')", "type": "string" }, "status": { "description": "Ticket status to search for (open, pending, or resolved)", "enum": [ "open", "pending", "resolved" ], "type": "string" } }, "required": [ "status" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server for Intercom

Related Tools

ID: m4uflija10