Skip to main content
Glama

Freshservice MCP server

by effytech

create_ticket_note

Add detailed notes to Freshservice tickets by specifying the ticket ID and note content, ensuring clear communication and efficient issue tracking.

Instructions

Create a note for a ticket in Freshservice.

Input Schema

NameRequiredDescriptionDefault
bodyYes
ticket_idYes

Input Schema (JSON Schema)

{ "properties": { "body": { "title": "Body", "type": "string" }, "ticket_id": { "title": "Ticket Id", "type": "integer" } }, "required": [ "ticket_id", "body" ], "title": "create_ticket_noteArguments", "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