Skip to main content
Glama

Freshservice MCP server

by effytech

create_solution_article

Generate and publish solution articles in Freshservice by defining titles, descriptions, folder IDs, and optional details like tags, keywords, and review dates.

Instructions

Create a new solution article in Freshservice.

Input Schema

NameRequiredDescriptionDefault
article_typeNo
descriptionYes
folder_idYes
keywordsNo
review_dateNo
statusNo
tagsNo
titleYes

Input Schema (JSON Schema)

{ "properties": { "article_type": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 1, "title": "Article Type" }, "description": { "title": "Description", "type": "string" }, "folder_id": { "title": "Folder Id", "type": "integer" }, "keywords": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Keywords" }, "review_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Review Date" }, "status": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 1, "title": "Status" }, "tags": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Tags" }, "title": { "title": "Title", "type": "string" } }, "required": [ "title", "description", "folder_id" ], "title": "create_solution_articleArguments", "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