MCP

account/get

Tool: read

Get the account context of the API key this session runs as — which account, at what scope, under which parent organization. Call it once before surveying or changing anything: a workspace- or clientspace-scoped session sees (and affects) only its own scope.

Response

200 — Account context.

field type description
keyType string Scope of the key: organization, workspace, or clientspace.
id integer Identifier of the account this key operates as.
title string Display title of that account.
createdAt string When the account was created (UTC); null when unknown.
parentOrganization object Parent organization (id, title) for workspace and clientspace keys; null for organization keys.

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

Invoke

Call read with name: "account/get".