Skip to main content
Glama

Freshservice MCP server

by effytech

create_agent

Add new agents to Freshservice by providing essential details such as first name, email, job title, and contact information. Simplify agent creation with structured input fields.

Instructions

Create a new agent in Freshservice.

Input Schema

NameRequiredDescriptionDefault
emailNo
first_nameYes
job_titleNo
last_nameNo
mobile_phone_numberNo
occasionalNo
work_phone_numberNo

Input Schema (JSON Schema)

{ "properties": { "email": { "default": null, "title": "Email", "type": "string" }, "first_name": { "title": "First Name", "type": "string" }, "job_title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Job Title" }, "last_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Last Name" }, "mobile_phone_number": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Mobile Phone Number" }, "occasional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": false, "title": "Occasional" }, "work_phone_number": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Work Phone Number" } }, "required": [ "first_name" ], "title": "create_agentArguments", "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