Skip to main content
Glama

Freshservice MCP server

by effytech

create_solution_category

Add a new solution category in Freshservice by defining its name, description, and workspace ID to organize and manage helpdesk resources effectively.

Instructions

Create a new solution category in Freshservice.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameYes
workspace_idNo

Input Schema (JSON Schema)

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