manage-contact
Manage Outlook contacts by listing, searching, creating, updating, or deleting contact information to organize personal and professional connections.
Instructions
Manage personal contacts. action=list (default) lists contacts. action=search searches by name/email. action=get retrieves full details. action=create adds a contact. action=update modifies a contact. action=delete removes a contact.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Action to perform (default: list) | |
| count | No | Number of results (action=list default: 50, action=search default: 25) | |
| folder | No | Contact folder ID (action=list) | |
| outputVerbosity | No | Output detail level (action=list/search, default: standard) | |
| query | No | Search query for name or email (action=search, required) | |
| id | No | Contact ID (action=get/update/delete, required) | |
| displayName | No | Full name (action=create/update) | |
| No | Primary email address (action=create/update) | ||
| mobilePhone | No | Mobile phone number (action=create/update) | |
| companyName | No | Company name (action=create/update) | |
| jobTitle | No | Job title (action=create/update) | |
| notes | No | Personal notes (action=create/update) |