You're viewing a demo portfolio

Join the waitlist
PRSM

gmail_list_messages

Active

Tool of Gmail

declared in 0.1.0

List messages in your inbox with optional filtering by label or read status. Returns message IDs, thread IDs, and preview text. Use gmail_search for complex queries like date ranges or attachments.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "max_results": 10
    },
    {
      "query": "from:alice subject:meeting",
      "max_results": 20
    }
  ],
  "required": [],
  "properties": {
    "query": {
      "type": "string",
      "description": "Gmail search query to filter messages (e.g., \"from:alice subject:meeting\")"
    },
    "page_token": {
      "type": "string",
      "description": "Token for fetching the next page of results"
    },
    "max_results": {
      "type": "number",
      "description": "Maximum number of messages to return (default 10, max 100)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Gmail

https://github.com/pipeworx-io/mcp-gmail

1/7 registries
View full server →