MCP tools
The Soria connector exposes one read-only tool set. It does not expose internal administration, ingestion, pipeline, warehouse-management, or mutation tools.Recommended sequence
- Use
search_datasetsfor a topic orlist_datasetsfor broad discovery. - Call
get_dataset_schemabefore constructing a query. - Use
query_datasetwith only the columns and rows needed. - Use
list_dataset_filesandget_dataset_source_filewhen 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.