get_row
Retrieves a single row from a specified table by matching a key value, returning the row data or a not-found indicator.
Instructions
Fetch one row from a table by key. Returns {'found': false} when there is no match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key value, e.g. a Yahoo symbol like 'NVDA' or a ThesisCode | |
| table | Yes | Table name, as returned by list_tables | |
| key_column | No | Column to match, e.g. 'Yahoo' or 'ThesisCode'; defaults to the table's primary key (usually the integer ID) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||