Skip to main content
Glama

Freshdesk MCP server

by effytech

update_canned_response_folder

Modify the name of a canned response folder in Freshdesk by specifying the folder ID and updated name. Streamline support workflows and maintain organized response libraries efficiently.

Instructions

Update a canned response folder in Freshdesk.

Input Schema

NameRequiredDescriptionDefault
folder_idYes
nameYes

Input Schema (JSON Schema)

{ "properties": { "folder_id": { "title": "Folder Id", "type": "integer" }, "name": { "title": "Name", "type": "string" } }, "required": [ "folder_id", "name" ], "title": "update_canned_response_folderArguments", "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/freshdesk_mcp'

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