MCP

clientspace/get

Tool: read

List all clientspaces under the authenticated parent organization (agency).

Returns a paginated list of Clientspace objects. apiKey is redacted — see schemas/clientspace.

Arguments

name type req notes
page integer Page number, 1-indexed (default 1)
limit integer limit default 10, max 30; see schemas/pagination
startingAfter integer Cursor for next page (int64)

Response

200 — Paginated list; object: {items: Clientspace[], pagination}; each item: see schemas/clientspace. Deltas: none.

Pagination: see schemas/pagination.

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

Invoke

Call read with name: "clientspace/get".