Skip to main content
Glama

Freshservice MCP server

by effytech

update_solution_folder

Modify an existing solution folder's details, including name, description, and visibility, in Freshservice using the specified folder ID.

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" }

Other Tools from Freshservice MCP server

Related Tools

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