Skip to main content
Glama

Microsoft MCP

by elyxlz

list_contacts

Retrieve and manage Outlook contacts by fetching a specified number of entries linked to an account ID using Microsoft MCP server integration.

Instructions

List contacts

Input Schema

NameRequiredDescriptionDefault
account_idYes
limitNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "limit": { "default": 50, "title": "Limit", "type": "integer" } }, "required": [ "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