Skip to main content
Glama

Mews MCP

by code-rabi

getAllAccountNotes

Retrieve all account notes linked to specified accounts in Mews MCP, filtering by ID, creation or update date range, and pagination for efficient data management.

Instructions

Returns all the account notes associated with the specified accounts within the chain

Input Schema

NameRequiredDescriptionDefault
AccountIdsNoFilter by account IDs
CreatedUtcNoDate range filter for note creation
LimitationNoPagination settings
UpdatedUtcNoDate range filter for note updates

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "AccountIds": { "description": "Filter by account IDs", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "CreatedUtc": { "description": "Date range filter for note creation", "properties": { "EndUtc": { "description": "End of creation date range (ISO 8601)", "type": "string" }, "StartUtc": { "description": "Start of creation date range (ISO 8601)", "type": "string" } }, "type": "object" }, "Limitation": { "description": "Pagination settings", "properties": { "Count": { "description": "Maximum number of notes to return", "type": "number" }, "Cursor": { "description": "Pagination cursor for next page", "type": "string" } }, "type": "object" }, "UpdatedUtc": { "description": "Date range filter for note updates", "properties": { "EndUtc": { "description": "End of update date range (ISO 8601)", "type": "string" }, "StartUtc": { "description": "Start of update date range (ISO 8601)", "type": "string" } }, "type": "object" } }, "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