list_canned_response_folder
Retrieve canned response folders from the Freshservice MCP server using a specified ID to organize and manage pre-defined response templates efficiently.
Instructions
List canned response folder in Freshservice.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "integer"
}
},
"required": [
"id"
],
"title": "list_canned_response_folderArguments",
"type": "object"
}