Skip to main content
Glama

Freshservice MCP server

by effytech

create_product

Generate and add new products to Freshservice by defining key details like name, asset type, manufacturer, and status. Essential for inventory management and asset tracking.

Instructions

Create a product in Freshservice.

Input Schema

NameRequiredDescriptionDefault
asset_type_idYes
depreciation_type_idNo
descriptionNo
description_textNo
manufacturerNo
mode_of_procurementNo
nameYes
statusNo

Input Schema (JSON Schema)

{ "properties": { "asset_type_id": { "title": "Asset Type Id", "type": "integer" }, "depreciation_type_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Depreciation Type Id" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "description_text": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description Text" }, "manufacturer": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Manufacturer" }, "mode_of_procurement": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Mode Of Procurement" }, "name": { "title": "Name", "type": "string" }, "status": { "anyOf": [ { "type": "string" }, { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Status" } }, "required": [ "name", "asset_type_id" ], "title": "create_productArguments", "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