Micro

mail_gmailsearch

mail_gmailsearch

Search the caller's connected Gmail. Read-only; connect in Account first.

Free. This one only touches this instance's own storage, so there is nothing to charge for.

Runs on Mail — Send and receive email.

Arguments

NameTypeWhat it is
querystringGmail search, e.g. is:unread. Limited to the last seven days. Returns headers only; use GmailRead for a relevant message body. Older mail is unavailable
pagestringNext page token from a previous search
limitnumberNumber of messages, up to 20

Calling it

Three doors onto the same method. /mcp is what an agent speaks, /api/v1 is what a program speaks, and the answer is identical.

{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{},"name":"mail_gmailsearch"}}

Browse related tools in the service tools reference.