Skip to main content
Glama

Freshservice MCP server

by effytech

filter_tickets

Quickly filter and organize support tickets in Freshservice by specific queries, page numbers, or workspace IDs to streamline ticket management and improve efficiency.

Instructions

Filter the tickets in Freshservice.

Input Schema

NameRequiredDescriptionDefault
pageNo
queryYes
workspace_idNo

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "title": "Page", "type": "integer" }, "query": { "title": "Query", "type": "string" }, "workspace_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Workspace Id" } }, "required": [ "query" ], "title": "filter_ticketsArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/effytech/freshservice_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server