Skip to main content
Glama

Freshservice MCP server

by effytech

update_solution_category

Modify a solution category in Freshservice by updating its name, description, or workspace ID to better organize and manage knowledge base articles.

Instructions

Update a solution category in Freshservice.

Input Schema

NameRequiredDescriptionDefault
category_idYes
default_categoryNo
descriptionNo
nameYes
workspace_idNo

Input Schema (JSON Schema)

{ "properties": { "category_id": { "title": "Category Id", "type": "integer" }, "default_category": { "default": null, "title": "Default Category", "type": "boolean" }, "description": { "default": null, "title": "Description", "type": "string" }, "name": { "title": "Name", "type": "string" }, "workspace_id": { "default": null, "title": "Workspace Id", "type": "integer" } }, "required": [ "category_id", "name" ], "title": "update_solution_categoryArguments", "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