AgentMail

Official

listThreads

Retrieve email threads by inbox ID for AI agents using AgentMail. Specify inbox ID, limit, and offset to organize and manage communication effectively.

Instructions

List threads by inbox ID

Input Schema

NameRequiredDescriptionDefault
inbox_idYes
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "inbox_id": { "title": "Inbox Id", "type": "string" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Offset" } }, "required": [ "inbox_id" ], "title": "listThreadsArguments", "type": "object" }

You must be authenticated.

Other Tools from AgentMail

Related Tools

ID: rvifm92qae