MCP

clientspace/get_by_id

Tool: read

Get a specific clientspace by its integer ID.

Returns the Clientspace object if it belongs to the authenticated agency. apiKey is redacted — see schemas/clientspace.

Arguments

name type req notes
id integer the object's clientspaceId (int32)

Response

200 — Clientspace object: see schemas/clientspace. Deltas: none.

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

Invoke

Call read with name: "clientspace/get_by_id".