whodb_suggestions
Loads backend-generated starter queries for a schema or database to help you quickly orient and explore an unfamiliar database.
Instructions
Load backend-generated starter queries for a schema or database.
Best for: Quickly orienting yourself in an unfamiliar database; suggesting first queries for exploration. Not recommended for: Exhaustive SQL tutoring. Common mistakes: Treating the suggestions as guaranteed-valid business logic rather than onboarding hints.
Usage Example:
{
"name": "whodb_suggestions",
"arguments": {
"connection": "mydb",
"schema": "public"
}
}Returns: A short list of backend-generated query suggestions derived from the actual storage units in the resolved schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema or database name override | |
| connection | Yes | Connection name (optional if only one exists) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| request_id | No | ||
| suggestions | Yes |