You're viewing a demo portfolio

Join the waitlist
PRSM

freshdesk_search_tickets

Active

Tool of Freshdesk

declared in 0.1.0

Search tickets by query (e.g., "status:2 AND priority:3" or keyword text). Returns matching ticket ID, subject, status, and priority.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "status:2 AND priority:1",
      "_apiKey": "your-freshdesk-api-key",
      "_domain": "mycompany"
    },
    {
      "query": "type:'Question' AND status:open",
      "_apiKey": "your-freshdesk-api-key",
      "_domain": "mycompany"
    }
  ],
  "required": [
    "_apiKey",
    "_domain",
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query in Freshdesk syntax (e.g., \"status:2\", \"priority:1 AND type:'Question'\")"
    },
    "_apiKey": {
      "type": "string",
      "description": "Freshdesk API key"
    },
    "_domain": {
      "type": "string",
      "description": "Freshdesk subdomain"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Freshdesk

https://github.com/pipeworx-io/mcp-freshdesk

1/7 registries
View full server →
freshdesk_search_tickets — Freshdesk — PRSM MCP