MCP

tags/senders_by_id

Tool: read

List senders that have this tag.

Returns a paginated list of senders bearing the given tag. Meaningful for Sender-type tags.

Returns a paginated SenderPage ({ items: [Sender], pagination }). The full Sender item schema is in a separate doc — see sender/get_by_id.

Arguments

name type req notes
id integer Tag ID — the object's tagId
page integer 1-indexed, default 1
limit integer limit default 10, max 30; see schemas/pagination
startingAfter integer int64 cursor from previous page's pagination.nextCursor

Response

200 — paginated sender list; full Sender schema: see sender/get_by_id. Wrapped: { items: [...], pagination }.

Errors: 400, 401, 404, 406, 422, 429, 500 — shared schema: schemas/errors.

Invoke

Call read with name: "tags/senders_by_id".