INDIVIDUAL MCP TOOL
describe_chat
Discover the in-product AI chat surface: which chat_* tools exist, how to read the NlChatResult widgets (previews/final/clarify/navigate), and the catalog of pages a navigation proposal can point at.
LIVE ENDPOINT
https://app.visiqlabs.com/api/mcp
Connect to this endpoint to inspect the live schema for describe_chat and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.visiq-platform]
url = "https://app.visiqlabs.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"visiq-platform": {
"type": "http",
"url": "https://app.visiqlabs.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: visiq-platform
Remote MCP URL: https://app.visiqlabs.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"visiq-platform": {
"url": "https://app.visiqlabs.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"visiq-platform": {
"type": "http",
"url": "https://app.visiqlabs.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "visiq-platform",
"transport": "streamable-http",
"url": "https://app.visiqlabs.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
whoami— Return the vendor and effective permissions of the management key you authenticated with.list_rules— List the tenant's unified governance rules (action + retrieval), paginated.get_rule— Fetch a single governance rule by id, including its compiled Rego and applies_to facets.create_rule— Create a governance rule.update_rule— Update an existing governance rule (any subset of its fields).delete_rule— Delete a governance rule by id.list_recall_rules— List the tenant's retrieval-governance (RECALL) rules, paginated.create_recall_rule— Create a retrieval-governance (RECALL) rule, authored in Rego.