Skip to main content

MCP tools

The Soria connector exposes one read-only tool set. It does not expose internal administration, ingestion, pipeline, warehouse-management, or mutation tools.
  1. Use search_datasets for a topic or list_datasets for broad discovery.
  2. Call get_dataset_schema before constructing a query.
  3. Use query_dataset with only the columns and rows needed.
  4. Use list_dataset_files and get_dataset_source_file when the answer needs source evidence.

Safety contract

  • Every tool is marked read-only, non-destructive, and idempotent.
  • Dataset queries accept structured filters; the connector does not accept arbitrary SQL.
  • Results are bounded and may be paginated or truncated.
  • Licensed columns remain subject to the signed-in account’s entitlements.
  • Third-party licensed source files are not redistributed through the connector.
Tool names and response shapes can be refreshed by connector clients. Material behavior changes are reviewed before release.