Update the shared client brief
update_client_contextWrite or revise the shared brief and structured facts for a client so every future agent/human working for this client inherits it. Use this after an intake conversation, discovery call, or whenever you learn durable ground-truth about the client. For one-off decisions/learnings, prefer log_client_decision. Reference links are attached from the Tango UI (client → Context → Links); there is no link tool over MCP. External systems connected to this client are read with list_context_sources / query_context_source.
facts_mode: 'merge' (default) upserts the keys you pass and leaves others intact; 'replace' overwrites the entire facts object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| facts | No | Key/value structured facts (domain, industry, timezone, primary contact, brand voice, etc.). Values must be strings. | |
| client | No | Name, @handle, or UUID of the client. Fuzzy-resolved. | |
| brief_md | No | Full brief as markdown. Omit to leave the brief untouched. Pass an empty string or null to clear it. | |
| client_id | No | ||
| facts_mode | No | How to apply `facts`. Default 'merge'. |