Freshdesk MCP server

by effytech
Verified

list_contacts

Retrieve and manage all contacts in Freshdesk with pagination support. Use this tool to efficiently list and organize contact details for automated support operations.

Instructions

List all contacts in 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": "list_contactsArguments", "type": "object" }
ID: cdob370h7l