Skip to main content
Glama

Mews MCP

by code-rabi

addAccountNotes

Adds notes to specified accounts in the Mews hospitality platform, enabling efficient account management by organizing and categorizing relevant information.

Instructions

Adds new account notes to the system and assigns them to specified accounts

Input Schema

NameRequiredDescriptionDefault
AccountNotesYesArray of note objects to create

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "AccountNotes": { "description": "Array of note objects to create", "items": { "properties": { "AccountId": { "description": "Account ID to add note to", "type": "string" }, "Text": { "description": "Note content", "type": "string" }, "Type": { "description": "Note type or category", "type": "string" } }, "required": [ "AccountId", "Text" ], "type": "object" }, "type": "array" } }, "required": [ "AccountNotes" ], "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/code-rabi/mews-mcp'

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