get_all_knowledge
Retrieve all previously saved knowledge about the SQL Server database to understand table purposes, column meanings, query patterns, and relationships, enabling efficient work without repeating past learnings.
Instructions
Get ALL saved knowledge about this SQL Server database.
IMPORTANT: Call this tool at the start of conversations to retrieve
previously learned information about the database. This includes:
- Table descriptions and purposes
- Column definitions and meanings
- Working query patterns
- Relationships between tables
- Data format notes and conventions
- Stored procedure documentation
This knowledge was saved from previous conversations to help you
work more efficiently with this specific database.
Returns:
All saved knowledge as markdown text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||