Skip to main content

Overview

Each hosted MCP server exposes a server-specific research surface plus shared helper tools. The helpers cover discovery, health checks, result handling, artifacts, environment inspection, and optional table/database introspection.

Common Tools

Result and Artifact Flow

Large tabular or nested outputs may be compacted into a stored result_id. Inspect the result with result_preview or result_get. To make a stored or raw payload downloadable, call save_tool_result, then use artifact_get_meta, artifact_read_chunk, or artifact_get_download_url.

Health and Deployment Discovery

Use runtime_health before long runs and deployment_info when you need to confirm the effective MCP URL, runtime profile, storage settings, or database configuration.
Admin/auth mutation tools and raw database query tools may exist in some deployments but are operator tools, not default client workflow tools.