Tool availability
To use any of the MCP server tools, the top-level MCP server setting in AI Hub > MCP must be enabled. This setting is enabled by default. Organization Admins can also individually enable or disable tool capabilities in the MCP settings page. If certain tools are not available in your MCP client, check with an Organization Admin to confirm which capabilities are enabled for your organization.Querying
The MCP server uses the tools in this section to process the queries it receives.pickModel
Returns a list of available models and their IDs, which the MCP client uses to select which model to query. You can also provide a model ID in the MCP configuration to skip this step. This tool is available if the Agentic capabilities or Single shot query generation setting is enabled.pickTopic
Returns available topics in the model selected bypickModel and selects the most relevant topic for the query.
If the AI is allowed to query any view in the model (enabled with the X-MCP-Query-All-Views header during setup), this step becomes optional: the AI can query any view in the model directly, not just topics.
This tool is available if the Agentic capabilities or Single shot query generation setting is enabled.
getData
The Single shot query generation setting must be enabled to use this tool.
Advanced agentic queries
The Agentic capabilities setting must be enabled to use the tools in this section.
askOmni and checkStatus. Using these tools together prevents timeout issues that could occur if waiting for long-running agentic jobs to complete in a single request.
askOmni
Submits an agentic analysis job to Omni and returns immediately without waiting for completion. Designed for open-ended questions that may require multiple steps, data exploration, or iterative analysis.checkStatus
Polls the status of a previously submitted job using itsjobId.
Search Omni documentation (searchOmniDocs)
The Omni documentation search setting must be enabled to use this tool.
searchOmniDocs tool that provides AI-powered search of Omni’s documentation.
When you ask questions about how to use Omni, the MCP client can automatically use this tool to:
- Search Omni’s documentation for relevant information
- Synthesize answers from multiple documentation sources
- Provide citations to specific documentation pages
searchOmniDocs tool will search the documentation, analyze the relevant pages, and return a comprehensive answer with links to the source documentation.
The tool uses the same AI-powered search pipeline as the Omni Agent, ensuring accurate and contextually relevant responses.
Tool and setting comparison
The following table shows what MCP tools are available if a specific MCP setting is enabled.| MCP tool | Agentic capabilities | Omni documentation search | Single shot query generation |
|---|---|---|---|
| pickModel | yes | no | yes |
| pickTopic | yes | no | yes |
| getData | no | no | yes |
| askOmni | yes | no | no |
| checkStatus | yes | no | no |
| searchOmniDocs | no | no | no |
Related
- AI MCP settings - Enable and disable MCP server tool capabilities
- AI feature settings - Enable and disable individual AI features in your Omni organization
- AI Hub - Monitor how your organization uses Omni AI

