Freshdesk MCP server

by effytech
Verified

get_tickets

Retrieve and paginate support tickets from Freshdesk using page and per_page parameters to efficiently manage and organize customer inquiries.

Instructions

Get tickets from Freshdesk with pagination support.

Input Schema

NameRequiredDescriptionDefault
pageNo
per_pageNo

Input Schema (JSON Schema)

{ "properties": { "page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 1, "title": "Page" }, "per_page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 30, "title": "Per Page" } }, "title": "get_ticketsArguments", "type": "object" }
ID: cdob370h7l