list_sequences
List database sequences filtered by schema, showing data type, range, increment, cycling, and current value.
Instructions
List all sequences in a database, optionally filtered by schema. Shows data type, range, increment, cycling, and current value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name to filter by (e.g. dbo) | |
| database | No | Database name (defaults to the configured default database) |