Skip to main content
Glama

Freshservice MCP server

by effytech

update_solution_folder

Modify solution folder details, including name, description, and visibility, in Freshservice by specifying the folder ID using this MCP server tool.

Instructions

Update an existing solution folder's details in Freshservice.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
idYes
nameNo
visibilityNo

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "id": { "title": "Id", "type": "integer" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "visibility": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Visibility" } }, "required": [ "id" ], "title": "update_solution_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/freshservice_mcp'

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