Skip to main content
Glama

Microsoft MCP

by elyxlz

create_contact

Generate and manage new contacts by inputting essential details like account ID, name, email, and phone numbers using Microsoft MCP's integration with Microsoft Graph API.

Instructions

Create a new contact

Input Schema

NameRequiredDescriptionDefault
account_idYes
email_addressesNo
given_nameYes
phone_numbersNo
surnameNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "email_addresses": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Email Addresses" }, "given_name": { "title": "Given Name", "type": "string" }, "phone_numbers": { "anyOf": [ { "additionalProperties": { "type": "string" }, "type": "object" }, { "type": "null" } ], "default": null, "title": "Phone Numbers" }, "surname": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Surname" } }, "required": [ "account_id", "given_name" ], "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/elyxlz/microsoft-mcp'

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