MCP

prospect/get_by_id

Tool: read

fetch a single prospect by ID.

Returns the full prospect object for the given ID. The prospect must belong to the authenticated organization.

Arguments

name type req notes
id integer Prospect ID — the object's prospectId (int64)

Response

200 — prospect object: see schemas/prospect. Deltas: none (full schema).

Errors: 400, 401, 404, 406, 422, 429, 500 — shared schema: schemas/errors. 404 = prospect not found or not owned by this account.

Invoke

Call read with name: "prospect/get_by_id".