MCP

sender/get_by_id

Tool: read

Get a single sender by ID.

Returns the full sender object for the specified sender ID. For connection state semantics (disconnected, dateDisconnected, disconnectionReason), see schemas/sender.

The response also carries recent_error_count — the current row count in sender/errors_by_id for this sender (a cheap peek this server takes for you). A non-zero count is a stronger, earlier signal of credential trouble than disconnected, which may not flip promptly — see schemas/sender for why.

Arguments

name type req notes
id integer Sender ID — the object's senderId (int64)

Response

200 — Sender object: see schemas/sender. Deltas: none.

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

Invoke

Call read with name: "sender/get_by_id".