Get note.com note
note_get_noteFetch a note from note.com by its key. Returns a compact summary by default; use responseFormat 'full' or includeBody true for the full body.
Instructions
Fetches a note by note key, e.g. n1a0b26f944f4. Defaults to compact summary fields; pass responseFormat: "full" or includeBody: true when the full body/internal payload is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | ||
| noteKey | Yes | ||
| includeBody | No | ||
| responseFormat | No | summary |