Configure Candor Overview
candor_configure_overviewSave exactly five unique panels as the workspace Overview. Reuse idempotency_key for transport retries, which replay the original result. After a refused action and access recovery, start a new save with a new key. Returns the saved configuration or an access recovery envelope; candor_visualize reads the configured Overview or individual panels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| panels | Yes | ||
| reason | No | Concise user-visible purpose recorded in immutable action history, including for financial reads. A reason is not approval. Root operations require it except fixed-reason orientation operations; continuations inherit the parent reason only when no reason is supplied. Fixed-reason orientation operations always use their system reason. | |
| task_key | No | Optional stable label grouping operations for the same user task. Omit to inherit the parent task key, if any. It does not schedule work or provide idempotency. | |
| parent_action | No | Existing action id in this workspace, typically returned in next_actions, whose root identity this continuation inherits. An omitted reason inherits the parent reason; an explicit reason is preserved, except for fixed-reason orientation operations. Omit for a new root action. | |
| idempotency_key | No | Stable opaque identity for one logical POST. Reuse only with the same method, path, actor, and body for transport retries. A completed receipt replays its original result, including a refusal; changed input with the same key is rejected. After a refused action and access recovery, use a new key for the new attempt. Follow retryable and recovery guidance if the operation is still running or its outcome is unknown. If omitted, MCP derives a key from this request identity; use an explicit key to deduplicate separate tool invocations. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||