# tools

> **Module** in `langchain_snowflake`

📖 [View in docs](https://reference.langchain.com/python/langchain-snowflake/tools)

Snowflake tools for LangChain integration.

This module provides specialized tools for integrating with Snowflake's Cortex AI functions
and database querying capabilities.

The tools are now organized into logical modules:
- analyst.py: Complex SnowflakeCortexAnalyst for Text2SQL
- cortex_functions.py: Basic Cortex AI tools (sentiment, summarize, translate, complete)
- query.py: SQL query execution tools
- _base.py: Shared schemas and base classes

---

[View source on GitHub](https://github.com/langchain-ai/langchain-snowflake/blob/1a32a1c6642b6c453e9537f35afbc7da280f8679/libs/snowflake/langchain_snowflake/tools/__init__.py)