Skip to main content

Available Tools

When the Qalico connector is active, Claude has access to these tools. It chains them automatically — you just ask questions in natural language.

search_sources

Discover regulatory bodies and document collections. This is the entry point — it returns source IDs that feed into the other tools. Parameters: Returns: Source ID, title, description, geography, institution name, and reference count.
Does NOT include ISO/IEC standards. Use search_references with type: "standard" instead.

search_references

Find specific regulatory documents using semantic search. Parameters: Returns: Reference ID, externalId, title, description, type, URL, relevance score, and source info.

search_regulatory_updates

Find document changes: revisions, new publications, withdrawals, and status changes. Parameters: Returns: Update ID, type (new/revision/withdrawal/status_change), short summary, full summary, publication date, and reference/source info.
To find referenceIds, use search_references first. To find sourceIds, use search_sources first.

get_reference_detail

Get the full history of a regulatory document, including all versions and associated updates. Parameters: Returns: Reference details, source info, chronological versions (each with status, effective date, URL), and change events (each with update type, summary, publication date).