list_insights
Retrieve stored business insights and analysis notes from databases, with optional filtering by connection ID or tags.
Instructions
List all stored business insights and analysis notes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connection | No | Filter insights by connection ID (optional) | |
tags | No | Filter insights by tags (optional) |
Input Schema (JSON Schema)
{
"properties": {
"connection": {
"description": "Filter insights by connection ID (optional)",
"type": "string"
},
"tags": {
"description": "Filter insights by tags (optional)",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}