Skip to main content
Glama

Freshservice MCP server

by effytech

send_ticket_reply

Send responses to Freshservice tickets directly. Input ticket ID, message body, and optional email details to reply efficiently.

Instructions

Send reply to a ticket in Freshservice.

Input Schema

NameRequiredDescriptionDefault
bcc_emailsNo
bodyYes
cc_emailsNo
from_emailNo
ticket_idYes
user_idNo

Input Schema (JSON Schema)

{ "properties": { "bcc_emails": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Bcc Emails" }, "body": { "title": "Body", "type": "string" }, "cc_emails": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Cc Emails" }, "from_email": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "From Email" }, "ticket_id": { "title": "Ticket Id", "type": "integer" }, "user_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "User Id" } }, "required": [ "ticket_id", "body" ], "title": "send_ticket_replyArguments", "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