When using WisdomAI through an AI client, just describe the question or task. Your AI client automatically selects and calls the appropriate MCP tools, so you don’t need to know or remember the tool names. The details below are mainly useful for building an AI agent or integrating directly with the MCP server.
Context types
Most context types follow the same four operations: list, get, create or update, and delete.
Tool names follow the same pattern for each type. Metrics, for example, use
list_domain_metrics, get_domain_metric, upsert_domain_metric, and delete_domain_metric.
Two exceptions to the pattern:
- Relationships can be listed, created, updated, and deleted, but not fetched individually.
- Reviewed queries are written in bulk rather than one at a time.
Manage context
For context changes that use a draft, follow these steps.Table and column descriptions are updated directly and don’t use this draft workflow.
Step 1: Create and edit a draft
Create a draft withcreate_domain_draft, then create, update, or delete the selected context in that draft.
Until the draft is published, its changes are reversible. You can discard the entire draft or remove individual changes from it.
Step 2: Publish the draft
Publish the draft withpublish_domain_draft. The changes reach the domain only when the draft is published.
Step 3: Reindex the domain
After publishing, reindex the domain withtrigger_domain_reindex so the changes are reflected in WisdomAI answers.
Next steps
Ask a question
How a question travels from your client to an answer.
Give feedback
Rate an answer or ask a domain admin for help.

