We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/code-rabi/mews-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Update Accounts Tool
## Description
Updates one or more existing accounts, i.e. customer, company
## API Documentation
- **Category**: Accounts
- **Documentation URL**: https://mews-systems.gitbook.io/connector-api/operations/accounts/update-accounts
## Implementation Details
- **Tool Name**: `updateAccounts`
- **HTTP Method**: POST
- **Endpoint**: `/api/connector/v1/accounts/update`
## Parameters
- AccountUpdates (required): Array of account update objects with ID and updated fields
## Expected Response
- Array of updated account objects
## Priority
High
## Status
Not Started
## Notes
- Core functionality for account management
- Should support both customer and company accounts
- Need to validate account data before updating