whodb_suggestions
Get starter queries for a database schema to quickly orient yourself in unfamiliar data.
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 |
|---|---|---|---|
| connection | Yes | Connection name (optional if only one exists) | |
| schema | No | Schema or database name override |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suggestions | Yes | ||
| error | No | ||
| request_id | No |