Skip to main content
Glama

Microsoft MCP

by elyxlz

update_contact

Modify contact details in Microsoft MCP by specifying contact ID, account ID, and desired updates, ensuring accurate and current contact records.

Instructions

Update contact information

Input Schema

NameRequiredDescriptionDefault
account_idYes
contact_idYes
updatesYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "contact_id": { "title": "Contact Id", "type": "string" }, "updates": { "additionalProperties": true, "title": "Updates", "type": "object" } }, "required": [ "contact_id", "updates", "account_id" ], "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