Skip to main content
Glama

Webex MCP Server

create_person

Create a new person in Webex with details like name, email, phone, and roles. Set location, department, and manager for streamlined user management.

Instructions

Create a new person in Webex.

Input Schema

NameRequiredDescriptionDefault
addressesNoThe addresses associated with the person.
avatarNoThe avatar URL for the person.
departmentNoThe department of the person.
displayNameNoThe display name of the person.
emailsYesThe email addresses associated with the person.
extensionNoThe extension number for the person.
firstNameYesThe first name of the person.
lastNameYesThe last name of the person.
licensesNoThe licenses associated with the person.
locationIdNoThe location ID for the person.
managerNoThe name of the manager for the person.
managerIdNoThe manager ID for the person.
orgIdNoThe organization ID for the person.
phoneNumbersNoThe phone numbers associated with the person.
rolesNoThe roles assigned to the person.
siteUrlsNoThe site URLs associated with the person.
titleNoThe title of the person.

Input Schema (JSON Schema)

{ "properties": { "addresses": { "description": "The addresses associated with the person.", "items": { "properties": { "country": { "type": "string" }, "locality": { "type": "string" }, "postalCode": { "type": "string" }, "region": { "type": "string" }, "streetAddress": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, "avatar": { "description": "The avatar URL for the person.", "type": "string" }, "department": { "description": "The department of the person.", "type": "string" }, "displayName": { "description": "The display name of the person.", "type": "string" }, "emails": { "description": "The email addresses associated with the person.", "items": { "type": "string" }, "type": "array" }, "extension": { "description": "The extension number for the person.", "type": "string" }, "firstName": { "description": "The first name of the person.", "type": "string" }, "lastName": { "description": "The last name of the person.", "type": "string" }, "licenses": { "description": "The licenses associated with the person.", "items": { "type": "string" }, "type": "array" }, "locationId": { "description": "The location ID for the person.", "type": "string" }, "manager": { "description": "The name of the manager for the person.", "type": "string" }, "managerId": { "description": "The manager ID for the person.", "type": "string" }, "orgId": { "description": "The organization ID for the person.", "type": "string" }, "phoneNumbers": { "description": "The phone numbers associated with the person.", "items": { "properties": { "type": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, "roles": { "description": "The roles assigned to the person.", "items": { "type": "string" }, "type": "array" }, "siteUrls": { "description": "The site URLs associated with the person.", "items": { "type": "string" }, "type": "array" }, "title": { "description": "The title of the person.", "type": "string" } }, "required": [ "emails", "firstName", "lastName" ], "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/Kashyap-AI-ML-Solutions/webex-messaging-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server