get_note
Retrieve the full text of a specific clinical note using its note ID. Optionally truncate the output to a maximum character length.
Instructions
📄 Retrieve full text of a specific clinical note.
Warning: Clinical notes can be very long. Consider using search_notes() first to find relevant notes, or use max_length to truncate output.
Args: dataset: Dataset name, e.g. 'mimic-iv-note'. note_id: The note ID (e.g., from search_notes or list_patient_notes). max_length: Optional maximum characters to return (truncates if exceeded).
Returns: Full note text, or truncated version if max_length specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| max_length | No | ||
| dataset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |